@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/* snippet */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.text-c {
  text-align: center !important;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
}

.red {
  color: #DF3737 !important;
}

.underline {
  border-bottom: 1px solid !important;
}

.text-ul {
  text-decoration: underline !important;
}

.bg {
  background: url(../img/bg_tri.png) center/36px;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 94%;
  }
}
@media screen and (min-width: 1000px) {
  .wrap {
    max-width: 1200px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .tab {
    display: none;
  }
}

.tabpc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tabpc {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc {
    display: block;
  }
}

.btn {
  display: inline-block;
  background: #E64B07;
  text-align: center;
  padding: 0.5em 1em;
}
.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.noborder {
  border: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}
html.is-locked {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html.is-locked {
    position: initial;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #241F1F;
  background: #F9F2E7;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}

small, .small {
  font-size: 0.75rem !important;
}

p:not(:last-of-type) {
  margin: 0 0 1em;
}

ul, li, ol, img, dl, dt, dd, a, table, td, th, figure, span, i {
  margin: 0;
  padding: 0;
}

table, th, td, dl, dt, dd, ul, li, ol, span, p {
  font-size: clamp(12px, 10px + 0.5vw, 16px);
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #241F1F;
}

input[type=text], input[type=email], input[type=url], input[type=submit],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.8;
  }
}
/* search */
.search-area input, .search-area button {
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  background: transparent;
}
.search-area input[type=text], .search-area input[type=submit] {
  padding: 0 8px;
  border-color: #ccc;
}
.search-area input[type=text] {
  font-size: 16px;
}
.search-area button {
  border-color: #ccc;
}

/* spmenu */
#spmenubtn {
  width: 74px;
  height: 54px;
  text-align: center;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#spmenubtn span {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 40px;
  background: white;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: relative;
}
#spmenubtn span:nth-child(1) {
  top: 4px;
}
#spmenubtn span:nth-child(2) {
  margin: 15px auto;
}
#spmenubtn span:nth-child(3) {
  top: -4px;
}
#spmenubtn.open span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#spmenubtn.open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#spmenubtn.open span:nth-child(3) {
  top: -17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 880px) {
  #spmenubtn {
    display: none !important;
  }
}

/* header */
.header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  height: 54px;
  width: 100%;
  z-index: 100;
}
.header a {
  display: block;
}

.header-logo {
  padding: 9px 3% 0;
}
.header-logo .logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 150px;
  height: 37px;
  background: url(../img/logo_animation.gif) no-repeat center/contain;
}
.header-logo .logo a {
  height: 100%;
}

.gnav {
  padding: 1em 1em 100px;
}
.gnav a {
  padding: 1em;
  font-size: 16px;
  font-weight: 700;
}

#menu {
  display: none;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #efecec;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 54px;
  left: 0;
}
@media screen and (min-width: 880px) {
  #menu {
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0;
    position: initial;
    display: block !important;
    overflow: hidden;
  }
}

.header-contact {
  position: fixed;
  right: 74px;
  top: 0;
  height: 54px;
  width: 80px;
}
.header-contact a {
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  display: block;
  background: #FFFB82;
  height: 100%;
}
.header-contact a::before {
  content: "";
  display: block;
  height: 16px;
  margin-bottom: 4px;
  background: url(../img/icon_mail.png) no-repeat center/contain;
}
@media screen and (min-width: 880px) {
  .header-contact {
    right: 0;
    width: 120px;
    font-weight: 700;
  }
  .header-contact a {
    padding-top: 8px;
    font-size: 14px;
  }
  .header-contact a::before {
    height: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .header-contact {
    height: 60px;
  }
  .header-contact a {
    padding-top: 10px;
  }
}

#header.scrolled, .thanks #header, .page #header {
  background: #241F1F;
}
@media screen and (min-width: 880px) {
  .header-logo {
    padding: 9px 10px 0 2%;
  }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav a {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 54px;
    color: white !important;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    height: 60px;
  }
  .header-logo {
    padding-top: 11px;
  }
  .gnav ul {
    padding-left: 10px;
  }
  .gnav a {
    padding: 0 1.5em;
    line-height: 60px;
  }
}
/* hero */
.hero {
  height: 600px;
  background: #241F1F;
  color: white;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/bg_str.png) center/4px;
}
.hero video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hero {
    height: clamp(600px, 540px + 15vw, 720px);
  }
  .hero video {
    height: 720px;
    width: auto;
  }
}
@media screen and (min-width: 1000px) {
  .hero video {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .hero video {
    height: auto;
    width: 100%;
  }
}

.hero-text {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero-text h2 {
  font-size: clamp(26px, 13px + 3.25vw, 52px);
  font-weight: 700;
}
.hero-text .big1 {
  font-size: clamp(36px, 22px + 3.5vw, 64px);
}
.hero-text p {
  font-weight: 700;
  padding: 1.5em 0;
  font-size: clamp(16px, 12px + 1vw, 24px);
}
.hero-text .big2 {
  display: inline-block;
  font-size: clamp(22px, 13px + 2.25vw, 40px);
}

@media screen and (min-width: 768px) {
  .hero-text {
    width: 90%;
    text-align: left;
  }
}
/* contents */
.contents > section {
  position: relative;
}

.page .contents {
  margin-top: clamp(54px, 51px + 0.75vw, 60px);
  padding-bottom: clamp(30px, 15px + 3.75vw, 60px);
}
.page .page-ttl {
  padding-top: clamp(30px, 15px + 3.75vw, 60px);
  padding-bottom: clamp(20px, 10px + 2.5vw, 40px);
}

.thanks .contents {
  margin-top: clamp(54px, 51px + 0.75vw, 60px);
  min-height: 85vh;
  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;
}
.thanks .sec-ttl h1 {
  font-size: clamp(20px, 16px + 1vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.25em;
}
.thanks .sec-ttl img {
  width: clamp(32px, 28px + 1vw, 40px);
}
.thanks .thanks-msg {
  padding-top: clamp(30px, 20px + 2.5vw, 50px);
  padding-bottom: clamp(30px, 20px + 2.5vw, 50px);
  line-height: 1.5;
}
.thanks .back-top {
  color: white !important;
  border-radius: 4px;
}

#nayami {
  text-align: center;
  padding-bottom: clamp(40px, 20px + 5vw, 80px);
}
#nayami h2 {
  display: inline-block;
  position: relative;
  top: -1.2em;
  background: #E64B07;
  color: white;
  font-weight: 700;
  padding: 0.5em 1.5em;
  font-size: clamp(22px, 15px + 1.75vw, 36px);
}
#nayami h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px;
  border: 16px solid transparent;
  border-top-width: 20px;
  border-top-color: #E64B07;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}

.nayami-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: clamp(30px, 25px + 1.25vw, 40px);
  padding-right: 5%;
  padding-left: 5%;
}
.nayami-list figure {
  margin-bottom: clamp(6px, 4px + 0.5vw, 10px);
}
.nayami-list p {
  font-weight: 700;
  font-size: clamp(14px, 11px + 0.75vw, 20px);
}
@media screen and (min-width: 768px) {
  .nayami-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 2% 0;
  }
  .nayami-list li {
    max-width: 240px;
  }
  .nayami-list p {
    font-size: clamp(12px, 10.5px + 0.375vw, 15px);
  }
}
@media screen and (min-width: 1000px) {
  .nayami-list p {
    font-size: 18px;
  }
}

.solution {
  background: #FFFB82;
  padding-top: clamp(24px, 4px + 5vw, 64px);
  padding-bottom: clamp(20px, 3px + 4.25vw, 54px);
  position: relative;
}
.solution::after {
  content: "";
  display: block;
  position: absolute;
  top: clamp(-10px, -1px + -0.75vw, -4px);
  border-style: solid;
  border-width: clamp(20px, 3px + 4.25vw, 54px);
  border-color: transparent;
  border-top-color: #F9F2E7;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solution h2 {
  font-weight: 900;
  font-size: clamp(18px, 9px + 2.25vw, 36px);
  line-height: 1.7;
}
.solution span {
  line-height: 1;
  display: inline-block;
  background: white;
  padding: 0.2em;
  margin: 0 0.2em;
}
.solution .big1 {
  font-size: clamp(24px, 10.5px + 3.375vw, 51px);
}
.solution .big2 {
  font-size: clamp(20px, 8px + 3vw, 44px);
}

.ttl {
  text-align: center;
  line-height: 1.1;
}
.ttl h2 {
  font-weight: 700;
  font-size: clamp(24px, 14px + 2.5vw, 44px);
}
.ttl .en {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: clamp(16px, 12px + 1vw, 24px);
  padding-top: 0.2em;
}

.sec-ttl, .page-ttl {
  line-height: 1.1;
}
.sec-ttl h3, .sec-ttl h1, .page-ttl h3, .page-ttl h1 {
  font-size: clamp(24px, 14px + 2.5vw, 44px);
  font-weight: 900;
}
.sec-ttl .en, .page-ttl .en {
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #E64B07;
  font-size: clamp(16px, 14px + 0.5vw, 20px);
  padding-top: 0.25em;
}

#strengths {
  text-align: center;
  padding-top: clamp(30px, 15px + 3.75vw, 60px);
  padding-bottom: clamp(20px, 10px + 2.5vw, 40px);
}
#strengths .ttl {
  color: white;
  background: #E64B07;
  display: inline-block;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
#strengths .ttl h2 {
  padding: 0.3em 1.5em 0;
}
#strengths .ttl .en {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  #strengths {
    text-align: left;
  }
}

.strength-list {
  text-align: left;
  padding-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
.strength-list .strength-body {
  margin-bottom: 8vw;
}
.strength-list .text {
  margin-bottom: 20px;
}
.strength-list p {
  font-weight: 700;
  line-height: 1.7;
  font-size: clamp(14px, 12px + 0.5vw, 18px);
}
.strength-list .img {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.strength-list h3 {
  color: #E64B07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  font-size: clamp(18px, 13px + 1.25vw, 28px);
  margin-bottom: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.strength-list h3 span {
  line-height: 1;
  color: #241F1F;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  font-size: clamp(40px, 21px + 4.75vw, 78px);
  margin-right: 0.25em;
}
.strength-list h3 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  width: 100%;
  height: clamp(4px, 2px + 0.5vw, 8px);
  border-radius: clamp(2px, 1px + 0.25vw, 4px);
  background: #E64B07;
}
@media screen and (min-width: 768px) {
  .strength-list {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .strength-list {
    padding-top: 0;
    padding-right: 3%;
    padding-left: 3%;
    max-width: 1240px;
  }
  .strength-list .strength-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .strength-list .strength-body:first-child .img {
    position: relative;
    top: -60px;
  }
  .strength-list .strength-body:nth-child(even) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .strength-list .strength-body:nth-child(even) .imf {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .strength-list .text {
    width: 55%;
    padding-left: 2%;
  }
  .strength-list .img {
    width: 45%;
    max-width: none;
  }
}
@media screen and (min-width: 1500px) {
  .strength-list {
    padding-right: 0;
    padding-left: 0;
  }
}

/* works */
#works {
  background: white;
  padding-bottom: 30px;
}
#works .sec-ttl {
  padding-top: clamp(20px, 10px + 2.5vw, 40px);
  padding-bottom: clamp(20px, 12px + 2vw, 36px);
}
@media screen and (min-width: 1000px) {
  #works {
    padding-bottom: 120px;
  }
}

.play figure {
  position: relative;
}
.play figure span {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}
.play figure span::before {
  content: "";
  width: 100%;
  height: 60px;
  background: url(../img/icon_play.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-bottom: 0.25em;
}
.play figure::before {
  opacity: 0;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.play:hover {
  opacity: 1;
}
.play:hover figure::before, .play:hover figure span {
  opacity: 1;
}

.works-list {
  width: 94%;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4% 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  counter-reset: number 0;
}
.works-list a {
  display: block;
  margin-bottom: clamp(20px, 10px + 2.5vw, 40px);
}
.works-list .name {
  padding: 0.5em 0;
  font-weight: 700;
  color: #E64B07;
  font-size: clamp(13px, 10.5px + 0.625vw, 18px);
  margin-bottom: 0;
}
.works-list .name span {
  font-size: clamp(12px, 10px + 0.5vw, 16px);
  color: #241F1F;
  display: inline-block;
  background: #FFFB82;
  padding: 0.1em 0.35em;
  margin-right: 0.5em;
}
.works-list .name span::after {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  counter-increment: number 1;
  content: " " counter(number);
}
.works-list .title {
  font-size: clamp(12px, 10.5px + 0.375vw, 15px);
}
@media screen and (min-width: 1000px) {
  .works-list {
    -ms-grid-columns: 1fr 5.6% 1fr 5.6% 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5.6%;
       -moz-column-gap: 5.6%;
            column-gap: 5.6%;
    margin-bottom: 60px;
  }
}

.short-works {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  background: #F9F2E7;
  border-radius: clamp(10px, 7px + 0.75vw, 16px);
  padding-bottom: 20px;
}
.short-works .short-text {
  text-align: center;
  padding-bottom: 20px;
}
.short-works .short-text p {
  font-size: clamp(14px, 12px + 0.5vw, 18px);
  font-weight: 700;
}
.short-works .ttl {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 0 30px;
}
.short-works .ttl img {
  width: clamp(32px, 23px + 2.25vw, 50px);
}
.short-works .ttl h4 {
  margin-left: 0.25em;
  font-size: clamp(16px, 12px + 1vw, 24px);
  padding: 0.5em 1em;
  background: #E64B07;
  color: white;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .short-works {
    max-width: 1060px;
    position: relative;
    padding-bottom: 0;
  }
  .short-works .short-text {
    width: 50%;
    padding: 60px 0 100px;
  }
}

.short-list {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.short-list a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.short-list .name {
  padding: 0.5em 0;
  font-weight: 700;
  font-size: clamp(12px, 10px + 0.5vw, 16px);
  margin-bottom: 0;
}
.short-list .name span {
  font-size: clamp(12px, 10.5px + 0.375vw, 15px);
  display: inline-block;
  background: #FFFB82;
  padding: 0.1em 0.35em;
  margin-right: 0.5em;
}
.short-list figure {
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
}
.short-list figure img {
  border-radius: 10px;
}
.short-list figure::before {
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .short-list {
    position: absolute;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
    top: 56%;
    left: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .short-list a {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

/* item hunter */
#itemhunter .sec-ttl {
  background: #E64B07;
  color: white;
  padding-top: clamp(16px, 12px + 1vw, 24px);
  padding-bottom: clamp(10px, 5px + 1.25vw, 20px);
  position: relative;
  margin-bottom: clamp(30px, 15px + 3.75vw, 60px);
}
#itemhunter .sec-ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: clamp(-74px, -23px + -4.25vw, -40px);
  border-style: solid;
  border-width: clamp(20px, 8px + 3vw, 44px);
  border-color: transparent;
  border-top-color: #E64B07;
  left: 50%;
  bottom: clamp(-70px, -22px + -4vw, -38px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#itemhunter .sec-ttl h3 {
  font-size: clamp(18px, 9px + 2.25vw, 36px);
}
#itemhunter .sec-ttl .en {
  color: white;
  font-size: clamp(14px, 11.5px + 0.625vw, 19px);
}
#itemhunter .lead {
  font-size: clamp(14px, 11px + 0.75vw, 20px);
  font-weight: 700;
}

.hunter-list {
  padding-top: clamp(20px, 7px + 3.25vw, 46px);
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  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;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.hunter-list > div {
  max-width: 460px;
  margin-bottom: clamp(30px, 5px + 6.25vw, 80px);
}
.hunter-list .img {
  position: relative;
  max-width: 258px;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #FFFB82;
  border-radius: 50%;
  margin-bottom: clamp(10px, 4px + 1.5vw, 22px);
}
.hunter-list .icon {
  max-width: 96px;
  position: absolute;
  left: clamp(-20px, -5px + -1.25vw, -10px);
  top: clamp(-20px, -5px + -1.25vw, -10px);
}
.hunter-list .name {
  position: absolute;
  background: #E64B07;
  color: white;
  right: clamp(-20px, -5px + -1.25vw, -10px);
  bottom: 6px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: inline-block;
  padding: 0.25em 2em;
  font-weight: 700;
  font-size: clamp(14px, 12px + 0.5vw, 18px);
}
.hunter-list .msg {
  background: white;
  border-radius: 8px;
  -webkit-box-shadow: 9px 8px 0 #E64B07;
          box-shadow: 9px 8px 0 #E64B07;
  position: relative;
  padding: 30px;
}
.hunter-list .msg::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -20px;
  width: 53px;
  height: 48px;
  background: url(../img/icon_cmnt.png) no-repeat center/contain;
}
.hunter-list .msg p {
  line-height: 1.7;
  font-size: clamp(13px, 12px + 0.25vw, 15px);
}

/* voice */
#voice {
  background: white;
  padding-bottom: 10px;
}
#voice .sec-ttl {
  padding-top: clamp(24px, 11px + 3.25vw, 50px);
  padding-bottom: clamp(16px, 9px + 1.75vw, 30px);
}
#voice .works-list {
  margin-bottom: 10px;
}
#voice .works-list p {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
#voice .msg {
  font-size: clamp(12px, 10.5px + 0.375vw, 15px);
  line-height: 1.5;
}

/* flow */
#flow {
  color: white;
  background: url(../img/bg_flow.jpg) no-repeat center/cover;
  padding-top: clamp(30px, 15px + 3.75vw, 60px);
  padding-bottom: clamp(20px, 15px + 1.25vw, 30px);
}
#flow .sec-ttl {
  text-shadow: 0 0 10px black;
}
#flow .sec-ttl .en {
  padding-top: 0.5em;
  color: white;
  font-size: clamp(13px, 9.5px + 0.875vw, 20px);
}
#flow .lead {
  text-shadow: 0 0 10px black;
  padding: 1.5em;
  font-weight: 700;
  font-size: clamp(16px, 14px + 0.5vw, 20px);
}

.flow-list {
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(10px, 5px + 1.25vw, 20px);
}
.flow-list .ttl {
  padding: 1em 0;
  background: white;
  border-radius: 4px;
  text-align: center;
  color: #E64B07;
  font-weight: 700;
  font-size: clamp(16px, 13px + 0.75vw, 22px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
}
.flow-list .ttl .num {
  font-size: clamp(24px, 16px + 2vw, 40px);
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #241F1F;
}
.flow-list p {
  width: 65%;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  line-height: 1.5;
  padding-left: 1em;
  text-shadow: 0 0 10px black;
}
.flow-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  position: relative;
}
.flow-list li::after {
  content: "";
  width: 17px;
  height: 19px;
  background: url(../img/icon_tri.png) no-repeat center/contain;
  position: absolute;
  bottom: -22px;
  left: 17.5%;
  margin-left: -10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.flow-list li:last-child::after {
  display: none;
}
@media screen and (min-width: 1000px) {
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .flow-list .ttl {
    width: 100%;
  }
  .flow-list p {
    width: 100%;
    padding: 0.75em 0 0;
  }
  .flow-list li {
    display: block;
    max-width: 180px;
  }
  .flow-list li::after {
    left: auto;
    right: -24px;
    top: 46px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* faq */
#faq {
  background: white;
  padding-top: clamp(30px, 15px + 3.75vw, 60px);
  padding-bottom: clamp(30px, 15px + 3.75vw, 60px);
}

.faq-list {
  padding-top: clamp(10px, 6px + 1vw, 18px);
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.faq-list dl {
  background: #F5F4F4;
  margin-bottom: clamp(12px, 8px + 1vw, 20px);
  border-radius: 10px;
  padding-top: clamp(10px, 5px + 1.25vw, 20px);
  padding-bottom: clamp(10px, 5px + 1.25vw, 20px);
  padding-left: clamp(16px, 12px + 1vw, 24px);
  padding-right: clamp(16px, 12px + 1vw, 24px);
}
.faq-list dt, .faq-list dd {
  position: relative;
  padding-left: clamp(30px, 25px + 1.25vw, 40px);
  line-height: 1.5;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.faq-list dt::before, .faq-list dd::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  width: clamp(22px, 18px + 1vw, 30px);
  height: clamp(22px, 18px + 1vw, 30px);
  line-height: clamp(22px, 18px + 1vw, 30px);
  text-align: center;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: clamp(14px, 12px + 0.5vw, 18px);
}
.faq-list dt::before {
  content: "Q";
  background: #FE9465;
}
.faq-list dd::before {
  content: "A";
  background: #E64B07;
}
.faq-list dt {
  font-size: clamp(15px, 11.5px + 0.875vw, 22px);
  font-weight: 700;
}
.faq-list dd {
  font-size: clamp(14px, 11px + 0.75vw, 20px);
}

/* plan */
#plan {
  padding-top: clamp(40px, 15px + 6.25vw, 90px);
  padding-bottom: clamp(30px, 15px + 3.75vw, 60px);
}
#plan .lead {
  font-size: clamp(16px, 14px + 0.5vw, 20px);
  font-weight: 700;
  padding: 1.5em 0;
}

.plan-area {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 9px 8px 0 #E64B07;
          box-shadow: 9px 8px 0 #E64B07;
  padding-top: clamp(18px, 9px + 2.25vw, 36px);
  padding-bottom: clamp(16px, 9px + 1.75vw, 30px);
  padding-left: clamp(16px, 9px + 1.75vw, 30px);
  padding-right: clamp(16px, 9px + 1.75vw, 30px);
}

.plan-head {
  text-align: center;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan-head .plan-name {
  display: inline-block;
  position: relative;
  background: #E64B07;
  color: white;
  font-size: clamp(16px, 13px + 0.75vw, 22px);
  font-weight: 700;
  text-align: center;
  padding: 0.75em 1em;
  border-radius: 8px;
  margin-bottom: 18px;
}
.plan-head .plan-name::after {
  content: "";
  width: 26px;
  height: 30px;
  background: url(../img/icon_tri-ora.png) no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.plan-head .price {
  color: #E64B07;
  font-weight: 700;
  font-size: clamp(20px, 16px + 1vw, 28px);
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.plan-head .price .num {
  position: relative;
  top: 0.05em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(60px, 51px + 2.25vw, 78px);
}
.plan-head .price .taxincluded {
  display: block;
  font-weight: 400;
  color: #241F1F;
  padding: 0 0 0.5em;
}
.plan-head .price .per {
  display: block;
  color: #241F1F;
  font-size: clamp(16px, 14px + 0.5vw, 20px);
}
@media screen and (min-width: 768px) {
  .plan-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 40px;
  }
  .plan-head .plan-name {
    margin-bottom: 0;
    padding: 0.75em 1.5em;
  }
  .plan-head .plan-name::after {
    bottom: auto;
    left: auto;
    top: 50%;
    right: -16px;
    -webkit-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
  }
  .plan-head .price {
    padding-bottom: 20px;
    margin-left: 24px;
    position: relative;
  }
  .plan-head .price .taxincluded {
    position: absolute;
    left: -5px;
    bottom: -4px;
  }
  .plan-head .price .per {
    display: inline-block;
  }
}

.service-area {
  position: relative;
  border: 2px solid #707070;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px 10px;
}
.service-area h4 {
  display: inline-block;
  background: white;
  position: absolute;
  left: 50%;
  top: -0.8em;
  padding: 0 0.5em;
  font-size: clamp(16px, 13px + 0.75vw, 22px);
  font-weight: 700;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-area .service-list li, .service-area .creative-list li {
  margin-top: clamp(4px, 2px + 0.5vw, 8px);
  margin-bottom: clamp(4px, 2px + 0.5vw, 8px);
  font-size: clamp(14px, 11px + 0.75vw, 20px);
  font-weight: 700;
}
.service-area .service-list {
  -webkit-column-gap: clamp(10px, 7px + 0.75vw, 16px);
     -moz-column-gap: clamp(10px, 7px + 0.75vw, 16px);
          column-gap: clamp(10px, 7px + 0.75vw, 16px);
}
.service-area .service-list li {
  border: 5px solid #FFFB82;
  line-height: clamp(72px, 53px + 4.75vw, 110px);
  width: clamp(84px, 66px + 4.5vw, 120px);
  height: clamp(84px, 66px + 4.5vw, 120px);
  border-radius: 50%;
}
.service-area .creative-list {
  -webkit-column-gap: clamp(16px, 14px + 0.5vw, 20px);
     -moz-column-gap: clamp(16px, 14px + 0.5vw, 20px);
          column-gap: clamp(16px, 14px + 0.5vw, 20px);
}
.service-area .creative-list li {
  display: inline-block;
  padding: 0 1.5em;
  line-height: clamp(36px, 22px + 3.5vw, 64px);
  background: #FFFB82;
  border-radius: 8px;
}

/* contact */
#contact {
  background: url(../img/bg_contact.png) no-repeat center 99%/contain white;
  padding-top: 40px;
  padding-bottom: 50vw;
}
#contact .sec-ttl h3 {
  font-size: clamp(24px, 16px + 2vw, 40px);
}
#contact .sec-ttl h3::before {
  content: "";
  width: 100%;
  height: clamp(32px, 28px + 1vw, 40px);
  display: block;
  background: url(../img/icon_mail2.png) no-repeat center/contain;
  margin-bottom: 0.75em;
}
#contact .sec-ttl .en {
  font-size: clamp(13px, 10.5px + 0.625vw, 18px);
}
#contact .lead {
  font-size: clamp(14px, 12px + 0.5vw, 18px);
  padding-bottom: 1.5em;
  line-height: 1.5;
}
#contact .contact-wrap {
  width: 90%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
#contact form {
  background: #F5F4F4;
  border-radius: 10px;
  padding-top: clamp(16px, 8px + 2vw, 32px);
  padding-bottom: clamp(24px, 11px + 3.25vw, 50px);
  padding-left: clamp(24px, 11px + 3.25vw, 50px);
  padding-right: clamp(24px, 11px + 3.25vw, 50px);
}
#contact form input, #contact form textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 0 0.5em;
  border: 1px solid #707070;
  border-radius: 4px;
  font-family: "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#contact form input {
  line-height: clamp(36px, 31px + 1.25vw, 46px);
}
#contact form textarea {
  line-height: 1.5;
  padding: 0.25em 0.5em;
}
#contact form dl {
  margin-bottom: 1em;
}
#contact form dt {
  font-size: clamp(14px, 12px + 0.5vw, 18px);
  display: block;
  padding: 0.25em 0;
}
#contact form span.required, #contact form span.optional {
  display: inline-block;
  color: white;
  padding: 0 0.5em;
  margin-right: 0.25em;
  font-style: normal;
  border-radius: 2px;
}
#contact form span.required {
  background: #DF3737;
}
#contact form span.optional {
  background: #3f3737;
}
#contact form span.error_blank {
  color: #DF3737;
}
#contact #form_submit input {
  background: #E64B07;
  color: white;
  font-weight: 700;
  line-height: clamp(50px, 35px + 3.75vw, 80px);
  border-radius: 6px;
  border: 0;
  font-size: clamp(18px, 15px + 0.75vw, 24px);
}
#contact .recap-area {
  padding: 1em 0;
}
#contact .recap-area .g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  #contact {
    padding-bottom: 30px;
    background-position: -100px 90%;
    background-size: clamp(1000px, 950px + 12.5vw, 1100px);
  }
  #contact .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
  }
  #contact .sec-ttl {
    width: 46%;
    padding-top: 30px;
  }
  #contact .lead {
    padding-top: 1em;
  }
  #contact form {
    width: 54%;
  }
}
@media screen and (min-width: 1500px) {
  #contact {
    background-position: left 90%;
  }
  #contact .sec-ttl {
    width: 45%;
  }
  #contact form {
    width: 55%;
  }
}

/* company */
#company {
  padding-top: clamp(40px, 15px + 6.25vw, 90px);
  padding-bottom: clamp(30px, 15px + 3.75vw, 60px);
}
#company .sec-ttl {
  margin-bottom: clamp(20px, 15px + 1.25vw, 30px);
}

.about-list {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  border-radius: 10px;
  padding-top: clamp(20px, 15px + 1.25vw, 30px);
  padding-bottom: clamp(20px, 15px + 1.25vw, 30px);
  padding-left: clamp(24px, 16px + 2vw, 40px);
  padding-right: clamp(24px, 16px + 2vw, 40px);
}
.about-list dl {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed;
  border-color: #ddd9d9;
}
.about-list dl:first-of-type {
  border-top: 1px dashed;
  border-color: #ddd9d9;
}
.about-list dt, .about-list dd {
  width: 100%;
  padding: 0.5em;
  line-height: 1.5;
  font-size: clamp(14px, 13px + 0.25vw, 16px);
}
.about-list dt {
  padding-bottom: 0;
  color: #E64B07;
  font-weight: 700;
}
.about-list dd span {
  display: inline-block;
  font-weight: 700;
  background: #F5F4F4;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
}
.about-list dd span:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .about-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-list dt, .about-list dd {
    padding: 1em 0.5em;
  }
  .about-list dt {
    width: 20%;
  }
  .about-list dd {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .tokushoho .about-list dt {
    width: 30%;
  }
  .tokushoho .about-list dd {
    width: 70%;
  }
}

.privacy .about-list {
  padding-top: clamp(10px, 7px + 0.75vw, 16px);
  padding-bottom: clamp(10px, 7px + 0.75vw, 16px);
}
.privacy .about-list dd, .privacy .about-list p {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}
.privacy .about-list dl:first-of-type {
  border-top: 0;
}
.privacy .about-list dl:last-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy .about-list dl {
    display: block;
  }
  .privacy .about-list dt, .privacy .about-list dd {
    width: 100%;
  }
  .privacy .about-list dd {
    padding-top: 0;
  }
}

/* footer */
.footer {
  padding-top: 1em;
}
.footer .copyright {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  letter-spacing: 0.1em;
  padding: 0 1em 1em;
}

.footer-menu a {
  font-size: clamp(12px, 11px + 0.25vw, 14px);
  display: block;
  padding: 1em;
  position: relative;
}
.footer-menu li:not(:last-child) a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: #241F1F;
}

.wpt, .delay {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeIn.show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp.show {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.zoomUp.show {
  -webkit-animation-name: zoomUp;
          animation-name: zoomUp;
}

@-webkit-keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomUp2.show {
  -webkit-animation-name: zoomUp2;
          animation-name: zoomUp2;
}

@-webkit-keyframes zoomUp2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(-5deg);
            transform: scale(1) rotate(-5deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(0.9) rotate(-5deg);
            transform: scale(0.9) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-5deg);
            transform: scale(1) rotate(-5deg);
  }
}

@keyframes zoomUp2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) rotate(-5deg);
            transform: scale(1) rotate(-5deg);
  }
  40% {
    -webkit-transform: scale(1.1) rotate(-5deg);
            transform: scale(1.1) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(0.9) rotate(-5deg);
            transform: scale(0.9) rotate(-5deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(-5deg);
            transform: scale(1) rotate(-5deg);
  }
}