.technique {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: hidden;
}
.technique div {
  position: relative;
}
.technique .head {
  width: 100%;
  background: url(../../images/common/main_bg_green.gif) repeat 50% 50%;
}
.technique .head ._inr {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.technique .head ._inr h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #fff;
}
.technique .head ._inr h2 span {
  margin-left: 20px;
  font-size: 19px;
}
.technique .head ._inr .chara-box {
  width: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 20px;
  right: 45px;
}
.technique .head ._inr .chara-box .chara1 {
  -webkit-animation-name: fadeInAnime1;
          animation-name: fadeInAnime1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@-webkit-keyframes fadeInAnime1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  10% {
    -webkit-transform: translateX(0) translateY(8px);
            transform: translateX(0) translateY(8px);
  }
  20% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
  30% {
    -webkit-transform: translateX(0) translateY(12px);
            transform: translateX(0) translateY(12px);
  }
  40% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
}
@keyframes fadeInAnime1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  10% {
    -webkit-transform: translateX(0) translateY(8px);
            transform: translateX(0) translateY(8px);
  }
  20% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
  30% {
    -webkit-transform: translateX(0) translateY(12px);
            transform: translateX(0) translateY(12px);
  }
  40% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
  }
}
.technique .head ._inr .chara-box .chara2 {
  display: block;
  margin-top: 7.5px;
  -webkit-animation-name: fadeInAnime2;
          animation-name: fadeInAnime2;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@-webkit-keyframes fadeInAnime2 {
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes fadeInAnime2 {
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  90% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.technique main {
  background: url(../img/bg_oSmeL0Ga.jpg) no-repeat center top;
}
.technique main .modal-container {
  width: 1232px;
  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;
  margin: 0 auto 70px;
}
.technique main .modal-container .js-modal-video-open {
  width: 273px;
  margin: 60px 17.5px 0;
  background: #f1ead9;
}
.technique main .modal-container .js-modal-video-open img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.technique main .modal-container .js-modal-video-open img:hover {
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.technique main #modal-video {
  cursor: pointer;
  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;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.technique main #modal-video.close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
.technique main #modal-video.open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}
.technique main #modal-video iframe {
  width: 64vw;
  height: 36vw;
}
.technique main .text-box {
  text-align: center;
  padding-bottom: 250px;
}
.technique main .text-box p {
  font-size: 22px;
  font-weight: 600;
}
.technique main .text-box p span {
  margin-left: 50px;
}
.technique main .text-box .book {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  margin: 15px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px solid #ccc4af;
  background: #f1ead9;
}
.technique main .text-box .book p {
  text-align: left;
  margin-left: 25px;
  font-size: 15px;
}
.technique main .text-box .book p a {
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 2px solid #ccc4af;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dis_pc {
  display: block;
}

.dis_sp {
  display: none;
}