@charset "UTF-8";
/*
Theme Name: 
Author: 
Author URI: 
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
.clearfix, .fig-text, #header, .container, .container-middle, .container-narrow, .container-narrow-head {
  *zoom: 1;
}
.clearfix:after, .fig-text:after, #header:after, .container:after, .container-middle:after, .container-narrow:after, .container-narrow-head:after {
  content: "";
  display: table;
  clear: both;
}

/* --- サイト内共通 ----------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-weight: 500;
}
@media (min-width: 48em) {
  html {
    font-size: 125%;
  }
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Zen Kaku Gothic New";
  }
}
html.scrollrock {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.625;
  color: #483c33;
  overflow: hidden;
  letter-spacing: 0.1em;
  background: url("img/back_1.png");
}
@media (min-width: 48em) {
  body {
    font-size: 0.8rem;
  }
}
body.scrollrock {
  overflow: hidden;
  height: 100%;
}

a {
  position: relative;
  text-decoration: none;
  color: #483c33;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 64em) {
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.6;
  }
}

#wrapper {
  overflow: hidden;
}

.normalblock {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 48em) {
  .normalblock {
    padding: 5.5rem 0;
  }
}

.toppage .normalblock {
  padding: 5.5rem 0;
}

.normalblock0 {
  position: relative;
  padding: 0;
}

.grayblock {
  background: #f9fbfa;
}

.rekishiblock {
  margin-top: 110px;
  color: #fff;
  background: url("img/img_top1.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .rekishiblock {
    margin-top: 110px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1400px;
}
@media (min-width: 64em) {
  .container {
    padding: 0 2rem;
  }
}

.container-middle {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1200px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .container-middle {
    padding: 0 0.75rem;
  }
}

.container-narrow {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1000px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .container-narrow {
    padding: 0 0.75rem;
  }
}

.container-narrow-head {
  position: relative;
  margin: 0 auto;
  padding: 0 7rem 5rem 7rem;
  max-width: 1000px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .container-narrow-head {
    padding: 0 7rem;
  }
}
@media (min-width: 64em) {
  .container-narrow-head {
    padding: 0 7rem;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}

.col-md-1 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-1 {
    float: left;
    width: 8.3333%;
  }
}

.col-md-2 {
  float: none;
}
@media (min-width: 48em) {
  .col-md-2 {
    float: left;
    width: 16.6666%;
  }
}

.col-md-3 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

.col-md-4 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-4 {
    float: left;
    width: 33.3333%;
  }
}

.col-md-5 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-5 {
    float: left;
    width: 41.6666%;
  }
}

.col-md-6 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-6 {
    float: left;
    width: 50%;
  }
}

.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: none;
  width: 100%;
}
@media (min-width: 64em) {
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    width: 58.3333%;
  }
}

@media (min-width: 64em) {
  .col-md-8 {
    float: left;
    width: 66.6666%;
  }
}

@media (min-width: 64em) {
  .col-md-9 {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-10 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-10 {
    float: none;
    width: 83.3333%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-11 {
    float: none;
    width: 100%;
  }
}
@media (min-width: 76.875em) {
  .col-md-11 {
    float: none;
    width: 91.6666%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .col-md-12 {
    float: none;
    width: 100%;
  }
}

.pd-4px-8px {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pd-8px-16px {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pd-12px-24px {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pd-16px-32px {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pd-20px-40px {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pd-24px-48px {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pd-28px-56px {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pd-32px-64px {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pd-36px-72px {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.pd-40px-80px {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pd-box-4px-8px {
  padding: 0.4rem !important;
}

.pd-box-8px-16px {
  padding: 0.8rem !important;
}

.pd-box-12px-24px {
  padding: 1.2rem !important;
}

.pd-box-16px-32px {
  padding: 1.6rem !important;
}

.pd-box-20px-40px {
  padding: 2rem !important;
}

.pd-box-24px-48px {
  padding: 2.4rem !important;
}

.pd-box-28px-56px {
  padding: 2.8rem !important;
}

.pd-box-32px-64px {
  padding: 3.2rem !important;
}

.pd-box-36px-72px {
  padding: 3.6rem !important;
}

.pd-box-40px-80px {
  padding: 4rem !important;
}

.mg-bottom-4px-8px {
  margin-bottom: 0.4rem !important;
}

.mg-bottom-8px-16px {
  margin-bottom: 0.8rem !important;
}

.mg-bottom-12px-24px {
  margin-bottom: 1.2rem !important;
}

.mg-bottom-16px-32px {
  margin-bottom: 1.6rem !important;
}

.mg-bottom-20px-40px {
  margin-bottom: 2rem !important;
}

.mg-bottom-24px-48px {
  margin-bottom: 2.4rem !important;
}

.mg-bottom-28px-56px {
  margin-bottom: 2.8rem !important;
}

.mg-bottom-32px-64px {
  margin-bottom: 3.2rem !important;
}

.mg-bottom-36px-72px {
  margin-bottom: 3.6rem !important;
}

.mg-bottom-40px-80px {
  margin-bottom: 4rem !important;
}

.w-10pc {
  width: 10% !important;
}

.w-20pc {
  width: 20% !important;
}

.w-30pc {
  width: 30% !important;
}

.w-40pc {
  width: 40% !important;
}

.w-50pc {
  width: 50% !important;
}

.w-60pc {
  width: 60% !important;
}

.w-70pc {
  width: 70% !important;
}

.w-80pc {
  width: 80% !important;
}

.w-90pc {
  width: 90% !important;
}

.w-100pc {
  width: 100% !important;
}

.co-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.co-center-y {
  position: absolute;
  top: 50%;
  left: auto;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.fo-st-italic {
  font-style: italic;
}
.fo-st-normal {
  font-style: normal;
}

.fo-w-normal {
  font-weight: normal;
}
.fo-w-bold {
  font-weight: bold;
}
.fo-w-100 {
  font-weight: 100;
}
.fo-w-300 {
  font-weight: 300;
}
.fo-w-400 {
  font-weight: 400;
}
.fo-w-700 {
  font-weight: 700;
}
.fo-w-900 {
  font-weight: 900;
}

.fo-fa-Inter {
  font-family: Inter;
}
.fo-fa-Lato {
  font-family: Lato;
}
.fo-fa-Roboto {
  font-family: Roboto;
}
.fo-fa-Old_Standard_TT {
  font-family: Old Standard TT;
}
.fo-fa-jp-go {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic Gothic Medium, "メイリオ", "Meiryo", sans-serif;
}
.fo-fa-jp-min {
  font-family: "Shippori Mincho", "Old Standard TT", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.fo-fa-JosefinSans {
  font-family: Josefin Sans;
  padding: 0.4em 0 0 0;
}

.fo-2px {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}
@media (min-width: 48em) {
  .fo-2px {
    font-size: 0.1rem !important;
  }
}

.fo-2px-sp {
  font-size: 2px;
  font-size: 0.2rem !important;
  line-height: 5 !important;
}

@media (min-width: 48em) {
  .fo-2px-pc {
    font-size: 2px;
    font-size: 0.1rem !important;
    line-height: 5 !important;
  }
}

.fo-4px {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}
@media (min-width: 48em) {
  .fo-4px {
    font-size: 0.2rem !important;
  }
}

.fo-4px-sp {
  font-size: 4px;
  font-size: 0.4rem !important;
  line-height: 3 !important;
}

@media (min-width: 48em) {
  .fo-4px-pc {
    font-size: 4px;
    font-size: 0.2rem !important;
    line-height: 3 !important;
  }
}

.fo-6px {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-6px {
    font-size: 0.3rem !important;
  }
}

.fo-6px-sp {
  font-size: 6px;
  font-size: 0.6rem !important;
  line-height: 2.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-6px-pc {
    font-size: 6px;
    font-size: 0.3rem !important;
    line-height: 2.3333333333 !important;
  }
}

.fo-8px {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}
@media (min-width: 48em) {
  .fo-8px {
    font-size: 0.4rem !important;
  }
}

.fo-8px-sp {
  font-size: 8px;
  font-size: 0.8rem !important;
  line-height: 2 !important;
}

@media (min-width: 48em) {
  .fo-8px-pc {
    font-size: 8px;
    font-size: 0.4rem !important;
    line-height: 2 !important;
  }
}

.fo-10px {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}
@media (min-width: 48em) {
  .fo-10px {
    font-size: 0.5rem !important;
  }
}

.fo-10px-sp {
  font-size: 10px;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

@media (min-width: 48em) {
  .fo-10px-pc {
    font-size: 10px;
    font-size: 0.5rem !important;
    line-height: 1.8 !important;
  }
}

.fo-12px {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}
@media (min-width: 48em) {
  .fo-12px {
    font-size: 0.6rem !important;
  }
}

.fo-12px-sp {
  font-size: 12px;
  font-size: 1.2rem !important;
  line-height: 1.6666666667 !important;
}

@media (min-width: 48em) {
  .fo-12px-pc {
    font-size: 12px;
    font-size: 0.6rem !important;
    line-height: 1.6666666667 !important;
  }
}

.fo-14px {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}
@media (min-width: 48em) {
  .fo-14px {
    font-size: 0.7rem !important;
  }
}

.fo-14px-sp {
  font-size: 14px;
  font-size: 1.4rem !important;
  line-height: 1.5714285714 !important;
}

@media (min-width: 48em) {
  .fo-14px-pc {
    font-size: 14px;
    font-size: 0.7rem !important;
    line-height: 1.5714285714 !important;
  }
}

.fo-16px {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 48em) {
  .fo-16px {
    font-size: 0.8rem !important;
  }
}

.fo-16px-sp {
  font-size: 16px;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
}

@media (min-width: 48em) {
  .fo-16px-pc {
    font-size: 16px;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }
}

.fo-18px {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}
@media (min-width: 48em) {
  .fo-18px {
    font-size: 0.9rem !important;
  }
}

.fo-18px-sp {
  font-size: 18px;
  font-size: 1.8rem !important;
  line-height: 1.4444444444 !important;
}

@media (min-width: 48em) {
  .fo-18px-pc {
    font-size: 18px;
    font-size: 0.9rem !important;
    line-height: 1.4444444444 !important;
  }
}

.fo-20px {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 48em) {
  .fo-20px {
    font-size: 1rem !important;
  }
}

.fo-20px-sp {
  font-size: 20px;
  font-size: 2rem !important;
  line-height: 1.4 !important;
}

@media (min-width: 48em) {
  .fo-20px-pc {
    font-size: 20px;
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

.fo-22px {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}
@media (min-width: 48em) {
  .fo-22px {
    font-size: 1.1rem !important;
  }
}

.fo-22px-sp {
  font-size: 22px;
  font-size: 2.2rem !important;
  line-height: 1.3636363636 !important;
}

@media (min-width: 48em) {
  .fo-22px-pc {
    font-size: 22px;
    font-size: 1.1rem !important;
    line-height: 1.3636363636 !important;
  }
}

.fo-24px {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}
@media (min-width: 48em) {
  .fo-24px {
    font-size: 1.2rem !important;
  }
}

.fo-24px-sp {
  font-size: 24px;
  font-size: 2.4rem !important;
  line-height: 1.3333333333 !important;
}

@media (min-width: 48em) {
  .fo-24px-pc {
    font-size: 24px;
    font-size: 1.2rem !important;
    line-height: 1.3333333333 !important;
  }
}

.fo-26px {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}
@media (min-width: 48em) {
  .fo-26px {
    font-size: 1.3rem !important;
  }
}

.fo-26px-sp {
  font-size: 26px;
  font-size: 2.6rem !important;
  line-height: 1.3076923077 !important;
}

@media (min-width: 48em) {
  .fo-26px-pc {
    font-size: 26px;
    font-size: 1.3rem !important;
    line-height: 1.3076923077 !important;
  }
}

.fo-28px {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}
@media (min-width: 48em) {
  .fo-28px {
    font-size: 1.4rem !important;
  }
}

.fo-28px-sp {
  font-size: 28px;
  font-size: 2.8rem !important;
  line-height: 1.2857142857 !important;
}

@media (min-width: 48em) {
  .fo-28px-pc {
    font-size: 28px;
    font-size: 1.4rem !important;
    line-height: 1.2857142857 !important;
  }
}

.fo-30px {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}
@media (min-width: 48em) {
  .fo-30px {
    font-size: 1.5rem !important;
  }
}

.fo-30px-sp {
  font-size: 30px;
  font-size: 3rem !important;
  line-height: 1.2666666667 !important;
}

@media (min-width: 48em) {
  .fo-30px-pc {
    font-size: 30px;
    font-size: 1.5rem !important;
    line-height: 1.2666666667 !important;
  }
}

.fo-32px {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {
  .fo-32px {
    font-size: 1.6rem !important;
  }
}

.fo-32px-sp {
  font-size: 32px;
  font-size: 3.2rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 48em) {
  .fo-32px-pc {
    font-size: 32px;
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
}

.fo-34px {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}
@media (min-width: 48em) {
  .fo-34px {
    font-size: 1.7rem !important;
  }
}

.fo-34px-sp {
  font-size: 34px;
  font-size: 3.4rem !important;
  line-height: 1.2352941176 !important;
}

@media (min-width: 48em) {
  .fo-34px-pc {
    font-size: 34px;
    font-size: 1.7rem !important;
    line-height: 1.2352941176 !important;
  }
}

.fo-36px {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}
@media (min-width: 48em) {
  .fo-36px {
    font-size: 1.8rem !important;
  }
}

.fo-36px-sp {
  font-size: 36px;
  font-size: 3.6rem !important;
  line-height: 1.2222222222 !important;
}

@media (min-width: 48em) {
  .fo-36px-pc {
    font-size: 36px;
    font-size: 1.8rem !important;
    line-height: 1.2222222222 !important;
  }
}

.fo-38px {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}
@media (min-width: 48em) {
  .fo-38px {
    font-size: 1.9rem !important;
  }
}

.fo-38px-sp {
  font-size: 38px;
  font-size: 3.8rem !important;
  line-height: 1.2105263158 !important;
}

@media (min-width: 48em) {
  .fo-38px-pc {
    font-size: 38px;
    font-size: 1.9rem !important;
    line-height: 1.2105263158 !important;
  }
}

.fo-40px {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 48em) {
  .fo-40px {
    font-size: 2rem !important;
  }
}

.fo-40px-sp {
  font-size: 40px;
  font-size: 4rem !important;
  line-height: 1.2 !important;
}

@media (min-width: 48em) {
  .fo-40px-pc {
    font-size: 40px;
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
}

.fo-42px {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}
@media (min-width: 48em) {
  .fo-42px {
    font-size: 2.1rem !important;
  }
}

.fo-42px-sp {
  font-size: 42px;
  font-size: 4.2rem !important;
  line-height: 1.1904761905 !important;
}

@media (min-width: 48em) {
  .fo-42px-pc {
    font-size: 42px;
    font-size: 2.1rem !important;
    line-height: 1.1904761905 !important;
  }
}

.fo-44px {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}
@media (min-width: 48em) {
  .fo-44px {
    font-size: 2.2rem !important;
  }
}

.fo-44px-sp {
  font-size: 44px;
  font-size: 4.4rem !important;
  line-height: 1.1818181818 !important;
}

@media (min-width: 48em) {
  .fo-44px-pc {
    font-size: 44px;
    font-size: 2.2rem !important;
    line-height: 1.1818181818 !important;
  }
}

.fo-46px {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}
@media (min-width: 48em) {
  .fo-46px {
    font-size: 2.3rem !important;
  }
}

.fo-46px-sp {
  font-size: 46px;
  font-size: 4.6rem !important;
  line-height: 1.1739130435 !important;
}

@media (min-width: 48em) {
  .fo-46px-pc {
    font-size: 46px;
    font-size: 2.3rem !important;
    line-height: 1.1739130435 !important;
  }
}

.fo-48px {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}
@media (min-width: 48em) {
  .fo-48px {
    font-size: 2.4rem !important;
  }
}

.fo-48px-sp {
  font-size: 48px;
  font-size: 4.8rem !important;
  line-height: 1.1666666667 !important;
}

@media (min-width: 48em) {
  .fo-48px-pc {
    font-size: 48px;
    font-size: 2.4rem !important;
    line-height: 1.1666666667 !important;
  }
}

.fo-50px {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}
@media (min-width: 48em) {
  .fo-50px {
    font-size: 2.5rem !important;
  }
}

.fo-50px-sp {
  font-size: 50px;
  font-size: 5rem !important;
  line-height: 1.16 !important;
}

@media (min-width: 48em) {
  .fo-50px-pc {
    font-size: 50px;
    font-size: 2.5rem !important;
    line-height: 1.16 !important;
  }
}

.fo-52px {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}
@media (min-width: 48em) {
  .fo-52px {
    font-size: 2.6rem !important;
  }
}

.fo-52px-sp {
  font-size: 52px;
  font-size: 5.2rem !important;
  line-height: 1.1538461538 !important;
}

@media (min-width: 48em) {
  .fo-52px-pc {
    font-size: 52px;
    font-size: 2.6rem !important;
    line-height: 1.1538461538 !important;
  }
}

.fo-54px {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}
@media (min-width: 48em) {
  .fo-54px {
    font-size: 2.7rem !important;
  }
}

.fo-54px-sp {
  font-size: 54px;
  font-size: 5.4rem !important;
  line-height: 1.1481481481 !important;
}

@media (min-width: 48em) {
  .fo-54px-pc {
    font-size: 54px;
    font-size: 2.7rem !important;
    line-height: 1.1481481481 !important;
  }
}

.fo-56px {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}
@media (min-width: 48em) {
  .fo-56px {
    font-size: 2.8rem !important;
  }
}

.fo-56px-sp {
  font-size: 56px;
  font-size: 5.6rem !important;
  line-height: 1.1428571429 !important;
}

@media (min-width: 48em) {
  .fo-56px-pc {
    font-size: 56px;
    font-size: 2.8rem !important;
    line-height: 1.1428571429 !important;
  }
}

.fo-58px {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}
@media (min-width: 48em) {
  .fo-58px {
    font-size: 2.9rem !important;
  }
}

.fo-58px-sp {
  font-size: 58px;
  font-size: 5.8rem !important;
  line-height: 1.1379310345 !important;
}

@media (min-width: 48em) {
  .fo-58px-pc {
    font-size: 58px;
    font-size: 2.9rem !important;
    line-height: 1.1379310345 !important;
  }
}

.fo-60px {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}
@media (min-width: 48em) {
  .fo-60px {
    font-size: 3rem !important;
  }
}

.fo-60px-sp {
  font-size: 60px;
  font-size: 6rem !important;
  line-height: 1.1333333333 !important;
}

@media (min-width: 48em) {
  .fo-60px-pc {
    font-size: 60px;
    font-size: 3rem !important;
    line-height: 1.1333333333 !important;
  }
}

.fo-co-base {
  color: #000000;
}
.fo-co-white {
  color: #fff;
}
.fo-co-black {
  color: rgb(25.5, 25.5, 25.5);
}
.fo-co-gray {
  color: #eee;
}
.fo-co-red {
  color: #d63b3f;
}
.fo-co-pink {
  color: #f36861;
}
.fo-co-blue {
  color: #36b1c0;
}
.fo-co-green {
  color: #68ba8a;
}
.fo-co-orange {
  color: #f98700;
}
.fo-co-yellow {
  color: #ffff00;
}

.text-lh-16px {
  line-height: 16px;
}

.text-lh-24px {
  line-height: 24px;
}

.text-lh-32px {
  line-height: 32px;
}

.text-lh-40px {
  line-height: 40px;
}

.text-lh-48px {
  line-height: 48px;
}

.text-lh-56px {
  line-height: 56px;
}

.text-indent-1em {
  text-indent: 1em;
}

/*1行で3点リーダー*/
.wrap-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/*2行で3点リーダー*/
.wrap-multitext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.img-float-l, .img-float-r {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center;
}
@media (min-width: 30em) {
  .img-float-l, .img-float-r {
    float: left;
    display: inline-block;
    margin: 0 1.875rem 1.875rem 0;
  }
}
@media (min-width: 30em) {
  .img-float-r {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
}

.border-top {
  border-top: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-bottom {
  border-bottom: 1px rgb(199.75, 199.75, 199.75) solid;
}
.border-1px {
  border: 1px #ddd solid;
}
.border-2px {
  border: 2px #ddd solid;
}
.border-3px {
  border: 3px #ddd solid;
}
.border-4px {
  border: 4px #eee solid;
}
.border-5px {
  border: 5px #eee solid;
}
.border-co-base {
  border-color: #000000;
}
.border-co-white {
  border-color: #fff;
}
.border-co-black {
  border-color: rgb(25.5, 25.5, 25.5);
}
.border-co-gray {
  border-color: #eee;
}
.border-co-red {
  border-color: #d63b3f;
}
.border-co-pink {
  border-color: #f36861;
}
.border-co-blue {
  border-color: #36b1c0;
}
.border-co-green {
  border-color: #68ba8a;
}
.border-co-orange {
  border-color: #f98700;
}
.border-co-yellow {
  border-color: #ffff00;
}

.radius-4 {
  border-radius: 4px;
}
.radius-8 {
  border-radius: 8px;
}
.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.radius-32 {
  border-radius: 32px;
}
.radius-40 {
  border-radius: 40px;
}
.radius-100 {
  border-radius: 100%;
}

.bg-co-gray-light {
  background-color: rgb(225.25, 225.25, 225.25);
}
.bg-co-gray-middle {
  background-color: rgb(212.5, 212.5, 212.5);
}
.bg-co-gray-dark {
  background-color: rgb(199.75, 199.75, 199.75);
}
.bg-co-black {
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
}
.bg-co-white {
  background-color: #fff;
}

#PagetopBtn {
  position: fixed;
  right: -44px;
  bottom: 20px;
  z-index: 800;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn {
    bottom: 24px;
  }
}
#PagetopBtn:hover {
  bottom: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#PagetopBtn.visible {
  bottom: 20px;
  right: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  #PagetopBtn.visible {
    bottom: 24px;
    right: 16px;
  }
}
#PagetopBtn a {
  outline: none;
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  background: #ff7e00;
  margin: 0;
  border-radius: 100%;
}
@media (min-width: 64em) {
  #PagetopBtn a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 48px;
  }
}
#PagetopBtn a img {
  height: 20px;
  width: auto;
}
#PagetopBtn a:hover {
  opacity: 1;
}

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab li {
  margin: 0;
}

.content_wrap {
  display: block;
}
.content_wrap.disnon {
  display: block;
}
@media (min-width: 48em) {
  .content_wrap.disnon {
    display: none;
  }
}

.accordion-menu-btn {
  cursor: pointer;
}
.accordion-menu-box {
  display: none;
}
.accordion-menu-box.visible {
  display: none;
}

.accordion-menu-sp-btn {
  cursor: pointer;
}
@media (min-width: 48em) {
  .accordion-menu-sp-btn {
    cursor: auto;
  }
}
.accordion-menu-sp-box {
  display: none;
}
.accordion-menu-sp-box.visible {
  display: none;
}
.accordion-menu-sp-box.invisible {
  display: block;
}
@media (min-width: 48em) {
  .accordion-menu-sp-box {
    display: block;
  }
  .accordion-menu-sp-box.invisible, .accordion-menu-sp-box.visible {
    display: block;
  }
}

/* ----------------------------------------------------------

   #mainsl

   ---------------------------------------------------------- */
#mainsl {
  margin: 0;
  width: 100%;
  height: 800px;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  #mainsl {
    height: 80vh;
    min-height: 80vh;
  }
}

.otherpage #mainsl {
  height: 400px;
  min-height: 400px;
}
@media (min-width: 48em) {
  .otherpage #mainsl {
    height: 55vh;
    min-height: 55vh;
  }
}

/* ----- .mainImg ----- */
.mainImg {
  height: 100%;
  min-height: 100%;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  list-style: none;
}

/* ----- .logo ----- */
#mainsl .logo {
  position: absolute;
  top: 160px;
  left: 50%;
  width: 500px;
  height: 102px;
  z-index: 2;
  background: url(../images/logo-L.png) center center no-repeat;
  margin-left: -250px;
  overflow: hidden;
  text-indent: -999px;
}

/* ----- .position ----- */
.posiCenter {
  background-position: center;
}

.posiTop {
  background-position: top;
}

.posiBottom {
  background-position: bottom;
}

.posiRight {
  background-position: right;
}

.posiLeft {
  background-position: right;
}

/* ----- .bgAttachmen ----- */
.bgAttachment {
  background-attachment: fixed;
}

/* ----- .bgAttachmen ----- */
.logoNone h1 {
  display: none;
}

/* ----- a.linkArea ----- */
#mainsl a.linkArea {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: none;
}

/* ----- .slick-slider ----- */
#mainsl .slick-list,
#mainsl .slick-track {
  height: 100%;
}

/* .slick-prev .slick-next */
#mainsl .slick-prev,
#mainsl .slick-next {
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  width: 50px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  text-align: center;
  background: transparent;
  color: #de0716;
  border: #de0716 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}

#mainsl .slick-prev:hover,
#mainsl .slick-next:hover {
  color: #fefefe;
  background: #de0716;
}

#mainsl .slick-prev:before,
#mainsl .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  font-family: "themify";
  font-size: 12px;
  line-height: 50px;
  text-align: center; /*opacity: 0.75; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
}

#mainsl .slick-prev {
  left: 25px;
}

[dir=rtl] #mainsl .slick-prev {
  left: auto;
  right: 25px;
}

#mainsl .slick-prev:before {
  content: "◀";
}

[dir=rtl] #mainsl .slick-prev:before {
  content: "◀";
}

#mainsl .slick-next {
  right: 25px;
}

[dir=rtl] #mainsl .slick-next {
  left: 25px;
  right: auto;
}

#mainsl .slick-next:before {
  content: "▸";
}

[dir=rtl] #mainsl .slick-next:before {
  content: "▸";
}

/* ----- .slick-dots ----- */
#mainsl .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

#mainsl .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#mainsl .slick-dots li button {
  border: 0;
  background: #fefefe;
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  background: #fefefe;
}

#mainsl .slick-dots li.slick-active button {
  outline: 0;
  background: #ffe360;
}

/* ----- .scrollArea ----- */
#mainsl .scrollArea {
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
  text-align: center;
}

#mainsl .scrollArea a {
  display: block;
  width: 60px;
  height: 60px;
  color: #de0716;
  border: #de0716 1px solid;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

#mainsl .scrollArea a i {
  font-size: 15px;
  line-height: 60px;
}

#mainsl .scrollArea a:hover {
  color: #fefefe;
  background: #de0716;
  border: none;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

/*.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*ポジション
.posiCenter { background-position: center; }
.posiTop { background-position: top; }
.posiBottom { background-position: bottom; }
.posiRight { background-position: right; }
.posiLeft { background-position: left; }*/
/*背景画像*/
.img01 {
  background: url(img/kv_01.jpg);
  background-size: cover !important;
  background-position: 35% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img01 {
    background-position: center center !important;
  }
}

.img02 {
  background: url(img/kv_02.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img02 {
    background-position: center center !important;
  }
}

.img03 {
  background: url(img/kv_03.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img03 {
    background-position: center center !important;
  }
}

.img04 {
  background: url(img/kv_04.jpg);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.img05 {
  background: url(img/kv_05.jpg);
  background-size: cover !important;
  background-position: 55% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img05 {
    background-position: center center !important;
  }
}

.img06 {
  background: url(img/kv_06.jpg);
  background-size: cover !important;
  background-position: 44% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img06 {
    background-position: center center !important;
  }
}

.img07 {
  background: url(img/kv_07.jpg);
  background-size: cover !important;
  background-position: 67% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img07 {
    background-position: center center !important;
  }
}

.img08 {
  background: url(img/kv_08.jpg);
  background-size: cover !important;
  background-position: 55% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .img08 {
    background-position: center center !important;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.easy-select-box {
  display: inline-block;
  position: relative;
}
.easy-select-box .esb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 300;
  display: none;
}

.ui-datepicker {
  width: 96%;
  padding-bottom: 16px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 64em) {
  .ui-datepicker {
    width: auto;
  }
}
.ui-datepicker-header {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 48px;
  background-color: #000;
  text-align: center;
  color: #fff;
  line-height: 48px;
}
@media (min-width: 64em) {
  .ui-datepicker-header {
    width: 295px;
  }
}
.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
}
.ui-datepicker-prev:before, .ui-datepicker-next:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 10px;
  border: 1px solid #fff;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 28px;
  border-radius: 16px;
}
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker-prev:before {
  left: 0;
}
.ui-datepicker-next {
  right: 10px;
}
.ui-datepicker-next:before {
  content: "\f105";
  right: 0;
}
.ui-datepicker-calendar {
  min-width: 300px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (min-width: 64em) {
  .ui-datepicker-calendar {
    min-width: 295px;
  }
}
.ui-datepicker-calendar .ui-state-default {
  color: #fff;
}

/* ----------------------------------------------------------
   .preloader
   -------------------------------------------------  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  font-family: Josefin Sans;
  font-size: 30px;
  color: #000;
}
.spinner span {
  position: absolute;
  top: calc(50% - 0.5em);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 414px) {
  .spinner {
    width: 80px;
    height: 80px;
  }
}
/*アンカー*/
.ancor {
  position: absolute;
  top: -6em;
}

/*google mapレスポンシブ*/
.gmap {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .gmap {
    padding-bottom: 60%;
    margin: 0;
  }
}
.gmap iframe, .gmap object, .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*標準テキスト*/
.pagag {
  text-align: left;
}
@media (min-width: 48em) {
  .pagag {
    text-align: center;
  }
}

/*表示非表示*/
.tabletbr {
  display: inline-block !important;
}
@media (min-width: 48em) {
  .tabletbr {
    display: none !important;
  }
}

.pcbr {
  display: none !important;
}
@media (min-width: 48em) {
  .pcbr {
    display: inline-block !important;
  }
}

.sptabletspcbr {
  display: inline-block !important;
}
@media (min-width: 64em) {
  .sptabletspcbr {
    display: none !important;
  }
}

.bpcbr {
  display: none !important;
}
@media (min-width: 64em) {
  .bpcbr {
    display: inline-block !important;
  }
}

.tel-link a {
  color: currentColor;
}

#header {
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
#header .headerbg_inner {
  display: none;
}
@media (min-width: 64em) {
  #header .headerbg_inner {
    position: absolute;
    display: block;
    height: 150px;
    width: 100%;
    max-width: 1600px;
    background: url(img/bg_header.png);
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    padding: 0 50px;
  }
}
@media (min-width: 64em) {
  #header {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
  }
}
#header .title-main .w {
  display: block;
}
@media (min-width: 64em) {
  #header .title-main .w {
    display: none;
  }
}
#header .title-main .b {
  display: none;
}
@media (min-width: 64em) {
  #header .title-main .b {
    display: block;
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin: 16px auto 0 auto;
  padding: 0 16px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media (min-width: 64em) {
  .header {
    margin: 36px auto 0 auto;
    padding: 0 25px;
  }
}
@media (min-width: 76.875em) {
  .header {
    padding: 0 80px;
  }
}
.header-title {
  display: block;
  margin: 0;
  line-height: 0;
  padding: 0;
  width: 250px;
}
@media (min-width: 64em) {
  .header-title {
    width: 24vw;
  }
}
.header-title .title-main {
  display: inline-block;
  height: auto;
  width: 100%;
}
.header-title .title-main img {
  height: auto;
  width: 100%;
}
.header-title .title-main img.w {
  display: block;
}
.header-title .title-main img.b {
  display: none;
}
.header-title .title-main:hover {
  opacity: 1;
}
.header-menu {
  pointer-events: none;
  position: fixed;
  right: -90%;
  top: 0;
  width: 90%;
  height: 100vh;
  overflow: auto;
  padding-bottom: 110px;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 35em) {
  .header-menu {
    right: -50%;
    width: 50%;
  }
}
@media (min-width: 64em) {
  .header-menu {
    pointer-events: auto;
    position: relative;
    display: block;
    width: auto;
    text-align: right;
    overflow: visible;
    background: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    right: 0;
    height: auto;
  }
}
.header-menu.open {
  pointer-events: auto;
  right: 0;
  top: 0;
  right: 0;
  z-index: 900;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /*.logol {
      @include transition(.3s ease-in-out);
      opacity: 1;
  }*/
}
.header-menu-gl {
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  .header-menu-gl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-menu-gl ul {
  margin: 0;
  padding: 70px 1.5rem 0 1.5rem;
  list-style: none;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 64em) {
  .header-menu-gl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    text-align: right;
    position: relative;
  }
}
.header-menu-gl ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1.5em 0;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  border-bottom: 1px dashed #e0e0e0;
}
@media (min-width: 64em) {
  .header-menu-gl ul li {
    border: none;
    padding: 0;
    text-align: center;
    line-height: 6vh;
    width: auto;
    border-bottom: none;
    line-height: 1.15625;
    padding: 0;
    background: none;
    margin: 0 0.7vw;
    border: none;
  }
}
.header-menu-gl ul li:first-child {
  border-top: 1px dashed #e0e0e0;
}
@media (min-width: 64em) {
  .header-menu-gl ul li:first-child {
    border: none;
  }
}
.header-menu-gl ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: inline-block;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a {
    font-size: 1vw;
  }
}
.header-menu-gl ul li a:hover {
  opacity: 1;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
  }
}
.header-menu-gl ul li a img {
  width: 26px;
  height: auto;
  position: absolute;
  top: 0;
}
@media (min-width: 64em) {
  .header-menu-gl ul li a img {
    position: relative;
    width: auto;
    height: 40px;
  }
}
.header-menu-gl ul li a span {
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 0 0 36px;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .header-menu-gl ul li a span {
    font-size: 0.8rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl ul li a span {
    margin: 8px 0 0 0;
    font-weight: bold;
    display: block;
    word-break: keep-all;
    text-align: center;
    font-size: 1.1vw;
    font-size: 0.55rem;
  }
}
@media (min-width: 76.875em) {
  .header-menu-gl ul li a span {
    font-size: 14px;
  }
}
.header-menu-gl ul li .ssmenu {
  display: inline-block;
  padding: 0 0 0 36px;
}
@media (min-width: 64em) {
  .header-menu-gl ul li .ssmenu {
    display: none;
  }
}
.header-menu-gl ul li .ssmenu li {
  border: none;
  padding: 0.5em 0;
  font-size: 13px;
  position: relative;
}
.header-menu-gl ul li .ssmenu li:first-child {
  margin-top: 0.8em;
}
.header-menu-gl ul li .ssmenu li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  display: block;
  width: 11px;
  height: 11px;
  border: 4px solid #483c33;
  border-radius: 100px;
}
.header-menu-gl .spsubmenu {
  display: block;
  width: calc(100% - 1.5rem);
  text-align: center;
  padding: 20px 0 0 0;
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
  }
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu {
    margin-left: 2.25vw;
  }
}
.header-menu-gl .spsubmenu .subcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu-gl .spsubmenu .subcontent p {
  padding: 0 0 0 30px;
  margin: 0;
  font-weight: bold;
  position: relative;
  list-style: 1.4em;
  word-break: keep-all;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .header-menu-gl .spsubmenu .subcontent p {
    font-size: 0.6rem;
  }
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .subcontent p {
    font-size: 0.85vw;
  }
}
@media (min-width: 76.875em) {
  .header-menu-gl .spsubmenu .subcontent p {
    font-size: 14px;
  }
}
.header-menu-gl .spsubmenu .subcontent p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((24px - 1.4em) / 2 * -1);
  width: 24px;
  height: 24px;
}
.header-menu-gl .spsubmenu .subcontent p:nth-child(1) {
  padding-right: 1vw;
}
.header-menu-gl .spsubmenu .subcontent p:nth-child(1)::before {
  background: url("img/icatch6.png");
  background-size: contain !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}
.header-menu-gl .spsubmenu .subcontent p:nth-child(2)::before {
  background: url("img/icatch7.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.header-menu-gl .spsubmenu .languagemenu {
  display: block;
  margin-right: 0;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .languagemenu {
    margin-right: 25px;
  }
}
.header-menu-gl .spsubmenu .languagemenu ul {
  padding-top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.header-menu-gl .spsubmenu .languagemenu ul::before {
  display: none !important;
}
.header-menu-gl .spsubmenu .languagemenu ul li {
  padding-left: 0;
}
.header-menu-gl .spsubmenu .languagemenu ul li:nth-child(2) {
  position: relative;
  padding-right: 10px;
  margin-right: 0;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .languagemenu ul li:nth-child(2)::after {
    position: absolute;
    content: "/";
    right: -2px;
    font-weight: bold;
  }
}
.header-menu-gl .spsubmenu .languagemenu ul li:first-child {
  margin-right: 0;
  padding-right: 0;
}
@media (min-width: 64em) {
  .header-menu-gl .spsubmenu .languagemenu ul li:first-child {
    margin-left: 5px;
  }
}
.header-menu-gl .spsubmenu .languagemenu ul li::before {
  display: none !important;
}

#header.scrollheader-w .title-main .w {
  display: none !important;
}
@media (min-width: 64em) {
  #header.scrollheader-w .title-main .w {
    display: none !important;
  }
}
#header.scrollheader-w .title-main .b {
  display: block !important;
}
@media (min-width: 64em) {
  #header.scrollheader-w .title-main .b {
    display: block !important;
  }
}

.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  z-index: 890;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (min-width: 64em) {
  .overlay {
    display: none;
  }
}
.overlay.is-visible {
  backdrop-filter: blur(10px);
  pointer-events: inherit;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (min-width: 64em) {
  #header.scrollheader {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    margin-top: -110px;
  }
}
#header.scrollheader .header {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.maingf {
  position: relative;
}
.maingf::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  padding: 11% 0 0 0;
  background: url("img/kvbg.png");
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  z-index: 10;
}
@media (min-width: 35em) {
  .maingf::before {
    bottom: -35px;
  }
}
@media (min-width: 48em) {
  .maingf::before {
    bottom: -50px;
  }
}
@media (min-width: 64em) {
  .maingf::before {
    bottom: -60px;
  }
}
@media (min-width: 76.875em) {
  .maingf::before {
    bottom: -86px;
  }
}

.bgnormal {
  background: url("img/back_1.png") !important;
  position: relative;
}

#menu-btn {
  position: fixed;
  right: 16px;
  top: 16px;
  padding: 0;
  width: 98px;
  height: 40px;
  display: block;
  z-index: 9000;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 200px;
  border: 1px solid rgb(59, 144, 56);
  background: rgb(255, 255, 255);
}
@media (min-width: 64em) {
  #menu-btn {
    display: none;
  }
}
#menu-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px 0 0 38px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-btn .menu-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 28%;
  width: 16px;
  height: 2px;
  margin: 0 0 0 -11px;
  background-color: rgb(59, 144, 56);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before, #menu-btn .menu-btn-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 2px;
  background-color: rgb(59, 144, 56);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
#menu-btn .menu-btn-icon:before {
  margin-top: -4px;
}
#menu-btn .menu-btn-icon:after {
  margin-top: 4px;
}
#menu-btn .menu-btn-text {
  position: absolute;
  top: 5px;
  left: 40px;
  letter-spacing: 0;
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 16px !important;
}
#menu-btn .menu-btn-text:before {
  content: "close";
  color: #000;
  content: "menu";
  font-family: Josefin Sans;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 16px !important;
  letter-spacing: 0.08em;
}
#menu-btn.open {
  background: rgb(59, 144, 56);
}
#menu-btn.open .menu-btn-text:before {
  content: "close";
  color: #fff;
  font-size: 16px !important;
}
#menu-btn.open .menu-btn-icon {
  background: transparent;
}
#menu-btn.open .menu-btn-icon:before {
  margin-top: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.open .menu-btn-icon:after {
  margin-top: 0;
  background: #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#footer {
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 100;
}
#footer::after {
  content: "";
  display: block;
  position: absolute;
  top: -6%;
  left: 0;
  height: 30vw;
  width: 40vw;
  background: url("img/i_ki5.png");
  background-size: contain !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  #footer::after {
    top: -10vw;
    height: 15vw;
    width: 25vw;
  }
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 54px;
  height: auto;
  background: url(img/bg_wave.png);
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-x !important;
  position: absolute;
  top: -54px;
}
#footer .footerinner .container-middle .ftop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 3.25rem;
}
#footer .footerinner .container-middle .ftop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(img/dot2.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
  z-index: 100;
}
#footer .footerinner .container-middle .ftop::after {
  display: none;
}
@media (min-width: 35em) {
  #footer .footerinner .container-middle .ftop::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3vw;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(img/dot.png);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: repeat-x !important;
  }
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .ftop::after {
    bottom: -5vw;
  }
}
#footer .footerinner .container-middle .ftop .f-info {
  display: block;
  width: 100%;
  text-align: left;
}
@media (min-width: 35em) {
  #footer .footerinner .container-middle .ftop .f-info {
    width: 55%;
  }
}
#footer .footerinner .container-middle .ftop .f-info .flogo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 0 1rem 0;
  font-weight: bold;
  color: #000;
  text-align: left;
}
@media (min-width: 64em) {
  #footer .footerinner .container-middle .ftop .f-info .flogo {
    width: 20vw;
  }
}
#footer .footerinner .container-middle .ftop .f-info .flogo img {
  height: auto;
  width: 100%;
}
#footer .footerinner .container-middle .ftop .f-info .ftext {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .ftop .f-info .ftext {
    font-size: 0.7rem;
  }
}
#footer .footerinner .container-middle .ftop .f-info .btn-sub {
  display: inline-block;
  margin: 0 0 1.5rem 0;
  padding: 0.25rem 1.5rem;
  background: #fff;
  color: #483c33;
  border: 2px solid #483c33;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .ftop .f-info .btn-sub {
    font-size: 0.6rem;
  }
}
#footer .footerinner .container-middle .ftop .f-info .zooinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0 2.5rem 0;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .ftop .f-info .zooinfo {
    margin: 0;
  }
}
#footer .footerinner .container-middle .ftop .f-info .zooinfo dt {
  display: block;
  width: 7em;
  font-weight: bold;
  padding: 0.25em;
  margin: 0 0 0.15em 0;
  color: #fff;
  background: #483c33;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .ftop .f-info .zooinfo dt {
    width: 8em;
    font-size: 0.6rem;
  }
}
#footer .footerinner .container-middle .ftop .f-info .zooinfo dd {
  display: block;
  width: calc(100% - 7em);
  padding: 0.25em 1em 0.25em 1em;
  margin: 0 0 0.15em 0;
  line-height: 1.3em;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .ftop .f-info .zooinfo dd {
    line-height: 1.6em;
    padding: 0.25em 1em 0.5em 2em;
    width: calc(100% - 10em);
    font-size: 0.7rem;
  }
}
#footer .footerinner .container-middle .ftop .f-map {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 35em) {
  #footer .footerinner .container-middle .ftop .f-map {
    width: 40%;
  }
}
#footer .footerinner .container-middle .ftop .f-map figure {
  display: block;
  width: 100%;
  padding-top: 65%;
  margin: 0;
  background: #00204e;
}
#footer .footerinner .container-middle .ftop .f-map figure img {
  width: 100%;
  height: auto;
}
#footer .footerinner .container-middle .f-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10% 0 0 0;
  text-align: left;
}
#footer .footerinner .container-middle .f-navi .f-navi-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 1rem 1.5rem 1rem;
  list-style: none;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .f-navi .f-navi-list {
    width: 50%;
  }
}
@media (min-width: 64em) {
  #footer .footerinner .container-middle .f-navi .f-navi-list {
    width: 33.3%;
  }
}
#footer .footerinner .container-middle .f-navi .f-navi-list li {
  position: relative;
}
#footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark {
  padding-bottom: 0.75em;
}
#footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark::before {
  content: "●";
  color: #ff9b33;
  position: absolute;
  left: -1.7rem;
  top: 0;
}
@media (min-width: 64em) {
  #footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark::before {
    left: -1rem;
  }
}
#footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark a {
  font-weight: bold;
  color: #483c33;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark a {
    font-size: 0.8rem;
  }
}
#footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark ul {
  padding-left: 0;
}
#footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark ul li {
  list-style: none;
}
#footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark ul li a {
  position: relative;
  color: #707070;
  font-size: 1.1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .container-middle .f-navi .f-navi-list li.fnlmark ul li a {
    font-size: 0.65rem;
  }
}
#footer .footerinner .underfooter {
  display: block;
  margin: 15px 0 0 0;
  padding: 300px 0 1rem 0;
  padding: 0 0 1rem 0;
  position: relative;
  font-size: 1rem;
}
@media (min-width: 48em) {
  #footer .footerinner .underfooter {
    font-size: 0.6rem;
  }
}
#footer .footerinner .underfooter::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("img/img_top8.png");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: none;
}
#footer .footerinner .underfooter .links {
  display: block;
  margin: 1rem 0 0.5rem 0;
}
#footer .footerinner .underfooter .links a {
  text-decoration: none;
}
#footer .footerinner .underfooter .links a:hover {
  text-decoration: underline;
}
#footer .footerinner .underfooter .copyright {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#mainContents {
  padding-top: 0;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  overflow: hidden;
}

.maingf {
  display: block;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .maingf {
    height: 80vh;
  }
}
.maingf-text {
  position: absolute;
  bottom: 100px;
  left: 9vw;
  display: block;
  z-index: 12;
}
@media (min-width: 48em) {
  .maingf-text {
    bottom: 200px;
    left: 12vw;
  }
}
.maingf-text-h2 {
  display: block;
  color: #fff;
  line-height: 1.8em;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
@media (min-width: 48em) {
  .maingf-text-h2 {
    font-size: 40px;
  }
}
.maingf-text-h2 span {
  display: inline-block;
  padding: 0;
}
.maingf-text-en {
  display: none;
}
@media (min-width: 64em) {
  .maingf-text-en {
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: block;
    width: 240px;
    position: absolute;
    left: calc(50% - 120px);
    bottom: 35px;
  }
}
.maingf-text-en img {
  height: auto;
  width: 100%;
}
.maingf-br {
  display: inline-block;
  margin-top: 5em;
}
@media (min-width: 64em) {
  .maingf-br {
    margin: 0;
    display: none;
  }
}
.maingf .spmargin {
  margin-top: 6em;
}
@media (min-width: 64em) {
  .maingf .spmargin {
    margin-top: 0;
  }
}
.maingf .topicsbord {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 11;
}
.maingf .topicsbord .tbread {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  padding: 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 255, 229, 0.3)), to(rgba(201, 211, 245, 0.3)));
  background: linear-gradient(rgba(188, 255, 229, 0.3), rgba(201, 211, 245, 0.3));
  width: 78px;
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .maingf .topicsbord .tbread {
    line-height: 90px;
    width: 200px;
    text-align: center;
    font-size: 1.1rem;
  }
}
.maingf .topicsbord .tbbox {
  display: block;
  width: calc(100% - 78px);
  line-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1.25rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .maingf .topicsbord .tbbox {
    width: calc(100% - 200px);
    line-height: 90px;
    padding: 0 2rem;
  }
}
.maingf .topicsbord .tbbox:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  color: #6a9bfa;
}
.maingf .importantinfo {
  position: absolute;
  bottom: 5%;
  right: 0;
  display: block;
  padding: 0 6vw 20vw 0;
  z-index: 100;
}
@media (min-width: 48em) {
  .maingf .importantinfo {
    bottom: -9vw;
  }
}
.maingf .importantinfo::after {
  content: "";
  display: block;
  width: 60vw;
  height: 60vw;
  background: url("img/i_tori1.png");
  background-size: contain !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -30vw;
  right: -14vw;
  z-index: 10;
}
@media (min-width: 48em) {
  .maingf .importantinfo::after {
    bottom: -13vw;
    width: 41vw;
    height: 41vw;
  }
}
.maingf .importantinfo .iiwrapper {
  position: relative;
  background: #fff;
  display: block;
  padding: 14px;
  border-radius: 30px;
  z-index: 12;
  text-align: center;
  font-weight: bold;
  line-height: 2.8em;
}
.maingf .importantinfo .iiwrapper .sstext {
  margin: -0.5em 0 -0.5em 0;
  padding: 0;
  text-align: left;
  color: #6e6157;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper .sstext {
    font-size: 0.6rem;
  }
}
.maingf .importantinfo .iiwrapper .sstext span {
  text-decoration: underline;
  font-weight: bold;
}
.maingf .importantinfo .iiwrapper a.iibtn {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 0 3em 0 2em;
  margin-top: 0.4em;
  border-radius: 100px;
  line-height: 3em;
  background: #ff6666;
  font-size: 1.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper a.iibtn {
    font-size: 0.6rem;
  }
}
.maingf .importantinfo .iiwrapper a.iibtn:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  background: #d73636;
  text-decoration: none;
}
.maingf .importantinfo .iiwrapper a.iibtn::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  background: url("img/arrow2.png");
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
.maingf .importantinfo .iiwrapper .iititle {
  text-align: left;
  padding: 0.2em 0 0 0;
  margin: 0;
  line-height: 1.4em;
  color: #666;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper .iititle {
    font-size: 0.7rem;
  }
}
.maingf .importantinfo .iiwrapper .iitime {
  padding: 0.35em 0 0 0;
  margin: 0 0 0 0;
  font-family: Josefin Sans;
  line-height: 0.7em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #bdf3ed));
  background: linear-gradient(transparent 80%, #bdf3ed 80%);
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper .iitime {
    font-size: 2rem;
  }
}
.maingf .importantinfo .iiwrapper .iitime span {
  margin: 0 3px;
  font-size: 1.3rem;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper .iitime span {
    font-size: 1rem;
  }
}
.maingf .importantinfo .iiwrapper .iitext {
  position: absolute;
  text-align: center;
  display: block;
  width: 74px;
  height: 74px;
  top: -40px;
  right: -10px;
  padding: 0.9em 0 0 0;
  margin: 0;
  color: #fff;
  background: #3b9038;
  line-height: 1em;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper .iitext {
    font-size: 1rem;
  }
}
.maingf .importantinfo .iiwrapper .iitext span {
  display: block;
  line-height: 1em;
  padding-bottom: 0.5em;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 48em) {
  .maingf .importantinfo .iiwrapper .iitext span {
    font-size: 0.55rem;
  }
}
.maingf .importantinfo .iiwrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -13px;
  right: 40px;
}

.otherpage .maingf {
  height: 400px;
  position: relative;
}
@media (min-width: 48em) {
  .otherpage .maingf {
    height: 62vh;
  }
}
.otherpage .maingf .page-head {
  position: absolute;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
}
@media (min-width: 48em) {
  .otherpage .maingf .page-head {
    height: 62vh;
  }
}
.otherpage .maingf .page-head::after {
  content: "";
  display: block;
  width: 25vw;
  padding-top: 25vw;
  height: auto;
  background: url(img/i_ki2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 48em) {
  .otherpage .maingf .page-head::after {
    width: 20vw;
    padding-top: 20vw;
    bottom: -2vh;
  }
}
.otherpage .maingf .page-head::before {
  content: "";
  display: block;
  width: 25vw;
  padding-top: 35vw;
  height: auto;
  background: url(img/i_ki4.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 100;
}
@media (min-width: 48em) {
  .otherpage .maingf .page-head::before {
    top: 30%;
    width: 20vw;
    padding-top: 30vw;
  }
}
.otherpage .maingf .page-head .phinner {
  margin-top: 90px;
  color: #fff;
}
.otherpage .maingf .page-head .phinner h1 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 0.1em 0;
  padding: 0;
  font-size: 3rem;
}
@media (min-width: 35em) {
  .otherpage .maingf .page-head .phinner h1 {
    font-size: 4rem;
  }
}
@media (min-width: 48em) {
  .otherpage .maingf .page-head .phinner h1 {
    font-size: 2rem;
  }
}
.otherpage .maingf .page-head .phinner p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.page-head {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* 消えるスピード */
}

#mainsl {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* 消えるスピード */
}

.hidden-gf {
  opacity: 0;
  pointer-events: none; /* クリックできないようにする */
}

.conceptblock {
  position: relative;
  z-index: 12;
  padding-bottom: 0;
}
.conceptblock p {
  font-weight: 500;
  padding: 0 10vw;
  text-align: left;
  font-size: 2.7vw;
  line-height: 2.2em;
}
@media (min-width: 48em) {
  .conceptblock p {
    text-align: center;
    padding: 0;
    font-size: 0.8rem;
  }
}
.conceptblock .anime-saru-top {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 70vw;
  height: auto;
  background: url(img/i_saru1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -20vw;
  left: -9vw;
  z-index: -1;
}
@media (min-width: 35em) {
  .conceptblock .anime-saru-top {
    top: 15vw;
    width: 22vw;
    padding-top: 70vw;
  }
}
@media (min-width: 48em) {
  .conceptblock .anime-saru-top {
    z-index: 100;
    left: 0;
    top: -25vw;
  }
}
.conceptblock .anime-sika-top {
  content: "";
  display: block;
  width: 35vw;
  padding-top: 75vw;
  height: auto;
  background: url(img/i_sika.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -55%;
  right: 0;
}
@media (min-width: 48em) {
  .conceptblock .anime-sika-top {
    width: 20vw;
    padding-top: 70vw;
    top: 20vw;
    bottom: inherit;
    right: 0;
  }
}
.conceptblock .outer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff));
  background: linear-gradient(transparent 70%, #fff 70%);
}

.linear {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcea83));
  background: linear-gradient(transparent 70%, #fcea83 70%);
  font-size: 125%;
  font-weight: bold;
}

.linear2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fcea83));
  background: linear-gradient(transparent 70%, #fcea83 70%);
  font-weight: bold;
}

.headling-n1 {
  font-weight: bold;
  font-size: 6.5vw;
  margin-bottom: 2em;
  line-height: 1.4em;
}
@media (min-width: 48em) {
  .headling-n1 {
    font-size: 5.5vw;
  }
}
@media (min-width: 48em) {
  .headling-n1 {
    font-size: 4vw;
  }
}
@media (min-width: 64em) {
  .headling-n1 {
    font-size: 3vw;
  }
}
.headling-n1 .pinkt {
  color: #ff6666;
}
.headling-n1 .ss {
  font-size: 3.5vw;
}
@media (min-width: 48em) {
  .headling-n1 .ss {
    font-size: 3vw;
  }
}
@media (min-width: 64em) {
  .headling-n1 .ss {
    font-size: 2vw;
  }
}
.headling-n1 .greent {
  color: #ff7e00;
}

.introblock {
  position: relative;
  z-index: 11;
  padding-top: 5.5rem;
}
.introblock .anime-saru-top2 {
  content: "";
  display: block;
  width: 55vw;
  padding-top: 80vw;
  height: auto;
  background: url(img/i_saru2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -28%;
  right: -20vw;
  z-index: 10;
}
@media (min-width: 48em) {
  .introblock .anime-saru-top2 {
    bottom: inherit;
    top: 80%;
    padding-top: 70vw;
    right: -18vw;
    width: 40vw;
  }
}
.introblock .anime-imori-top {
  content: "";
  display: block;
  width: 55vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_imori.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 55%;
  left: -25vw;
  z-index: 1;
}
@media (min-width: 48em) {
  .introblock .anime-imori-top {
    width: 40vw;
    top: 45%;
    left: -25vw;
  }
}
.introblock .itrobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.introblock .itrobox .ibinner {
  display: block;
  text-align: center;
  width: 60%;
  padding: 0 2vw;
  margin-bottom: 2em;
  position: relative;
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner {
    margin: 0;
    width: 28%;
    padding: 2.4166666667%;
  }
}
.introblock .itrobox .ibinner a {
  opacity: 1;
}
.introblock .itrobox .ibinner a figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.introblock .itrobox .ibinner a:hover {
  opacity: 1;
}
.introblock .itrobox .ibinner a:hover figure img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.introblock .itrobox .ibinner .loopicon {
  position: absolute;
  top: 62%;
  right: 20px;
  z-index: 10;
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner .loopicon {
    top: 52%;
    right: 10px;
  }
}
@media (min-width: 64em) {
  .introblock .itrobox .ibinner .loopicon {
    top: 60%;
    right: 20px;
  }
}
.introblock .itrobox .ibinner .loopicon .imgicon {
  width: 40px;
}
@media (min-width: 35em) {
  .introblock .itrobox .ibinner .loopicon .imgicon {
    width: 50px;
    height: auto;
  }
}
.introblock .itrobox .ibinner .loopicon .arrow {
  position: absolute;
  bottom: 12.5px;
  right: 15px;
  width: 7px;
  height: auto;
}
@media (min-width: 35em) {
  .introblock .itrobox .ibinner .loopicon .arrow {
    width: 10px;
    bottom: 15px;
    right: 20px;
  }
}
.introblock .itrobox .ibinner figure {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 200px;
  border-top: 4px solid #3b9038;
  border-right: 4px solid #ff9b33;
  border-bottom: 4px solid #ff6666;
  border-left: 4px solid #78c6be;
  overflow: hidden;
}
.introblock .itrobox .ibinner figure img.pic {
  width: 100%;
  height: auto;
}
.introblock .itrobox .ibinner .headling-ib {
  text-align: center;
  padding: 0.5em 0 0 0;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner .headling-ib {
    font-size: 0.75rem;
    padding: 1em 0 0 0;
  }
}
@media (min-width: 64em) {
  .introblock .itrobox .ibinner .headling-ib {
    font-size: 1.6vw;
  }
}
.introblock .itrobox .ibinner p {
  line-height: 1.2em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner p {
    font-size: 0.95vw;
  }
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner:nth-child(3) {
    padding-top: 40px;
  }
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner:nth-child(2) {
    padding-top: 0;
  }
}
@media (min-width: 48em) {
  .introblock .itrobox .ibinner:nth-child(3) {
    padding-top: 70px;
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  } /* Y軸を基準に0度 */
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  } /* Y軸を基準に360度 */
}
.loop {
  -webkit-animation: spin 8s infinite linear;
          animation: spin 8s infinite linear; /* spinアニメーションを2秒で1周、無限に、等速で */
}

.headling-top {
  display: block;
  text-align: center;
  margin: 0 0 1.5em 0;
}
.headling-top .stxt {
  font-size: 3vw;
  margin: 0 0 0.5em 0;
  display: block;
}
@media (min-width: 48em) {
  .headling-top .stxt {
    font-size: 2.4vw;
  }
}
@media (min-width: 64em) {
  .headling-top .stxt {
    font-size: 1.2vw;
  }
}
.headling-top .btxt {
  font-size: 7.5vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media (min-width: 48em) {
  .headling-top .btxt {
    font-size: 4.8vw;
  }
}
@media (min-width: 64em) {
  .headling-top .btxt {
    font-size: 3.8vw;
  }
}
.headling-top .btxt::before {
  position: absolute;
  content: "";
  display: block;
  width: 125px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: url("img/i_asiato2.png");
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  left: -170px;
  top: 18px;
}
@media (min-width: 48em) {
  .headling-top .btxt::before {
    left: -240px;
    width: 200px;
    height: 44px;
  }
}
.headling-top .btxt::after {
  position: absolute;
  content: "";
  display: block;
  width: 125px;
  height: 30px;
  margin: 0;
  padding: 0;
  background: url("img/i_asiato.png");
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  right: -170px;
  top: 18px;
}
@media (min-width: 48em) {
  .headling-top .btxt::after {
    right: -240px;
    width: 200px;
    height: 44px;
  }
}

.headling-top-jp {
  display: block;
  text-align: center;
  margin: 0 0 1.5em 0;
}
.headling-top-jp .stxt {
  font-size: 3vw;
  margin: 0 0 0.5em 0;
  display: block;
  font-family: Josefin Sans;
}
@media (min-width: 48em) {
  .headling-top-jp .stxt {
    font-size: 2.4vw;
  }
}
@media (min-width: 64em) {
  .headling-top-jp .stxt {
    font-size: 1.2vw;
  }
}
.headling-top-jp .btxt {
  font-size: 6.2vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media (min-width: 48em) {
  .headling-top-jp .btxt {
    font-size: 4.5vw;
  }
}
@media (min-width: 64em) {
  .headling-top-jp .btxt {
    font-size: 3vw;
  }
}
.headling-top-jp .btxt::before {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 44px;
  margin: 0;
  padding: 0;
  background: url("img/i_asiato2.png");
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  left: -240px;
  top: 18px;
}
.headling-top-jp .btxt::after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 44px;
  margin: 0;
  padding: 0;
  background: url("img/i_asiato.png");
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  right: -240px;
  top: 18px;
}

.ojfit {
  display: block;
  width: 100%; /* 親の幅いっぱいに広がる */
  max-width: 800px; /* 大きくなりすぎないように制限 */
  aspect-ratio: 4/3; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
@media (min-width: 48em) {
  .ojfit {
    aspect-ratio: 1/1;
  }
}
.ojfit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}

.ojfit2 {
  display: block;
  width: 100%; /* 親の幅いっぱいに広がる */
  max-width: 800px; /* 大きくなりすぎないように制限 */
  aspect-ratio: 16/9; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.ojfit2 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}

.ojfit2a {
  display: block;
  width: 100%; /* 親の幅いっぱいに広がる */
  max-width: 800px; /* 大きくなりすぎないように制限 */
  aspect-ratio: 3/5; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.ojfit2a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}

.ojfit3 {
  display: block;
  width: 14vw; /* 親の幅いっぱいに広がる */
  aspect-ratio: 3/4; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.ojfit3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}

.ojfit4 {
  display: block;
  width: 12vw; /* 親の幅いっぱいに広がる */
  aspect-ratio: 1/1; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.ojfit4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}

.topicksblock {
  position: relative;
}
.topicksblock .anime-oumu-top {
  content: "";
  display: block;
  width: 50vw;
  padding-top: 70vw;
  height: auto;
  background: url(img/i_tori2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -15%;
  right: -10vw;
  z-index: 10;
}
@media (min-width: 35em) {
  .topicksblock .anime-oumu-top {
    bottom: -22%;
  }
}
@media (min-width: 48em) {
  .topicksblock .anime-oumu-top {
    width: 40vw;
    padding-top: 60vw;
    bottom: inherit;
    top: 85%;
    z-index: 10;
  }
}
.topicksblock .anime-beeber1-top {
  content: "";
  display: block;
  width: 55vw;
  padding-top: 70vw;
  height: auto;
  background: url(img/i_biba1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -6%;
  left: -33vw;
  z-index: 100;
}
@media (min-width: 48em) {
  .topicksblock .anime-beeber1-top {
    left: -23vw;
    width: 40vw;
    padding-top: 55vw;
    bottom: inherit;
    top: 55%;
  }
}

.topicksbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10%;
}
@media (min-width: 35em) {
  .topicksbox {
    padding: 5% 20%;
  }
}
@media (min-width: 48em) {
  .topicksbox {
    padding: 2.5% 2%;
  }
}
@media (min-width: 64em) {
  .topicksbox {
    padding: 5% 10%;
  }
}
.topicksbox .tbinner {
  position: relative;
  display: block;
  height: auto;
  border-radius: 16px;
  border: 1px solid #483c33;
  border-top: 3px solid #3b9038;
  border-right: 3px solid #ff9b33;
  border-bottom: 3px solid #ff6666;
  border-left: 3px solid #78c6be;
  background: #fff;
  width: 100%;
  margin: 0 0 10% 0;
}
@media (min-width: 48em) {
  .topicksbox .tbinner {
    width: 27.333%;
    margin: 0 3% 7% 3%;
  }
}
.topicksbox .tbinner a {
  opacity: 1;
}
.topicksbox .tbinner a .ojfit img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.topicksbox .tbinner a:hover {
  opacity: 1;
}
.topicksbox .tbinner a:hover .ojfit img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.topicksbox .tbinner .headling-tb {
  position: relative;
  margin: -10px 10px 0 -20px;
  background: #ffb933;
  font-weight: bold;
  padding: 0.5em 1em;
  z-index: 10;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .topicksbox .tbinner .headling-tb {
    font-size: 0.9rem;
  }
}
.topicksbox .tbinner .headling-tb::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid #ef7e00;
  border-bottom: 7px solid transparent;
  border-top: 7px solid #ef7e00;
  position: absolute;
  top: 100%;
  left: 0;
}
.topicksbox .tbinner .tb-text {
  padding: 0.8em 1.25em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .topicksbox .tbinner .tb-text {
    padding: 1.5em;
    font-size: 0.7rem;
  }
}
.topicksbox .tbinner .tb-date {
  padding: 0 1.5em 1.5em 1.5em;
  margin: 0;
  line-height: 1em;
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .topicksbox .tbinner .tb-date {
    font-size: 0.6rem;
  }
}
.topicksbox .tbinner figure {
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.topicksbox .tbinner:nth-child(even) .headling-tb {
  background: #5eb05b;
}
.topicksbox .tbinner:nth-child(even) .headling-tb::before {
  border-left: 10px solid transparent;
  border-right: 10px solid #058400;
  border-bottom: 7px solid transparent;
  border-top: 7px solid #058400;
}
.topicksbox.aboutbox .tbinner {
  border: 1px solid #fff;
}
.topicksbox.aboutbox .tbinner .headling-tb {
  position: relative;
  margin: 0;
  font-weight: bold;
  display: block;
  text-align: center;
  background: none !important;
  padding: 0.5em 1em;
  color: #058400;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .topicksbox.aboutbox .tbinner .headling-tb {
    font-size: 0.9rem;
  }
}
.topicksbox.aboutbox .tbinner .headling-tb::before {
  display: none;
}
.topicksbox.aboutbox .tbinner .tb-text {
  font-weight: 500;
  padding: 0 1.25em 1.25em 1.25em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .topicksbox.aboutbox .tbinner .tb-text {
    font-size: 0.8rem;
  }
}

.eventblock {
  position: relative;
  padding-bottom: 8rem;
}
.eventblock .anime-beeber2-top {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_biba2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -3%;
  right: 2vw;
}
@media (min-width: 48em) {
  .eventblock .anime-beeber2-top {
    width: 30vw;
    padding-top: 30vw;
    bottom: -10%;
  }
}
.eventblock::after {
  content: "";
  display: block;
  width: 300px;
  padding-top: 10%;
  height: auto;
  background: url(img/i_kusa1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 5%;
  left: 50px;
  z-index: 100;
  z-index: -1;
}
.eventblock .eventbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10%;
  position: relative;
  z-index: 100;
}
@media (min-width: 35em) {
  .eventblock .eventbox {
    padding: 5% 20%;
  }
}
@media (min-width: 48em) {
  .eventblock .eventbox {
    padding: 2.5% 0;
  }
}
@media (min-width: 64em) {
  .eventblock .eventbox {
    padding: 5% 2.5%;
  }
}
@media (min-width: 71.875em) {
  .eventblock .eventbox {
    padding: 5% 10%;
  }
}
.eventblock .eventbox .ebinner {
  position: relative;
  display: block;
  height: auto;
  border-radius: 16px;
  border: 1px solid #483c33;
  border-top: 3px solid #3b9038;
  border-right: 3px solid #ff9b33;
  border-bottom: 3px solid #ff6666;
  border-left: 3px solid #78c6be;
  background: #fff;
  width: 100%;
  margin: 0 0 10% 0;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner {
    width: 44%;
    margin: 0 3% 7% 3%;
  }
}
@media (min-width: 64em) {
  .eventblock .eventbox .ebinner {
    width: 27.333%;
    margin: 0 3% 7% 3%;
  }
}
.eventblock .eventbox .ebinner .headling-eb {
  font-weight: bold;
  margin: 0;
  padding: 0.5em 1em 0 1em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner .headling-eb {
    font-size: 0.9rem;
  }
}
.eventblock .eventbox .ebinner .eb-text {
  padding: 0.5em 1.5em 1.5em 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner .eb-text {
    font-size: 0.7rem;
  }
}
.eventblock .eventbox .ebinner .eb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: -25px 0 0 -15px;
  z-index: 10;
}
.eventblock .eventbox .ebinner .eb-wrapper .eb-date {
  position: relative;
  border-radius: 100px 0 0 100px;
  padding: 0 0.5rem 0 0.75rem;
  margin: 0;
  line-height: 50px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
  background: #ffb933;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner .eb-wrapper .eb-date {
    font-size: 1.1rem;
  }
}
.eventblock .eventbox .ebinner .eb-wrapper .eb-date .year {
  margin-right: 0.5em;
  font-size: 0.8rem;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner .eb-wrapper .eb-date .year {
    font-size: 0.6rem;
  }
}
.eventblock .eventbox .ebinner .eb-wrapper .eb-date .week {
  background: #483c33;
  line-height: 1.4em;
  width: 1.4em;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  color: #ffb933;
  font-weight: bold;
  margin-left: 0.2em;
  font-size: 0.8rem;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner .eb-wrapper .eb-date .week {
    font-size: 0.8rem;
  }
}
.eventblock .eventbox .ebinner .eb-wrapper .eb-cate {
  position: relative;
  display: inline-block;
  border-radius: 0 100px 100px 0;
  line-height: 50px;
  padding: 0 0.75rem 0 0;
  margin: 0;
  background: #ffb933;
}
.eventblock .eventbox .ebinner .eb-wrapper .eb-cate span {
  display: block;
  width: auto;
  line-height: 26px;
  background: #5eb05b;
  color: #fff;
  font-weight: bold;
  padding: 0 0.75em;
  margin: 14px 0 0 0;
  font-size: 1rem;
  border-radius: 100px;
}
@media (min-width: 48em) {
  .eventblock .eventbox .ebinner .eb-wrapper .eb-cate span {
    font-size: 0.6rem;
  }
}
.eventblock .eventbox .ebinner figure {
  border-radius: 12px 12px 0 0;
  z-index: 1;
}
.eventblock .eventbox .ebinner a {
  opacity: 1;
}
.eventblock .eventbox .ebinner a .ojfit img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.eventblock .eventbox .ebinner a:hover {
  opacity: 1;
}
.eventblock .eventbox .ebinner a:hover .ojfit img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.btn-orange {
  display: block;
  width: 300px;
  background: #ff7e00;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  line-height: 3.6em;
  position: relative;
  opacity: 1;
  border-radius: 300px;
}
.btn-orange::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.2em;
  height: 1em;
  width: 1em;
  background: url("img/arrow2.png");
  background-size: contain !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
.btn-orange:hover {
  background: #483c33;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.pointblock {
  padding-bottom: 15rem;
  background: url("img/back_2.png");
  position: relative;
}
.pointblock .picfix1 {
  position: relative;
}
.pointblock .picfix1::after {
  content: "";
  display: block;
  width: 20vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_ki2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 5vw;
  left: 0;
  z-index: -1;
}
.pointblock .picfix1::before {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_tori2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -15vw;
  right: -5vw;
  z-index: -1;
}
.pointblock .picfix1 .anime-pen-top {
  content: "";
  display: block;
  width: 50vw;
  padding-top: 70vw;
  height: auto;
  background: url(img/i_pengin.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 5%;
  right: -10vw;
}
@media (min-width: 48em) {
  .pointblock .picfix1 .anime-pen-top {
    width: 30vw;
    padding-top: 50vw;
    right: -4vw;
  }
}
.pointblock .pointkv {
  display: block;
  width: 100%;
  padding-top: 70%;
  margin-bottom: 50px;
  height: auto;
  background: url("img/img_top4.png");
  background-size: cover !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .pointblock .pointkv {
    padding-top: 40%;
  }
}
.pointblock .pointbox {
  display: block;
  padding: 0 15%;
}
.pointblock .pointbox .pbinner {
  position: relative;
  padding-bottom: 75px;
}
.pointblock .pointbox .pbinner .pbpoint {
  position: absolute;
  top: -50px;
  left: -25px;
  margin: 0;
  display: block;
  width: 100px;
  height: 100px;
}
.pointblock .pointbox .pbinner .pbpoint img {
  width: 100px;
  height: auto;
}
.pointblock .pointbox .pbinner .pbpoint .pointout {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
}
.pointblock .pointbox .pbinner .pbpoint .pointout span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
.pointblock .pointbox .pbinner .pbinnerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #483c33;
  border-top: 3px solid #3b9038;
  border-right: 3px solid #ff9b33;
  border-bottom: 3px solid #ff6666;
  border-left: 3px solid #78c6be;
  overflow: hidden;
}
.pointblock .pointbox .pbinner .pbinnerbox .pbibtext {
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .pointblock .pointbox .pbinner .pbinnerbox .pbibtext {
    padding: 2em;
    width: 50%;
  }
}
.pointblock .pointbox .pbinner .pbinnerbox .pbibtext h3 {
  display: block;
  width: 100%;
  font-size: 3.5vw;
  margin: -2em 0 0.5em 0;
  padding: 0.5em 0 0 0;
  background: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 48em) {
  .pointblock .pointbox .pbinner .pbinnerbox .pbibtext h3 {
    border-radius: 0;
    text-align: left;
    font-size: 2.4vw;
    margin: 1em 0 0.5em 0;
    padding: 0;
  }
}
.pointblock .pointbox .pbinner .pbinnerbox .pbibtext p {
  display: block;
  width: 100%;
  line-height: 1.8em;
  font-weight: 500;
  padding: 0 1em;
}
@media (min-width: 48em) {
  .pointblock .pointbox .pbinner .pbinnerbox .pbibtext p {
    padding: 0;
    line-height: 2.2em;
    font-weight: bold;
  }
}
.pointblock .pointbox .pbinner .pbinnerbox figure {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .pointblock .pointbox .pbinner .pbinnerbox figure {
    width: 50%;
  }
}
.pointblock .pointbox .pbinner .pbinnerbox figure img {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 48em) {
  .pointblock .pointbox .pbinner .pbinnerbox figure img {
    border-radius: 0 10px 10px 0;
  }
}

.headling-top2 {
  display: block;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 48em) {
  .headling-top2 {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}
.headling-top2::before {
  content: "";
  display: block;
  width: 20vw;
  height: 10vw;
  background: url(img/i_kumo.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -15vw;
  right: 2vw;
}
.headling-top2::after {
  content: "";
  display: block;
  width: 25vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_ki1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -32vw;
  left: -5vw;
  z-index: 1;
}
@media (min-width: 48em) {
  .headling-top2::after {
    width: 20vw;
    padding-top: 20vw;
    top: -10vw;
    left: -5vw;
  }
}
@media (min-width: 64em) {
  .headling-top2::after {
    left: -8vw;
  }
}
.headling-top2 h2 {
  font-weight: bold;
  font-size: 6vw;
  display: inline-block;
  position: relative;
  line-height: 1.4em;
}
@media (min-width: 35em) {
  .headling-top2 h2 {
    font-size: 5.5vw;
  }
}
@media (min-width: 48em) {
  .headling-top2 h2 {
    font-size: 3vw;
  }
}
.headling-top2 h2::before {
  content: "";
  display: block;
  width: 70px;
  padding-top: 70px;
  height: auto;
  background: url(img/icon2b.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 5px;
  left: -80px;
}
@media (min-width: 48em) {
  .headling-top2 h2::before {
    bottom: -40px;
    left: -120px;
    width: 100px;
    padding-top: 100px;
  }
}
.headling-top2 h2::after {
  content: "";
  display: block;
  width: 70px;
  padding-top: 70px;
  height: auto;
  background: url(img/icon2.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 5px;
  right: -80px;
}
@media (min-width: 48em) {
  .headling-top2 h2::after {
    bottom: -40px;
    right: -120px;
    width: 100px;
    padding-top: 100px;
  }
}

.map .headling-top2 {
  margin-top: 1rem;
}

.trainblock {
  position: relative;
  background: url("img/back_3.png");
  padding-bottom: 13rem;
}
@media (min-width: 48em) {
  .trainblock {
    padding-bottom: 5.5rem;
  }
}
.trainblock::before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/bg_zukan.png);
  background-size: cover !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -20%;
  left: 0;
}
@media (min-width: 48em) {
  .trainblock::before {
    top: -22vw;
    background-position: top center !important;
    width: 100vw;
    padding-top: 40vw;
  }
}
.trainblock .headling-train {
  display: block;
  width: 100%;
  height: 250px;
  background: url(img/i_kanban1.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: -75px 0 40px 0;
  margin-top: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 48em) {
  .trainblock .headling-train {
    margin: -75px 0 75px 0;
    height: 350px;
  }
}
.trainblock .headling-train h2, .trainblock .headling-train span {
  display: none;
}
.trainblock .headling-train a {
  position: absolute;
  right: 6%;
  bottom: 0%;
  display: block;
}
@media (min-width: 48em) {
  .trainblock .headling-train a {
    right: inherit;
    left: 22%;
  }
}
.trainblock .headling-train a img {
  width: 25vw;
  height: auto;
}
@media (min-width: 48em) {
  .trainblock .headling-train a img {
    width: 14vw;
  }
}
.trainblock .headling-train a::after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background: url("img/btn_animal1.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -4vw;
  left: -4vw;
}
.trainblock .headling-train::before {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 20vw;
  height: auto;
  background: url(img/i_kusa1.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  left: -8vw;
}
@media (min-width: 48em) {
  .trainblock .headling-train::before {
    left: inherit;
    right: 2vw;
  }
}

.animal .trainblock::before {
  top: -10vw;
}
.animal .trainblock .headling-train {
  margin-top: 40px;
}
@media (min-width: 48em) {
  .animal .trainblock .headling-train {
    margin-top: 70px;
  }
}
@media (min-width: 64em) {
  .animal .trainblock .headling-train {
    margin-top: 170px;
  }
}

.calendarblock {
  position: relative;
  background: #fffaf3;
  padding-bottom: 10rem;
}
@media (min-width: 48em) {
  .calendarblock {
    padding-bottom: 5.5rem;
  }
}
.calendarblock::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 54px;
  height: auto;
  background: url(img/bg_wave2.png);
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: repeat-x !important;
  position: absolute;
  top: -54px;
  z-index: 1;
}
.calendarblock::after {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/i_ki4.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 1;
}
@media (min-width: 48em) {
  .calendarblock::after {
    width: 20vw;
    padding-top: 30vw;
    top: -8vw;
  }
}

.calendarbox {
  display: block;
  width: 100%;
  padding: 5% 0;
}
@media (min-width: 48em) {
  .calendarbox {
    padding: 5% 10%;
  }
}
.calendarbox iframe {
  width: 100%;
  height: 600px;
}
@media (min-width: 48em) {
  .calendarbox iframe {
    height: 400px;
  }
}

.faq .qablock::after {
  display: none;
}

.qablock {
  position: relative;
}
@media (min-width: 48em) {
  .qablock::before {
    content: "";
    display: block;
    width: 30vw;
    padding-top: 30vw;
    height: auto;
    background: url(img/i_saru3.png);
    background-size: contain !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 8vw;
    left: -10vw;
  }
}
.qablock::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70px;
  height: auto;
  background: url(img/bg_faq.png);
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
  position: absolute;
  top: -30px;
}
@media (min-width: 48em) {
  .qablock::after {
    padding-top: 141px;
  }
}
.qablock .qabox {
  display: block;
  width: 100%;
  padding: 5% 10%;
  position: relative;
}
.qablock .qabox::after {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_kusa1.png);
  background-size: contain !important;
  background-position: bottom right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -20vw;
  right: 0;
  z-index: 1;
}
@media (min-width: 48em) {
  .qablock .qabox::after {
    width: 300px;
    padding-top: 300px;
    right: inherit;
    left: 0;
    bottom: -30%;
  }
}
@media (min-width: 48em) {
  .qablock .qabox::before {
    content: "";
    display: block;
    width: 100px;
    padding-top: 40px;
    height: auto;
    background: url(img/i_kusa2.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: repeat-x !important;
    position: absolute;
    bottom: 0;
    right: 5%;
  }
}
.qablock .qabox .qab {
  margin-bottom: 2em;
  background: #fff;
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  border-radius: 10px;
}
.qablock .qabox .qab dt {
  display: block;
  margin: 0;
  position: relative;
  font-weight: bold;
  margin-bottom: 0.75em;
  line-height: 1.8em;
}
@media (min-width: 48em) {
  .qablock .qabox .qab dt {
    font-size: 1rem;
  }
}
.qablock .qabox .qab dt::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url("img/q.png");
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: -60px;
  top: -9px;
}
.qablock .qabox .qab dd {
  display: block;
  margin: 0;
  line-height: 1.8em;
}
.qablock .qabox .qab .q-title {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 1.4rem;
}

.company .qablock::before {
  display: none;
}

.bannerblock {
  position: relative;
  padding: 3rem 0 12rem 0;
}
@media (min-width: 48em) {
  .bannerblock {
    padding: 0 0 10rem 0;
  }
}
.bannerblock .bannerblock_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3% 10vw;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .bannerblock .bannerblock_inner {
    padding: 3% 0;
  }
}
.bannerblock .bannerblock_inner a {
  display: block;
  width: 80%;
  margin: 1%;
}
@media (min-width: 48em) {
  .bannerblock .bannerblock_inner a {
    width: 48%;
    margin: 1%;
  }
}
.bannerblock .bannerblock_inner a img {
  width: 100%;
  height: auto;
}

.snsblock {
  position: relative;
  padding: 3.5rem 0 4rem 0;
}
@media (min-width: 35em) {
  .snsblock {
    padding: 5rem 0 2.5rem 0;
  }
}
.snsblock::after {
  content: "";
  display: block;
  width: 20vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/animal1.png);
  background-size: contain !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -1vw;
  left: -12vw;
  z-index: 1;
}
@media (min-width: 35em) {
  .snsblock::after {
    bottom: inherit;
    top: 5vw;
    left: 0;
    width: 16vw;
    padding-top: 36vw;
  }
}
.snsblock::before {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/animal2.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 12vw;
  right: -22vw;
}
@media (min-width: 35em) {
  .snsblock::before {
    top: 10vw;
    right: 0;
    width: 27vw;
    padding-top: 20vw;
  }
}
.snsblock .snshead {
  display: block;
  text-align: center;
  width: 100%;
}
.snsblock .snshead .snstitle {
  display: inline-block;
  width: auto;
  text-align: center;
  font-weight: bold;
  margin: 0 0 1.5em 0;
  font-size: 4vw;
  line-height: 1.4em;
  position: relative;
}
@media (min-width: 35em) {
  .snsblock .snshead .snstitle {
    font-size: 3.4vw;
  }
}
@media (min-width: 48em) {
  .snsblock .snshead .snstitle {
    font-size: 2.7vw;
  }
}
@media (min-width: 64em) {
  .snsblock .snshead .snstitle {
    font-size: 2.2vw;
  }
}
.snsblock .snshead .snstitle::before {
  content: "";
  display: block;
  width: 8vw;
  padding-top: 10vw;
  height: auto;
  background: url(img/icon3.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: -8vw;
  top: 0;
}
.snsblock .snshead .snstitle::after {
  content: "";
  display: block;
  width: 8vw;
  padding-top: 10vw;
  height: auto;
  background: url(img/icon4.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: -8vw;
  top: 0;
}
.snsblock .snsicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snsblock .snsicon a {
  display: block;
  width: 8vw;
  height: 8vw;
  margin: 5% 2vw;
  vertical-align: middle;
}
@media (min-width: 35em) {
  .snsblock .snsicon a {
    width: 5vw;
    height: 5vw;
  }
}
.snsblock .snsicon a img {
  width: auto;
  height: 8vw;
}
@media (min-width: 35em) {
  .snsblock .snsicon a img {
    height: 5vw;
  }
}

/*営業時間のアニメーション*/
/* ふわふわ上下アニメーション */
.anime-fuwafuwa {
  display: inline-block; /* transform を安定させる */
  -webkit-animation: fuwafuwa 2.6s ease-in-out infinite;
          animation: fuwafuwa 2.6s ease-in-out infinite;
  will-change: transform; /* 描画の最適化（任意） */
}

/* 上下にゆっくり揺れる */
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  } /* 上に10px */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  } /* 上に10px */
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ユーザーが動きを減らしたい設定の場合は止める（推奨） */
/*ギャラリー*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1em 0 0 0;
}
.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 0 0 105vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 35em) {
  .scroll-infinity__list {
    padding: 0 0 0 70vw;
  }
}
@media (min-width: 48em) {
  .scroll-infinity__list {
    padding: 0 0 0 50vw;
  }
}
.scroll-infinity__list::before {
  content: "";
  display: block;
  padding: 0 0 0 105vw;
  width: calc(105vw - 2%);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/i_kisya1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  z-index: 10;
}
@media (min-width: 35em) {
  .scroll-infinity__list::before {
    padding: 0 0 0 70vw;
    width: calc(70vw - 2%);
  }
}
@media (min-width: 48em) {
  .scroll-infinity__list::before {
    left: 1%;
    padding: 0 0 0 48vw;
    width: calc(48vw - 2%);
  }
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 33.3333333333vw;
  padding: 0 0.5%;
}
@media (min-width: 35em) {
  .scroll-infinity__item {
    width: 25vw;
  }
}
@media (min-width: 48em) {
  .scroll-infinity__item {
    width: 20vw;
  }
}
.scroll-infinity__item .trainout {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 112%;
  background: url(img/i_kisya2.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
.scroll-infinity__item .trainout a {
  opacity: 1;
}
.scroll-infinity__item .trainout a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.scroll-infinity__item .trainout a:hover {
  opacity: 1;
}
.scroll-infinity__item .trainout a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.scroll-infinity__item .ojfit {
  position: absolute;
  top: 12.7%;
  left: 10%;
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 4/3.09;
}

.scroll-infinity__item > span > img {
  width: 100%;
}

.questiontext {
  display: block;
  text-align: center;
  padding: 16rem 2rem 2rem 2rem;
  position: relative;
}
.questiontext .jp {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .questiontext .jp {
    font-size: 2.2rem;
  }
}
.questiontext .en {
  font-weight: bold;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .questiontext .en {
    font-size: 0.9rem;
  }
}

/* ポップアップ表示中のスクロールロック用 */
body.is-scroll-locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.fig-text {
  display: block;
  line-height: 1.8em;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .fig-text {
    margin-bottom: 5rem;
  }
}
.fig-text h3 {
  margin-bottom: 1.5em;
  margin-top: 3rem;
  font-size: 2.4rem;
}
@media (min-width: 64em) {
  .fig-text h3 {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.fig-text figure {
  display: block;
  width: 100%;
  float: right;
  margin: 0 0 5% 0;
}
@media (min-width: 48em) {
  .fig-text figure {
    margin: 0 0 5% 5%;
    width: 45%;
  }
}
.fig-text figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.catetile {
  display: block;
  text-align: center;
  margin: 4rem 0 0 0;
}
.catetile h3 {
  font-size: 3rem;
}
@media (min-width: 48em) {
  .catetile h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .catetile h3 {
    font-size: 1.8rem;
  }
}
.catetile h3 span {
  border-bottom: 8px solid #eae1d4;
}

.onehealth {
  background: #fff;
  border-radius: 10px;
  padding: 2rem 3rem;
  margin: 0 0 7rem 0;
}
@media (min-width: 48em) {
  .onehealth {
    padding: 3rem 4rem;
  }
}
.onehealth .animalcate {
  margin-bottom: 2em;
}

.enblock {
  padding: 0 0 7rem 0;
  margin-top: -2rem;
  z-index: 11;
}

.fig-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3rem;
}
.fig-text2 .ft-left {
  width: 100%;
}
@media (min-width: 48em) {
  .fig-text2 .ft-left {
    width: 45%;
  }
}
.fig-text2 .ft-left h4 {
  margin-bottom: 0.5em;
  line-height: 1.6em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .fig-text2 .ft-left h4 {
    font-size: 1.1rem;
  }
}
.fig-text2 .ft-left p {
  line-height: 1.8em;
}
.fig-text2 .ft-right {
  width: 100%;
}
@media (min-width: 48em) {
  .fig-text2 .ft-right {
    width: 50%;
  }
}
.fig-text2 .ft-right figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.map .maingf .page-head {
  background: url("img/kv_map.jpg");
  background-size: cover !important;
  background-position: 80% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .map .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_map.jpg");
  }
}

.about .maingf .page-head {
  background: url("img/kv_about.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .about .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_about.jpg");
  }
}

.animal .maingf .page-head {
  background: url("img/kv_animal.jpg");
  background-size: cover !important;
  background-position: 20% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .animal .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_animal.jpg");
  }
}

.enrichment .maingf .page-head {
  background: url("img/kv_enrichment.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .enrichment .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_enrichment.jpg");
  }
}

.faq .maingf .page-head {
  background: url("img/kv_faq.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .faq .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_faq.jpg");
  }
}

.company .maingf .page-head {
  background: url("img/kv_company.jpg");
  background-size: cover !important;
  background-position: 30% center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .company .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_company.jpg");
  }
}

.privacy .maingf .page-head {
  background: url("img/kv_privacy.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .privacy .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_privacy.jpg");
  }
}

.error404 .maingf .page-head {
  background: url("img/kv_404.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .error404 .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_404.jpg");
  }
}

.contact .maingf .page-head {
  background: url("img/kv_contact.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .contact .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_contact.jpg");
  }
}

.category-news .maingf .page-head {
  background: url("img/kv_news.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .category-news .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_news.jpg");
  }
}

.information .maingf .page-head {
  background: url("img/kv_information.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .information .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_information.jpg");
  }
}

.people .maingf .page-head {
  background: url("img/kv_people.jpg");
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 48em) {
  .people .maingf .page-head {
    background-position: center center !important;
    background: url("img/kv_people.jpg");
  }
}

.postbox {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 7rem;
}
.postbox .postlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.postbox .postlist li {
  border-bottom: 1px dashed #483c33;
  padding: 1.5rem 0;
}
.postbox .postlist li:last-child {
  border-bottom: none;
}
.postbox .postlist li a {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .postbox .postlist li a {
    font-size: 1rem;
  }
}
.postbox .postlist li .pdate {
  display: block;
  margin-top: 0.5em;
  color: #777;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .postbox .postlist li .pdate {
    font-size: 0.7rem;
  }
}

.information .gmap {
  margin: 0;
}
@media (min-width: 48em) {
  .information .gmap {
    margin: 4rem 0 0 0;
  }
}
.information .parkmap {
  margin: 4rem 0 1rem 0;
  background: #fff;
  padding: 2rem;
}
.information .parkmap img {
  width: 100%;
  height: auto;
}

.peoplelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 2rem 0 3rem 0;
}
.peoplelist li {
  width: 48%;
  margin-bottom: 2%;
  list-style: none;
}
.peoplelist li figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.peoplelist li p {
  text-align: center;
  font-weight: bold;
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .peoplelist li p {
    font-size: 0.9rem;
  }
}

.timebox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  margin: 0 6rem;
  border-radius: 20px;
  background: #ffb933;
  padding: 2rem;
}
.timebox .t-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0 1rem;
}
.timebox .t-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 0 1rem;
}
.timebox .ttitle span {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0.15em 0;
  margin-right: 1em;
  border-bottom: 6px solid #fff;
}

.rinen {
  border-radius: 70px 70px 0 0;
  overflow: hidden;
  background: #fff;
  padding: 0 0 3rem 0;
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .rinen {
    border-radius: 100px 100px 0 0;
  }
}
.rinen .keyword {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 1.5em;
  color: #fff;
  background: #483c33;
  padding: 2em 3em;
}
@media (min-width: 48em) {
  .rinen .keyword {
    padding: 4em 3em;
  }
}
.rinen .keyword p {
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
}
@media (min-width: 48em) {
  .rinen .keyword p {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .rinen .keyword p {
    font-size: 2rem;
  }
}
.rinen .stext {
  display: block;
  text-align: center;
  margin-bottom: 0.3em;
}
.rinen .subtext {
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .rinen .subtext {
    font-size: 1.4rem;
  }
}
.rinen .numbertext {
  margin: 4rem 0 0 0;
  padding: 3rem 4rem 0 4rem;
  display: block;
  text-align: left;
  position: relative;
}
.rinen .numbertext::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(img/dot2.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
}
.rinen .numbertext li {
  list-style: none;
  padding-bottom: 1em;
  padding-left: 1.8em;
  position: relative;
  font-weight: 500;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .rinen .numbertext li {
    padding-bottom: 2em;
  }
}
.rinen .numbertext li .nbrp {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5em 0;
  text-decoration: underline;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .rinen .numbertext li .nbrp {
    font-size: 1.1rem;
  }
}
.rinen .numbertext li .ssub {
  text-align: left;
  padding-top: 0.75em;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.6em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .rinen .numbertext li .ssub {
    font-size: 0.8rem;
  }
}
.rinen .numbertext li:nth-child(1)::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "➊";
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .rinen .numbertext li:nth-child(1)::before {
    font-size: 1.1rem;
  }
}
.rinen .numbertext li:nth-child(2)::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "➋";
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .rinen .numbertext li:nth-child(2)::before {
    font-size: 1.1rem;
  }
}
.rinen .numbertext li:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "➌";
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .rinen .numbertext li:nth-child(3)::before {
    font-size: 1.1rem;
  }
}
.rinen .numbertext li:last-child {
  padding-bottom: 0;
}

.titlehead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titlehead .category-name {
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  padding: 0.75em 1.5em 0.75em 1.5em;
  margin-right: 1em;
  border-radius: 60px;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .titlehead .category-name {
    font-size: 0.7rem;
  }
}
.titlehead .category-name.news {
  background: #5eb05b;
}
.titlehead .category-name.event {
  background: #ffb933;
}
.titlehead .dateee {
  font-weight: bold;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .titlehead .dateee {
    font-size: 0.8rem;
  }
}

.single-post .questiontext {
  padding: 0 0 2rem 0;
}
.single-post .questiontext .jp {
  text-align: left;
  line-height: 1.4em;
  font-size: 2rem;
}
@media (min-width: 48em) {
  .single-post .questiontext .jp {
    font-size: 1.4rem;
  }
}

.headling-1 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .headling-1 {
    font-size: 3.4vw;
  }
}
@media (min-width: 64em) {
  .headling-1 {
    font-size: 2.7vw;
  }
}

.headling-1a {
  font-weight: bold;
  margin-bottom: 2em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .headling-1a {
    font-size: 1.4vw;
  }
}
@media (min-width: 64em) {
  .headling-1a {
    font-size: 1.4vw;
  }
}

.headling-1b {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .headling-1b {
    font-size: 18px;
  }
}
@media (min-width: 64em) {
  .headling-1b {
    font-size: 18px;
  }
}

.normalt {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 4rem auto;
  border-top: 2px solid #483c33;
  border-bottom: 2px solid #483c33;
}
.normalt tr {
  border-bottom: 1px dashed #483c33;
}
.normalt th, .normalt td {
  padding: 0.75rem;
  text-align: left;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .normalt th, .normalt td {
    font-size: 0.8rem;
  }
}
.normalt th {
  word-break: keep-all;
}
@media (min-width: 48em) {
  .normalt th {
    width: 40%;
  }
}
.map {
  display: block;
  width: 100%;
}
.map img {
  width: 100%;
  height: auto;
}

.people .conceptblock {
  position: relative;
  z-index: 10;
}
.people .conceptblock::before {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_tori4.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50vw;
  right: -12%;
  z-index: 100;
}
@media (min-width: 48em) {
  .people .conceptblock::before {
    top: inherit;
    bottom: 40% !important;
  }
}
.people .conceptblock::after {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 16%;
  left: -15%;
  z-index: 100;
}
.people .conceptblock .headling-n1 {
  font-weight: bold;
  font-size: 2.7vw;
  margin-bottom: 2em;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .people .conceptblock .headling-n1 {
    font-size: 2vw;
  }
}

.enrichment .enblock {
  margin-top: 0;
}

.enrichment .conceptblock {
  position: relative;
}
.enrichment .conceptblock::before {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_saru2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 30%;
  right: -12%;
  z-index: 100;
}
@media (min-width: 48em) {
  .enrichment .conceptblock::before {
    display: block;
    bottom: 40% !important;
    top: inherit;
    width: 30vw;
    padding-top: 30vw;
  }
}
.enrichment .conceptblock::after {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_imori.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 8%;
  left: -15%;
  z-index: 100;
}
@media (min-width: 48em) {
  .enrichment .conceptblock::after {
    display: block;
    top: 16%;
    width: 30vw;
    padding-top: 30vw;
  }
}

.about .concept {
  position: relative;
  overflow: visible;
}
.about .concept::before {
  content: "";
  display: block;
  width: 50vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/i_tori2.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -8%;
  right: -17%;
  z-index: 100;
}
@media (min-width: 48em) {
  .about .concept::before {
    width: 40vw;
    padding-top: 40vw;
    right: -13vw;
    top: -6%;
  }
}
@media (min-width: 64em) {
  .about .concept::before {
    width: 30vw;
    padding-top: 30vw;
  }
}
.about .concept::after {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 50vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0%;
  left: -16%;
  z-index: 100;
}
@media (min-width: 48em) {
  .about .concept::after {
    left: -7vw;
    width: 32vw;
    padding-top: 40vw;
    top: 1%;
  }
}
@media (min-width: 64em) {
  .about .concept::after {
    left: -16vw;
    top: -2vw;
    padding-top: 23vw;
  }
}

.about .conceptblock {
  position: relative;
  margin-bottom: -8vw;
  padding-bottom: 15vw;
  overflow: hidden;
  z-index: 1;
}

.about .ojfit {
  aspect-ratio: 1/1 !important;
}

.animal .conceptblock::before {
  display: none;
}
.animal .conceptblock::after {
  display: none;
}

.information .container-narrow-head {
  padding: 0 2.5rem 5rem 2.5rem;
}
@media (min-width: 35em) {
  .information .container-narrow-head {
    padding: 0 7rem 5rem 7rem;
  }
}

.animal .container-narrow-head {
  overflow: visible;
  position: relative;
}
.animal .container-narrow-head::before {
  display: none;
}
.animal .container-narrow-head .animalp {
  overflow: hidden;
  border-radius: 20px;
  border: 5px solid #fff;
  position: absolute;
}
.animal .container-narrow-head .animalp:nth-child(1) {
  top: -35%;
  right: -15%;
}
.animal .container-narrow-head .animalp:nth-child(2) {
  top: -7%;
  right: 8%;
  z-index: -1;
}
.animal .container-narrow-head .animalp:nth-child(3) {
  bottom: -40%;
  right: -10%;
}
.animal .container-narrow-head .animalp:nth-child(4) {
  bottom: 0;
  right: 5%;
}
.animal .container-narrow-head .animalp:nth-child(5) {
  top: 13%;
  right: -22%;
}
.animal .container-narrow-head .animalp:nth-child(6) {
  bottom: -60%;
  right: 0;
}

.animal .container .animalbox {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 1.5rem;
  margin-bottom: 10%;
}
@media (min-width: 48em) {
  .animal .container .animalbox {
    padding: 3rem;
  }
}
.animal .container .animalbox .animailsit {
  margin: 0;
  padding: 1.5em 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .animal .container .animalbox .animailsit {
    padding: 1em 0 0 0;
  }
}
.animal .container .animalbox .animailsit li {
  display: block;
  width: 47%;
  margin: 1.5%;
}
@media (min-width: 48em) {
  .animal .container .animalbox .animailsit li {
    width: 30.33%;
    margin: 1.5%;
  }
}
@media (min-width: 64em) {
  .animal .container .animalbox .animailsit li {
    margin: 2%;
    width: 21%;
  }
}
.animal .container .animalbox .animailsit li a .ojfit-a {
  border: 6px solid #483c33;
  border: 6px solid #ff9d33;
  border-radius: 1000px;
  display: block;
  width: 100%; /* 親の幅いっぱいに広がる */
  aspect-ratio: 1/1; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.animal .container .animalbox .animailsit li a .ojfit-a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}
.animal .container .animalbox .animailsit li a p {
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0.25rem 0 0 0;
  line-height: 1.4em;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .animal .container .animalbox .animailsit li a p {
    font-size: 0.9rem;
  }
}
.animal .container .animalbox .animailsit li a:hover {
  opacity: 1;
  cursor: pointer;
}
.animal .container .animalbox .animailsit li a:hover .ojfit-a img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.animalcate {
  padding-bottom: 0.5em;
  font-weight: bold;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .animalcate {
    font-size: 1.4rem;
  }
}
.animalcate::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(img/dot2.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
}

.wbox {
  padding: 2rem;
  display: block;
  background: #fff;
  border-radius: 10px;
}
.wbox .wboxin {
  padding: 0 0 3rem 0;
  line-height: 1.8em;
}

.about .topicksblock,
.information .topicksblock {
  position: relative;
  margin-top: 10vw;
  z-index: 1;
  background: url(img/back_3.png);
  padding: 2.5% 2% 5% 2%;
}
.about .topicksblock::before,
.information .topicksblock::before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/bg_yama2.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -10vw;
  left: 0;
}
.about .topicksblock::after,
.information .topicksblock::after {
  content: "";
  display: block;
  width: 45vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_tori1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 101;
  bottom: -70px;
  display: none;
}
@media (min-width: 48em) {
  .about .topicksblock::after,
  .information .topicksblock::after {
    display: block;
    bottom: -5%;
  }
}
@media (min-width: 64em) {
  .about .topicksblock::after,
  .information .topicksblock::after {
    z-index: -1;
    width: 25vw;
    padding-top: 50vw;
    bottom: 0;
  }
}
.about .topicksblock .container,
.information .topicksblock .container {
  position: relative;
}
@media (min-width: 48em) {
  .about .topicksblock .tbinner,
  .information .topicksblock .tbinner {
    width: 46%;
    margin: 0 2% 5% 2%;
  }
}
@media (min-width: 64em) {
  .about .topicksblock .tbinner,
  .information .topicksblock .tbinner {
    width: 27.333%;
    margin: 0 3% 7% 3%;
  }
}

.information .topicksblock {
  position: relative;
  z-index: 50;
  top: -10vw;
  padding-bottom: 22vw;
}
@media (min-width: 48em) {
  .information .topicksblock {
    padding-bottom: 10vw;
  }
}
.information .topicksblock::before {
  z-index: 10;
}
.information .topicksblock::after {
  display: none;
}
.information .topicksblock .headling-top {
  margin-top: 1rem !important;
}

.information .conceptblock {
  padding-bottom: 30vw;
}
@media (min-width: 48em) {
  .information .conceptblock {
    padding-bottom: 10vw;
  }
}
.information .conceptblock::before {
  content: "";
  display: block;
  width: 45vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_tori1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  right: 0;
  z-index: 101;
  bottom: 4%;
}
@media (min-width: 35em) {
  .information .conceptblock::before {
    bottom: 4%;
    width: 40vw;
    padding-top: 50vw;
  }
}
@media (min-width: 48em) {
  .information .conceptblock::before {
    display: block;
    bottom: 7%;
  }
}
@media (min-width: 64em) {
  .information .conceptblock::before {
    z-index: -1;
    width: 25vw;
    padding-top: 50vw;
    bottom: 0;
  }
}

.information .pleaseblock {
  top: -14vw;
  z-index: 100;
  padding-top: 10rem;
}
@media (min-width: 48em) {
  .information .pleaseblock {
    padding-top: 5rem;
  }
}
.information .pleaseblock::before {
  top: -14vw;
}

.caution {
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .caution {
    font-size: 0.6rem;
  }
}

.about .pleaseblock {
  padding-bottom: 12rem;
}

.pleaseblock {
  position: relative;
}
.pleaseblock::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20vw;
  height: auto;
  background: url(img/bg_faq.png);
  background-size: contain !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -13vw;
  left: 0;
  z-index: 100;
}
.pleaseblock .animalcate {
  margin-bottom: 1.5em;
}
.pleaseblock .marubox {
  background: #fffaf3;
  background: url(img/back_3.png);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
.pleaseblock .marubox .marubox-t {
  line-height: 1.6em;
  margin-bottom: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .pleaseblock .marubox .marubox-t {
    font-size: 1rem;
  }
}
.pleaseblock .marubox.maru1 {
  position: relative;
}
.pleaseblock .marubox.maru1::before {
  content: "➊";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .pleaseblock .marubox.maru1::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
}
.pleaseblock .marubox.maru2 {
  position: relative;
}
.pleaseblock .marubox.maru2::before {
  content: "➋";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .pleaseblock .marubox.maru2::before {
    top: 15px;
    left: 15px;
    font-size: 2rem;
  }
}
.pleaseblock .btn-orange {
  width: 220px;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .pleaseblock .btn-orange {
    width: 310px;
    font-size: 0.6rem;
  }
}

.pleaselist {
  background: #fff;
  border-radius: 10px;
  padding: 3rem;
  margin: 0;
}
.pleaselist li {
  padding-bottom: 1.2em;
  margin-left: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.6em;
  position: relative;
}
@media (min-width: 48em) {
  .pleaselist li {
    padding-bottom: 2em;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}
.pleaselist li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -2em;
  width: calc(100% + 2em);
  height: 2px;
  background: url(img/dot.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
}
.pleaselist li b {
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .pleaselist li b {
    font-size: 1rem;
  }
}
.pleaselist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pleaselist li:last-child::before {
  display: none;
}

.animal .pagenav-in {
  margin: -4rem 3rem 2rem 3rem;
}
@media (min-width: 48em) {
  .animal .pagenav-in {
    margin: -4rem 0 2rem 0;
  }
}

.information .pagenav-in {
  margin: -2% 3rem 8vw 3rem;
}
@media (min-width: 48em) {
  .information .pagenav-in {
    margin: -2% 0 8vw 0;
  }
}

.historyblock {
  background: url(img/back_3.png);
  position: relative;
}
.historyblock::after {
  content: "";
  display: block;
  width: 33vw;
  padding-top: 60vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -4%;
  left: -10vw;
}
@media (min-width: 48em) {
  .historyblock::after {
    top: 12%;
  }
}
.historyblock::before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/bg_yama2.png);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -10vw;
  left: 0;
}
.historyblock .container-narrow {
  overflow: visible;
  position: relative;
}
.historyblock .container-narrow::before {
  content: "";
  display: block;
  width: 20vw;
  padding-top: 20vw;
  height: auto;
  background: url(img/i_kusa1.png);
  background-size: contain !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: 10%;
  right: -15vw;
}

.table-company2 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 7rem;
  position: relative;
}
.table-company2 th, .table-company2 td {
  text-align: center;
  padding: 0.65em 1.25em;
  vertical-align: top;
}
.table-company2 th {
  line-height: 1.2em;
  border-right: 4px solid #483c33;
  text-align: center;
  padding: 0.65em 0.65em 0.65em 0;
  width: 10px;
  color: #fff;
  white-space: nowrap;
  font-family: Josefin Sans;
  text-shadow: rgb(72, 60, 51) 2px 0px 0px, rgb(72, 60, 51) 1.75517px 0.958851px 0px, rgb(72, 60, 51) 1.0806px 1.68294px 0px, rgb(72, 60, 51) 0.141474px 1.99499px 0px, rgb(72, 60, 51) -0.832294px 1.81859px 0px, rgb(72, 60, 51) -1.60229px 1.19694px 0px, rgb(72, 60, 51) -1.97998px 0.28224px 0px, rgb(72, 60, 51) -1.87291px -0.701566px 0px, rgb(72, 60, 51) -1.30729px -1.5136px 0px, rgb(72, 60, 51) -0.421592px -1.95506px 0px, rgb(72, 60, 51) 0.567324px -1.91785px 0px, rgb(72, 60, 51) 1.41734px -1.41108px 0px, rgb(72, 60, 51) 1.92034px -0.558831px 0px;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .table-company2 th {
    text-align: right;
    font-size: 2rem;
  }
}
.table-company2 td {
  text-align: left;
  position: relative;
}
.table-company2 td:before {
  position: absolute;
  left: -9px;
  top: 15px;
  display: block;
  content: "";
  background: #483c33;
  width: 14px;
  height: 14px;
  border-radius: 50px;
}
@media (min-width: 48em) {
  .table-company2 td:before {
    left: -12px;
    width: 20px;
    height: 20px;
    top: 40px;
  }
}
.table-company2 td img {
  max-width: 100%;
}
.table-company2 td .tdwrapper {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  margin-left: 0;
  position: relative;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper {
    margin-left: 20px;
  }
}
.table-company2 td .tdwrapper::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  border: none;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper::before {
    top: 40px;
    left: -28px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
  }
}
.table-company2 td .tdwrapper .histitle {
  font-weight: bold;
  margin-bottom: 0.25em;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .histitle {
    font-size: 1.2rem;
  }
}
.table-company2 td .tdwrapper .ntext {
  padding-top: 0.5em;
  line-height: 1.8em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .ntext {
    font-size: 0.7rem;
  }
}
.table-company2 td .tdwrapper .hallf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-company2 td .tdwrapper .hallf .ntext {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .hallf .ntext {
    width: 48%;
  }
}
.table-company2 td .tdwrapper .hallf figure {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .table-company2 td .tdwrapper .hallf figure {
    width: 48%;
  }
}

.map .topicksblock {
  position: relative;
}
.map .topicksblock::before {
  content: "";
  display: block;
  width: 30vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_kame1.png);
  background-size: contain !important;
  background-position: top left !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  left: -10vw;
}
@media (min-width: 35em) {
  .map .topicksblock::before {
    top: 50%;
  }
}
@media (min-width: 48em) {
  .map .topicksblock::before {
    top: 45%;
  }
}
@media (min-width: 64em) {
  .map .topicksblock::before {
    top: 30vw;
  }
}
.map .topicksblock::after {
  display: none;
}
.map .topicksblock .container {
  position: relative;
}

.map .topicksblock2 {
  position: relative;
}
.map .topicksblock2::before {
  content: "";
  display: block;
  width: 40vw;
  padding-top: 40vw;
  height: auto;
  background: url(img/i_tori4.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: -2%;
  right: -8vw;
}
@media (min-width: 48em) {
  .map .topicksblock2::before {
    width: 30vw;
    padding-top: 30vw;
    top: 0;
  }
}
.map .topicksblock2::after {
  content: "";
  display: block;
  width: 20vw;
  padding-top: 30vw;
  height: auto;
  background: url(img/i_pen1.png);
  background-size: contain !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  position: absolute;
  bottom: -20vw;
  left: -3vw;
  z-index: -1;
}
.map .topicksblock2 .container {
  position: relative;
}

nav {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
nav .pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  z-index: 100;
  overflow: hidden;
  border-radius: 100px;
  padding: 1.5em;
}
nav .pagenav li {
  display: block;
  width: auto;
  margin: 0.25em;
  list-style: none;
  position: relative;
}
nav .pagenav li a {
  display: block;
  font-weight: bold;
  border-radius: 100px;
  width: auto;
  padding: 10px;
  text-align: center;
  line-height: 1em;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  nav .pagenav li a {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}
nav .pagenav li a span {
  position: relative;
}
nav .pagenav li:hover a {
  background: #ff7e00;
  color: #fff;
  opacity: 1;
}
nav .pagenav li.current a {
  background: #ff7e00;
  color: #fff;
}
nav .pagenav-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  z-index: 100;
  overflow: hidden;
  padding: 1.5em 0;
  margin: -2% 0 8vw 0;
}
@media (min-width: 48em) {
  nav .pagenav-in {
    padding: 0 1.5em;
  }
}
nav .pagenav-in li {
  display: block;
  width: auto;
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 8px solid #eae1d4;
}
nav .pagenav-in li a {
  display: block;
  font-weight: bold;
  width: auto;
  padding: 2rem 0.75rem;
  text-align: center;
  line-height: 1em;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  nav .pagenav-in li a {
    font-size: 0.9rem;
  }
}
nav .pagenav-in li a i {
  margin-right: 0.5em;
  color: #ff7e00;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  nav .pagenav-in li a i {
    font-size: 0.6rem;
  }
}
nav .pagenav-in li:first-child a {
  padding-left: 2rem;
  border-radius: 10px 0 0 10px;
}
nav .pagenav-in li:last-child a {
  padding-right: 2rem;
  border-radius: 0 10px 10px 0;
}

.contacttell {
  background: #3b9038;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 5rem;
  padding: 2rem 1.5rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 48em) {
  .contacttell {
    margin-bottom: 5rem;
    padding: 2rem;
  }
}
.contacttell .cname {
  padding: 0;
  margin: 0 1em;
  line-height: 1.4em;
  text-align: right;
  font-size: 1.2rem;
}
@media (min-width: 35em) {
  .contacttell .cname {
    font-size: 1.6rem;
  }
}
@media (min-width: 48em) {
  .contacttell .cname {
    text-align: center;
    font-size: 0.9rem;
  }
}
.contacttell .ctell {
  padding: 0;
  margin: 0 0 1em 1em;
  line-height: 1.2em;
  font-weight: normal;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .contacttell .ctell {
    font-size: 0.6rem;
  }
}
.contacttell .ctell a {
  color: #fff;
  line-height: 1.2em;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 3.6rem;
}
@media (min-width: 48em) {
  .contacttell .ctell a {
    font-size: 2.3rem;
  }
}

.contactt {
  margin: 0 auto;
  display: table;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .contactt {
    margin-bottom: 2rem;
  }
}
.contactt input, .contactt textarea {
  border: none;
  border-radius: 30px;
  line-height: 2em;
  padding: 1em;
  width: 100%;
}
.contactt textarea {
  width: 100%;
}
.contactt td, .contactt th {
  padding: 1em;
  text-align: left;
  display: block;
}
@media (min-width: 48em) {
  .contactt td, .contactt th {
    display: table-cell;
  }
}
.contactt th {
  padding: 1em 1em 0 1em;
}
@media (min-width: 48em) {
  .contactt th {
    padding: 1em;
  }
}
.contactt th {
  word-break: keep-all;
}

.sendmail {
  background: #ff7e00;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  padding: 1em 3em;
  width: auto;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .sendmail {
    font-size: 0.9rem;
  }
}

.contact .container-narrow {
  margin-bottom: 10rem;
}
@media (min-width: 48em) {
  .contact .container-narrow {
    margin-bottom: 0;
  }
}

.facboxcontainer {
  display: block;
  width: 100%;
  padding: 5rem 0;
}
.facboxcontainer .facbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  margin: 2rem 5rem;
  overflow: hidden;
  border-radius: 10px;
}
.facboxcontainer .facbox figure {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .facboxcontainer .facbox figure {
    width: 40%;
  }
}
.facboxcontainer .facbox figure img {
  width: 100%;
  height: auto;
}
.facboxcontainer .facbox .factext {
  display: block;
  width: 100%;
  padding: 2rem 0 0 0;
}
@media (min-width: 48em) {
  .facboxcontainer .facbox .factext {
    padding: 2rem 0 2rem 2rem;
    width: 60%;
  }
}
.facboxcontainer .facbox .factext .factitle {
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .facboxcontainer .facbox .factext .factitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 64em) {
  .facboxcontainer .facbox .factext .factitle {
    font-size: 1.4rem;
  }
}
.facboxcontainer .facbox .factext .factitle::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(img/dot3.png);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: repeat-x !important;
}
.facboxcontainer .facbox .factext .facp {
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .facboxcontainer .facbox .factext .facp {
    font-size: 0.9rem;
  }
}

.animal .headling-n1 {
  text-align: left;
}
.animal .text-center {
  text-align: left !important;
  padding-right: 10vw;
}
.animal .trainblock {
  z-index: 100;
}
.animal .maingf .page-head::after {
  display: none;
}

.opentime {
  border-radius: 10px;
  background: #fff;
  padding: 1.5rem 2rem;
  width: 100%;
  margin: 8% auto 4rem auto;
  position: relative;
}
@media (min-width: 48em) {
  .opentime {
    margin: 8% auto 4rem auto;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .opentime {
    width: 80%;
  }
}
.opentime dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
  margin: 0;
}
.opentime dl dt {
  font-weight: bold;
  display: block;
  width: calc(4.5em + 1rem);
  padding-right: 1rem;
  border-right: 1px dotted #483c33;
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .opentime dl dt {
    font-size: 0.8rem;
  }
}
.opentime dl dd {
  font-weight: bold;
  padding-left: 1rem;
  margin: 0 0 -0.1em 0;
  line-height: 1em;
  vertical-align: middle;
  font-family: Josefin Sans;
  font-size: 3rem;
}
@media (min-width: 48em) {
  .opentime dl dd {
    font-size: 2rem;
  }
}
.opentime dl dd .timetext {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #bdf3ed));
  background: linear-gradient(transparent 80%, #bdf3ed 80%);
}
.opentime dl dd .karatext {
  font-family: "Zen Kaku Gothic New";
  font-size: 3rem;
  margin: 0 0.25em;
}
@media (min-width: 48em) {
  .opentime dl dd .karatext {
    font-size: 1.5rem;
  }
}
.opentime dl dd .tlest {
  margin: 0;
  padding: 0;
}
.opentime dl dd .tlest li {
  list-style: none;
  line-height: 1.8em;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .opentime dl dd .tlest li {
    font-size: 0.7rem;
  }
}
.opentime .iitext {
  position: absolute;
  text-align: center;
  display: block;
  width: 80px;
  height: 80px;
  top: -10px;
  right: -10px;
  padding: 0.9em 0 0 0;
  margin: 0;
  color: #fff;
  background: #3b9038;
  line-height: 1em;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  font-size: 2.2rem;
}
@media (min-width: 48em) {
  .opentime .iitext {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
  }
}
.opentime .iitext span {
  display: block;
  line-height: 1em;
  padding-bottom: 0.5em;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 48em) {
  .opentime .iitext span {
    font-size: 0.7rem;
  }
}

.parkbox {
  padding-bottom: 15rem;
}
@media (min-width: 48em) {
  .parkbox {
    padding-bottom: 10rem;
  }
}
.parkbox p {
  line-height: 1.6em;
}

.information p {
  line-height: 1.6em;
  margin-top: 1rem;
}
.information .parkbox {
  margin-top: -14vw;
}

/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity,
.lity-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  outline: 0 !important;
}

.lity-container,
.lity-wrap:before {
  vertical-align: middle;
  display: inline-block;
}

.lity,
.lity-container,
.lity-wrap {
  outline: 0 !important;
}

.lity-content:after,
.lity-wrap:before {
  content: "";
}

.lity,
.lity-content:after,
.lity-wrap {
  right: 0;
  bottom: 0;
  left: 0;
}

.lity {
  white-space: nowrap;
  background: #fefefe;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lity.lity-opened {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 157, 51, 0.95)), to(rgba(255, 185, 51, 0.95)));
  background: linear-gradient(90deg, rgba(255, 157, 51, 0.95), rgba(255, 185, 51, 0.95));
}

.lity.lity-closed {
  opacity: 0;
  background: #fefefe;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  text-align: center;
}

.lity-wrap:before {
  height: 100%;
  margin-right: -0.25em;
}

.lity-loader {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  margin-top: -0.8em;
  opacity: 0;
  z-index: 9991;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  white-space: normal;
  max-width: 100%;
}
@media (min-width: 48em) {
  .lity-container {
    max-width: 90%;
  }
}

.lity-close,
.lity-close:before {
  line-height: 60px;
  text-align: center;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.lity-content:after {
  position: absolute;
  top: 0;
  display: block;
  width: auto;
  height: auto;
  z-index: -1; /*-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);*/
}

.lity-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  font-size: 0;
  font-style: normal;
  text-decoration: none;
  color: #fefefe;
  background: #5eb05b;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  outline: 0;
  z-index: 9994;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 100%;
}

.lity-close:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
  text-indent: 0;
  z-index: 1; /*font-family:themify;content:"\e646"*/
  font-family: FontAwesome;
  content: "\f00d";
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

#inline {
  width: 1200px;
  max-width: 100%;
  background: #fefefe;
  padding: 50px 7.5%;
  overflow: auto;
}

@media only screen and (max-width: 738px) {
  .lity-close, .lity-close:before {
    line-height: 50px;
  }
  .lity-close {
    width: 50px;
    height: 50px;
  }
  .lity-close:before {
    font-size: 14px;
  }
}
/* スタッフ　プロフィール */
.inline_profile { /*dth:1000px; max-width:100%;*/
  background: #fff;
  overflow: auto;
  max-width: 800px;
  max-height: 90vh !important;
  margin: 25px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  border-radius: 20px;
}

/* --- .profileLeft --- */
.profileLeft {
  width: 60%;
  float: left;
}

/*ポップアップ*/
.pbox {
  display: block;
  width: 100%;
}
.pbox .aname {
  background: #483c33;
  color: #fff;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .pbox .aname {
    font-size: 1.4rem;
  }
}
.pbox figure {
  display: block;
  width: 100%; /* 親の幅いっぱいに広がる */
  max-width: 800px; /* 大きくなりすぎないように制限 */
  aspect-ratio: 4/3; /* 横縦の比率を指定（1/1なら正方形） */
  overflow: hidden;
}
.pbox figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* どんな比率の画像も天地左右ぴったり埋める */
}
.pbox .atext {
  padding: 1rem;
  line-height: 1.8em;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .pbox .atext {
    font-size: 0.7rem;
  }
}
.pbox .ainfo {
  margin: 0 1rem 1rem 1rem;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.6em;
  border-radius: 16px;
  background: #f4e9dc;
}
@media (min-width: 48em) {
  .pbox .ainfo {
    font-size: 0.8rem;
  }
}
.pbox .ainfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 1em;
}
.pbox .ainfo dl:last-child {
  margin-bottom: 0;
}
.pbox .ainfo dl dt {
  width: 66px;
  display: block;
  font-weight: bold;
  padding: 0;
  border-right: 1px solid #bbb;
}
@media (min-width: 48em) {
  .pbox .ainfo dl dt {
    width: 90px;
  }
}
.pbox .ainfo dl dd {
  margin-left: 1.8em;
  display: block;
  width: calc(100% - 66px - 1.8em);
}
@media (min-width: 48em) {
  .pbox .ainfo dl dd {
    width: calc(100% - 90px - 1.8em);
  }
}

.contact #mainContents a {
  text-decoration: underline;
}

/* --- basic setting ----------------------------------------------------------------------------------------- */
.wp-caption-text {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-article-text-main,
.twitter-tweet,
.instagram-media,
.instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-detail iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* --- WordPress preset CSS ----------------------------------------------------------------------------------------- */
.postbox h1 {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}

.page-body {
  padding: 0;
  /* image */
  /* gallery */
  /* icon */
  /* table */
  /* list */
  /* block quote */
}
.page-body hr {
  border: none;
  border-top: 1px dashed #000000;
}
.page-body p {
  margin-bottom: 1.5rem;
}
.page-body small {
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .page-body small {
    font-size: 0.6rem;
  }
}
.page-body a {
  color: #0185f1;
}
.page-body h2 {
  clear: both;
  margin-bottom: 1.2rem;
  padding: 0.75rem 0 0;
  color: #000;
  font-weight: bold;
}
.page-body h3 {
  position: relative;
  margin: 0 0 0.75rem;
  padding: 1.5rem 0 7px 0;
  color: #000;
  letter-spacing: 0.04em;
}
.page-body h4,
.page-body h5,
.page-body h6 {
  margin-bottom: 0.6rem;
  color: #000;
}
.page-body h2 {
  font-size: 2rem;
  line-height: 1.25;
}
.page-body h3 {
  font-size: 1.7rem;
  line-height: 1.2941176471;
}
.page-body h4 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
.page-body h5, .page-body h6 {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media (min-width: 48em) {
  .page-body h2 {
    font-size: 1rem;
  }
  .page-body h3 {
    font-size: 1rem;
  }
  .page-body h4 {
    font-size: 0.8rem;
  }
  .page-body h5, .page-body h6 {
    font-size: 0.8rem;
  }
}
.page-body img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.page-body img.centered, .page-body div.centered {
  display: block;
  margin: 24px auto;
}
.page-body img.aligncenter, .page-body div.aligncenter {
  display: block;
  margin: 24px auto;
}
.page-body img.alignright, .page-body div.alignright {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body img.alignleft, .page-body div.alignleft {
  float: none;
  margin: 4px auto 16px auto;
  display: block;
}
.page-body .wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 24px auto;
}
.page-body .wp-caption.alignright {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.alignleft {
  float: none;
  margin: 4px auto 16px auto;
}
.page-body .wp-caption.aligncenter {
  margin: 24px auto;
}
.page-body .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-body .wp-caption .wp-caption-text {
  padding: 8px 0 0;
  color: #999;
  font-size: 12px;
}
@media (min-width: 48em) {
  .page-body img.alignright, .page-body div.alignright {
    float: right;
    margin: 4px 0 30px 30px;
    display: inline;
  }
  .page-body img.alignleft, .page-body div.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
    display: inline;
  }
  .page-body .wp-caption.alignright {
    float: right;
    margin: 4px 0 30px 30px;
  }
  .page-body .wp-caption.alignleft {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
.page-body .gallery {
  margin-bottom: 1.8rem;
  font-size: 0;
  text-align: center;
}
.page-body .gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 8px;
  width: 50%;
}
@media (min-width: 30em) {
  .page-body .gallery-item {
    width: auto;
  }
}
.page-body .gallery-caption {
  padding: 8px;
  color: #999;
  font-size: 12px;
  line-height: 18px;
}
.page-body i.fa {
  margin-right: 6px;
}
.page-body table {
  margin: 0 0 2rem 0;
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
@media (min-width: 48em) {
  .page-body table {
    display: table;
    white-space: inherit;
    width: 100%;
  }
}
.page-body td,
.page-body th {
  border: 1px solid #ababab;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  .page-body td,
  .page-body th {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body th {
  background-color: #483c33;
  font-weight: bold;
  color: #fff;
  width: 35%;
}
@media (min-width: 48em) {
  .page-body th {
    width: 26%;
  }
}
.page-body dt,
.page-body dd {
  margin: 0;
}
.page-body ul,
.page-body ol {
  margin: 0 0 0.8rem;
  padding: 0 0 0 16px;
}
.page-body ul li,
.page-body ol li {
  margin: 0 0 0.375rem 0.8rem;
  padding: 0 0 0 0.4rem;
}
.page-body .blockquote {
  margin: 0 0 1.5em 0;
  padding: 15px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body .blockquote p:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.page-body blockquote {
  margin: 0 0 2em 0;
  padding: 30px 30px 2px;
  background: #f2f2f2;
  color: #555;
  border-radius: 5px;
  position: relative;
}
.page-body blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #999;
}
.page-body blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #999;
}
.page-body .noclick {
  pointer-events: none;
}

.page-body.company_body {
  /* table */
}
.page-body.company_body table {
  margin: 0 0 2rem 0;
  display: block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  white-space: inherit;
}
@media (min-width: 48em) {
  .page-body.company_body table {
    display: table;
    width: 100%;
  }
}
.page-body.company_body tbody, .page-body.company_body tr {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body tbody, .page-body.company_body tr {
    display: table;
  }
}
.page-body.company_body td,
.page-body.company_body th {
  border: 3px solid #fff;
  background-color: #eff2f7;
  padding: 20px 26px;
  vertical-align: top;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-body.company_body td,
  .page-body.company_body th {
    display: table-cell;
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
.page-body.company_body th {
  background-color: #242424;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 48em) {
  .page-body.company_body th {
    width: 26%;
  }
}

/* コメント */
#comments.comments-area {
  clear: both;
  padding: 2rem 0;
}
#comments .comment-respond {
  padding: 2rem;
  border: 1px solid #ddd;
  font-size: 1.4rem;
  line-height: 1.3571428571;
}
@media (min-width: 48em) {
  #comments .comment-respond {
    font-size: 0.7rem;
  }
}
#comments .comment-form-comment textarea {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
#comments .comment-form-author input, #comments .comment-form-email input {
  outline: none;
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #eee;
  background-color: rgb(225.25, 225.25, 225.25);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  #comments .comment-form-author, #comments .comment-form-email {
    float: left;
    width: 48%;
  }
}
@media (min-width: 48em) {
  #comments .comment-form-email {
    float: right;
  }
}
#comments .form-submit {
  clear: both;
  padding-top: 8px;
  text-align: center;
}
#comments .form-submit input[type=submit] {
  width: 100%;
  margin: 0;
  height: 56px;
  line-height: 56px;
  border: 1px rgb(25.5, 25.5, 25.5) solid;
  background-color: rgb(25.5, 25.5, 25.5);
  color: #fff;
  border-radius: 4px;
}
#comments .form-submit input[type=submit]:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity=60);
  opacity: 0.6;
}
@media (min-width: 30em) {
  #comments .form-submit input[type=submit] {
    width: 300px;
    display: inline-block;
    margin: 0;
  }
}

/* next-page */
.pagesprit {
  text-align: center;
  font-size: 0;
  padding: 16px 0 32px 0;
}

.pagesprit .page-numbers {
  line-height: 1;
}

.pagesprit a,
.pagesprit span {
  display: inline-block;
  margin: 0 2px 4px 2px;
  font-size: 14px;
  line-height: 14px;
}

.pagesprit .numbers {
  border: 1px #000 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000;
  color: #fff;
}

.pagesprit a:hover {
  opacity: 1;
}

.pagesprit a:hover .numbers {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

.pagesprit a .numbers {
  background-color: #fff;
  color: #000;
}

@media (min-width: 62em) {
  .pagesprit .numbers {
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
}
/* PageNaviプラグイン */
.paginationArea {
  padding: 0 0 3em 0;
  margin: 0 0 3em 0;
}
@media (min-width: 48em) {
  .paginationArea {
    padding: 3em 0;
    margin: 0 0 9em 0;
  }
}

.wp-pagenavi {
  padding: 0 0 16px 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: block;
  margin: 8px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .pages {
    font-size: 18px;
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: inline-block; /*border: 1px solid $link-color*/
  margin: 8px 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
@media (min-width: 48em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .extend,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.wp-pagenavi .extend {
  border: none;
  margin: 8px 0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi .current {
  position: relative;
  font-weight: bold;
}
.wp-pagenavi .current::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 4px solid #ff7e00;
  bottom: -8px;
  left: 0;
  right: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  color: #000000;
}

@media (min-width: 48em) {
  .wp-pagenavi .pages {
    display: block;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
  }
  .wp-pagenavi .previouspostslink {
    display: inline-block; /*border: 1px solid $link-color*/
    margin: 8px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 62em) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
/* -----------------------------------------------------------
   .pagenationPNArea
   ----------------------------------------------------------- */
.pagenationPNArea {
  position: relative;
  text-align: center;
  border-top: 1px solid #c0d5dc;
  padding: 3em 0;
  margin: 9em 0 0 0;
  display: block;
}

/* .btn */
.pagenationPNArea .btnTop {
  display: block;
  margin: 0 auto;
  width: 40%;
}

.pagenationPNArea .btnPrev,
.pagenationPNArea .btnNext {
  position: absolute;
  bottom: 0;
  width: 29.5%;
  text-decoration: none;
}

.pagenationPNArea .btnPrev {
  right: 0;
}

.pagenationPNArea .btnNext {
  left: 0;
}

.pagenationPNArea .btnPrev a,
.pagenationPNArea .btnTop a,
.pagenationPNArea .btnNext a {
  display: block; /*border:#000 1px solid*/
  position: relative;
  font-weight: bold;
  line-height: 3.6em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: #ff7e00;
  border: 1px solid #ff7e00;
  color: #fff;
  border-radius: 50px;
}

.pagenationPNArea .btnPrev a:hover,
.pagenationPNArea .btnTop a:hover,
.pagenationPNArea .btnNext a:hover {
  color: #ff7e00;
  opacity: 1;
  background: #fff;
}

/*.pagenationPNArea .btnPrev a:before,
.pagenationPNArea .btnNext a:before { position: absolute; top:0; z-index:2; font-size:16px; font-family:'themify'; font-weight:normal; font-style:normal; -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; }

.pagenationPNArea .btnPrev a:before { right: 10px;content:"\e649";}
.pagenationPNArea .btnNext a:before { left: 10px;content:"\e64a";}

.pagenationPNArea a:after { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; display: block; background: #000; content: ""; z-index: -1; -webkit-transform-origin:right top;-moz-transform-origin:right top;-o-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transition:transform .7s ease;-moz-transition:transform .7s ease;-o-transition:transform .7s ease;transition:transform .7s ease}
.pagenationPNArea a:hover:after { -webkit-transform-origin:left top;-moz-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}*/
@media only screen and (max-width: 900px) {
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a { /*line-height: 45px;*/ }
  /*.pagenationPNArea .btnPrev a:hover,
  .pagenationPNArea .btnTop a:hover,
  .pagenationPNArea .btnNext a:hover {color:#000;}
  .pagenationPNArea a:after { display: none;}*/
}
@media only screen and (max-width: 738px) {
  .pagenationPNArea .btnTop {
    width: 300px;
  }
  .pagenationPNArea .btnPrev,
  .pagenationPNArea .btnNext {
    position: absolute;
    bottom: 0;
    width: 24%;
    text-decoration: none;
  }
  .pagenationPNArea .btnPrev a,
  .pagenationPNArea .btnTop a,
  .pagenationPNArea .btnNext a { /*border:#000 1px solid*/
    font-size: 12px;
    letter-spacing: 0;
    line-height: 40px;
  }
  .pagenationPNArea .btnPrev a {
    padding-right: 5px;
  }
  .pagenationPNArea .btnNext a {
    padding-left: 5px;
  }
  /*.pagenationPNArea .btnPrev a:before,
  .pagenationPNArea .btnNext a:before { font-size:12px; }
  .pagenationPNArea .btnPrev a:before { right: 7px;}
  .pagenationPNArea .btnNext a:before { left: 7px;}*/
}
/*次へ前へ*/
.screen-reader-text {
  display: none;
}

.nav-links {
  display: table;
  padding: 50px 0 50px 0;
  width: 100%;
}
.nav-links .nav-previous, .nav-links .nav-next {
  display: table-cell;
  width: 50%;
}
.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  line-height: 40px;
  padding: 0 35px;
  margin: 0 1px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
  background: #000;
  opacity: 1;
}
.nav-links .nav-previous a {
  float: left;
}
.nav-links .nav-next a {
  float: right;
}

.navigation.posts-navigation {
  margin-top: 4rem;
}

.screen-reader-text, .nav-links {
  display: none;
}

.outer-wp-pagenavi {
  margin-top: -3rem;
}

/*コンタクトフォーム7*/
.wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  background: #e70000 !important;
  color: #fff !important;
  border: none !important;
  padding: 1rem !important;
  text-align: center !important;
}

.ajax-loader {
  display: block !important;
}

.wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-list-item-label {
  font-weight: bold !important;
}

.wpcf7-spinner {
  display: block !important;
  width: 100% !important;
}

.thrm {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 5rem 0;
}
.thrm img {
  width: 100%;
  height: auto;
  max-width: 800px;
}

/*サイト内検索関連*/
.search .page-title {
  display: block;
  width: 100%;
  background: #e9fdff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1rem;
  font-weight: normal !important;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .search .page-title {
    font-size: 0.8rem;
  }
}
.search .page-title span {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 48em) {
  .search .page-title span {
    font-size: 1rem;
  }
}
.search .entry-title {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px dotted #000000;
  font-size: 1.2rem;
}
@media (min-width: 48em) {
  .search .entry-title {
    font-size: 0.8rem;
  }
}

.search-field {
  display: inline-block;
  width: calc(100% - 120px);
  padding: 12px;
  margin-bottom: 0.4rem;
  color: #444;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.search-submit {
  display: inline-block;
  width: 110px;
  padding: 12px;
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 3px;
}

/*bogo*//*# sourceMappingURL=style.css.map */