@charset "UTF-8";
/*  reset.scss */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
  display: block;
}

main {
  padding: 0;
  margin: 0 !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  vertical-align: top;
}

input, select, textarea {
  font-family: inherit;
}

input[type=submit] {
  cursor: pointer;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  /*overflow: auto;*/
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  position: relative;
  /*overflow: hidden;*/
  z-index: 1;
  height: 100%;
  color: #000;
  background: #FFF;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  min-width: 320px;
  line-height: 1.6;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 640px) {
  body {
    height: 100%;
    color: #000;
    background: #FFF;
    font-size: 1.6rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    min-width: 1000px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*--------------------------------------------------------------------------
   font
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   clearfix
---------------------------------------------------------------------------*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* layout.scss */
/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
.base_inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.com_base {
  border-bottom: 2px solid #000;
}

@media only screen and (min-width: 640px) {
  .base_inner {
    width: 960px;
    min-width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .base {
    width: 960px;
    min-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .com_base {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 4px solid #000;
  }
}
/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
}

/*.is-hide {
  transform: translateY(-100%);
}
*/
#header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  background: #fff;
}

#header.open {
  background: #fff;
  height: 100%;
}

@media only screen and (min-width: 640px) {
  #header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
  }
}
#header .pc_header {
  display: none;
}

@media only screen and (min-width: 640px) {
  #header .sp-header {
    display: none;
  }
  #header .pc_header {
    display: block;
    position: relative;
    padding: 8px 0 5px 20px;
  }
  .pc_header {
    position: relative;
  }
  .home_editing_transfer a {
    position: relative;
  }
}
/*	style info : hd_info
--------------------------------------*/
.logo {
  width: 121px;
  height: 31px;
  /*padding: 7px 15px 15px;*/
}
.logo img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 640px) {
  .logo {
    width: 159px;
    height: 41px;
    padding: 0;
    margin: 0 0 5px;
  }
}
/*#pc_header {
	position: absolute;
	bottom: 0px;
	right: 0;
}
*/
/* ---------------------------------------------------------------------------
	spGnav	
--------------------------------------------------------------------------- */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: "+";
}

.sm-simple a.highlighted .sub-arrow::before {
  content: "-";
}

.sm-simple > li.none a .sub-arrow::before {
  content: "+";
}

.sm-simple > li.none a.highlighted .sub-arrow::before {
  content: "-";
}

/*@media only screen and (min-width: 992px) {
.sm-simple > li.none a .sub-arrow::before {
	content: none;
}
.sm-simple > li.none a.highlighted .sub-arrow::before {
	content: none;
}
}*/
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}


/*	style info : nav css
--------------------------------------*/
.header {
  position: relative;
  padding: 5px 0 0;
}

.sp_header {
  padding: 14px 10px 5px;
  background: #fff;
}

.sp_header .logo {
  width: 121px;
  float: left;
}

.main-nav:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  padding: 11px 11px 11px 20px;
  line-height: 17px;
  text-decoration: none;
}

.nav-brand img {
  width: auto;
  height: 35px;
}

/*@media only screen and (min-width: 992px) {
.nav-brand img {
	width: 303px;
	height: 52px;
	margin: 10px 0 0;
}
}
*/
#main-menu {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*@media (min-width: 992px) {
#main-menu {
	float: right;
	clear: none;
}
}
*/
/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 7px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 8px;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
/* ---------------------------------------------------------------------------
	pcGnav	
--------------------------------------------------------------------------- */
@media only screen and (min-width: 640px) {
  /*pcmenu*/
  .pc_navi {
    position: absolute;
    top: 15px;
    right: 0;
  }
  ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  ul.menu li {
    float: left;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    /*margin: 0 0 0 1px;
    padding: 5px;*/
    width: 110px;
    font-weight: bold;
    /*background-color: #555555;*/
    /*display: block;*/
    /*border-left: 1px dotted #569a0d;*/
  }
  ul.menu li span {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: normal;
  }
  ul.menu li:nth-child(1), ul.menu li:nth-child(8) {
    width: 80px;
  }
  ul.menu li:nth-child(3) {
    width: 60px;
  }
  ul.menu li:nth-child(2), ul.menu li:nth-child(7), ul.menu li:nth-child(9) {
    width: 90px;
  }
  .long {
    width: 125px;
    padding-left: 15px !important;
  }
  .line {
    border-left: 2px solid #000;
  }
}
ul.menu li a {
  position: relative;
  display: inline-block;
  /*border-bottom: 2px solid #fff;*/
  font-size: 1.4rem;
  /*padding: 5px 20px 5px 0;*/
  color: #000;
}

ul.menu li a:hover {
  color: #999;
}

ul.sub {
  display: none;
  position: absolute;
  margin-left: -6px;
  margin-left: 10px;
  padding: 0;
}

ul.sub li a {
  padding: 15px 10px 20px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  display: block;
  background: #efefef;
  color: #000;
  width: 250px;
  border-bottom: none;
}

ul.sub li a:hover {
  background: #fff;
  color: #666;
  text-decoration: none;
  border-bottom: none;
}

/*	pagetop
--------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 42px;
  height: 42px;
  z-index: 6;
}

@media only screen and (min-width: 640px) {
  .pagetop {
    bottom: 20px;
  }
}
.pagetop a {
  display: block;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0 0;
  position: relative;
  text-indent: -9999;
}

.pagetop a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  margin: -6px 12px 0 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagetop a:hover {
  background: #333;
}

/* ---------------------------------------------------------------------------
	footer	
--------------------------------------------------------------------------- */
.footer {
  background: #000;
  color: #fff;
  padding: 30px 0 15px;
}
.footer .ft_content .base_inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 4px solid #fff;
}
.footer .ft_content .base_inner .tit_area {
  margin-bottom: 30px;
}
.footer .ft_content .base_inner .ft_info .tel {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.footer .ft_content .base_inner .ft_info .tel .hours {
  display: block;
  font-size: 1.3rem;
}
.footer .ft_content .base_inner .ft_info .btn_info .btn_arrow a {
  color: #000;
}

@media only screen and (min-width: 640px) {
  .footer {
    padding: 50px 0 15px;
  }
  .footer .ft_content .base_inner {
    padding-bottom: 50px;
    /*margin-bottom: 40px;*/
    border-bottom: 4px solid #fff;
  }
  .footer .ft_content .base_inner .tit_area {
    margin-bottom: 30px;
  }
  .footer .ft_content .base_inner .ft_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer .ft_content .base_inner .ft_info .tel {
    border-left: 1px solid #fff;
    width: 50%;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  .footer .ft_content .base_inner .ft_info .tel .hours {
    display: block;
    font-size: 1.3rem;
  }
  .footer .ft_content .base_inner .ft_info .btn_info {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 50%;
  }
}
.ft_btm .ft_set .left {
  text-align: center;
  margin-bottom: 15px;
}
.ft_btm .ft_set .left .ft_logo {
  margin-bottom: 15px;
}
.ft_btm .ft_set .left .ft_add {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.ft_btm .ft_set .left .copy {
  font-size: 1.4rem;
}
.ft_btm .ft_set .left .bnr_list {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .ft_btm .ft_set .left .bnr_list {
    margin: 0;
  }
}
.ft_btm .ft_set .left .bnr_list .item {
  margin-bottom: 15px;
}
.ft_btm .ft_set .left .right_ico {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 640px) {
  .ft_btm .ft_set .left .right_ico {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.ft_btm .ft_set .left .right_ico .item {
  width: 32px;
}
.ft_btm .ft_set .right {
  display: none;
}
.ft_btm .copy_sp {
  text-align: center;
  margin: 10px 0 0;
  font-size: 1.3rem;
}

@media only screen and (min-width: 640px) {
  .ft_btm .ft_set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ft_btm .ft_set .left {
    text-align: left;
    margin-bottom: 15px;
  }
  .ft_btm .ft_set .left .ft_logo {
    margin-bottom: 15px;
  }
  .ft_btm .ft_set .left .ft_add {
    font-size: 1.2rem;
  }
  .ft_btm .ft_set .left .copy {
    font-size: 1.2rem;
  }
  .ft_btm .ft_set .right {
    display: block;
    width: 300px;
  }
  .ft_btm .ft_set .right .bnr_list .item {
    margin-bottom: 15px;
  }
  .ft_btm .copy_sp {
    text-align: center;
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}
/* set.scss */
/*	hover
--------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .alpha:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
/*	font
--------------------------------------*/
/*	hover img zoom
--------------------------------------*/
/* 各コンテンツの画像サイズは各自設定 */
@media only screen and (min-width: 640px) {
  .pic {
    /*margin-bottom: 22px;*/
    overflow: hidden;
    /*width: 290px;
    height: 170px;*/
  }
  .pic img {
    display: block;
    transition-duration: 0.3s;
  }
  .pic img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
}
/*	tit
--------------------------------------*/
.tit_area {
  margin-bottom: 25px;
}
.tit_area .tit_eng span {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
.tit_area .tit_sub .txt_bold {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 640px) {
  .tit_area {
    display: table;
    margin-bottom: 50px;
  }
  .tit_area .tit_eng {
    display: table-cell;
    vertical-align: middle;
    padding-right: 38px;
  }
  .tit_area .tit_eng span {
    display: inline-block;
    font-size: 4.8rem;
  }
  .tit_area .tit_sub {
    display: table-cell;
    vertical-align: middle;
  }
  .tit_area .tit_sub .txt_bold {
    font-size: 2rem;
    line-height: 1.3;
  }
  .tit_area .tit_sub .txt {
    font-size: 1.4rem;
  }
}
.tit_sec {
  margin-bottom: 15px;
}
.tit_sec .tit_sec_en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  color: #ebebeb;
  line-height: 1.2;
}
.tit_sec .sub_sec_txt {
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .tit_sec {
    margin-bottom: 30px;
  }
  .tit_sec .tit_sec_en {
    font-size: 7.2rem;
  }
  .tit_sec .sub_sec_txt {
    font-size: 2.4rem;
  }
}
.tit_bold {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (min-width: 640px) {
  .tit_bold {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.tit_rline {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.tit_rline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  width: 40px;
  height: 1px;
  background: #000;
}

@media only screen and (min-width: 640px) {
  .tit_rline {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .tit_rline::after {
    right: -110px;
    width: 100px;
  }
}
/*	content padding
--------------------------------------*/
.pad {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  .pad {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
.pad_btms {
  padding-top: 30px;
}

@media only screen and (min-width: 640px) {
  .pad_btms {
    padding-top: 45px;
  }
}
.pad_tops {
  padding-bottom: 40px;
}

@media only screen and (min-width: 640px) {
  .pad_tops {
    padding-bottom: 100px;
  }
}
.mb {
  margin-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .mb {
    margin-bottom: 15px;
  }
}
/*	style info : bg
--------------------------------------*/
.bg_logo {
  position: relative;
  /*z-index: 1;*/
}
.bg_logo::after {
  position: absolute;
  /*z-index: 1;*/
  top: 130px;
  right: 0;
  content: "";
  width: 170px;
  height: 259px;
  background-image: url("../images/common/bg_logo_sp.png");
  background-size: 170px 259px;
}

@media only screen and (min-width: 640px) {
  .bg_logo {
    position: relative;
    /*z-index: 1;*/
  }
  .bg_logo::after {
    position: absolute;
    top: 120px;
    right: -285px;
    content: "";
    width: 480px;
    height: 648px;
    background-image: url("../images/common/bg_logo.png");
    background-size: 480px 648px;
  }
}
/*	style info : bg
--------------------------------------*/
.btm_bnr {
  padding: 30px 0;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .btm_bnr {
    padding: 30px 0;
  }
  .btm_bnr .base_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .btm_bnr .base_inner .left {
    width: 50%;
    text-align: center;
  }
  .btm_bnr .base_inner .right {
    width: 50%;
    text-align: center;
  }
}
/* ---------------------------------------------------------------------------
	下層first-content
--------------------------------------------------------------------------- */
.zind {
  position: relative;
  z-index: 2;
}

/*	btn_wrap
--------------------------------------*/
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
}
.btn_wrap .btn_wdt a {
  display: inline-block;
  width: 250px;
  background: #fc0d1b;
  color: #fff;
  line-height: 2;
  padding: 0 15px;
  border-radius: 10px;
  text-align: center;
}
.btn_wrap .prev_btn {
  margin-bottom: 15px;
}
.btn_wrap .ct_btn {
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    padding: 60px 0;
  }
  .btn_wrap .btn_wdt a {
    width: 150px;
    background: #fc0d1b;
    line-height: 2;
    padding: 0 15px;
    border-radius: 10px;
    text-align: center;
  }
  .btn_wrap .prev_btn {
    margin: 0;
  }
  .btn_wrap .next_btn {
    margin: 0;
  }
  .btn_wrap .ct_btn {
    margin: 0 10px;
  }
}
/*	pagenavi
--------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center !important;
  margin: 20px 0 !important;
}

/*	dp_info
--------------------------------------*/
.dp_info {
  text-align: center;
  margin-bottom: 30px;
}

/* arw.scss */
/*--------------------------------------------------------------------------
   c-btn
---------------------------------------------------------------------------*/
/*
<div class="btn_arrow"><a href="contact.html" class="c-btn"><span>CONTACT</span></a></div>
*/
.btn_arrow {
  width: 240px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}
.btn_arrow a {
  display: block;
  padding: 10px 0 9px;
  background: #fff;
}

@media only screen and (min-width: 640px) {
  .btn_arrow a {
    padding: 12px 0 10px;
    background: #fff;
  }
  .btn_arrow a:hover {
    background: #EDEDED;
  }
}
.c-btn {
  /*	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;
  	width: 100%;
  	height: 54px;
  	background: #fff;
  	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.004);
  */
}

/*@media only screen and (min-width: 768px) {
.btn_arrow {
  width: 240px;
	margin: 0 auto;
}

.c-btn {
	width: 100%;
	height: 64px;
}
}
*/
/*.c-btn span {
	position: relative;
	padding-right: 30px;
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
.c-btn span {
	padding-right: 25px;
	font-size: 1.4rem;
}
}

.c-btn span:before {
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	width: 33px;
	height: 8px;
	margin: auto;
	background: url(../images/common/arrow.png) no-repeat 50%;
	background-size: cover;
}

.c-btn:hover {
	background: #fbfbfb;
}

.c-btn:hover span:before {
	-webkit-animation-name: MoveRight;
	animation-name: MoveRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
*/
/*	style info : btn_arrow_sm
--------------------------------------*/
.btn_arrow_sm {
  width: 190px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}
.btn_arrow_sm a {
  display: block;
  padding: 10px 0 9px;
  background: #fff;
}

@media only screen and (min-width: 640px) {
  .btn_arrow_sm {
    width: 240px;
  }
  .btn_arrow_sm a {
    padding: 12px 0 10px;
    background: #fff;
  }
  .btn_arrow_sm a:hover {
    background: #EDEDED;
  }
}
/*.btn_arrow_sm {
  width: 190px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.c-btn02 {
	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;
	width: 100%;
	height: 46px;
	background: #fff;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.004);
}
@media only screen and (min-width: 768px) {
.btn_arrow_sm {
  width: 240px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.c-btn02 {
	width: 100%;
	height: 64px;
}
}

.c-btn02 span {
	position: relative;
	padding-right: 30px;
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: .1em;
}
@media only screen and (min-width: 768px) {
.c-btn02 span {
	padding-right: 25px;
	font-size: 1.4rem;
}
}

.c-btn02 span:before {
	content: '';
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	width: 33px;
	height: 8px;
	margin: auto;
	background: url(../images/common/arrow.png) no-repeat 50%;
	background-size: cover;
}

.c-btn02:hover {
	background: #fbfbfb;
}

.c-btn02:hover span:before {
	-webkit-animation-name: MoveRight;
	animation-name: MoveRight;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}*/
/*==========================================================================
	 Keyframe
===========================================================================*/
/*--------------------------------------------------------------------------
	 MoveRight
---------------------------------------------------------------------------*/
@-webkit-keyframes MoveRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes MoveRight {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  49.9% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*	btn_bg
--------------------------------------*/
/*
横幅は各コンテンツで設定
<div class="btn_bg">
    <div class="eff"></div>
    <a href="#"> Touch me </a>
  </div>
*/
.btn_bg {
  width: 100%;
  height: 50px;
  border: 1px solid #4b4b44;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.btn_bg a {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #4b4b44;
  text-decoration: none;
  line-height: 50px;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}

.eff {
  width: 100%;
  height: 50px;
  left: -100%;
  background: #4b4b44;
  position: absolute;
  transition: all 0.5s ease;
  z-index: 1;
}

.btn_bg:hover .eff {
  left: 0;
}

.btn_bg:hover a {
  color: #fff;
}

/* set.scss */
/*	torigger js set
--------------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

fromLeftIn {
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut, .fromRightIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -moz-transition: transform 1s ease, opacity 1s ease, -moz-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease, -o-transform 1s ease;
}

.fromLeftOut {
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease, -moz-transform 1s ease, -o-transform 1s ease;
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  opacity: 0;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.info_0205 {
  border: 2px solid #000;
  padding: 20px 25px;
  text-align: center;
  margin: 30px 0 30px;
}

@media only screen and (min-width: 640px) {
  .info_0205 {
    padding: 20px 100px;
  }
}
/* ---------------------------------------------------------------------------
	content	
--------------------------------------------------------------------------- */
.mv {
  position: relative;
  z-index: 3;
}
.mv .prev-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
}
.mv .next-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
}

@media only screen and (min-width: 640px) {
  .mv .prev-arrow {
    width: 40px;
    height: 40px;
  }
  .mv .next-arrow {
    width: 40px;
    height: 40px;
  }
}
.home_talent_wrap {
  position: relative;
  z-index: 3;
}
.home_talent_wrap .prev-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
}
.home_talent_wrap .next-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
}

@media only screen and (min-width: 640px) {
  .home_talent_wrap .prev-arrow {
    width: 40px;
    height: 40px;
  }
  .home_talent_wrap .next-arrow {
    width: 40px;
    height: 40px;
  }
}
#home {
  width: 100%;
  background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
}

/*	style info : rec
--------------------------------------*/
.rec_area {
  margin: 30px 0 50px;
}
.rec_area .rec_detail {
  position: relative;
  margin-bottom: 23px;
}
.rec_area .rec_detail .btn_arrow_sm {
  position: absolute;
  bottom: -23px;
  right: 25px;
}

@media only screen and (min-width: 640px) {
  .rec_area {
    margin: 60px 0 80px;
  }
  .rec_area .rec_detail {
    margin-bottom: 32px;
  }
  .rec_area .rec_detail .btn_arrow_sm {
    position: absolute;
    bottom: -32px;
    right: 35px;
  }
}
/*	style info : home_talent_wrap
--------------------------------------*/
.home_talent_wrap .slider_tr .item {
  width: 280px;
  margin: 0 10px;
  border: 1px solid #f2f2f2;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);*/
  background: #fff;
  text-align: center;
}
.home_talent_wrap .slider_tr .item .tr_name {
  display: block;
  margin-top: 10px;
}

.home_talent {
  /*height: 600px;*/
}
.home_talent .base_inner {
  position: relative;
  /*&::after {
  			content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 960px;
  height: 600px;
  background: #f5f5f5;
  	}*/
}
.home_talent .base_inner .tit_area {
  position: relative;
  z-index: 1;
}
.home_talent .btn_arrow {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}

/*	style info : news
--------------------------------------*/
.news .news_list li {
  border-bottom: 2px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .news .news_list {
    margin: 0 50px;
  }
  .news .news_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  .news .news_list li .day {
    width: 140px;
    padding: 0 0 0 40px;
    font-size: 1.4rem;
  }
  .news .news_list li .detail {
    width: 700px;
    font-size: 1.4rem;
  }
  .news .news_list li .detail a {
    color: #444;
  }
  .news .news_list li .detail a:hover {
    color: #8A8A8A;
  }
}
/*	style info : home_video
--------------------------------------*/
.home_video {
  margin-top: 30px;
}
.home_video .set .item {
  margin-bottom: 30px;
}
.home_video .set .item .video_tit {
  font-size: 1.4rem;
  margin: 5px 0;
}
.home_video .set .item .txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 640px) {
  .home_video {
    margin-top: 0;
  }
  .home_video .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_video .set .item {
    width: 460px;
    margin-bottom: 30px;
  }
  .home_video .set .item .video_tit {
    font-size: 1.4rem;
    margin: 5px 0;
  }
  .home_video .set .item .txt {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------------------------------
	workshop	
--------------------------------------------------------------------------- */
.ov_content .txtarea {
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  .ov_content .txtarea {
    margin-bottom: 30px;
  }
}
/*	style info : ov_set
--------------------------------------*/
.ov_set .left {
  margin: 20px 0;
}
.ov_set .right .txt {
  margin-bottom: 20px;
}
.ov_set .right .place {
  padding: 12px 12px;
  border: 3px solid #000;
}
.ov_set .right .place .place_tbl {
  width: 100%;
}
.ov_set .right .place .place_tbl th {
  width: 23%;
  padding: 5px 0;
}
.ov_set .right .place .place_tbl td {
  width: auto;
  padding: 5px 0 5px 10px;
}

@media only screen and (min-width: 640px) {
  .ov_set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 0;
  }
  .ov_set .left {
    margin: 0;
    width: 450px;
  }
  .ov_set .right {
    width: 480px;
  }
  .ov_set .right .place {
    padding: 24px 24px;
  }
  .ov_set .right .place .place_tbl {
    width: 100%;
  }
  .ov_set .right .place .place_tbl th {
    width: 23%;
    padding: 5px 0;
  }
  .ov_set .right .place .place_tbl td {
    width: auto;
    padding: 5px 0 5px 10px;
  }
}
/*	style info : work_inf
--------------------------------------*/
.work_inf .work_detail {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work_inf .work_detail .item {
  width: 49%;
  margin-bottom: 15px;
}
.work_inf .work_detail .item .work_tit {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  background: #ebebeb;
  border-radius: 15px;
  padding: 6px 0 5px;
}
.work_inf .work_detail .item .txt {
  font-size: 1.3rem;
}

@media only screen and (min-width: 640px) {
  .work_inf .work_detail {
    margin-bottom: 60px;
  }
  .work_inf .work_detail .item {
    width: 430px;
    margin-bottom: 40px;
  }
  .work_inf .work_detail .item .work_tit {
    letter-spacing: 0.2em;
    margin-bottom: 12px;
    border-radius: 18px;
    padding: 8px 0 6px;
  }
  .work_inf .work_detail .item .txt {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
/*	style info : instructor
--------------------------------------*/
.instructor .teach .prof {
  margin-bottom: 30px;
}
.instructor .teach .prof .name {
  margin-bottom: 30px;
}
.instructor .teach .prof .name .name_tit {
  margin-bottom: 13px;
}
.instructor .teach .prof .name .name_tit .jp {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 3px 7px 2px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
.instructor .teach .prof .name .name_tit .en {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 3px 5px 2px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 640px) {
  .instructor .teach .prof {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .instructor .teach .prof .name {
    width: 450px;
    margin-bottom: 30px;
  }
  .instructor .teach .prof .name .name_tit {
    margin-bottom: 25px;
  }
  .instructor .teach .prof .name .name_tit .jp {
    font-size: 2.4rem;
    padding: 4px 7px 3px;
    margin-bottom: 7px;
  }
  .instructor .teach .prof .name .name_tit .en {
    font-size: 2.4rem;
    padding: 4px 7px 3px;
  }
  .instructor .teach .prof .prof_pic {
    width: 450px;
  }
}
/*	style info : prof_txt
--------------------------------------*/
.instructor .prof_txt + .prof_txt {
  margin-top: 40px;
}
.instructor .prof_txt .prof_tbl {
  width: 100%;
}
.instructor .prof_txt .prof_tbl tr th {
  display: block;
  background: #ebebeb;
  padding: 7px 10px;
}
.instructor .prof_txt .prof_tbl tr td {
  display: block;
  padding: 7px 10px;
}
.instructor .prof_txt .prof_tbl tr td .list {
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}

@media only screen and (min-width: 640px) {
  .instructor .prof_txt + .prof_txt {
    margin-top: 80px;
  }
  .instructor .prof_txt .prof_tbl {
    width: 100%;
  }
  .instructor .prof_txt .prof_tbl tr:nth-child(2n+1) {
    background: #ebebeb;
  }
  .instructor .prof_txt .prof_tbl tr th {
    display: table-cell;
    padding: 12px 10px 10px 20px;
    width: 25%;
    background: transparent;
  }
  .instructor .prof_txt .prof_tbl tr td {
    display: table-cell;
    padding: 12px 10px 10px;
  }
  .instructor .prof_txt .prof_tbl tr td .list {
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 3px;
  }
}
/* ---------------------------------------------------------------------------
	audition	
--------------------------------------------------------------------------- */
.oud .oud_info .oud_info_pic {
  margin-top: 30px;
}

.oud_detail .oud_detail_wrap {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.oud_detail .oud_detail_wrap .item {
  width: 49%;
  margin-bottom: 15px;
}
.oud_detail .oud_detail_wrap .item .oud_tit {
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 6px;
  background: #ebebeb;
  border-radius: 15px;
  padding: 6px 0 5px;
}
.oud_detail .oud_detail_wrap .item .txt {
  font-size: 1.3rem;
}

@media only screen and (min-width: 640px) {
  .oud_detail .oud_detail_wrap {
    margin-bottom: 60px;
  }
  .oud_detail .oud_detail_wrap .item {
    width: 430px;
    margin-bottom: 40px;
  }
  .oud_detail .oud_detail_wrap .item .oud_tit {
    letter-spacing: 0.2em;
    margin-bottom: 12px;
    border-radius: 18px;
    padding: 8px 0 6px;
  }
  .oud_detail .oud_detail_wrap .item .txt {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
/* ---------------------------------------------------------------------------
	about
--------------------------------------------------------------------------- */
.about .about_info {
  position: relative;
}
.about .about_info::after {
  font-family: "Lato", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  content: "VISION";
  -ms-writing-mode: tb-rl;
  color: rgba(0, 0, 0, 0.07);
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.about .about_info .left .about_tit {
  font-weight: bold;
  font-size: 2.2rem;
}
.about .about_info .left .txt {
  line-height: 1.8;
}
.about .about_info .right {
  margin-top: 30px;
}
.about .mission {
  margin-top: 30px;
}

@media only screen and (min-width: 640px) {
  .about .about_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about .about_info::after {
    font-size: 14rem;
    top: -40px;
    line-height: 1;
  }
  .about .about_info .left {
    width: 460px;
    padding-top: 30px;
  }
  .about .about_info .left .about_tit {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .about .about_info .left .txt {
    line-height: 2;
  }
  .about .about_info .right {
    width: 450px;
    margin-top: 0;
  }
}
/*	style info : company
--------------------------------------*/
.company .comp_tbl {
  width: 100%;
}
.company .comp_tbl tr th {
  display: block;
  background: #ebebeb;
  padding: 7px 10px;
}
.company .comp_tbl tr td {
  display: block;
  padding: 7px 10px;
}
.company .comp_tbl tr td .list {
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
}

@media only screen and (min-width: 640px) {
  .company .comp_tbl {
    width: 100%;
  }
  .company .comp_tbl tr:nth-child(2n+1) {
    background: #ebebeb;
  }
  .company .comp_tbl tr th {
    display: table-cell;
    padding: 12px 10px 10px 20px;
    width: 25%;
    background: transparent;
  }
  .company .comp_tbl tr td {
    display: table-cell;
    padding: 12px 10px 10px;
  }
  .company .comp_tbl tr td .list {
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 3px;
  }
}
/*	style info : works
--------------------------------------*/
.works .works_list {
  margin-bottom: 30px;
}
.works .works_list:last-child {
  margin-bottom: 0;
}
.works .works_list .works_tit {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: inline-block;
  background: #ffea00;
  padding: 6px 36px 4px;
  border-radius: 16px;
  margin-bottom: 15px;
}
.works .works_list .item li {
  line-height: 1.3;
  margin-bottom: 6px;
}

@media only screen and (min-width: 640px) {
  .works .works_list {
    margin-bottom: 60px;
  }
  .works .works_list .works_tit {
    font-size: 1.8rem;
    padding: 8px 40px 5px;
    border-radius: 18px;
    margin-bottom: 25px;
  }
  .works .works_list .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .works .works_list .item li {
    line-height: 1.3;
    margin-bottom: 8px;
    width: 465px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.policy .policy_head {
  margin-bottom: 40px;
}
.policy .policy_head .policy_tit {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
.policy .policy_head .list {
  margin: 15px 0 5px 15px;
}
.policy .policy_head .list li {
  padding-left: 1em;
  text-indent: -1em;
}

.policy .policy_detail {
  margin-bottom: 30px;
}
.policy .policy_detail .policy_tit_left {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.policy .policy_detail .list {
  margin: 15px 0 5px 15px;
}
.policy .policy_detail .list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (min-width: 640px) {
  .policy .policy_head {
    margin-bottom: 80px;
  }
  .policy .policy_head .policy_tit {
    font-size: 2rem;
    margin-bottom: 60px;
  }
  .policy .policy_detail {
    margin-bottom: 60px;
  }
  .policy .policy_detail .policy_tit_left {
    font-size: 2rem;
  }
}
/* ---------------------------------------------------------------------------
	talent_list
--------------------------------------------------------------------------- */
.talent_cat {
  margin-bottom: 30px;
}
.talent_cat .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.talent_cat .list .item {
  width: 30%;
}
.talent_cat .list .item a {
  display: block;
  text-align: center;
  border-radius: 14px;
  padding: 6px 0 5px;
  background: #a1a1a1;
  color: #fff;
}
.talent_cat .list .item a:hover {
  background: #000;
}
.talent_cat .list .talent_activ a {
  background: #000 !important;
}
.talent_cat .list .talent_activ a:hover {
  background: #a1a1a1 !important;
}

@media only screen and (min-width: 640px) {
  .talent_cat {
    margin-bottom: 60px;
  }
  .talent_cat .list .item {
    width: 30%;
  }
  .talent_cat .list .item a {
    border-radius: 18px;
    padding: 8px 0 6px;
  }
}
.talent_list .talent_arc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.talent_list .talent_arc .item {
  width: 48%;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.talent_list .talent_arc .item .pic {
  display: block;
}
.talent_list .talent_arc .item .tr_name {
  display: block;
  padding: 10px 0 10px;
  text-align: center;
  position: relative;
  /*				&::after {
  	content: '';
  	position: absolute;
  	top: 0;
  	right: 10px;
  	bottom: 0;
  	width: 33px;
  	height: 8px;
  	margin: auto;
  	background: url(../images/common/arrow.png) no-repeat 50%;
  	background-size: cover;
  				}*/
}

@media only screen and (min-width: 640px) {
  .talent_list .talent_arc {
    justify-content: flex-start;
  }
  .talent_list .talent_arc .item {
    width: 300px;
    margin: 0 0 50px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .talent_list .talent_arc .item:nth-child(3n+1) {
    margin: 0 0 50px 0;
  }
  .talent_list .talent_arc .item .pic {
    display: block;
  }
  .talent_list .talent_arc .item .tr_name {
    display: block;
    padding: 10px 0 10px;
    text-align: center;
    position: relative;
    /*				&::after {
    	content: '';
    	position: absolute;
    	top: 0;
    	right: 10px;
    	bottom: 0;
    	width: 33px;
    	height: 8px;
    	margin: auto;
    	background: url(../images/common/arrow.png) no-repeat 50%;
    	background-size: cover;
    				}
    */
  }
}
/* ---------------------------------------------------------------------------
	talent
--------------------------------------------------------------------------- */
.talent .talent_prof {
  margin: 30px 0 30px;
}
.talent .talent_prof .right .talent_name {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.talent .talent_prof .right .talent_name .main_name {
  font-size: 2.2rem;
}
.talent .talent_prof .right .talent_name .kana {
  color: #b5b5b5;
}
.talent .talent_prof .right .talent_detail .set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3px;
}
.talent .talent_prof .right .talent_detail .set .set_tit {
  width: 20%;
}
.talent .talent_prof .right .talent_detail .set .set_txt {
  width: 78%;
}
.talent .talent_prof .left {
  text-align: center;
}
.talent .talent_prof .btn_arrow_sm {
  margin: 20px 0 20px;
}

@media only screen and (min-width: 640px) {
  .talent .talent_prof {
    margin: 65px 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .talent .talent_prof .right {
    width: 480px;
    order: 2;
  }
  .talent .talent_prof .right .talent_name {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .talent .talent_prof .right .talent_name .main_name {
    font-size: 3rem;
  }
  .talent .talent_prof .right .talent_detail .set {
    margin-bottom: 16px;
  }
  .talent .talent_prof .right .talent_detail .set .set_tit {
    width: 23%;
  }
  .talent .talent_prof .right .talent_detail .set .set_txt {
    width: 75%;
  }
  .talent .talent_prof .left {
    width: 440px;
  }
  .talent .talent_prof .btn_arrow_sm {
    margin: 50px 0 0;
  }
}
.talent .talent_work_list .talent_work {
  margin-bottom: 30px;
}
.talent .talent_work_list .talent_work .item {
  text-align: center;
  padding: 5px 0 3px;
  background: #ebebeb;
  border-radius: 15px;
  margin-bottom: 10px;
}
.talent .talent_work_list .talent_work .txt_area .txt {
  font-size: 1.4rem;
  margin-bottom: 8px;
  line-height: 1.2;
}

@media only screen and (min-width: 640px) {
  .talent .talent_work_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .talent .talent_work_list .talent_work {
    width: 48%;
    margin-bottom: 50px;
  }
  .talent .talent_work_list .talent_work .item {
    padding: 6px 0 4px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .talent .talent_work_list .talent_work .txt_area {
    padding: 0 10px;
  }
  .talent .talent_work_list .talent_work .txt_area .txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ico_list {
  display: inline-block;
  margin: 0 15px 0 0;
}
.ico_list:hover {
  opacity: inherit;
}
.ico_list img {
  width: 32px;
  height: 32px;
}

/* ---------------------------------------------------------------------------
	str
--------------------------------------------------------------------------- */
.str_tit_ctr {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}
.str_tit_ctr .jp {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .str_tit_ctr {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  .str_tit_ctr .jp {
    font-size: 1.5rem;
  }
}
.str_tit_left {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
}
.str_tit_left .jp {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

@media only screen and (min-width: 640px) {
  .str_tit_left {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  .str_tit_left .jp {
    font-size: 1.5rem;
  }
}
.str_mv {
  text-align: center;
}

.str_profwrap {
  position: relative;
  overflow: hidden;
  /* margin: 10% 0;*/
  padding: 40px 0 0;
}
.str_profwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #ffff5c;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.str_profwrap .str_inner {
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 10px 30px;
}

@media only screen and (min-width: 640px) {
  .str_profwrap {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 140px 0 0;
  }
  .str_profwrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 140%;
    height: 80%;
    margin: 0 -20% 50px;
    background: #ffff5c;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: -1;
  }
  .str_profwrap .str_inner {
    height: 100%;
  }
}
.history {
  position: relative;
  overflow: hidden;
  /*margin: 10% 0;*/
  padding: 40px 0;
  /*	&::after {
  		content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 10% -10% 0;
    background: #ffff5c;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -2;
  	}
  */
}
.history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 90%;
  margin: 3% -10% 0;
  background: #42a7eb;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.history .str_inner {
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 10px 30px;
}

@media only screen and (min-width: 640px) {
  .history {
    position: relative;
    overflow: hidden;
    margin: -50px 0 50px;
    padding: 100px 0 0;
    height: 620px;
    /*	&::after {
    		content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 120%;
      height: 100%;
      margin: 10% -10% 0;
      background: #ffff5c;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg);
      z-index: -2;
    	}
    */
  }
  .history::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 0 -10% 0;
    background: #42a7eb;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1;
  }
  .history .str_inner {
    width: 100%;
    max-width: 640px;
    height: 700px;
    margin: 0 auto;
    padding: 30px 10px 30px;
  }
}
.str_profwrap .prof .txt {
  margin-bottom: 15px;
}
.str_profwrap .sns_area {
  margin: 25px 0 15px;
}
.str_profwrap .sns_area .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.str_profwrap .sns_area .list .item {
  width: 36px;
  margin: 0 10px;
}

@media only screen and (min-width: 640px) {
  .str_profwrap .sns_area {
    margin: 50px 0 25px;
  }
  .str_profwrap .sns_area .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .str_profwrap .sns_area .list .item {
    width: 56px;
    margin: 0 20px;
  }
}
.str_profwrap .history .history_tbl {
  width: 100%;
  color: #333;
  font-size: 1.3rem;
}
.str_profwrap .history .history_tbl th {
  width: 25%;
  padding: 5px 10px 5px 0;
}
.str_profwrap .history .history_tbl td {
  width: auto;
  padding: 5px 0;
}

@media only screen and (min-width: 640px) {
  .str_profwrap .history .history_tbl {
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
  }
  .str_profwrap .history .history_tbl th {
    width: 22%;
  }
  .str_profwrap .history .history_tbl td {
    width: auto;
  }
}
.member {
  padding: 20px 0 0;
}
.member .set .item {
  width: 290px;
  margin: 0 auto 30px;
}
.member .set .item .pict {
  margin-bottom: 10px;
}
.member .set .item .txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.member .set .item .bth {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.member .set .item .bth .bth_tit {
  color: #808080;
}
.member .set .item .member_sns {
  display: flex;
  flex-wrap: wrap;
}
.member .set .item .member_sns .ico:first-child {
  margin-right: 10px;
}

@media only screen and (min-width: 640px) {
  .member .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .member .set .item {
    width: 290px;
    margin: 0;
  }
  .member .set .item .pict {
    margin-bottom: 20px;
  }
  .member .set .item .txt {
    margin-bottom: 15px;
  }
  .member .set .item .bth {
    margin-bottom: 15px;
  }
}
#str .mv {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}
#str .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #42a7eb;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
#str .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #ffff5c;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
#str .mv_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
  padding: 20px 10px 100px;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  #str .mv {
    position: relative;
    overflow: hidden;
    padding: 160px 0 60px;
  }
  #str .mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 75%;
    margin: 3% -10% 0;
    background: #42a7eb;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -1;
  }
  #str .mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    background: #ffff5c;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    z-index: -2;
  }
  #str .mv_inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 100%;
    padding: 20px 10px 100px;
    color: #fff;
    text-align: center;
  }
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dg .set {
  display: flex;
  flex-wrap: wrap;
}
.dg .set .item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.dg .set .item .pict {
  margin-bottom: 10px;
}
.dg .set .item .dg_tit {
  font-weight: bold;
}
.dg .set .item .dg_tbl {
  width: 100%;
  font-size: 1.3rem;
}
.dg .set .item .dg_tbl th {
  width: 30%;
}
.dg .set .item .dg_tbl td {
  width: auto;
}
.dg .set .item .load {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
.dg .set .item .load .lead_item {
  width: 57%;
}
.dg .set .item .load .lead_item + .lead_item {
  width: 40%;
  margin-left: 2.5%;
}

@media only screen and (min-width: 640px) {
  .dg .set .item {
    width: 288px;
    padding: 0;
    margin-left: 48px;
    margin-bottom: 40px;
  }
  .dg .set .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .dg .set .item .pict {
    margin-bottom: 20px;
  }
  .dg .set .item .dg_tbl {
    width: 100%;
    font-size: 1.4rem;
  }
  .dg .set .item .dg_tbl th {
    width: 30%;
  }
  .dg .set .item .dg_tbl td {
    width: auto;
  }
  .dg .set .item .load .lead_item {
    width: 139px;
  }
  .dg .set .item .load .lead_item + .lead_item {
    width: 84px;
  }
}
.live {
  background: #ffff5c;
}
.live .set .item {
  width: 100%;
  padding: 15px 15px;
  background: #fff;
  margin-bottom: 20px;
}
.live .set .item .pict {
  text-align: center;
  margin-bottom: 10px;
}
.live .set .item .live_day {
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.live .set .item .live_tit {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.live .set .item .live_btn a {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 6px 0 4px;
}

@media only screen and (min-width: 640px) {
  .live .set {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .live .set .item {
    width: 430px;
    padding: 30px 20px;
    background: #fff;
    margin-bottom: 40px;
  }
  .live .set .item .pict {
    text-align: center;
    margin-bottom: 20px;
  }
  .live .set .item .live_day {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .live .set .item .live_tit {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .live .set .item .live_btn a {
    width: 200px;
    border-radius: 17px;
    padding: 6px 0 4px;
  }
}
.calendar .cdar {
  margin: 2.0833% auto;
  max-width: 800px;
  min-width: 300px;
}
.calendar .cdar .gcal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.calendar .cdar .gcal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*  contact.scss */
/* ---------------------------------------------------------------------------
	contact
--------------------------------------------------------------------------- */
.contact .contact_txtarea {
  text-align: center;
  margin-bottom: 30px;
}
.contact .contact_txtarea .contact_txt {
  line-height: 1.8;
  margin-bottom: 10px;
}
.contact .contact_txtarea .contact_tel {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (min-width: 640px) {
  .contact .contact_txtarea {
    margin-bottom: 60px;
  }
  .contact .contact_txtarea .contact_txt {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .contact .contact_txtarea .contact_tel {
    font-size: 4rem;
  }
}
.contact .cons_form_wrap .contact_tbl th {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.contact .cons_form_wrap .contact_tbl th .req {
  display: inline-block;
  background: #D60003;
  padding: 2px 15px 2px;
  margin-left: 5px;
  color: #fff;
  font-size: 1.3rem;
}
.contact .cons_form_wrap .contact_tbl td {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.contact .cons_form_wrap .contact_tbl tr {
  border-bottom: 1px solid #ccc;
}
.contact .cons_form_wrap .contact_tbl tr:first-child {
  border-top: 1px solid #ccc;
}
.contact .cons_form_wrap .cons_form_txt {
  text-align: center;
  margin: 30px 0;
}
.contact .cons_form_wrap .cons_form_txt a {
  border-bottom: 1px solid #000;
}
.contact .cons_form_wrap .cons_form_txt a:hover {
  color: #A6A6A6;
  border-bottom: 1px solid #A6A6A6;
}

@media only screen and (min-width: 640px) {
  .contact .cons_form_wrap .contact_tbl th {
    display: table-cell;
    width: 30%;
    padding: 17px 30px;
  }
  .contact .cons_form_wrap .contact_tbl td {
    display: table-cell;
    width: 70%;
    padding: 17px 30px;
  }
  .contact .cons_form_wrap .cons_form_txt {
    margin: 60px 0 30px;
  }
}
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text], input[type=email] {
  width: 100%;
  height: 35px;
  background: #fff;
  border: 1px solid #4d4d4d;
  padding: 5px 10px 5px 15px;
  font-size: 14px;
}

textarea {
  width: 100%;
  height: 15em;
  background: #fff;
  border: 1px solid #4d4d4d;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
}

.mwform-radio-field input {
  margin-bottom: 7px;
}

input[type=submit] {
  display: block;
  width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #4d4d4d;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
}

input[type=submit].apbtn_right {
  display: block;
  width: 270px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  background: #4d4d4d;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  input[type=submit].apbtn_right {
    font-size: 19px;
  }
  input[type=submit] {
    font-size: 19px;
  }
}
input[type=submit]:hover {
  background: #666;
}

.form_policy {
  text-align: center;
  margin: 15px 0;
}

/*	style info : check_field
--------------------------------------*/
@media only screen and (min-width: 768px) {
  .check_field .horizontal-item {
    display: inline-block;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}
/* 送信 */
/*.form_btn {
	width: 80%;
	max-width: 300px;
	margin: 0 auto 30px;
}


.form_btn input[type=button], .form_btn input[type=submit] {
	width: 80%;
	max-width: 300px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 15px 0;
	background: #000;
	font-size: 1.4rem;
	color: #fff;
}
@media only screen and (min-width: 768px) {
.form_btn input[type=button], .form_btn input[type=submit] {
}
}
*/
/* ---------------------------------------------------------------------------
	thsanks	
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
	contact thanks
--------------------------------------------------------------------------- */
/*<div class="mv">
  <ul class="slider">
    <li><img src="images/home/slide02.png" alt=""></li>
    <li><img src="images/home/slide03.png" alt=""></li>
		<li><img src="images/home/slide01.png" alt=""></li>
  </ul>
</div>

<script type="text/javascript">
$(function() {
	slickSlider()
})
function slickSlider() {
	$('.slider').slick({
		autoplay:true,
		autoplaySpeed:5000,
		//arrows: true,
		autoplay: true,
		//variableWidth: true,
		//centerMode: true,
		//centerPadding: "0",

	});
};

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: auto;
  /*height: 100%;*/
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*---------------------------------------------
	 slick
  ---------------------------------------------*/
.slider img {
  width: auto;
  height: auto;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -12px;
  text-indent: -9999px;
  overflow: inherit;
}

.slick-prev {
  left: 50%;
  margin-left: -480px;
}

.slick-next {
  right: 50%;
  margin-right: -480px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: -8px;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.slick-prev:before {
  background-image: url(../image/home/pre.png);
}

.slick-next:before {
  background-image: url(../image/home/next.png);
}

/*.slick-prev:before {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 50%;
	background-image: url(../image/home/pre.png);
	background-position: 0 0;
	background-size: 60px 60px;
}
.slick-next:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	top: 50%;
	background-image: url(../image/home/next.png);
	background-position: 0 0;
	background-size: 60px 60px;
}
*/
/* slick theme css */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
*/ /* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*---------------------------------------------
	 single_topics
  ---------------------------------------------*/
#single_topics .topics_up {
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  #single_topics .topics_up {
    margin-bottom: 60px;
    display: flex;
    gap: 50px;
  }
}
#single_topics .topics_up .topics_pict {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  #single_topics .topics_up .topics_pict {
    width: 350px;
  }
}
@media only screen and (min-width: 640px) {
  #single_topics .topics_up .topics_up_detail {
    width: calc(100% - 400px);
  }
}
#single_topics .topics_up .topics_up_detail .topics_tit {
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  #single_topics .topics_up .topics_up_detail .topics_tit {
    margin-top: 0;
  }
}
#single_topics .topics_up .topics_up_detail .topics_tit .actor {
  display: block;
  margin-bottom: 2px;
  font-size: 1.8rem;
}
#single_topics .topics_up .topics_up_detail .topics_tit .stage {
  display: block;
  font-size: 1.8rem;
}

/*	style info : topics
--------------------------------------*/
.topics {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 640px) {
  .topics_archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
  }
}
.topics_archive .topics_detail {
  width: 90%;
  padding: 15px;
  margin: 0 auto 30px;
  display: flex;
  gap: 20px;
  border: 1px solid #000;
}
@media only screen and (min-width: 640px) {
  .topics_archive .topics_detail {
    margin: 0;
    padding: 15px 20px;
    width: calc((100% - 50px) / 2);
    display: flex;
    align-items: stretch;
  }
}
.topics_archive .topics_pict {
  text-align: center;
  width: 150px;
}
@media only screen and (min-width: 640px) {
  .topics_archive .topics_pict {
    width: 150px;
  }
}
.topics_archive .topics_content {
  width: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}
@media only screen and (min-width: 640px) {
  .topics_archive .topics_content {
    width: calc(100% - 170px);
    min-height: 200px;
  }
}
.topics_archive .topics_content .topics_tit {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  .topics_archive .topics_content .topics_tit {
    flex-shrink: 0;
  }
}
.topics_archive .topics_content .topics_tit .actor {
  display: block;
  margin-bottom: 2px;
  font-size: 1.8rem;
}
.topics_archive .topics_content .topics_tit .stage {
  display: block;
}
.topics_archive .btn_arrow {
  width: 100%;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/*# sourceMappingURL=common.css.map */
