@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}
html, body {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: auto;
}
body {
  font-size: 2.4rem;
  font-size: clamp(2.0rem, 2.0vw, 2.4rem);
    min-height: 0vw;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  color: #000;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-feature-settings: 'palt';
  letter-spacing: 0.2rem;
  min-width: 1000px;
  opacity: 0;
}
h1, h2, h3, h4, h5 {
  line-height: 1.3;
}
img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.wrap{
  overflow: hidden;
}
/*----------------------------------------


 link
 
 
----------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  border: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a.line {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  box-shadow: none !important;
}
a.line:hover {
  opacity: 0.7;
}
.hv {
  text-decoration: none;
  transition: all .5s;
}
.hv:hover {
  opacity: 0.7;
}
/*----------------------------------------


header


----------------------------------------*/
header {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 60px 0 0;
  opacity: 0;
}
header .logo {
  max-width: 600px;
  /*width: 60%;*/
  margin: 0 auto 20px;
}
header .logo h1,header .logo h2 {
  font-size: 0;
  line-height: 0;
}
header p {
  font-size: 2.0rem;
  font-size: clamp(1.6rem, 1.6vw, 2.0rem);
}
/*----------------------------------------


main


----------------------------------------*/
.container {
  position: relative;
}
.container::before {
/*  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  background: #149f3a;
  z-index: 0;*/
}
main .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
main .inner1200 {
  max-width: 1200px;
}
main section {
  position: relative;
  z-index: 3;
}
.arrow_l {
  position: relative;
  top: 10px;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  display: inline-block;
  width: 42px;
  height: 30px;
  background: #f89c00;
  margin-right: 30px;
  transition: 0.5s;
}
/*----------------------------------------


.footer


----------------------------------------*/
footer {
  position: relative;
  padding: 50px 0 30px;
  padding: min(4.0vw,50px) 0 min(2.5vw,30px);
  width: 100%;
  z-index: 0;
  background: #d2051f;
  color: #fff;
  letter-spacing: 0;
}
footer .sns_title {
  width: 144px;
  margin: 0 auto 13px;
}
footer ul {
  width: 184px;
  margin: 0 auto 60px;
  margin: 0 auto min(5.0vw,60px);
  display: flex;
  justify-content: space-between;
}
footer li a {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 0;
}
footer li.MdTwitterIcon a {
  background-image: url(../images/twitter_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
footer li.MdFacebookIcon a {
  background-image: url(../images/facebook_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
footer li.MdLineIcon a {
  background-image: url(../images/line_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .copy{
  font-size: 1.2rem; 
}
footer .atention_area h2{
  font-size: 1.7rem;
  text-align: center;
}
footer .atention_area{
  max-width: 780px;
  width: 90%;
  margin: 0 auto 50px;
  font-size: 1.5rem;
  font-size: clamp(1.4rem,1.4vw,1.5rem);
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
footer .atention_area a{
  color: #fff !important;
  text-decoration: underline;
}
.to_top{
  position: fixed;
  right: 20px;
  transition: 0.8s;
  bottom:-200px;
  z-index: 100;
  width: 60px;
}
.to_top.show{
  bottom:50px;
}
/*----------------------------------------


list round


----------------------------------------*/
ul.non_style {
  list-style: none;
}
ul.disc {
  margin-left: 30px;
}
p span {
  vertical-align: baseline;
}
.round_wrap {
  border-radius: 10px;
}
/*----------------------------------------


color / border


----------------------------------------*/
.co_white {
  color: #fff;
}
.co_black {
  color: #000;
}
.co_orange {
  color: #fa6429;
}
.co_gray {
  color: #555;
}
.bg_white {
  background: #fff;
}
.bg_beige {
  background: #f5f5e6;
}
.bg_lightblue {
  background: #509aed;
}
.bg_gray {
  background: #f0f0f0;
}
.marker {
  background: linear-gradient(transparent 70%, #ffce5c 0%);
  display: inline;
  padding: 0 2px 0;
}
.js-marker.on {
    background-position: -100% 0.9em;
}
.js-marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffce5c 50%);
    background-image: linear-gradient(left,transparent 50%, #ffce5c 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffce5c 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 0.9em;
    transition: all 2s ease;
    font-weight: bold;
}
.line_old {
  position: relative;
  padding-top: 35px;
}
.line_old::before {
  position: absolute;
  content: "";
  top:0;
  left: 0;
  right: 0;
  background: url("../images/line_mission.svg") no-repeat;
  width: 240px;
  height: 26px;
  margin: 0 auto;
}
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}
.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.indent4 {
  padding-left: 4em;
  text-indent: -4em;
}
.indent4_1 {
  padding-left: 4em;
  text-indent: -1em;
}
/*----------------------------------------


.btn


----------------------------------------*/
.btn,
.btn a{
  position: relative;
}
.beige_btn a{
  position: relative;
  background: #f8ecdc;
  color: #782c19;
  display: block;
  top:0;
  transition: 0.2s;
}
.beige_btn::before{
  position: absolute;
  content: "";
  background: #b67c60;
  width: 100%;
  height: 100%;
  left: 0;
  bottom:-2px;
}
.round_btn a,
.round_btn::before{
  border-radius: 50px;
}
.arrow_btn a::after{
  position: absolute;
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  right: 16px;
  top:calc(50% - 5px);
  transform: rotate(45deg);
}
.beige_btn.arrow_btn a::after{
  border-top-color: #782c19;
  border-right-color:#782c19;
}
.beige_btn a:hover{
  top:2px;
}
/*----------------------------------------


div_wrap


----------------------------------------*/
.wrap_div {
  position: relative;
  cursor: pointer;
}
.child_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.wrap_div div, .wrap_div p {
  transition: 0.2s;
}
/*.wrap_div:hover div,
.wrap_div:hover p{
    opacity:0.7;
}*/
/*----------------------------------------


flex


----------------------------------------*/
.flex, .pc_flex {
  display: flex;
}
.flex_justify_center {
  justify-content: center;
}
.flex_justify_between {
  justify-content: space-between;
}
.flex_justify_start {
  justify-content: flex-start;
}
.flex_justify_end {
  justify-content: flex-end;
}
.flex_align_center {
  align-items: center;
}
.flex_align_stretch {
  align-items: stretch;
}
.flex_align_start {
  align-items: flex-start !important;
}
.flex_align_end {
  align-items: flex-end !important;
}
.in_block {
  display: inline-block;
}
.block {
  display: block;
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.po_relative {
  position: relative;
}
/*----------------------------------------


font


----------------------------------------*/
.fo_bold {
  font-weight: bold;
}
.fo_normal {
  font-weight: normal;
}
.nowrap {
  white-space: nowrap;
}
.txt_palt {
  font-feature-settings: "palt";
}
.txt_justify {
  text-align: justify;
}
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
.lih15 {
  line-height: 1.5 !important;
}
.lih20 {
  line-height: 2.0 !important;
}
span {
  vertical-align: baseline;
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.vertical_txt_pc {
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}
.lh20 {
  line-height: 2.0;
}
.lh20 + .lh20 {
  margin-top: 2em;
}
/*----------------------------------------


tab_group


----------------------------------------*/
.panel {
  display: none;
}
.panel.tab_show {
  display: block;
}
/*----------------------------------------


js_accordion_content


----------------------------------------*/
.js_accordion_openbar {
  cursor: pointer;
}
.js_accordion_content {
  display: none;
}
@media only screen and (min-width:1950px) {
  /*----------------------------------------


  main


  ----------------------------------------*/
  main .inner {
    max-width: 1500px;
  }
}
@media only screen and (max-width:1050px) {
  body {
    font-size: 2.0rem;
    letter-spacing: 0.1vw;
  }
  header{
    height: 450px;
  }
}

@media only screen and (max-width:1000px) {
  .pc1000 {
    display: none;
  }
}
@media only screen and (min-width:751px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media only screen and (max-width:750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 3.733333333vw;
    min-width: auto;
    letter-spacing: 0.1vw;
  }
  /*----------------------------------------


  header


  ----------------------------------------*/
  header {
    padding: 6vw 0 0;
    height: auto;
  }
  header .logo {
    width: 88.26666667vw;
    margin: 0 auto 4vw;
  }
  header p {
    font-size: 3.733333vw;
  }
  /*----------------------------------------


  main


  ----------------------------------------*/
  .container {
    position: relative;
  }
  .container::before {
  /*  position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 270px;
    background: #149f3a;
    z-index: 0;*/
  }
  main .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  main .inner1200 {
    max-width: 1200px;
  }
  main section {
    position: relative;
    z-index: 3;
  }
  .arrow_l {
    position: relative;
    top: 10px;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    display: inline-block;
    width: 42px;
    height: 30px;
    background: #f89c00;
    margin-right: 30px;
    transition: 0.5s;
  }
  /*----------------------------------------


  .footer


  ----------------------------------------*/
  footer {
    padding: 6.66667vw 0 4vw;
  }
  footer .sns_title {
    width: 33.33333333vw;
    margin: 0 auto 3vw;
  }
  footer ul {
    width: 38.66666667vw;
    margin: 0 auto 9vw;
  }
  footer li a {
    display: block;
    width: 10.66666667vw;
    height: 10.66666667vw;
  }
  footer .copy{
    font-size: 2.666666667vw;
  }
  footer .atention_area h2{
    font-size: 4vw;
  }
  footer .atention_area{
    margin: 0 auto 6.66667vw;
    font-size: 3.2vw;
  }
  .to_top{
    right: 2%;
    bottom:-18vw;
    width: 12vw;
  }
  .to_top.show{
    bottom:3vw;
  }
  /*----------------------------------------


  list round


  ----------------------------------------*/
  ul.disc {
    margin-left: 30px;
  }
  p span {
    vertical-align: baseline;
  }
  .round_wrap {
    border-radius: 10px;
  }
  /*----------------------------------------


  color / border


  ----------------------------------------*/
  .line_old {
    padding-top: 2.666666vw;
  }
  .line_old::before {
    width: 32vw;
    height: 3.466666667vw;
  }
  /*----------------------------------------


  .btn


  ----------------------------------------*/
  .btn,
  .btn a{
    position: relative;
  }
  .beige_btn a{
    position: relative;
    background: #f8ecdc;
    color: #782c19;
    display: block;
    top:0;
    transition: 0.2s;
  }
  .beige_btn::before{
    position: absolute;
    content: "";
    background: #b67c60;
    width: 100%;
    height: 100%;
    left: 0;
    bottom:-0.6vw;
  }
  .round_btn a,
  .round_btn::before{
    border-radius: 50px;
  }
  .arrow_btn a::after{
    border-top: 0.5vw solid;
    border-right: 0.5vw solid;
    width: 2vw;
    height: 2vw;
    right: 2.66666vw;
    top:calc(50% - 1vw);
  }
  .beige_btn a:hover{
    top:0.6vw;
  }
  /*----------------------------------------


  flex


  ----------------------------------------*/
  .pc_flex {
    display: block;
  }
}
/*----------------------------------------


animation


----------------------------------------*/
.item_area.on .item.item_delay_1{
	animation-delay: 0.1s !important;
}
.item_area.on .item.item_delay_2{
	animation-delay: 0.2s !important;
}
.item_area.on .item.item_delay_3{
	animation-delay: 0.3s !important;
}
.item_area.on .item.item_delay_4{
	animation-delay: 0.4s !important;
}
.item_area.on .item.item_delay_5{
	animation-delay: 0.5s !important;
}
.item_area.on .item.item_delay_6{
	animation-delay: 0.6s !important;
}
.item_area.on .item.item_delay_7{
	animation-delay: 0.7s !important;
}
.item_area.on .item.item_delay_8{
	animation-delay: 0.8s !important;
}
.item_area.on .item.item_delay_9{
	animation-delay: 0.9s !important;
}
.item_area.on .item.item_delay_10{
	animation-delay: 1.0s !important;
}
@keyframes poyon{
	0% { opacity: 0; transform: scale(0.4, 0.4); }
	40% { opacity: 1; transform: scale(1.2, 1.2); }
	60% { opacity: 1; transform: scale(1, 1); }
	80% { opacity: 1; transform: scale(1.1, 1.1); }
	100% {opacity: 1;  transform: scale(1, 1); }
}
@keyframes wave {
  100% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
}
@keyframes bound {
  50% {
    top: -30px;
  }
  100% {
    top: -15px;
  }
}
@keyframes eachTextFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrollDown {
  100% {
    bottom: -75px;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 44px;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes shake {
  from {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(-5px);
  }
}
@keyframes rotate {
  0% {
    transform: translate 37.26px, -14.381px rotate(-1.66768deg);
  }
  50% {
    transform: translate(37.391px, -9.834px) rotate(-2.33889deg);
  }
  100% {
    transform: translate(35.635px, -10.83px) rotate(2.57615deg);
  }
}
@keyframes purupuru {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%);
  }
  22% {
    opacity: 1;
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  23% {
    opacity: 1;
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  24% {
    opacity: 1;
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  25% {
    opacity: 1;
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes katakata {
  0% {
    transform: translate(0, -2px) rotate(6deg);
  }
  10% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(0, 0) rotate(-6deg);
  }
  30% {
    transform: translate(0, -2px) rotate(0deg);
  }
  40% {
    transform: translate(0, -2px) rotate(6deg);
  }
  50% {
    transform: translate(2px, 0) rotate(-2deg);
  }
  60% {
    transform: translate(0, 2px) rotate(0deg);
  }
  70% {
    transform: translate(0, 0) rotate(6deg);
  }
  80% {
    transform: translate(2px, 0) rotate(-2deg);
  }
  90% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, -2px) rotate(6deg);
  }
}
@keyframes katakata2 {
  0% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  10% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(0, 0) rotate(6deg);
  }
  30% {
    transform: translate(0, 2px) rotate(0deg);
  }
  40% {
    transform: translate(0, 2px) rotate(-6deg);
  }
  50% {
    transform: translate(-2px, 0) rotate(2deg);
  }
  60% {
    transform: translate(0, -2px) rotate(0deg);
  }
  70% {
    transform: translate(0, 0) rotate(-6deg);
  }
  80% {
    transform: translate(-2px, 0) rotate(2deg);
  }
  90% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 2px) rotate(-6deg);
  }
}
@keyframes katakata3 {
  0%, 100% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-25deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes swing2 {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes bound-anim {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-30px, -20px);
    transform: translate(-30px, -20px);
  }
}
@keyframes bound-anim2 {
  0%, 100% {
    transform: translate(0);
  }
  50% {
    transform: translate(30px, -20px);
  }
}
@keyframes anime_bow {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
  opacity: 1;
    transform: scale(1.1);
  }
  40% {
  opacity: 1;
    transform: scale(1);
  }
  50% {
  opacity: 1;
    transform: scale(1.1);
  }
  60% {
  opacity: 1;
    transform: scale(1);
  }
  100% {
   opacity: 1;
    transform: scale(1);
  }
}
@keyframes anime_tate_kata {
  0%, 10%, 21%, 30%, 41%, to {
    transform: translateY(2px);
  }
  11%, 20%, 31%, 40% {
    transform: translateY(-2px);
  }
}
@keyframes anime_swing_kata {
  0%, 10%, 21%, 30%, 41%, to {
    transform: rotate(5deg);
  }
  11%, 20%, 31%, 40% {
    transform: rotate(-5deg);
  }
}
@keyframes anime_yoko_kata {
  0%, 10%, 21%, 30%, 41%, to {
    transform: translateX(5px);
  }
  11%, 20%, 31%, 40% {
    transform: translateX(-5px);
  }
}
@keyframes anime_naname_b_kata {
  0%, 10%, 21%, 30%, 41%, to {
    transform: translateX(0px) translateY(-5px);
  }
  11%, 20%, 31%, 40% {
    transform: translateX(-10px) translateY(5px);
  }
}
@keyframes anime_shakeUp {
  40% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(-50px);
  }
}
@keyframes anime_shakeDown {
  40% {
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(50px);
  }
}
@keyframes anime_poyon {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.4) translate(0%, -50px);
  }
  10% {
    opacity: 1;
    transform: scale(0.8, 1.4) translate(0%, -25px);
  }
  20% {
    opacity: 1;
    transform: scale(1.4, 0.6) translate(0%, 30px);
  }
  30% {
    opacity: 1;
    transform: scale(0.9, 1.1) translate(0%, -10px);
  }
  40% {
    opacity: 1;
    transform: scale(0.95, 1.2) translate(0%, -30px);
  }
  50% {
    opacity: 1;
    transform: scale(0.95, 1.2) translate(0%, -10px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0%, 5px);
  }
  70% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0px);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0px);
  }
}
@keyframes slide_left {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes Slide-up2 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes scale8 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slow-slide-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scallDownFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes move-down {
  0% {
    bottom: -10px;
  }
  100% {
    bottom: -89px;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anima_yoko_purupuru {
	0% {	transform: translate(0, 0);}
	5% {	transform: translate(-5px, -0);}
	10% {	transform: translate(5px, 0);}
	15% {	transform: translate(-5px, -0);}
	20% {	transform: translate(5px, 0);}
	25% {	transform: translate(-5px, -0);}
	30% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);}
}
.fadeIn {
  animation: fadeInDown 1s;
}
.fade {
  opacity: 0;
}
.fade.on {
  animation: fade_in 1s forwards;
}
.side_left.on {
  animation: side_left 4s forwards;
}
.shake {
  animation: katakata 4s ease-in infinite;
}
