@charset "UTF-8";
/* @Reference site */
/* @MEMO */
@-webkit-keyframes shakeAnime {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shakeAnime {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  25% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about {
  background: url(../../imgs/kansonomori/top/about/bg.png) no-repeat top center;
  background-size: auto 100%;
  height: 624px;
  margin-top: -80px;
  padding: 150px 0 0;
  position: relative;
}

.about__inner {
  margin: 0 auto;
  width: 640px;
}

.about__ttl {
  text-align: center;
}

.about__txt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #603813;
  font-weight: bold;
  line-height: 32px;
  margin-top: 10px;
}

.about__manabi {
  background: url(../../imgs/kansonomori/top/about/line.png) no-repeat center 12px;
  background-size: 100% auto;
  margin-top: 24px;
  text-align: center;
}

.about__manabi__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  background: #806042;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 16px;
}

.about__manabi__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #603813;
  line-height: 26px;
  margin-top: 10px;
}

.about__manabi a {
  color: #603813;
  text-decoration: underline;
}

.about__manabi a:nth-child(4), .about__manabi a:nth-child(5) {
  display: inline-block;
  margin-left: 15px;
}

.about__offer {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 11;
}

.anchor {
  -webkit-transform: translate(-460px, 0);
          transform: translate(-460px, 0);
  background: url(../../imgs/kansonomori/top/header/ico_anchor_about.png) 192px 50% no-repeat, #fff;
  border: 3px solid #603813;
  border-radius: 9999px;
  box-shadow: 1px 3px 0px 0px rgba(96, 56, 19, 0.4);
  width: 310px;
}

.anchor.-kanso {
  position: absolute;
  top: 36px;
  left: 49%;
}

.anchor.-manabi {
  position: absolute;
  top: 103px;
  left: 49%;
}

.anchor.-manabi img {
  margin-top: -4px;
  margin-right: 1px;
  width: 134px;
}

.anchor a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #603813;
  display: block;
  font-weight: bold;
  line-height: 54px;
  padding-left: 14px;
}

.anchors {
  position: absolute;
  top: 181px;
  left: 51%;
  -webkit-transform: translate(-460px, 0);
          transform: translate(-460px, 0);
}

.anchors__item:not(:first-child) {
  margin-top: 10px;
}

.anchors__item a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #603813;
  display: block;
  font-weight: bold;
  line-height: 25px;
  padding-right: 35px;
  position: relative;
  text-align: right;
}

.anchors__item.-s1 a {
  background: url(../../imgs/kansonomori/top/header/ico_anchor_s1.png) 100% 50% no-repeat;
}

.anchors__item.-s2 a {
  background: url(../../imgs/kansonomori/top/header/ico_anchor_s2.png) 100% 50% no-repeat;
}

.anchors__item.-s3 a {
  background: url(../../imgs/kansonomori/top/header/ico_anchor_s3.png) 100% 50% no-repeat;
}

.anchors__item.-chu a {
  background: url(../../imgs/kansonomori/top/header/ico_anchor_chu.png) 100% 50% no-repeat;
}

@-webkit-keyframes animalStayAnime {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes animalStayAnime {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.95);
            transform: scaleY(0.95);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes baFuwaFuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@keyframes baFuwaFuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

.branches {
  position: relative;
  width: 100%;
}

.branches.-type1 {
  height: 894px;
  margin-top: -200px;
}

.branches.-type2 {
  height: 810px;
  margin-top: -280px;
}

.branches.-type3 {
  height: 887px;
  margin-top: -150px;
}

.branches.-type4 {
  height: 809px;
  margin-top: -250px;
}

.branches__bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.-type1 .branches__bg {
  background: url(../../imgs/kansonomori/top/main/branch1.png);
}

.-type2 .branches__bg {
  background: url(../../imgs/kansonomori/top/main/branch2.png);
}

.-type3 .branches__bg {
  background: url(../../imgs/kansonomori/top/main/branch3.png);
}

.-type4 .branches__bg {
  background: url(../../imgs/kansonomori/top/main/branch4.png);
}

.branches__main {
  position: relative;
}

.-type2 .branches__main,
.-type4 .branches__main {
  margin-left: 100px;
}

.branches__title.-s1 {
  position: absolute;
  top: 120px;
  right: 0;
  margin-top: -70px;
  padding-top: 70px;
}

.branches__title.-s2 {
  position: absolute;
  top: 120px;
  right: 0;
  margin-top: -70px;
  padding-top: 70px;
}

.branches__title.-s3 {
  position: absolute;
  top: 220px;
  left: -50px;
  margin-top: -170px;
  padding-top: 170px;
}

.branches__title.-chu {
  position: absolute;
  top: 200px;
  left: -50px;
  margin-top: -140px;
  padding-top: 140px;
}

.branches__item {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.branches__item.-item1 {
  position: absolute;
  top: 210px;
  left: 520px;
  z-index: 4;
}

.branches__item.-item2 {
  position: absolute;
  top: 210px;
  left: 720px;
  z-index: 3;
}

.branches__item.-item3 {
  position: absolute;
  top: 490px;
  left: 430px;
  z-index: 2;
}

.branches__item.-item4 {
  position: absolute;
  top: 490px;
  left: 650px;
  z-index: 2;
}

.branches__item.-item5 {
  position: absolute;
  top: 490px;
  left: 870px;
  z-index: 2;
}

.branches__item.-active .branches__item__book {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
}

.branches__item.-att .branches__item__ba__main {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
          transform: scale(1);
}

.branches__item.-att .branches__item__book {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

.branches__item__book {
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  cursor: pointer;
  width: 150px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.branches__item__ba {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  height: 138px;
  width: 138px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.branches__item__ba__main {
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.branches__item__ba__inner {
  -webkit-animation: baFuwaFuwa 1s infinite linear alternate;
          animation: baFuwaFuwa 1s infinite linear alternate;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.-s1 .branches__item__ba__inner {
  background-image: url(../../imgs/kansonomori/top/main/ba_s1.png);
}

.-s2 .branches__item__ba__inner {
  background-image: url(../../imgs/kansonomori/top/main/ba_s2.png);
}

.-s3 .branches__item__ba__inner {
  background-image: url(../../imgs/kansonomori/top/main/ba_s3.png);
}

.-chu .branches__item__ba__inner {
  background-image: url(../../imgs/kansonomori/top/main/ba_chu.png);
}

.branches__item__ba__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  width: 90px;
}

.branches__item:nth-of-type(even) .branches__item__ba__inner {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.branches__animal span {
  -webkit-animation: animalStayAnime 1s infinite;
          animation: animalStayAnime 1s infinite;
  background-repeat: no-repeat;
  display: block;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.branches.-branch1 .-animal1 {
  position: absolute;
  top: 625px;
  left: 185px;
  z-index: 5;
}

.branches.-branch1 .-animal1 span {
  height: 54px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal1_r.png);
}

.branches.-branch1 .-animal2 {
  position: absolute;
  top: 270px;
  right: 100px;
  z-index: 5;
}

.branches.-branch1 .-animal2 span {
  height: 48px;
  width: 50px;
  background-image: url(../../imgs/kansonomori/top/animal/animal8_l.png);
}

.branches.-branch2 .-animal1 {
  position: absolute;
  top: 290px;
  left: 190px;
}

.branches.-branch2 .-animal1 span {
  height: 154px;
  width: 84px;
  background-image: url(../../imgs/kansonomori/top/animal/animal3_r.png);
}

.branches.-branch2 .-animal2 {
  position: absolute;
  top: 280px;
  right: 140px;
  z-index: 5;
}

.branches.-branch2 .-animal2 span {
  height: 55px;
  width: 68px;
  background-image: url(../../imgs/kansonomori/top/animal/animal5_l.png);
}

.branches.-branch3 .-animal1 {
  position: absolute;
  top: 400px;
  left: 20px;
}

.branches.-branch3 .-animal1 span {
  height: 138px;
  width: 75px;
  background-image: url(../../imgs/kansonomori/top/animal/animal6_r.png);
}

.branches.-branch3 .-animal2 {
  position: absolute;
  top: 280px;
  right: 90px;
  z-index: 5;
}

.branches.-branch3 .-animal2 span {
  height: 74px;
  width: 71px;
  background-image: url(../../imgs/kansonomori/top/animal/animal10_r.png);
}

.branches.-branch4 .-animal1 {
  position: absolute;
  top: 470px;
  left: 120px;
  z-index: 5;
}

.branches.-branch4 .-animal1 span {
  height: 138px;
  width: 75px;
  background-image: url(../../imgs/kansonomori/top/animal/animal4_r.png);
}

.branches.-branch4 .-animal2 {
  position: absolute;
  top: 270px;
  right: 485px;
  z-index: 5;
}

.branches.-branch4 .-animal2 span {
  height: 48px;
  width: 50px;
  background-image: url(../../imgs/kansonomori/top/animal/animal9_l.png);
}

.branches.-branch4 .-animal3 {
  position: absolute;
  top: 330px;
  right: 40px;
}

.branches.-branch4 .-animal3 span {
  height: 154px;
  width: 84px;
  background-image: url(../../imgs/kansonomori/top/animal/animal3_l.png);
}

.branches.-branch5 .-animal1, .branches.-branch9 .-animal1 {
  position: absolute;
  top: 625px;
  left: 185px;
  z-index: 5;
}

.branches.-branch5 .-animal1 span, .branches.-branch9 .-animal1 span {
  height: 54px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal1_r.png);
}

.branches.-branch6 .-animal1, .branches.-branch10 .-animal1 {
  position: absolute;
  top: 290px;
  left: 190px;
}

.branches.-branch6 .-animal1 span, .branches.-branch10 .-animal1 span {
  height: 154px;
  width: 84px;
  background-image: url(../../imgs/kansonomori/top/animal/animal3_r.png);
}

.branches.-branch7 .-animal1, .branches.-branch11 .-animal1, .branches.-branch15 .-animal1, .branches.-branch19 .-animal1 {
  position: absolute;
  top: 400px;
  left: 20px;
}

.branches.-branch7 .-animal1 span, .branches.-branch11 .-animal1 span, .branches.-branch15 .-animal1 span, .branches.-branch19 .-animal1 span {
  height: 138px;
  width: 75px;
  background-image: url(../../imgs/kansonomori/top/animal/animal7_r.png);
}

.branches.-branch7 .-animal2, .branches.-branch11 .-animal2, .branches.-branch15 .-animal2, .branches.-branch19 .-animal2 {
  position: absolute;
  top: 300px;
  right: 90px;
  z-index: 5;
}

.branches.-branch7 .-animal2 span, .branches.-branch11 .-animal2 span, .branches.-branch15 .-animal2 span, .branches.-branch19 .-animal2 span {
  height: 74px;
  width: 71px;
  background-image: url(../../imgs/kansonomori/top/animal/animal10_r.png);
}

.branches.-branch8 .-animal1 {
  position: absolute;
  top: 400px;
  left: 20px;
}

.branches.-branch8 .-animal1 span {
  height: 138px;
  width: 75px;
  background-image: url(../../imgs/kansonomori/top/animal/animal6_r.png);
}

.branches.-branch8 .-animal2 {
  position: absolute;
  top: 460px;
  right: 80px;
  z-index: 5;
}

.branches.-branch8 .-animal2 span {
  height: 48px;
  width: 50px;
  background-image: url(../../imgs/kansonomori/top/animal/animal9_l.png);
}

.branches.-branch12 .-animal1 {
  position: absolute;
  top: 400px;
  left: 190px;
}

.branches.-branch12 .-animal1 span {
  height: 154px;
  width: 84px;
  background-image: url(../../imgs/kansonomori/top/animal/animal3_l.png);
}

.branches.-branch12 .-animal2 {
  position: absolute;
  top: 280px;
  right: 140px;
  z-index: 5;
}

.branches.-branch12 .-animal2 span {
  height: 53px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal2_l.png);
}

.branches.-branch13 .-animal1 {
  position: absolute;
  top: 625px;
  left: 185px;
  z-index: 5;
}

.branches.-branch13 .-animal1 span {
  height: 54px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal1_r.png);
}

.branches.-branch13 .-animal2 {
  position: absolute;
  top: 480px;
  right: 90px;
  z-index: 5;
}

.branches.-branch13 .-animal2 span {
  height: 48px;
  width: 50px;
  background-image: url(../../imgs/kansonomori/top/animal/animal8_l.png);
}

.branches.-branch13 .-animal3 {
  position: absolute;
  top: 200px;
  right: 580px;
  z-index: 5;
}

.branches.-branch13 .-animal3 span {
  height: 53px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal2_l.png);
}

.branches.-branch16 .-animal1 {
  position: absolute;
  top: 420px;
  left: 120px;
}

.branches.-branch16 .-animal1 span {
  height: 154px;
  width: 84px;
  background-image: url(../../imgs/kansonomori/top/animal/animal3_r.png);
}

.branches.-branch16 .-animal2 {
  position: absolute;
  top: 280px;
  right: 140px;
  z-index: 5;
}

.branches.-branch16 .-animal2 span {
  height: 55px;
  width: 68px;
  background-image: url(../../imgs/kansonomori/top/animal/animal5_l.png);
}

.branches.-branch17 .-animal1, .branches.-branch21 .-animal1 {
  position: absolute;
  top: 625px;
  left: 185px;
  z-index: 5;
}

.branches.-branch17 .-animal1 span, .branches.-branch21 .-animal1 span {
  height: 54px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal1_r.png);
}

.branches.-branch17 .-animal2, .branches.-branch21 .-animal2 {
  position: absolute;
  top: 480px;
  right: 90px;
  z-index: 5;
}

.branches.-branch17 .-animal2 span, .branches.-branch21 .-animal2 span {
  height: 48px;
  width: 50px;
  background-image: url(../../imgs/kansonomori/top/animal/animal8_l.png);
}

.branches.-branch18 .-animal1, .branches.-branch22 .-animal1 {
  position: absolute;
  top: 280px;
  left: 190px;
}

.branches.-branch18 .-animal1 span, .branches.-branch22 .-animal1 span {
  height: 154px;
  width: 84px;
  background-image: url(../../imgs/kansonomori/top/animal/animal3_l.png);
}

.branches.-branch18 .-animal2, .branches.-branch22 .-animal2 {
  position: absolute;
  top: 280px;
  right: 140px;
  z-index: 5;
}

.branches.-branch18 .-animal2 span, .branches.-branch22 .-animal2 span {
  height: 53px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal2_l.png);
}

.branches.-branch20 .-animal1 {
  position: absolute;
  top: 400px;
  left: 40px;
}

.branches.-branch20 .-animal1 span {
  height: 138px;
  width: 75px;
  background-image: url(../../imgs/kansonomori/top/animal/animal7_r.png);
}

.branches.-branch20 .-animal2 {
  position: absolute;
  top: 280px;
  right: 140px;
  z-index: 5;
}

.branches.-branch20 .-animal2 span {
  height: 53px;
  width: 72px;
  background-image: url(../../imgs/kansonomori/top/animal/animal2_l.png);
}

@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.316, 0, 0, 0, 0, 1.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.316, 0, 0, 0, 0, 1.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(1.45, 0, 0, 0, 0, 1.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.45, 0, 0, 0, 0, 1.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(1.659, 0, 0, 0, 0, 1.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.659, 0, 0, 0, 0, 1.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(1.883, 0, 0, 0, 0, 2.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.883, 0, 0, 0, 0, 2.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.942, 0, 0, 0, 0, 2.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.942, 0, 0, 0, 0, 2.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(2.123, 0, 0, 0, 0, 2.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.123, 0, 0, 0, 0, 2.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(2.141, 0, 0, 0, 0, 2.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.141, 0, 0, 0, 0, 2.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(2.208, 0, 0, 0, 0, 2.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.208, 0, 0, 0, 0, 2.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(2.212, 0, 0, 0, 0, 2.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.212, 0, 0, 0, 0, 2.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(2.196, 0, 0, 0, 0, 2.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.196, 0, 0, 0, 0, 2.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(2.151, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.151, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(2.134, 0, 0, 0, 0, 1.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.134, 0, 0, 0, 0, 1.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(2.063, 0, 0, 0, 0, 1.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.063, 0, 0, 0, 0, 1.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(2.048, 0, 0, 0, 0, 1.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.048, 0, 0, 0, 0, 1.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(1.979, 0, 0, 0, 0, 1.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.979, 0, 0, 0, 0, 1.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(1.972, 0, 0, 0, 0, 1.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.972, 0, 0, 0, 0, 1.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 2.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.961, 0, 0, 0, 0, 2.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.966, 0, 0, 0, 0, 2.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.966, 0, 0, 0, 0, 2.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(1.991, 0, 0, 0, 0, 2.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.991, 0, 0, 0, 0, 2.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(2.006, 0, 0, 0, 0, 1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.006, 0, 0, 0, 0, 1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(2.007, 0, 0, 0, 0, 1.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.007, 0, 0, 0, 0, 1.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(2.001, 0, 0, 0, 0, 2.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.001, 0, 0, 0, 0, 2.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1.999, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.999, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1.999, 0, 0, 0, 0, 1.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.999, 0, 0, 0, 0, 1.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.4% {
    -webkit-transform: matrix3d(1.316, 0, 0, 0, 0, 1.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.316, 0, 0, 0, 0, 1.407, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(1.45, 0, 0, 0, 0, 1.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.45, 0, 0, 0, 0, 1.599, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.81% {
    -webkit-transform: matrix3d(1.659, 0, 0, 0, 0, 1.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.659, 0, 0, 0, 0, 1.893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(1.883, 0, 0, 0, 0, 2.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.883, 0, 0, 0, 0, 2.168, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.942, 0, 0, 0, 0, 2.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.942, 0, 0, 0, 0, 2.226, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(2.123, 0, 0, 0, 0, 2.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.123, 0, 0, 0, 0, 2.332, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(2.141, 0, 0, 0, 0, 2.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.141, 0, 0, 0, 0, 2.331, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  17.52% {
    -webkit-transform: matrix3d(2.208, 0, 0, 0, 0, 2.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.208, 0, 0, 0, 0, 2.239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(2.212, 0, 0, 0, 0, 2.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.212, 0, 0, 0, 0, 2.187, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.32% {
    -webkit-transform: matrix3d(2.196, 0, 0, 0, 0, 2.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.196, 0, 0, 0, 0, 2.069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(2.151, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.151, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25.23% {
    -webkit-transform: matrix3d(2.134, 0, 0, 0, 0, 1.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.134, 0, 0, 0, 0, 1.938, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.03% {
    -webkit-transform: matrix3d(2.063, 0, 0, 0, 0, 1.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.063, 0, 0, 0, 0, 1.897, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(2.048, 0, 0, 0, 0, 1.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.048, 0, 0, 0, 0, 1.899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(1.979, 0, 0, 0, 0, 1.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.979, 0, 0, 0, 0, 1.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.74% {
    -webkit-transform: matrix3d(1.972, 0, 0, 0, 0, 1.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.972, 0, 0, 0, 0, 1.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1.961, 0, 0, 0, 0, 2.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.961, 0, 0, 0, 0, 2.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.44% {
    -webkit-transform: matrix3d(1.966, 0, 0, 0, 0, 2.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.966, 0, 0, 0, 0, 2.032, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(1.991, 0, 0, 0, 0, 2.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.991, 0, 0, 0, 0, 2.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.86% {
    -webkit-transform: matrix3d(2.006, 0, 0, 0, 0, 1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.006, 0, 0, 0, 0, 1.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(2.007, 0, 0, 0, 0, 1.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.007, 0, 0, 0, 0, 1.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75.28% {
    -webkit-transform: matrix3d(2.001, 0, 0, 0, 0, 2.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2.001, 0, 0, 0, 0, 2.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1.999, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.999, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.69% {
    -webkit-transform: matrix3d(1.999, 0, 0, 0, 0, 1.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.999, 0, 0, 0, 0, 1.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.kanso {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  overflow-y: scroll;
  padding: 50px 0;
  width: 100%;
  display: none;
  z-index: -1;
}

.kanso.-active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}

.kanso__inner {
  height: 634px;
  width: 840px;
  position: relative;
}

.-s1 .kanso__inner {
  background: url(../../imgs/kansonomori/top/kanso/base_s1.png) no-repeat;
}

.-s2 .kanso__inner {
  background: url(../../imgs/kansonomori/top/kanso/base_s2.png) no-repeat;
}

.-s3 .kanso__inner {
  background: url(../../imgs/kansonomori/top/kanso/base_s3.png) no-repeat;
}

.-chu .kanso__inner {
  background: url(../../imgs/kansonomori/top/kanso/base_chu.png) no-repeat;
}

.kanso__head {
  margin: 0 auto;
  height: 220px;
  padding-top: 50px;
  width: 740px;
}

.kanso__username {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}

.kanso__username:before {
  content: '';
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}

.kanso__username[data-index="0"]:before {
  background: url(../../imgs/kansonomori/top/kanso/ico_face1.png) no-repeat;
}

.kanso__username[data-index="1"]:before {
  background: url(../../imgs/kansonomori/top/kanso/ico_face2.png) no-repeat;
}

.kanso__username[data-index="2"]:before {
  background: url(../../imgs/kansonomori/top/kanso/ico_face3.png) no-repeat;
}

.kanso__username[data-index="3"]:before {
  background: url(../../imgs/kansonomori/top/kanso/ico_face4.png) no-repeat;
}

.kanso__username[data-index="4"]:before {
  background: url(../../imgs/kansonomori/top/kanso/ico_face5.png) no-repeat;
}

.kanso__usertext {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FFF;
  font-weight: bold;
  height: 75px;
  line-height: 1.6;
  margin-top: 10px;
  overflow-y: scroll;
  padding-right: 10px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

.kanso__usertext::-webkit-scrollbar {
  width: 6px;
}

.kanso__usertext::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
}

.kanso__usertext::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.kanso__main {
  margin: 0 auto;
  padding-top: 40px;
  width: 740px;
}

.kanso__fxbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.kanso__lbox {
  width: 140px;
}

.kanso__rbox {
  width: 560px;
}

.kanso__book {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.kanso__book img {
  width: 140px;
}

.kanso__readbtn {
  margin-top: 10px;
}

.kanso__readbtn a {
  font-size: 18px;
  font-size: 1.125rem;
  background: #E95069;
  border-radius: 6px;
  color: #FFF;
  display: block;
  letter-spacing: 5px;
  line-height: 44px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.kanso__readbtn a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: '';
  display: block;
  height: 9px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  width: 9px;
}

.-open .kanso__readbtn {
  display: none !important;
}

.kanso__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kanso__tags__item {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #1aaa68;
  border-radius: 11px;
  color: #FFF;
  line-height: 22px;
  padding: 0 10px;
}

.kanso__tags__item:not(:first-child) {
  margin-left: 5px;
}

.kanso__title {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #603813;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 15px;
  padding: 15px 0;
  position: relative;
}

.kanso__title:before, .kanso__title:after {
  background: url(../../imgs/kansonomori/top/kanso/line.png) 0 0 no-repeat;
  height: 6px;
  content: '';
  display: block;
  width: 100%;
}

.kanso__title:before {
  position: absolute;
  top: 0;
  left: 0;
}

.kanso__title:after {
  position: absolute;
  bottom: 0;
}

.kanso__author, .kanso__publish {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #603813;
  font-weight: bold;
  line-height: 1.6;
}

.kanso__author {
  margin-top: 10px;
}

.kanso__excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #603813;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 15px;
}

.kanso__prev {
  position: absolute;
  top: 90px;
  left: -18px;
  cursor: pointer;
}

.kanso__next {
  position: absolute;
  top: 90px;
  right: -18px;
  cursor: pointer;
}

.kanso__close {
  position: absolute;
  top: -10px;
  right: 0;
  cursor: pointer;
}

#mainContent {
  padding: 0;
}

.c-main {
  visibility: hidden;
}

.owl {
  position: relative;
  max-width: 1368px;
  z-index: 2;
  pointer-events: none;
}

.owl__box {
  width: 1368px;
  position: fixed;
}

.owl__box.-fixed {
  position: fixed;
  top: 60px;
}

.owl__box a {
  float: right;
  pointer-events: auto;
  width: 122px;
  z-index: 3;
}

.owl__ba {
  text-align: center;
}

.owl__img {
  margin-top: -10px;
}

.owl a {
  display: block;
  margin: 0 0 0 auto;
  width: 120px;
}

/* &__box {
        // right: 0;
        // position: sticky;
        // top: 60px;
        // width: 122px;
        // margin: -192px 0 0 auto;
        z-index: 3;
        width: 122px;
        // @include absPosition($right: 0, $top: 60px);
        @include fxdPosition(60px, null, null, 0);
    }

    &.-fixed {
        // @include fxdPosition(60px, 1318px, auto, auto);
        @include fxdPosition(60px, null, null, 0);
    }

    &__ba {
        text-align: center;
    }

    &__img {
        margin-top: -10px;
    }

    a {
        display: block;
        margin: 0 0 0 auto;
        width: 120px;
    } */
.pageHeader {
  background: url(../../imgs/kansonomori/top/header/bg.png) 50% -75px no-repeat;
  height: 350px;
  width: 100%;
  position: relative;
}

.pageHeader__title {
  position: absolute;
  top: -100px;
  left: 47.5%;
  background: url(../../imgs/kansonomori/top/header/title_bg.png) 0 0 no-repeat;
  height: 450px;
  padding-top: 124px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 436px;
  z-index: 1;
}

.pageHeader__title__text {
  display: block;
  line-height: 1;
  text-align: center;
}

.pageHeader__title__text.-text2 {
  margin-top: 10px;
}

.pageHeader__title__text.-text3 {
  margin-top: 5px;
}

.pageHeader__recommend {
  position: absolute;
  top: 35px;
  left: 50%;
  background: url(../../imgs/kansonomori/top/header/recommend_bg.png) 0 0 no-repeat;
  height: 265px;
  width: 258px;
  -webkit-transform: translate(155px, 0);
          transform: translate(155px, 0);
  z-index: 2;
}

.pageHeader__recommend__title {
  margin: -20px auto 0;
  width: 196px;
}

.pageHeader__recommend__book {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
}

.pageHeader__recommend__book img {
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.7);
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

@media (max-width: 1368px){
  .owl__box{
    position: fixed;
    top: 60px;
    right: 0px;
  }
}
