.sect-top {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .sect-top {
    margin-bottom: 80px;
  }
}
.sect-top .header-base {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sect-top .header-base {
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 64px;
    margin-top: calc(64px * -1);
  }
}
.sect-top__inner {
  padding: 0 24px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .sect-top__inner {
    max-width: 1160px;
    padding: 0;
    height: 756px;
    position: relative;
  }
}
.sect-top__main-visual-container {
  position: relative;
  margin-bottom: 28px;
  overflow: visible;
}
.sect-top__logo {
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sect-top__logo-chaplin {
  position: absolute;
  display: block;
  max-width: 327px;
  width: 100%;
  height: 205px;
  top: 22px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: auto;
  fill: #333333;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .sect-top__logo-chaplin {
    width: 605px;
    max-width: 605px;
    height: 380px;
    position: absolute;
    top: 90px;
    left: calc(50% - 20px);
    right: auto;
  }
}
.sect-top__top-image-area {
  width: 100%;
  height: calc((100vw - 2 * 24px) * 1.22);
  max-height: 555px;
  background: url(../img/top_image_sp@2x.png) no-repeat left top;
  background-size: 100%;
  position: relative;
  margin-top: 100px;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .sect-top__top-image-area {
    width: 600px;
    height: 736px;
    max-height: 736px;
    background: url(../img/top_image@2x.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    margin-top: calc(64px * -1);
  }
}
.sect-top__top-image-area__pole-animation {
  position: absolute;
  background: url(../img/animation/pole_7frames_v2.png) no-repeat;
  background-size: auto 100%;
  left: 6.8%;
  top: 36%;
  width: 6.5%;
  height: 37.8%;
  -webkit-animation: pole-loop 1s steps(7) infinite;
          animation: pole-loop 1s steps(7) infinite;
}
@-webkit-keyframes pole-loop {
  to {
    background-position: 117.5% 0;
  }
}
@keyframes pole-loop {
  to {
    background-position: 117.5% 0;
  }
}
@media screen and (min-width: 480px) {
  .sect-top__top-image-area__pole-animation {
    top: 35.8%;
    height: 37.4%;
  }
}
@media screen and (min-width: 1025px) {
  .sect-top__top-image-area__pole-animation {
    width: 6.5%;
    height: 37.5%;
    left: 6.9%;
    top: 35.6%;
    -webkit-animation: pole-loop-pc 1s steps(7) infinite;
            animation: pole-loop-pc 1s steps(7) infinite;
  }
  @-webkit-keyframes pole-loop-pc {
    to {
      background-position: 116.8% 0;
    }
  }
  @keyframes pole-loop-pc {
    to {
      background-position: 116.8% 0;
    }
  }
}
.sect-top__lead-en {
  font-size: 1.1rem;
  font-family: boucherie-flared, sans-serif;
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 42px;
}
@media screen and (min-width: 1025px) {
  .sect-top__lead-en {
    font-size: 1.6rem;
    right: 20px;
    top: 86px;
  }
}
.sect-top__lead-en .lead-bg {
  background-color: #fff;
  padding: 0 3px;
}
.sect-top__lead-area {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-top: 12px;
  background: url(../img/svg/bg_top_lead_sp.svg) no-repeat center center;
  background-size: 100%;
  min-height: 138px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sect-top__lead-area {
    text-align: left;
    width: 460px;
    height: 264px;
    padding: 32px 0 0 32px;
    background: url(../img/svg/bg_top_lead_pc_v2.svg) no-repeat top left;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.sect-top__lead-area__sns-area {
  display: none;
}
@media screen and (min-width: 1025px) {
  .sect-top__lead-area__sns-area {
    display: block;
    margin-top: 32px;
  }
}
.sect-top__lead-area__sns-area__sns-link {
  margin: 8px 0 0 0;
  height: 32px;
  width: 116px;
  font-size: 1rem;
  padding: 0 2px 0 4px;
  border-color: #555555;
  color: #555555;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.sect-top__lead-area__sns-area__sns-link:hover {
  border-color: #888888;
  background-color: #888888;
  color: #555555;
  color: #fff;
}
.sect-top__lead-area__sns-area__sns-link:hover svg {
  fill: #fff;
}
.sect-top__icon-scroll {
  position: absolute;
  right: -10px;
  bottom: -50px;
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .sect-top__icon-scroll {
    bottom: 0;
  }
}
.sect-top__icon-scroll__inner {
  position: relative;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 1025px) {
  .sect-top__icon-scroll__inner {
    width: 110px;
    height: 96px;
  }
}
.sect-top__icon-scroll__scroll {
  width: 50%;
  height: 70%;
  position: absolute;
  bottom: 25%;
  right: 0%;
}
@media screen and (min-width: 1025px) {
  .sect-top__icon-scroll__scroll {
    width: 62.5%;
    height: 80%;
    bottom: -10%;
    right: -10%;
  }
}

.sect-about {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .sect-about {
    margin-bottom: 120px;
  }
}
.sect-about__inner {
  opacity: 0;
  padding: 0 24px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .sect-about__inner {
    max-width: 1160px;
    padding: 0;
  }
}
.sect-about__contents-list__item {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .sect-about__contents-list__item {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sect-about__contents-list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sect-about__contents-list__item:nth-child(even) .sect-about__contents-list__item__txt-area {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .sect-about__contents-list__item__img-area {
    width: 600px;
  }
}
.sect-about__contents-list__item__img-area img {
  width: 100%;
  display: block;
}
.sect-about__contents-list__item__ttl {
  text-align: center;
  margin: 16px 0 10px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .sect-about__contents-list__item__ttl {
    text-align: left;
    margin: 0 0 28px;
    font-size: 4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1025px) {
  .sect-about__contents-list__item__txt-area {
    width: 400px;
    margin-right: 60px;
  }
}
.sect-about__contents-list__item__txt-area .btn-link {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .sect-about__contents-list__item__txt-area .btn-link {
    margin-top: 32px;
    float: right;
  }
}
.sect-about__covid-prevention {
  background-color: #000;
  color: #fff;
  height: 356px;
}
@media screen and (min-width: 1025px) {
  .sect-about__covid-prevention {
    height: 248px;
  }
}
.sect-about__covid-prevention__inner {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  color: #fff;
  padding: 20px 24px 0;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .sect-about__covid-prevention__inner {
    max-width: 958px;
    padding: 52px 0 0 0;
  }
}
.sect-about__covid-prevention__ttl {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 165px;
}
@media screen and (min-width: 1025px) {
  .sect-about__covid-prevention__ttl {
    font-size: 4rem;
    text-align: left;
    margin-bottom: 24px;
  }
}
.sect-about__covid-prevention__img-area {
  position: absolute;
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
}
@media screen and (min-width: 1025px) {
  .sect-about__covid-prevention__img-area {
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 400px;
    height: 100%;
  }
}
.sect-about__covid-prevention__txt {
  font-family: serif;
  font-weight: 400;
}

.sect-service {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .sect-service {
    margin-bottom: 120px;
  }
}
.sect-service__inner {
  padding: 0 24px;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .sect-service__inner {
    max-width: 958px;
    padding: 0;
  }
}
.sect-service__deco-scissors {
  width: 90px;
  position: absolute;
  top: -90px;
  right: 12px;
}
@media screen and (min-width: 1025px) {
  .sect-service__deco-scissors {
    width: 110px;
    top: -30px;
  }
}
.sect-service__deco-bc {
  width: 95px;
  position: absolute;
  top: -85px;
  left: 12px;
}
@media screen and (min-width: 1025px) {
  .sect-service__deco-bc {
    width: 140px;
    top: auto;
    bottom: 20px;
  }
}
.sect-service__menu-list {
  margin-bottom: 16px;
}
.sect-service__menu-list__item {
  border-top: dashed 1px #707070;
  padding: 28px 0 10px;
}
@media screen and (min-width: 1025px) {
  .sect-service__menu-list__item {
    padding: 28px 160px 30px 180px;
  }
}
.sect-service__menu-list__item:last-child {
  border-bottom: dashed 1px #707070;
}
.sect-service__menu-list__item__main-txt {
  margin-bottom: 12px;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .sect-service__menu-list__item__main-txt {
    width: 80%;
  }
}
.sect-service__menu-list__item__main-txt .name {
  padding-right: 12px;
}
.sect-service__menu-list__item__main-txt .tab-line {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 5px;
  background: url(../img/svg/tab_line_unit.svg) repeat-x left center;
}
.sect-service__menu-list__item__main-txt .price {
  padding-left: 10px;
}
.sect-service__menu-list__item__main-txt .price--cancel {
  position: relative;
  display: inline-block;
}
.sect-service__menu-list__item__main-txt .price--cancel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.6em;
  width: 95%;
  height: 2px;
  background-color: #333333;
}
.sect-service__menu-list__item__main-txt .yen {
  font-size: 1.6rem;
  padding-left: 4px;
}
.sect-service__menu-list__item__sub-txt {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #888888;
}
.sect-service__menu-list__item__sub-txt .text-red {
  color: #500;
}
.sect-service__menu-description {
  font-size: 1.2rem;
  color: #333333;
  text-align: right;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .sect-service__menu-description {
    margin-right: 160px;
  }
}

.sect-information {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .sect-information {
    margin-bottom: 120px;
  }
}
.sect-information__inner {
  padding: 0 24px;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .sect-information__inner {
    max-width: 1160px;
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sect-information__map-area {
  background-color: #fff;
  border: solid 1px #aaaaaa;
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  .sect-information__map-area {
    width: 560px;
    padding-bottom: 24px;
  }
}
.sect-information__map-container {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .sect-information__map-container {
    margin-bottom: 30px;
  }
}
.sect-information__pin-container {
  position: absolute;
  bottom: 45%;
  left: 58%;
}
.sect-information__pin-container .map-pin-ripple {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid 0px #ff5c41;
  border-radius: 500px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.sect-information__pin-container .map-pin-ripple.fadein-displayed {
  -webkit-animation: pin-ripple-animation calc(300ms * 3) ease-in 300ms;
          animation: pin-ripple-animation calc(300ms * 3) ease-in 300ms;
}
@-webkit-keyframes pin-ripple-animation {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    border-width: 18px;
  }
  65% {
    opacity: 1;
    width: 50px;
    height: 50px;
    border-width: 1px;
  }
  100% {
    opacity: 0;
    width: 60px;
    height: 60px;
    border-width: 0;
  }
}
@keyframes pin-ripple-animation {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    border-width: 18px;
  }
  65% {
    opacity: 1;
    width: 50px;
    height: 50px;
    border-width: 1px;
  }
  100% {
    opacity: 0;
    width: 60px;
    height: 60px;
    border-width: 0;
  }
}
.sect-information__map-pin {
  width: 20px;
}
.sect-information .btn-link.with-arrow {
  width: 116px;
  height: 32px;
  font-size: 1rem;
  line-height: 32px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .sect-information .btn-link.with-arrow {
    width: 200px;
    height: 40px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
.sect-information .btn-link.with-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  right: 10px;
  top: 13px;
}
@media screen and (min-width: 1025px) {
  .sect-information .btn-link.with-arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    right: 16px;
    top: 15px;
  }
}
.sect-information__details-area {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area {
    width: 560px;
    border-bottom: dashed 1px #707070;
  }
}
.sect-information__details-area .shop-name {
  font-family: noto-serif, serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area .shop-name {
    font-size: 2.4rem;
    text-align: left;
    letter-spacing: 0;
    margin: 0;
  }
}
.sect-information__details-area .shop-name-ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0rem;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area .shop-name-ja {
    margin-left: 16px;
    font-size: 1.4rem;
  }
}
.sect-information__details-area__list__item {
  border-bottom: dashed 1px #707070;
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area__list__item:first-child {
    padding-bottom: 40px;
  }
  .sect-information__details-area__list__item:last-child {
    border-bottom: none;
  }
}
.sect-information__details-area__list__item .th {
  width: 85px;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area__list__item .th {
    width: 100px;
  }
}
.sect-information__details-area__list__item .td {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area__list__item .td {
    font-size: 1.6rem;
  }
}
.sect-information__details-area__list__item .td .week {
  display: inline-block;
  width: calc(14px * 9);
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area__list__item .td .week {
    width: calc(16px * 9);
  }
}
.sect-information__details-area__list__item .td .contact-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.sect-information__details-area__list__item .td .contact-area .tel-call {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sect-information__details-area__list__item .td .contact-area .tel-call img {
  width: 32px;
  display: inline-block;
}
.sect-information__details-area__list__item .td .contact-area .tel-call .tel-no {
  padding-left: 8px;
}
.sect-information__details-area__list__item .td .contact-area .btn-link.go-to-contact {
  background-color: #fff;
  border: solid 1px #707070;
  color: #333333;
  width: 88px;
  height: 32px;
  line-height: 30px;
  font-size: 1.2rem;
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .sect-information__details-area__list__item .td .contact-area .btn-link.go-to-contact {
    width: 120px;
    margin-right: 140px;
  }
}

.icon-scroll-scissors-cotainer {
  position: absolute;
  z-index: 9999;
  right: 17vw;
  top: -80px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 1025px) {
  .icon-scroll-scissors-cotainer {
    width: 110px;
    height: 96px;
    right: calc(50% - 300px);
  }
}
.icon-scroll-scissors-cotainer.is-animated {
  -webkit-animation: animation-cutaway 2s ease-out forwards;
          animation: animation-cutaway 2s ease-out forwards;
}
@media screen and (min-width: 1025px) {
  .icon-scroll-scissors-cotainer.is-animated {
    -webkit-animation: animation-cutaway-pc 2s ease-out forwards;
            animation: animation-cutaway-pc 2s ease-out forwards;
  }
}
@-webkit-keyframes animation-cutaway {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -40px);
            transform: translate(10px, -40px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-300px, 2000px);
            transform: translate(-300px, 2000px);
    opacity: 1;
  }
}
@keyframes animation-cutaway {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -40px);
            transform: translate(10px, -40px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-300px, 2000px);
            transform: translate(-300px, 2000px);
    opacity: 1;
  }
}
@-webkit-keyframes animation-cutaway-pc {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -40px);
            transform: translate(10px, -40px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-600px, 2000px);
            transform: translate(-600px, 2000px);
    opacity: 1;
  }
}
@keyframes animation-cutaway-pc {
  0% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(10px, -40px);
            transform: translate(10px, -40px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-600px, 2000px);
            transform: translate(-600px, 2000px);
    opacity: 1;
  }
}

.icon-scroll-scissors {
  cursor: pointer;
  width: 55%;
  height: 65%;
  position: absolute;
}
.icon-scroll-scissors.on-sect-top {
  top: -15%;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .icon-scroll-scissors.on-sect-top {
    top: 0%;
  }
}
.icon-scroll-scissors-dou {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 29%;
  left: 18.5%;
  -webkit-transform-origin: 37.5% 50%;
          transform-origin: 37.5% 50%;
}
.icon-scroll-scissors-dou.on-sect-top {
  -webkit-animation: animation-scissors-dou 4s ease-in-out infinite;
          animation: animation-scissors-dou 4s ease-in-out infinite;
}
.icon-scroll-scissors-dou.on-sect-about.is-animated {
  -webkit-animation: animation-cutaway-dou 2s ease-out forwards;
          animation: animation-cutaway-dou 2s ease-out forwards;
}
@-webkit-keyframes animation-cutaway-dou {
  0% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  51% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  100% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
}
@keyframes animation-cutaway-dou {
  0% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  51% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  100% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
}
.icon-scroll-scissors-sei {
  width: 100%;
  height: 127%;
  position: absolute;
  top: -7%;
  left: -3%;
  -webkit-transform-origin: 59.57% 58%;
          transform-origin: 59.57% 58%;
}
.icon-scroll-scissors-sei.on-sect-top {
  -webkit-animation: animation-scissors-sei 4s ease-in-out infinite;
          animation: animation-scissors-sei 4s ease-in-out infinite;
}
.icon-scroll-scissors-sei.on-sect-about.is-animated {
  -webkit-animation: animation-cutaway-sei 2s ease-out forwards;
          animation: animation-cutaway-sei 2s ease-out forwards;
}
@-webkit-keyframes animation-cutaway-sei {
  0% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  51% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  100% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}
@keyframes animation-cutaway-sei {
  0% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  51% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  100% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}
@media screen and (min-width: 1025px) {
  .icon-scroll-scissors-sei {
    top: -6.5%;
    left: 0%;
  }
}
@-webkit-keyframes animation-scissors-dou {
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  85% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  95% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes animation-scissors-dou {
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  85% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  95% {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes animation-scissors-sei {
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  85% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  95% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes animation-scissors-sei {
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  85% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  95% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.paper-curtain-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  overflow: hidden;
  top: -40px;
  left: 0px;
  z-index: 999;
  opacity: 1;
}
.paper-curtain-lt {
  position: absolute;
  width: 50%;
  height: 1000px;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .paper-curtain-lt {
    height: 80%;
  }
}
.paper-curtain-lt.is-animated {
  -webkit-animation: animation-curtain-left-fadeout 1.6s ease-in-out forwards;
          animation: animation-curtain-left-fadeout 1.6s ease-in-out forwards;
}
@-webkit-keyframes animation-curtain-left-fadeout {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes animation-curtain-left-fadeout {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
.paper-curtain-rt {
  position: absolute;
  width: 50%;
  height: 1000px;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .paper-curtain-rt {
    height: 80%;
    right: -5%;
  }
}
.paper-curtain-rt.is-animated {
  -webkit-animation: animation-curtain-right-fadeout 1.6s ease-in-out forwards;
          animation: animation-curtain-right-fadeout 1.6s ease-in-out forwards;
}
@-webkit-keyframes animation-curtain-right-fadeout {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes animation-curtain-right-fadeout {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
.paper-curtain-base-left {
  position: absolute;
  z-index: 998;
  width: 120%;
  height: 100%;
  right: 30%;
  top: -10%;
  background-color: #f8f8f8;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
@media screen and (min-width: 1025px) {
  .paper-curtain-base-left {
    right: 1%;
  }
}
.paper-curtain-base-right {
  position: absolute;
  z-index: 998;
  width: 120%;
  height: 100%;
  left: 75%;
  background-color: #f8f8f8;
}
@media screen and (min-width: 1025px) {
  .paper-curtain-base-right {
    left: 20vw;
  }
}

.paper-gif-left {
  display: block;
  position: absolute;
  z-index: 999;
  height: 100%;
  right: -24%;
}

.paper-gif-right {
  display: block;
  position: absolute;
  z-index: 999;
  height: 100%;
  left: -23%;
}
/*# sourceMappingURL=top.css.map */