@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

form#mailformpro {
  padding: 10px 0px;
}

form#mailformpro dl dt {
  float: left;
  width: 160px;
  clear: both;
  font-size: 12px;
  padding: 10px 0px;
  text-align: right;
  border-top: solid 1px #CCC;
  margin: 0px;
}

form#mailformpro dl dd {
  border-top: solid 1px #CCC;
  margin: 0px;
  padding: 10px 5px 20px 170px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

form#mailformpro dl dd ul, form#mailformpro dl dd ol {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
}

.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
}

form#mailformpro label {
  /*
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
	*/
}

form#mailformpro label.mfp_checked {
  /*
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
	*/
}

form#mailformpro label.mfp_not_checked {
  /*
	padding: 3px;
	border: solid 1px #EEE;
	*/
}

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

table#mfp_confirm_table tr.mfp_colored {
  background-color: #F6F7F9;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 1.4rem;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_loading.gif);
}

.mfp_colored {
  background-color: #F6F7F9;
}

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 0;
  color: #F00;
  font-size: 1.2rem;
  line-height: normal;
  /*
	background-image: url(../../../../../../form/mfp.statics/_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	*/
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next, button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  box-shadow: 0px 1px 6px #000;
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  box-shadow: 0px 1px 6px #CCC;
}

div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

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

table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

.mfp_element_all {
  /*max-width: 90%;*/
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
}

.mfp_element_checkbox,
.mfp_element_radio {
  vertical-align: middle;
  margin: 0px 2px;
}

.mfp_element_file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  border-radius: 5px;
  padding: 5px 10px;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

.mfp_element_reset {
  color: #333;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
  background: -moz-linear-gradient(top, #FFF, #CCC);
  background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
  box-shadow: 0px 2px 15px #CCC;
}

button.mfp_next, button.mfp_prev {
  font-size: 14px;
}

input#mfp_reserve_item, input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}

div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}

td.mfp_reserve_disabled {
  background-color: #CCC;
}

td.mfp_reserve_warning {
  background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  text-align: center;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}

td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}

td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(../../../../../../form/mfp.statics/_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(../../../../../../form/mfp.statics/_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -moz-linear-gradient(top, #EEE, #CCC);
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(../../../../../../form/mfp.statics/_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(../../../../../../form/mfp.statics/_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(../../../../../../form/mfp.statics/_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(../../../../../../form/mfp.statics/_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

span.mfp_tips {
  background-image: url(../../../../../../form/mfp.statics/_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  form#mailformpro dl dt {
    float: none;
    width: auto;
    font-size: 12px;
    padding: 5px;
    text-align: left;
  }
  form#mailformpro dl dd {
    clear: both;
    border-top: none;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5em;
  }
  div.mfp_buttons button {
    font-size: 14px;
  }
  div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }
  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }
  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input, textarea, select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href], label[for], button, input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

input[type="text"], input[type="tel"], input[type="email"] {
  outline: none;
  width: 100%;
  height: 40px;
  background: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px;
}

select {
  outline: none;
  background: transparent;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
  width: 100%;
  height: 100px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
}

.form button, .form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-shadow: none;
}

.form button:hover, .form input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

label {
  cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
  display: none;
}

input[type="radio"]:checked + span:after, input[type="radio"]:checked + input + span:after, input[type="checkbox"]:checked + span:after, input[type="checkbox"]:checked + input + span:after {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

label span {
  position: relative;
  padding: 0 0 0 22px;
}

label span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ccc;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: auto 0;
}

label span:after {
  content: '';
  opacity: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

label input[type="radio"] + span:before, label input[type="radio"] + input + span:before, label input[type="radio"] + span:after, label input[type="radio"] + input + span:after {
  border-radius: 50%;
}

label input[type="radio"] + span:after, label input[type="radio"] + input + span:after {
  left: 4px;
  width: 8px;
  height: 8px;
  background: #ccc;
}

label input[type="checkbox"] + span:after, label input[type="checkbox"] + input + span:after {
  top: 0;
  bottom: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  background: none;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media only screen and (max-width: 767px) {
  .custombtn label span {
    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: 40px;
    padding: 0;
  }
  .custombtn label span:before, .custombtn label span:after {
    z-index: -1;
  }
  .custombtn label span:after {
    display: none;
  }
  .custombtn label input[type="radio"] + span:before, .custombtn label input[type="radio"] + input + span:before, .custombtn label input[type="radio"] + span:after, .custombtn label input[type="radio"] + input + span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .custombtn label input[type="checkbox"] + span:before, .custombtn label input[type="checkbox"] + input + span:before, .custombtn label input[type="checkbox"] + span:after, .custombtn label input[type="checkbox"] + input + span:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    border-radius: 5px;
  }
  .custombtn label input[type="checkbox"] + span:after, .custombtn label input[type="checkbox"] + input + span:after {
    border: none;
    background: #ccc;
    -webkit-transform: none;
    transform: none;
  }
  label input[type="radio"]:checked + span:before, label input[type="radio"]:checked + input + span:before, .custombtn label input[type="checkbox"]:checked + span:before, .custombtn label input[type="checkbox"]:checked + input + span:before {
    background-color: #ccc;
  }
}

/*!
 * 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;
}

@-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;
}

@-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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.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;
}

@-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;
}

@-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;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1024px;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 1.7rem;
  line-height: 1;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-weight: normal;
  }
  body a {
    word-break: break-all;
  }
}

/*-------------------------
  innerWrap/w1000
-------------------------*/
.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  container
-------------------------*/
#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.ro:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

#container.fixed {
  position: fixed;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sec_ttl {
  text-align: center;
}

.sec_ttl span {
  display: block;
}

.sec_ttl .en {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 767px) {
  .sec_ttl .en {
    max-width: none !important;
    width: auto;
  }
}

.sec_ttl .en img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .sec_ttl .en img {
    width: auto;
    height: 52px;
  }
}

.sec_ttl .jp {
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .sec_ttl .jp {
    font-size: 1.3rem;
  }
}

.sec_ttl__simple {
  font-size: 3.0rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .sec_ttl__simple {
    font-size: 2.1rem;
  }
}

.sec_ttl__simple span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 10px 5px 10px;
}

.sec_ttl__simple span:before {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #e5e5e5;
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 100px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.btn01:hover {
  background-color: #000;
}

.btn01:hover a, .btn01:hover input, .btn01:hover button {
  max-width: none;
  width: 100%;
  color: #fff;
}

.btn01 a, .btn01 input {
  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: 45px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

@media only screen and (max-width: 767px) {
  .btn01 a, .btn01 input {
    height: 35px;
    font-size: 1.2rem;
  }
}

.btn02 {
  background: #000;
  border-radius: 100px;
}

.btn02 .btn_inner {
  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;
  height: 45px;
  position: relative;
}

.btn02 .btn_inner:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.btn02 .btn_inner:hover:before {
  opacity: .2;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .btn02 .btn_inner {
    height: 40px;
  }
}

.viewmore img {
  max-width: 60px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .viewmore img {
    max-width: 63px;
  }
}

.btn03 {
  position: relative;
  min-height: 90px;
}

@media only screen and (max-width: 767px) {
  .btn03 {
    min-height: inherit;
  }
}

.btn03 .btn_inner {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 3px 3px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px 70px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media only screen and (max-width: 767px) {
  .btn03 .btn_inner {
    min-height: 85px;
    -webkit-box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 0px 2px rgba(0, 0, 0, 0.15);
    font-size: 1.7rem;
    padding: 17px 50px;
  }
}

.btn03 .btn_inner:before {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 35px;
  width: 7px;
  background: #f0f;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#1fbbfe), to(#00ff7f));
  background: linear-gradient(0, #1fbbfe, #00ff7f);
}

@media only screen and (max-width: 767px) {
  .btn03 .btn_inner:before {
    left: 20px;
    width: 10px;
  }
}

.btn03 .btn_inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 23px;
  background: url(../img/arrow02.png) no-repeat right center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .btn03 .btn_inner:after {
    width: 25px;
  }
}

.btn03:hover .btn_inner {
  top: 3px;
  left: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .btn03:hover .btn_inner {
    top: 2px;
    left: 2px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #000;
  color: #fff;
  padding: 20px 0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #header {
    min-width: 320px;
    padding: 15px 0 27px;
  }
}

#header .logo {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #header .logo {
    font-size: 1.3rem;
  }
}

#header .logo a {
  position: relative;
  display: inline-block;
  width: 255px;
  padding-bottom: 18px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #header .logo a {
    width: auto;
    padding-bottom: 10px;
  }
}

#header .logo img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 25px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #header .logo img {
    max-width: 289px;
    width: 38.5%;
    padding: 0;
  }
}

#header .logo span {
  overflow: hidden;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #header .logo span {
    bottom: -11px;
  }
}

@media only screen and (max-width: 767px) {
  #header.h_mini {
    padding-bottom: 15px;
  }
}

#header.h_mini .logo a {
  padding-bottom: 0;
}

#header.h_mini .logo span {
  opacity: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: fixed;
  top: 33px;
  right: 49px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .menuBtn {
    top: 20px;
    right: 8px;
  }
}

.menuBtn.h_mini {
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .menuBtn.h_mini {
    top: 8px;
  }
}

/*-------------------------
  closeBtn
-------------------------*/
.closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}

@media only screen and (max-width: 767px) {
  .closeBtn {
    top: 5px;
    right: 5px;
  }
}

.closeBtn button {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 12px 10px;
}

.closeBtn .closeBtn_bar {
  position: relative;
  width: 25px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  .closeBtn .closeBtn_bar {
    width: 20px;
    height: 20px;
  }
}

.closeBtn .closeBtn_bar:before, .closeBtn .closeBtn_bar:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fff;
}

.closeBtn .closeBtn_bar:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeBtn .closeBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  padding: 12px 10px;
}

#spMenuBtn .spMenuBtn_bar, #spMenuBtn .spMenuBtn_txt {
  width: 40px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 25px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  #spMenuBtn .spMenuBtn_bar {
    width: 20px;
    height: 17px;
  }
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  /*template*/
  top: 110px;
  z-index: 10001;
  width: 500px;
  width: 50%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  background-color: #000;
  color: #fff;
  padding: 20px 70px 20px;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  #spMenu {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #spMenu {
    top: 80.13px;
    width: 100%;
    padding: 20px 30px 20px;
  }
}

#spMenu .inner {
  overflow: hidden;
}

#spMenu .title {
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  #spMenu .title {
    padding: 0 0 17px;
    margin: 47px 0 0;
    margin: 0 0 20px;
  }
}

#spMenu .title img {
  max-width: 167px;
  max-width: 88px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #spMenu .title img {
    max-width: 83px;
  }
}

#spMenu .mainMenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 110px 0;
}

#spMenu .mainMenu::-webkit-scrollbar {
  display: none;
}

#spMenu .mainMenu > ul > li > a {
  position: relative;
  display: block;
  padding: 20px 0;
}

#spMenu .mainMenu > ul > li > a.parent:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 5px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#spMenu .mainMenu > ul > li > a.parent.open:before {
  top: 46%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenu .mainMenu > ul > li > a img {
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #spMenu .mainMenu > ul > li > a img {
    max-width: 120px;
  }
}

#spMenu .mainMenu > ul > li > a small {
  display: block;
  color: #a9a9a9;
  font-size: 1.3rem;
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  #spMenu .mainMenu > ul > li > a small {
    font-size: 1.1rem;
  }
}

#spMenu .mainMenu > ul .menu {
  display: none;
  font-size: 1.5rem;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  #spMenu .mainMenu > ul .menu {
    padding: 10px 0 15px;
  }
}

#spMenu .mainMenu > ul .menu .first, #spMenu .mainMenu > ul .menu li {
  border-bottom: 1px solid #686868;
}

#spMenu .mainMenu > ul .menu .first:last-child, #spMenu .mainMenu > ul .menu li:last-child {
  border-bottom: none;
}

#spMenu .mainMenu > ul .menu .first a, #spMenu .mainMenu > ul .menu li a {
  position: relative;
  display: block;
  padding: 15px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#spMenu .mainMenu > ul .menu .first a:hover, #spMenu .mainMenu > ul .menu li a:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#spMenu .mainMenu > ul .menu .first a:before, #spMenu .mainMenu > ul .menu li a:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu .mainMenu > ul .menu .first a {
  padding: 20px 15px;
}

#spMenu .mainMenu .menu_area .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#spMenu .mainMenu .menu_area .menu ul:before {
  content: '';
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 30%;
}

#spMenu .mainMenu .menu_area .menu li {
  width: 47%;
  width: 30%;
}

@media only screen and (max-width: 1024px) {
  #spMenu .mainMenu .menu_area .menu li {
    width: 47%;
  }
}

@media only screen and (min-width: 1025px) {
  #spMenu .mainMenu .menu_area .menu li:nth-child(3n+1):nth-last-child(-n+3),
  #spMenu .mainMenu .menu_area .menu li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
}

@media only screen and (max-width: 1024px) {
  #spMenu .mainMenu .menu_area .menu li:nth-child(2n+1):nth-last-child(-n+2),
  #spMenu .mainMenu .menu_area .menu li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
}

#spMenu .mainMenu .menu_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 0;
}

#spMenu .mainMenu .menu_sns a {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#spMenu .mainMenu .menu_sns a:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#spMenu .mainMenu .menu_sns p {
  font-size: 3.0rem;
  margin-left: 20px;
}

#spMenu.h_mini {
  top: 92px;
}

@media only screen and (max-width: 767px) {
  #spMenu.h_mini {
    top: 58.13px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■SEARCH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.searchBtn {
  position: fixed;
  top: 33px;
  left: 42px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .searchBtn {
    top: 20px;
    left: 9px;
  }
}

.searchBtn.h_mini {
  top: 23px;
}

@media only screen and (max-width: 767px) {
  .searchBtn.h_mini {
    top: 8px;
  }
}

/*-------------------------
  searchBtn
-------------------------*/
#searchBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  position: relative;
  padding: 12px 10px;
  /*
	&:before{
		content: '';
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition: all 0.2s;
		transform-origin: 50% 50%;
		transform: rotate(45deg);
		margin: auto;
	}
	&:after{
		content: '';
		opacity: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition: all 0.2s;
		transform-origin: 50% 50%;
		transform: rotate(-45deg);
		margin: auto;
	}
	*/
}

#searchBtn .spMenuBtn_bar, #searchBtn .spMenuBtn_txt {
  width: 40px;
}

#searchBtn .spMenuBtn_bar {
  position: relative;
  height: 22px;
}

#searchBtn .spMenuBtn_bar:before, #searchBtn .spMenuBtn_bar:after {
  content: '';
}

#searchBtn .spMenuBtn_bar span, #searchBtn .spMenuBtn_bar:before, #searchBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#searchBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#searchBtn .spMenuBtn_bar:before {
  top: 0;
}

#searchBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#searchBtn .spMenuBtn_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#searchBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#searchBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#searchBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#searchBtn .spMenuBtn_bar {
  opacity: 0;
  width: 25px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  #searchBtn .spMenuBtn_bar {
    width: 20px;
    height: 17px;
  }
}

#searchBtn .spMenuBtn_bar span, #searchBtn .spMenuBtn_bar:before, #searchBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

#searchBtn.open .spMenuBtn_bar {
  opacity: 1;
  display: block;
}

#searchBtn.open img {
  opacity: 0;
}

#searchBtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: auto;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  #searchBtn img {
    width: 19px;
  }
}

/*-------------------------
  searchMenu
-------------------------*/
#searchMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  /*template*/
  top: 110px;
  left: 0;
  right: 0;
  width: 500px;
  width: 50%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /* 右からイン */
  background-color: #fff;
  padding: 20px 70px 30px;
  padding: 0;
}

#searchMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#searchMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  #searchMenu {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  #searchMenu {
    top: 80.13px;
    width: 100%;
    padding: 20px 30px;
    padding: 0;
  }
}

#searchMenu .inner {
  overflow: hidden;
  position: static;
  /*
		-ms-overflow-style: none;
		scrollbar-width: none;
		&::-webkit-scrollbar {
			display: none;
		}
		*/
}

#searchMenu form {
  /*
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		position: relative;
		box-sizing: border-box;
		padding: 0 0 60px 0;
		&::-webkit-scrollbar {
			display: none;
		}
		*/
}

#searchMenu .form_inner {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#searchMenu .form_inner::-webkit-scrollbar {
  display: none;
}

#searchMenu #src_keyword {
  background: #e5e5e5;
  padding: 50px 70px;
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  #searchMenu #src_keyword {
    padding: 30px 30px;
  }
}

#searchMenu .src_keyword_inner {
  position: relative;
}

#searchMenu #src_keyword__text {
  position: relative;
  width: 100%;
  height: 40px;
  border: 2px solid #000;
  border-radius: 0;
  color: #000;
  font-size: 1.5rem;
  padding: 25px 10px;
  -webkit-appearance: none;
}

#searchMenu #src_keyword__text:placeholder-shown {
  color: #e6e6e6;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#searchMenu #src_keyword__text::-webkit-input-placeholder {
  color: #e6e6e6;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#searchMenu #src_keyword__text:-moz-placeholder {
  opacity: 1;
  color: #e6e6e6;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#searchMenu #src_keyword__text::-moz-placeholder {
  opacity: 1;
  color: #e6e6e6;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#searchMenu #src_keyword__text:-ms-input-placeholder {
  color: #e6e6e6;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#searchMenu #src_keyword__text:focus {
  outline: 0;
}

#searchMenu #src_keyword__text::-ms-clear {
  display: none;
}

#searchMenu #src_keyword__text[type="search"]::-webkit-search-cancel-button, #searchMenu #src_keyword__text[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#searchMenu #src_keyword__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 19px;
  height: 20px;
  background: url(../img/btn_search_b.png) no-repeat center center;
  background-size: cover;
  font-size: 0;
  line-height: 0;
  margin: auto 0;
}

#searchMenu .blk_checkbox {
  padding: 0 70px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  #searchMenu .blk_checkbox {
    padding: 0 30px;
  }
}

#searchMenu .blk_checkbox__title {
  text-align: center;
  border-bottom: 2px solid #000;
  padding: 0 0 10px;
  margin: 0 0 25px;
}

#searchMenu .blk_checkbox__title img {
  width: auto;
  height: 40.5px;
}

@media only screen and (max-width: 767px) {
  #searchMenu .blk_checkbox__title img {
    height: 18.5px;
  }
}

#searchMenu .blk_checkbox__checklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#searchMenu .blk_checkbox__checklist ul:before, #searchMenu .blk_checkbox__checklist ul:after {
  content: '';
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 23%;
}

@media only screen and (max-width: 1024px) {
  #searchMenu .blk_checkbox__checklist ul:before, #searchMenu .blk_checkbox__checklist ul:after {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  #searchMenu .blk_checkbox__checklist ul:before, #searchMenu .blk_checkbox__checklist ul:after {
    width: 47%;
  }
}

#searchMenu .blk_checkbox__checklist p {
  display: inline-block;
  margin: 0 0 25px;
}

#searchMenu .blk_checkbox__checklist li {
  width: 47%;
  margin: 0 0 25px;
  width: 23%;
}

@media only screen and (max-width: 1024px) {
  #searchMenu .blk_checkbox__checklist li {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  #searchMenu .blk_checkbox__checklist li {
    width: 47%;
  }
}

#searchMenu .blk_checkbox__checklist label span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.33333;
  padding-left: 28px;
}

@media only screen and (max-width: 767px) {
  #searchMenu .blk_checkbox__checklist label span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

#searchMenu .blk_checkbox__checklist label span:before {
  border-color: #00ff7f;
  border-width: 2px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #searchMenu .blk_checkbox__checklist label span:before {
    width: 20px;
    height: 20px;
  }
}

#searchMenu .blk_checkbox__checklist label input[type="checkbox"] + span:after,
#searchMenu .blk_checkbox__checklist label input[type="checkbox"] + input + span:after {
  border-color: #00ff7f;
  border-color: #000;
  top: 2px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #searchMenu .blk_checkbox__checklist label input[type="checkbox"] + span:after,
  #searchMenu .blk_checkbox__checklist label input[type="checkbox"] + input + span:after {
    bottom: 3px;
    left: 6px;
    width: 8px;
    height: 12px;
  }
}

@media only screen and (max-width: 767px) {
  #searchMenu #src_area .blk_checkbox__checklist ul:before, #searchMenu #src_area .blk_checkbox__checklist ul:after {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  #searchMenu #src_area .blk_checkbox__checklist li {
    width: 30%;
  }
}

#searchMenu #src_theme .blk_checkbox__checklist ul:before, #searchMenu #src_theme .blk_checkbox__checklist ul:after {
  width: 47%;
}

#searchMenu #src_theme .blk_checkbox__checklist li {
  width: 47%;
}

#searchMenu #src_btn {
  position: relative;
  padding: 30px 30px 30px;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  #searchMenu #src_btn {
    padding: 20px 30px;
  }
}

#searchMenu #src_btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: -1;
  background: #e5e5e5;
}

#searchMenu #src_btn:after {
  content: '';
  position: absolute;
  top: -100px;
  right: 18px;
  width: 16px;
  height: 16px;
  border-left: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

#searchMenu #src_btn input {
  overflow: hidden;
  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;
  max-width: 360px;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  -webkit-appearance: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

@media only screen and (max-width: 767px) {
  #searchMenu #src_btn input {
    width: 65%;
    height: 35px;
    font-size: 1.2rem;
  }
}

#searchMenu #src_btn input:hover {
  background-color: #000;
  color: #fff;
}

#searchMenu #src_btn.hide:after {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

#searchMenu.h_mini {
  top: 92px;
}

@media only screen and (max-width: 767px) {
  #searchMenu.h_mini {
    top: 58.13px;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-50px, 50px);
    transform: rotate(-45deg) translate(-50px, 50px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-50px, 50px);
    transform: rotate(-45deg) translate(-50px, 50px);
    opacity: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■RECOMMEND
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_recommend {
  background: #e5e5e5;
  padding: 57px 0 20px;
  margin: 0 0 55px;
}

@media only screen and (max-width: 767px) {
  #sec_recommend {
    padding: 40px 20px 20px;
    margin-bottom: 40px;
  }
}

#sec_recommend .sec_ttl {
  margin: 0 0 33px;
}

@media only screen and (max-width: 767px) {
  #sec_recommend .sec_ttl {
    margin-bottom: 30px;
  }
}

#sec_recommend .sec_ttl .en {
  max-width: 208px;
}

@media only screen and (min-width: 768px) {
  #sec_recommend .plan_slide .swiper-slide-duplicate {
    display: none;
  }
}

#sec_recommend .plan_slide .swiper-button-next,
#sec_recommend .plan_slide .swiper-button-prev {
  display: none;
}

#sec_recommend .plan_slide .swiper-container-horizontal > .swiper-pagination-bullets,
#sec_recommend .plan_slide .swiper-pagination-custom,
#sec_recommend .plan_slide .swiper-pagination-fraction {
  display: block;
}

@media only screen and (min-width: 768px) {
  #sec_recommend .plan_slide .swiper-container-horizontal > .swiper-pagination-bullets,
  #sec_recommend .plan_slide .swiper-pagination-custom,
  #sec_recommend .plan_slide .swiper-pagination-fraction {
    display: none;
  }
}

#sec_recommend .plan_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
}

#sec_recommend .plan_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #a7a7a7;
}

#sec_recommend .swiper-container-horizontal .plan_card {
  width: 100%;
}

#sec_recommend .plan_card {
  width: 21.875%;
}

@media only screen and (max-width: 767px) {
  #sec_recommend .plan_card {
    width: 46.42857%;
  }
}

#sec_recommend .plan_card .plan_card__area {
  font-weight: 500;
}

#sec_recommend .plan_card .plan_card__text {
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■PICK UP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_pickup {
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #sec_pickup {
    margin-bottom: 10px;
  }
}

#sec_pickup .sec_ttl {
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_pickup .sec_ttl {
    margin-bottom: 30px;
  }
}

#sec_pickup .sec_ttl .en {
  max-width: 126px;
}

#sec_pickup .plan_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_pickup .plan_slide {
    padding: 0 20px;
  }
}

#sec_pickup .plan_card {
  width: 21.875%;
}

@media only screen and (max-width: 767px) {
  #sec_pickup .plan_card {
    width: 46.42857%;
    margin: 0 0 20px;
  }
}

#sec_pickup .plan_card .plan_card__area {
  font-weight: 500;
}

#sec_pickup .plan_card .plan_card__text {
  font-size: 1.4rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WANT TO GO
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_wanttogo {
  padding: 0 40px;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #sec_wanttogo {
    padding: 0 20px;
  }
}

#sec_wanttogo .innerWrap {
  border-top: 1px solid #e5e5e5;
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  #sec_wanttogo .innerWrap {
    padding-top: 30px;
  }
}

#sec_wanttogo .sec_ttl {
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #sec_wanttogo .sec_ttl {
    margin-bottom: 20px;
  }
}

#sec_wanttogo .sec_ttl .en {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  #sec_wanttogo .sec_ttl .en img {
    height: 48.5px;
  }
}

#sec_wanttogo .wanttogo__bnr ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -35px;
}

#sec_wanttogo .wanttogo__bnr li {
  max-width: 280px;
  width: 21.8%;
  margin: 0 15px 35px;
}

@media only screen and (max-width: 767px) {
  #sec_wanttogo .wanttogo__bnr li {
    max-width: none;
    width: 100%;
    margin: 0 0 25px;
  }
}

#sec_wanttogo .wanttogo__bnr li a {
  display: block;
  position: relative;
}

#sec_wanttogo .wanttogo__bnr li a:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#sec_wanttogo .wanttogo__bnr li a:hover:before {
  opacity: .2;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#sec_wanttogo .wanttogo__bnr li img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ABOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_about {
  position: relative;
  background: #00ff7f;
  padding: 40px 150px;
}

@media only screen and (max-width: 767px) {
  #sec_about {
    padding: 0;
  }
}

#sec_about:before {
  content: '';
  opacity: .4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg01.png) repeat center top;
}

#sec_about .innerWrap {
  max-width: 1000px;
  background: url(../img/about_bg.png) no-repeat center 30px;
  background-size: 79.3% auto;
  text-align: center;
  padding: 19px 0 10px;
}

@media only screen and (max-width: 767px) {
  #sec_about .innerWrap {
    background-position: center bottom;
    background-size: 155% auto;
    padding: 18px 0 20px;
  }
}

#sec_about .innerWrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #sec_about .innerWrap:before {
    display: none;
  }
}

#sec_about .innerWrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #sec_about .innerWrap:after {
    display: none;
  }
}

#sec_about .sec_ttl {
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  #sec_about .sec_ttl {
    margin-bottom: 12px;
  }
}

#sec_about .sec_ttl .en {
  max-width: 108px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #sec_about .sec_ttl .en img {
    height: 36px;
  }
}

#sec_about .about__copy {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  #sec_about .about__copy {
    font-size: 1.4rem;
    line-height: 1.92857;
  }
}

@media only screen and (max-width: 375px) {
  #sec_about .about__copy {
    font-size: 3.73333vw;
  }
}

#sec_about .about__copy span {
  background: #fff;
  padding: 2px 25px;
}

@media only screen and (max-width: 767px) {
  #sec_about .about__copy span {
    padding: 0 10px;
  }
}

#sec_about .btn02 {
  max-width: 218px;
  margin: 12px auto 0;
}

@media only screen and (max-width: 767px) {
  #sec_about .btn02 {
    max-width: 360px;
    width: 48%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-webkit-keyframes bound {
  0% {
    margin-top: -7px;
  }
  40% {
    margin-top: -10px;
  }
  60% {
    margin-top: 0px;
  }
  100% {
    margin-top: -7px;
  }
}

@keyframes bound {
  0% {
    margin-top: -7px;
  }
  40% {
    margin-top: -10px;
  }
  60% {
    margin-top: 0px;
  }
  100% {
    margin-top: -7px;
  }
}

#footer {
  background: #000;
  color: #fff;
  padding: 0 30px 50px;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 0 20px 40px;
  }
}

#footer .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  #footer .innerWrap {
    display: block;
  }
}

#footer #pagetop {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #000;
  border: 4px solid #fff;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  #footer #pagetop {
    top: -11px;
    width: 65px;
    height: 65px;
    border-width: 2px;
  }
}

#footer #pagetop:hover {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#footer #pagetop:hover:before {
  -webkit-animation: bound 1s ease-out infinite;
  animation: bound 1s ease-out infinite;
}

#footer #pagetop:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 22px;
  height: 22px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  margin: -7px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #footer #pagetop:before {
    width: 20px;
    height: 20px;
    margin-top: -5px;
  }
}

#footer .footer__sns {
  position: absolute;
  top: 83px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #footer .footer__sns {
    position: static;
    padding: 30px 0;
  }
}

#footer .footer__sns .footer__sns__ttl {
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  #footer .footer__sns .footer__sns__ttl {
    margin-bottom: 15px;
  }
}

#footer .footer__sns .footer__sns__ttl img {
  max-width: 77px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #footer .footer__sns .footer__sns__ttl img {
    max-width: 55px;
  }
}

#footer .footer__sns ul {
  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;
}

#footer .footer__sns ul li {
  margin: 0 20px;
}

#footer .footer__sns ul li:first-child {
  margin-left: 0;
}

#footer .footer__sns ul li:last-child {
  margin-right: 0;
}

#footer .footer__sns ul a {
  display: block;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#footer .footer__sns ul a:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#footer .footer__sns ul .footer__sns__tw {
  font-size: 2.7rem;
}

#footer .footer__sns ul .footer__sns__in {
  font-size: 4.0rem;
}

#footer .footer__logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 53px 0 35px;
}

@media only screen and (max-width: 767px) {
  #footer .footer__logo {
    text-align: center;
    padding: 0;
    margin: 35px 0 0;
  }
}

#footer .footer__logo img {
  max-width: 244px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #footer .footer__logo img {
    max-width: 180px;
  }
}

#footer .footer__navi {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 150px;
}

@media only screen and (max-width: 767px) {
  #footer .footer__navi {
    padding-right: 0;
  }
}

#footer .footer__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #footer .footer__navi ul {
    display: block;
    text-align: center;
  }
}

#footer .footer__navi ul li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 1em;
  margin-right: 1em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #footer .footer__navi ul li {
    font-size: 1.2rem;
    padding-right: 0;
    margin-right: 0;
  }
}

#footer .footer__navi ul li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: #fff;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  #footer .footer__navi ul li:after {
    display: none;
  }
}

#footer .footer__navi ul a {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#footer .footer__navi ul a:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#footer .copyright {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-family: "Fira Sans", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 15px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■パンくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#breadcrumb {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
}

#breadcrumb .innerWrap {
  max-width: 1200px;
}

#breadcrumb .breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb .breadcrumb_list__item {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}

#breadcrumb .breadcrumb_list__item:before {
  content: '>';
  margin: 0 1em;
}

#breadcrumb .breadcrumb_list__item:first-child:before {
  display: none;
}

#breadcrumb .breadcrumb_list__item a {
  position: relative;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#breadcrumb .breadcrumb_list__item a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #000;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#breadcrumb .breadcrumb_list__item a:hover:before {
  left: -2px;
  right: -2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contents {
  position: relative;
  padding-top: 110px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .contents {
    padding-top: 80.13px;
  }
}

.contents.h_mini {
  padding-top: 92px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
article .entry p, article .entry ul, article .entry ol, article .entry table {
  margin-bottom: 30px;
}

article .entry .alignleft {
  float: left;
  display: block;
  margin-right: 30px;
}

article .entry .alignright {
  float: right;
  display: block;
  margin-right: 30px;
}

article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

article .entry table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

article .entry table th, article .entry table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 20px;
  text-align: left;
}

article .entry table th {
  background: #f9f9f9;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  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;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 500;
  margin: 80px 0 60px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 50px;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  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: 100px;
  height: 50px;
  border: 3px solid #000;
  font-size: 2.6rem;
  padding: 15px 20px;
  margin: 0 15px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 75px;
    height: auto;
    border-width: 2px;
    font-size: 1.8rem;
    padding: 11px 10px;
    margin: 0 0px;
  }
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: auto;
  }
}

.wp-pagenavi .page, .wp-pagenavi .current {
  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: 40px;
  height: 40px;
  border: 3px solid #000;
  font-size: 2.0rem;
  margin: 0 5px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    width: 32px;
    height: 32px;
    border-width: 2px;
    font-size: 1.5rem;
    padding: 7px;
    margin: 0 2px;
  }
}

.wp-pagenavi .page:hover, .wp-pagenavi .current:hover {
  background: #000;
  color: #fff;
}

.wp-pagenavi .current {
  background: #000;
  color: #fff;
}

.entry a {
  position: relative;
  color: #00b4ff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.entry a:before {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #00b4ff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.entry a:hover:before {
  opacity: 1;
}

#notfound {
  margin-top: 110px;
  padding: 150px 30px;
}

@media only screen and (max-width: 767px) {
  #notfound {
    margin-top: 80.13px;
    padding: 80px 30px;
  }
}

#notfound h2 {
  text-align: center;
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  #notfound h2 {
    font-size: 1.8rem;
  }
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  
-------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 5px 10px;
}

select {
  padding: 0 10px;
}

label span:before {
  border-color: #f00;
}

label input[type="radio"] + span:after,
label input[type="radio"] + input + span:after {
  background-color: #f00;
}

label input[type="checkbox"] + span:after,
label input[type="checkbox"] + input + span:after {
  border-bottom-color: #f00;
  border-right-color: #f00;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form textarea {
  height: 120px;
  resize: both;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form label span:before {
  border-color: #6e6e6e;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  background-color: #6e6e6e;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  border-color: #6e6e6e;
}

@media only screen and (max-width: 767px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form select,
  .form textarea {
    padding: 5px 0;
  }
  .form label input[type="radio"]:checked + span:before,
  .form label input[type="radio"]:checked + input + span:before {
    background-color: #6e6e6e;
  }
  .form .custombtn label span {
    height: 34px;
    padding: 0 10px;
  }
  .form .custombtn label input[type="radio"]:checked + span,
  .form .custombtn label input[type="radio"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + span {
    color: #fff;
  }
  .form .custombtn label input[type="checkbox"]:checked + input + span:before,
  .form .custombtn label input[type="checkbox"]:checked + span:before {
    background-color: #6e6e6e;
  }
}

.mfp_buttons {
  font-size: 0;
  line-height: 0;
}

.mfp_buttons button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.0;
  letter-spacing: 0.066em;
  text-shadow: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  margin: 5px auto;
}

.mfp_buttons button:hover {
  letter-spacing: 0.1em;
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.mfp_buttons button#mfp_button_send {
  max-width: 200px;
  background: #333333;
  color: #fff;
  font-size: 1.6rem;
}

.mfp_buttons button#mfp_button_send:hover {
  background: #5b5b5b;
}

.mfp_buttons button#mfp_button_cancel {
  max-width: 130px;
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #333333;
  font-size: 1.2rem;
}

.mfp_buttons button#mfp_button_cancel:hover {
  background: whitesmoke;
}

table#mfp_confirm_table tr th {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  table#mfp_confirm_table {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tbody {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tr {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    display: block;
    width: 100% !important;
    padding: 5px 10px !important;
    white-space: normal;
  }
  table#mfp_confirm_table tr th {
    font-size: 1.6rem !important;
    background-color: #f6f7f9 !important;
  }
  table#mfp_confirm_table tr td {
    font-size: 1.4rem !important;
    background-color: #fff !important;
    padding: 11px 10px 10px !important;
  }
  .mfp_buttons button#mfp_button_send {
    width: 50%;
    height: 44px;
    font-size: 1.2rem;
  }
  .mfp_buttons button#mfp_button_cancel {
    width: 42%;
    font-size: 1.0rem;
  }
}

#mfp_overlay_inner h4 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  vertical-align: top;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■plan_card
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.plan_slide .swiper-container {
  padding: 0 40px 50px;
}

@media only screen and (max-width: 767px) {
  .plan_slide .swiper-container {
    padding: 0 0 40px;
  }
}

.plan_slide .swiper-button-next,
.plan_slide .swiper-button-prev {
  top: 32%;
  width: 25px;
  height: 43px;
  background: url(../img/arrow03.png) no-repeat center center;
  background-size: 50% auto;
  margin: 0;
  z-index: 99999;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.plan_slide .swiper-button-next:hover,
.plan_slide .swiper-button-prev:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .plan_slide .swiper-button-next,
  .plan_slide .swiper-button-prev {
    display: none;
  }
}

.plan_slide .swiper-button-prev {
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.plan_slide .swiper-button-next {
  right: 0;
}

.plan_slide .swiper-container-horizontal > .swiper-pagination-bullets,
.plan_slide .swiper-pagination-custom,
.plan_slide .swiper-pagination-fraction {
  bottom: 0;
}

.plan_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #a7a7a7;
  border: none;
  outline: none;
  margin: 0 11px;
}

@media only screen and (max-width: 767px) {
  .plan_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}

.plan_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6e6e6e;
}

.plan_card a {
  display: block;
}

.plan_card .plan_card__img {
  overflow: hidden;
  position: relative;
  margin: 0 0 17px;
}

.plan_card .plan_card__img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.plan_card .plan_card__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.plan_card .plan_card__date {
  float: right;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 4px 0;
}

@media only screen and (max-width: 767px) {
  .plan_card .plan_card__date {
    font-size: 1.7rem;
  }
}

.plan_card .plan_card__area {
  display: inline-block;
  min-width: 130px;
  background: #00ff7f;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 10px;
}

@media only screen and (max-width: 767px) {
  .plan_card .plan_card__area {
    min-width: 85px;
  }
}

.plan_card .plan_card__text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.52941;
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {
  .plan_card .plan_card__text {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}

.plan_card .plan_card__text:after {
  content: '\f061';
  /*content: '\f30b';*/
  font-family: "Font Awesome 5 Free";
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.85714;
  margin-left: 5px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.plan_card.new .plan_card__area {
  position: relative;
}

.plan_card.new .plan_card__area:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 108%;
  width: 28px;
  height: 18px;
  background: url(../img/ico_new.png) no-repeat left top;
  background-size: 100% auto;
  margin: auto 0;
}

.plan_card a:hover .plan_card__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.plan_card a:hover .plan_card__text:after {
  margin-left: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  10% {
    background-position: 0% 50%;
  }
  40% {
    background-position: 100% 50%;
  }
  60% {
    background-position: 100% 50%;
  }
  90% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  10% {
    background-position: 0% 50%;
  }
  40% {
    background-position: 100% 50%;
  }
  60% {
    background-position: 100% 50%;
  }
  90% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    top: 100%;
  }
}

#page_index #sec_mv {
  position: relative;
  min-height: 720px;
  background: url(../img/index/mv_bg_text.png) no-repeat left bottom;
  background-size: 100% auto;
  padding: 0 0 45px;
}

@media only screen and (min-width: 1680px) {
  #page_index #sec_mv {
    min-height: 820px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv {
    min-height: auto;
    height: auto;
    background: none;
    padding: 0;
  }
}

#page_index #sec_mv:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -65px;
  left: 30.75%;
  left: calc(((100% - 1280px) / 2) + 25%);
  left: 25%;
  right: 0;
  z-index: -1;
  background: linear-gradient(-25deg, #1fbbfe, #00ff7f);
  background: linear-gradient(-25deg, #000, #f00);
  background: linear-gradient(-25deg, #1fbbfe, #1fbbfe, #00ff7f, #00ff7f);
  background-size: 600% 500%;
  -webkit-animation: gradientBG 10s linear infinite;
  animation: gradientBG 10s linear infinite;
}

@media only screen and (min-width: 1340px) {
  #page_index #sec_mv:before {
    left: calc(((100% - 1280px) / 2) + 320px);
  }
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv:before {
    left: 0;
    bottom: 30%;
    bottom: -30px;
  }
}

#page_index #sec_mv .mv_copy {
  position: relative;
  padding: 83px 30px 0;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv .mv_copy {
    padding: 35px 0 20px;
  }
}

#page_index #sec_mv .mv_copy__text {
  position: relative;
  z-index: 1001;
  display: block;
  max-width: 640px;
  width: 50%;
  padding: 63px 0 76px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv .mv_copy__text {
    max-width: none;
    width: auto;
    padding: 0;
  }
}

#page_index #sec_mv .mv_copy__text:before {
  content: '';
  position: absolute;
  top: 0;
  left: -83px;
  z-index: -1;
  width: 137px;
  height: 136px;
  background: url(../img/bee01.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv .mv_copy__text:before {
    display: none;
  }
}

#page_index #sec_mv .mv_copy__text:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 31px;
  z-index: -1;
  width: 137px;
  height: 136px;
  background: url(../img/bee02.png) no-repeat left top;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv .mv_copy__text:after {
    display: none;
  }
}

#page_index #sec_mv .mv_copy__text__inner {
  overflow: hidden;
  position: relative;
}

#page_index #sec_mv .mv_copy__eng img {
  opacity: 0;
  position: relative;
  right: 20%;
  width: 100%;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#page_index #sec_mv .mv_copy__eng img.op1 {
  opacity: 1;
  right: 0;
}

#page_index #sec_mv .mv_copy__jpn {
  opacity: 0;
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 0;
  width: 380px;
  height: 54px;
  background: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.1em;
  padding: 14px;
  margin: auto;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv .mv_copy__jpn {
    top: 0;
    bottom: 0;
    width: 275px;
    height: 30px;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }
}

#page_index #sec_mv .mv_copy__jpn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#page_index #sec_mv .mv_copy__jpn.op1 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#page_index #sec_mv .mv_copy__jpn.op1:before {
  left: 100%;
}

#page_index #mv_pickup {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 36px;
  left: 51%;
  left: 49.2%;
  right: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup {
    overflow: inherit;
    position: static;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

#page_index #mv_pickup:before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup:before {
    top: 61%;
    bottom: -30px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .slide {
    margin-left: 0;
  }
}

#page_index #mv_pickup .swiper-container {
  min-width: 947px;
  padding-left: 50px;
  padding-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .swiper-container {
    min-width: inherit;
    padding-left: 0;
    padding-bottom: 35px;
  }
}

#page_index #mv_pickup .swiper-slide {
  max-width: 636px;
}

#page_index #mv_pickup .pickup_card {
  position: relative;
}

#page_index #mv_pickup .pickup_card:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 44px;
  width: 60px;
  height: 60px;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card:after {
    display: none;
  }
}

#page_index #mv_pickup .pickup_card a {
  display: block;
  padding: 72px 73px 0 46px;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card a {
    padding: 10px 20px 0;
  }
}

#page_index #mv_pickup .pickup_card a:hover .pickup_card__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__inner {
    background: #fff;
  }
}

#page_index #mv_pickup .pickup_card__inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  height: 155px;
  background: #e5e5e5;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__inner:before {
    display: none;
  }
}

#page_index #mv_pickup .pickup_card__inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  width: 2px;
  height: 155px;
  background: #e5e5e5;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__inner:after {
    display: none;
  }
}

#page_index #mv_pickup .pickup_card__icon {
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 100;
  max-width: 146px;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__icon {
    max-width: 80px;
    right: 7px;
  }
}

#page_index #mv_pickup .pickup_card__icon img {
  width: 100%;
  height: auto;
}

#page_index #mv_pickup .pickup_card__img {
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__img {
    border: 3px solid #fff;
  }
}

#page_index #mv_pickup .pickup_card__img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#page_index #mv_pickup .pickup_card__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_index #mv_pickup .pickup_card__date {
  position: absolute;
  bottom: 0;
  left: 25px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__date {
    position: static;
    float: right;
    font-size: 1.7rem;
    -webkit-transform: none;
    transform: none;
  }
}

#page_index #mv_pickup .pickup_card__area {
  display: inline-block;
  min-width: 150px;
  background: #00ff7f;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 10px;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__area {
    min-width: 85px;
    font-size: 1.3rem;
  }
}

#page_index #mv_pickup .pickup_card__text {
  position: absolute;
  top: 110px;
  left: 13px;
  right: 43px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .pickup_card__text {
    position: static;
    font-size: 1.7rem;
    line-height: 1.3125;
  }
}

#page_index #mv_pickup .pickup_card__text span {
  background: #fff;
}

#page_index #mv_pickup .swiper-button-next,
#page_index #mv_pickup .swiper-button-prev {
  top: 90.3%;
  width: 31px;
  height: 20px;
  background: url(../img/arrow03.png) no-repeat center center;
  background-size: 11px auto;
  margin: 0;
  z-index: 99999;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_index #mv_pickup .swiper-button-next:hover,
#page_index #mv_pickup .swiper-button-prev:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .swiper-button-next,
  #page_index #mv_pickup .swiper-button-prev {
    display: none;
  }
}

#page_index #mv_pickup .swiper-button-next:hover,
#page_index #mv_pickup .swiper-button-prev:hover {
  opacity: .6;
}

#page_index #mv_pickup .swiper-button-prev {
  left: 280px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#page_index #mv_pickup .swiper-button-next {
  left: 485px;
  right: auto;
}

#page_index #mv_pickup .swiper-container-horizontal > .swiper-pagination-bullets,
#page_index #mv_pickup .swiper-pagination-custom,
#page_index #mv_pickup .swiper-pagination-fraction {
  bottom: 7.5%;
  left: 297px;
  width: 200px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .swiper-container-horizontal > .swiper-pagination-bullets,
  #page_index #mv_pickup .swiper-pagination-custom,
  #page_index #mv_pickup .swiper-pagination-fraction {
    bottom: 1%;
    left: 0;
    right: 0;
  }
}

#page_index #mv_pickup .swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  height: 7px;
  background-color: #a7a7a7;
  border: none;
  outline: none;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  #page_index #mv_pickup .swiper-pagination-bullet {
    margin: 0 6px;
  }
}

#page_index #mv_pickup .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6e6e6e;
}

@media only screen and (max-width: 767px) {
  #page_index .scroll {
    display: none;
  }
}

#page_index .scroll .scroll_parts {
  display: block;
  max-width: 640px;
  width: 50%;
}

#page_index .scroll .scroll_parts span {
  overflow: hidden;
  position: relative;
  display: block;
  height: 88px;
}

#page_index .scroll .scroll_parts span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 88px;
  background: #000;
  margin: auto;
  -webkit-animation: scroll 1.5s ease infinite;
  animation: scroll 1.5s ease infinite;
}

#page_index .scroll .scroll_parts img {
  display: block;
  max-width: 50px;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
}

#page_index #sec_infomation {
  padding: 0 30px;
  margin: 10px 0 73px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_infomation {
    padding: 0;
    margin: 25px 0 35px;
  }
}

#page_index #sec_infomation .innerWrap {
  max-width: 1200px;
  background: #888888;
  padding: 30px 30px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_infomation .innerWrap {
    padding: 20px 20px;
  }
}

#page_index #sec_infomation .news_list {
  max-width: 1000px;
  color: #fff;
  margin: auto;
}

#page_index #sec_infomation .news_list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.85714;
  padding: 1px 0 3px 115px;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_infomation .news_list__item {
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 2px 0 2px 75px;
  }
}

#page_index #sec_infomation .news_list__item:last-child {
  margin-bottom: 0;
}

#page_index #sec_infomation .news_list__item a {
  text-decoration: underline;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_index #sec_infomation .news_list__item a:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_index #sec_infomation .news_list__item a[target="_blank"]:after {
  content: '\f35d';
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
}

#page_index #sec_infomation .news_list__item .date {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_infomation .news_list__item .date {
    font-size: 1.5rem;
  }
}

#page_index #sec_mv + #sec_new,
#page_index #sec_mv + #sec_category,
#page_index #sec_mv + #sec_theme {
  margin-top: 138px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_mv + #sec_new,
  #page_index #sec_mv + #sec_category,
  #page_index #sec_mv + #sec_theme {
    margin-top: 35px;
  }
}

#page_index #sec_new {
  margin: 0 0 45px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_new {
    margin: 0 0 25px;
  }
}

#page_index #sec_new .innerWrap {
  max-width: 1200px;
  padding: 0 20px 0;
}

#page_index #sec_new .sec_ttl {
  margin: 0 0 33px;
}

#page_index #sec_new .sec_ttl .en {
  max-width: 119px;
}

#page_index #sec_new + #sec_category {
  padding-top: 50px;
  border-top: 2px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_new + #sec_category {
    padding-top: 30px;
  }
}

#page_index #sec_category {
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_category {
    margin: 0 20px 30px;
  }
}

#page_index #sec_category .innerWrap {
  max-width: 1200px;
  padding: 0 20px 45px;
  border-bottom: 2px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_category .innerWrap {
    padding: 0 0 25px;
  }
}

#page_index #sec_category .sec_ttl {
  margin: 0 0 33px;
}

#page_index #sec_category .sec_ttl .en {
  max-width: 170px;
}

#page_index #sec_theme {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_theme {
    padding: 0 20px;
  }
}

#page_index #sec_theme .innerWrap {
  max-width: 1160px;
}

#page_index #sec_theme .sec_ttl {
  margin: 0 0 33px;
}

#page_index #sec_theme .sec_ttl .en {
  max-width: 113px;
}

#page_index #sec_ranking_popular {
  background: -webkit-gradient(linear, right top, left top, from(#1fbbfe), to(#00ff7f));
  background: linear-gradient(-90deg, #1fbbfe, #00ff7f);
  background-size: 100% 200%;
  padding: 0 30px 50px;
  margin: 70px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking_popular {
    background: none;
    padding: 0;
  }
}

#page_index #sec_ranking_popular > .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking_popular > .innerWrap {
    display: block;
  }
}

#page_index #sec_ranking_popular section {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking_popular section {
    width: 100%;
  }
}

#page_index #sec_ranking_popular section:before {
  content: '';
  position: absolute;
  top: 0;
  height: 38px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking_popular section:before {
    display: none;
  }
}

#page_index #sec_ranking_popular section > .innerWrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking_popular section > .innerWrap {
    overflow: inherit;
  }
}

#page_index #sec_ranking_popular .sec_ttl {
  position: relative;
  max-width: 375px;
  padding: 55px 0 60px;
  margin: 0 auto;
}

#page_index #sec_ranking_popular .sec_ttl:before, #page_index #sec_ranking_popular .sec_ttl:after {
  content: '';
  position: absolute;
  top: 0;
  height: 38px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking {
    background: #00ff7f;
    padding-bottom: 45px;
  }
}

#page_index #sec_ranking:before {
  left: -100vw;
  right: 100%;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .sec_ttl {
    max-width: 510px;
    width: 68%;
    padding: 30px 0 24px;
  }
}

#page_index #sec_ranking .sec_ttl:before {
  left: -100vw;
  right: 100%;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .sec_ttl:before {
    display: block;
  }
}

#page_index #sec_ranking .sec_ttl:after {
  left: 100%;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .sec_ttl:after {
    right: -100vw;
    display: block;
    width: auto;
  }
}

#page_index #sec_ranking .sec_ttl .en {
  max-width: 142px;
}

#page_index #sec_ranking ol {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking ol {
    padding: 0 20px;
  }
}

#page_index #sec_ranking ol:before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 100%;
  width: 1px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking ol:before {
    display: none;
  }
}

#page_index #sec_ranking .ranking_card {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card {
    display: block;
    height: auto !important;
    padding-right: 0;
  }
}

#page_index #sec_ranking .ranking_card:nth-child(even):before {
  opacity: .3;
}

#page_index #sec_ranking .ranking_card:nth-child(even) .ranking_card__img .num:after {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card:nth-child(n + 4) {
    display: none;
  }
}

#page_index #sec_ranking .ranking_card:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: 0;
  z-index: -1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card:before {
    right: -100vw;
  }
}

#page_index #sec_ranking .ranking_card .ranking_card__img {
  position: relative;
  width: 158px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 48px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card .ranking_card__img {
    width: 150px;
    margin-right: 20px;
  }
}

#page_index #sec_ranking .ranking_card .ranking_card__img:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: url(../img/index/ro_more.png) no-repeat center center rgba(0, 0, 0, 0.6);
  background-size: 31% auto;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_index #sec_ranking .ranking_card .ranking_card__img .img {
  position: relative;
}

#page_index #sec_ranking .ranking_card .ranking_card__img .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#page_index #sec_ranking .ranking_card .ranking_card__img .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#page_index #sec_ranking .ranking_card .ranking_card__img .num {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  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: 36px;
}

#page_index #sec_ranking .ranking_card .ranking_card__img .num:before, #page_index #sec_ranking .ranking_card .ranking_card__img .num:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 53px;
  z-index: -1;
  background: #08ef9d;
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card .ranking_card__img .num:before, #page_index #sec_ranking .ranking_card .ranking_card__img .num:after {
    background-color: #00ff7f;
  }
}

#page_index #sec_ranking .ranking_card .ranking_card__img .num:after {
  opacity: 0;
  background-color: #52f3bb;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card .ranking_card__img .num:after {
    background-color: #4cffa5;
  }
}

#page_index #sec_ranking .ranking_card .ranking_card__img .num img {
  width: 22px;
  height: auto;
  margin-top: 20px;
}

#page_index #sec_ranking .ranking_card .ranking_card__detail {
  width: 100%;
}

#page_index #sec_ranking .ranking_card .ranking_card__area {
  display: inline-block;
  min-width: 130px;
  border: 2px solid #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  margin: 17px 0 25px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card .ranking_card__area {
    min-width: 77px;
    margin: 13px 0 15px;
  }
}

#page_index #sec_ranking .ranking_card .ranking_card__text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.52941;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card .ranking_card__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

#page_index #sec_ranking .ranking_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_ranking .ranking_card a {
    padding: 12px 0;
  }
}

#page_index #sec_ranking .ranking_card a:hover .ranking_card__img:before {
  opacity: 1;
}

#page_index #sec_ranking .ranking_card a:hover .ranking_card__text {
  color: #372dff;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular {
    z-index: 0;
    background: url(../img/index/popular_bg.jpg) no-repeat center bottom #1fbbfe;
    background-size: 100% auto;
    padding-bottom: 100px;
    padding-top: 57px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(springgreen), color-stop(60%, rgba(0, 255, 127, 0)));
    background: linear-gradient(to bottom, springgreen 0%, rgba(0, 255, 127, 0) 60%);
  }
}

#page_index #sec_popular:before {
  left: 100%;
  right: -100vw;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular:before {
    left: 20px;
    right: 20px;
    display: block !important;
    height: 1px !important;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .sec_ttl {
    max-width: 620px;
    width: 82.6%;
    padding: 0 0 0;
    margin: 0 auto 27px;
  }
}

#page_index #sec_popular .sec_ttl:before {
  left: -100vw;
  right: 100%;
}

#page_index #sec_popular .sec_ttl:after {
  left: 100%;
  width: 120px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .sec_ttl:before, #page_index #sec_popular .sec_ttl:after {
    display: none;
  }
}

#page_index #sec_popular .sec_ttl .en {
  max-width: 262px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
  }
}

#page_index #sec_popular .popular_card {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card {
    display: block;
    width: 47.7%;
    padding-left: 0;
    margin: 0 0 15px;
  }
}

#page_index #sec_popular .popular_card:nth-child(even):before {
  opacity: .3;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card:nth-child(n + 5) {
    display: none;
  }
}

#page_index #sec_popular .popular_card:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100vw;
  z-index: -1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card:before {
    display: none;
  }
}

#page_index #sec_popular .popular_card .popular_card__img {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 158px;
  margin-right: 48px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card .popular_card__img {
    width: 100%;
    margin-right: 0;
  }
}

#page_index #sec_popular .popular_card .popular_card__img:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: url(../img/index/ro_more.png) no-repeat center center rgba(0, 0, 0, 0.6);
  background-size: 31% auto;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_index #sec_popular .popular_card .popular_card__img .img {
  position: relative;
}

#page_index #sec_popular .popular_card .popular_card__img .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#page_index #sec_popular .popular_card .popular_card__img .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#page_index #sec_popular .popular_card .popular_card__detail {
  width: 100%;
}

#page_index #sec_popular .popular_card .popular_card__area {
  display: inline-block;
  min-width: 130px;
  border: 2px solid #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px;
  margin: 17px 0 25px;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card .popular_card__area {
    min-width: 85px;
    border: none;
    background: #00ff7f;
    font-size: 1.2rem;
    margin: 10px 0 13px;
  }
}

#page_index #sec_popular .popular_card .popular_card__title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.52941;
  margin: 0 0 10px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card .popular_card__title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

#page_index #sec_popular .popular_card .popular_card__text {
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card .popular_card__text {
    font-size: 1.3rem;
    line-height: 1.38462;
  }
}

#page_index #sec_popular .popular_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  #page_index #sec_popular .popular_card a {
    display: block;
    padding: 0;
  }
}

#page_index #sec_popular .popular_card a:hover .popular_card__img:before {
  opacity: 1;
}

#page_index #sec_popular .popular_card a:hover .popular_card__title {
  color: #372dff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■第二階層（エリア・カテゴリー・テーマ一覧）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-webkit-keyframes effect1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: 10%;
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: -10%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes effect1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: 10%;
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    margin-left: -10%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes effect2 {
  0% {
    right: 8px;
  }
  50% {
    right: 13px;
  }
  100% {
    right: 8px;
  }
}

@keyframes effect2 {
  0% {
    right: 8px;
  }
  50% {
    right: 13px;
  }
  100% {
    right: 8px;
  }
}

.sec_list {
  padding: 60px 30px 10px;
}

@media only screen and (max-width: 767px) {
  .sec_list {
    padding: 60px 25px 0;
  }
}

.sec_list .innerWrap {
  max-width: 1200px;
}

.sec_list .sec_ttl {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .sec_list .sec_ttl {
    margin-bottom: 40px;
  }
}

.sec_list .page_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec_list .page_list {
    margin-bottom: 25px;
  }
}

.sec_list .page_list:before, .sec_list .page_list:after {
  content: '';
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 21.6%;
  max-width: 260px;
}

.sec_list .list_card {
  max-width: 260px;
  width: 21.6%;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .sec_list .list_card {
    max-width: inherit;
    width: 46.9%;
    margin-bottom: 25px;
  }
}

.sec_list .list_card__img {
  overflow: hidden;
  position: relative;
  margin: 0 0 5px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.sec_list .list_card__img .img {
  position: relative;
  background: #fff;
}

.sec_list .list_card__img .img:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.sec_list .list_card__img .img:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: url(../img/index/ro_more.png) no-repeat center center rgba(0, 0, 0, 0.6);
  background-size: 31% auto;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.sec_list .list_card__img .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

.sec_list .list_card__eng {
  opacity: .7;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 5.0rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 1260px) and (min-width: 1024px) {
  .sec_list .list_card__eng {
    font-size: 3.96825vw;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_list .list_card__eng {
    font-size: 4.0rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_list .list_card__eng {
    font-size: 3.0rem;
  }
}

@media only screen and (max-width: 414px) {
  .sec_list .list_card__eng {
    font-size: 7.24638vw;
  }
}

@media only screen and (max-width: 320px) {
  .sec_list .list_card__eng {
    font-size: 2.4rem;
  }
}

.sec_list .list_card__text {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  padding: 13px 26px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  /*
		@media only screen and (max-width: 500px) {
			@include px-to-vw ($rem:15,$viewpot:5.00);
		}
		*/
}

@media only screen and (max-width: 1260px) and (min-width: 1024px) {
  .sec_list .list_card__text {
    font-size: 1.50794vw;
  }
}

@media only screen and (max-width: 1023px) {
  .sec_list .list_card__text {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec_list .list_card__text {
    font-size: 1.3rem;
    padding: 10px 0;
  }
}

.sec_list .list_card__text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.sec_list .list_card__text:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

@media only screen and (max-width: 767px) {
  .sec_list .list_card__text:after {
    display: none;
    width: 8px;
    height: 8px;
    right: 4px;
  }
}

.sec_list .list_card a {
  display: block;
}

.sec_list .list_card a:hover .list_card__img .img:after {
  opacity: 1;
}

.sec_list .list_card a:hover .list_card__text:after {
  -webkit-animation: effect2 1s ease infinite;
  animation: effect2 1s ease infinite;
}

#area_list .sec_ttl .en {
  max-width: 87px;
}

#category_list .sec_ttl .en {
  max-width: 170px;
}

#theme_list .sec_ttl .en {
  max-width: 113px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■記事一覧（県一覧・検索一覧など）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#tourlist_title {
  background: #e5e5e5;
  padding: 40px 30px;
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  #tourlist_title {
    padding: 20px 25px;
    margin: 0 0 30px;
  }
}

#tourlist_title h2 {
  font-size: 3.0rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #tourlist_title h2 {
    font-size: 1.9rem;
  }
}

#tourlist_title h2 span {
  display: inline-block;
}

#tourlist_list {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  #tourlist_list {
    padding: 0 25px;
  }
}

#tourlist_list ul {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -50px;
}

@media only screen and (max-width: 767px) {
  #tourlist_list ul {
    display: block;
    margin-bottom: -30px;
  }
}

#tourlist_list ul:before, #tourlist_list ul:after {
  content: '';
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  #tourlist_list ul:before, #tourlist_list ul:after {
    display: none;
  }
}

#tourlist_list .plan_card {
  width: 30%;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #tourlist_list .plan_card {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 23px;
    margin: 0 0 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■記事詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-webkit-keyframes gradientBG2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientBG2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#detail_title .innerWrap {
  overflow: hidden;
  max-width: 1200px;
}

#detail_title .img {
  position: relative;
}

#detail_title .img:before {
  content: '';
  display: block;
  padding-bottom: 540px;
}

@media only screen and (max-width: 767px) {
  #detail_title .img:before {
    padding-bottom: 400px;
    padding-bottom: 300px;
  }
}

#detail_title .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#detail_title .title {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  max-width: 930px;
  width: 100%;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
  text-align: right;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #detail_title .title {
    top: 45px;
    font-size: 4.3rem;
    padding: 0 25px;
  }
}

#detail_title .title .inner {
  position: relative;
  z-index: 0;
  display: inline-block;
}

#detail_title .title .inner:before {
  content: '';
  position: absolute;
  top: 25px;
  bottom: -24px;
  left: -24px;
  right: -100vw;
  z-index: -1;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #detail_title .title .inner:before {
    top: 12px;
    bottom: -12px;
    left: -12px;
  }
}

#detail_article {
  margin: -100px 0 45px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  #detail_article {
    margin: -60px 0 50px;
    padding: 0 20px;
  }
}

#detail_article .innerWrap {
  max-width: 1100px;
  background: #fff;
}

#detail_article .detail_head {
  padding: 0 30px;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_head {
    padding: 0 25px;
    margin-bottom: 25px;
  }
}

#detail_article .detail_head .inner {
  position: relative;
  max-width: 930px;
  padding: 45px 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_head .inner {
    padding: 40px 0 15px;
  }
}

#detail_article .detail_head .inner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  height: 2px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_head .inner:before {
    left: 0;
    right: 0;
    height: 1px;
  }
}

#detail_article .detail_head .date {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_head .date {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

#detail_article .detail_head .tag {
  font-size: 1.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_head .tag {
    font-size: 1.1rem;
  }
}

#detail_article .detail_head .tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#detail_article .detail_head .tag li {
  background: #e5e5e5;
  text-align: center;
  padding: 8px 10px;
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_head .tag li {
    padding: 3px 5px;
    margin: 0 3px 10px 0;
  }
}

#detail_article .detail_main {
  padding: 0 30px;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_main {
    padding: 0 25px;
    margin-bottom: 30px;
  }
}

#detail_article .detail_main .inner {
  max-width: 930px;
  margin: 0 auto;
}

#detail_article .detail_main .detail_main__title {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_main .detail_main__title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}

#detail_article .detail_main .detail_main__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.88235;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_main .detail_main__text {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

#detail_article .detail_point {
  padding: 0 30px;
  margin: 0 0 45px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_point {
    padding: 0 5px;
    margin-bottom: 30px;
  }
}

#detail_article .detail_point .inner {
  max-width: 930px;
  margin: 0 auto;
}

#detail_article .detail_point .detail_point__title {
  position: relative;
  z-index: 1;
  text-align: center;
}

#detail_article .detail_point .detail_point__title span {
  display: inline-block;
  padding: 0 26px 0 21px;
  background: #fff;
}

#detail_article .detail_point .detail_point__title img {
  width: 128px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_point .detail_point__title img {
    width: 117px;
  }
}

#detail_article .detail_point .detail_point__text {
  position: relative;
  background: linear-gradient(-45deg, #1fbbfe, #00ff7f);
  padding: 60px 65px 50px;
  margin: -23px 0 0;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_point .detail_point__text {
    padding: 40px 20px 20px;
    margin-top: -20px;
  }
}

#detail_article .detail_point .detail_point__text:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: #fff;
}

#detail_article .detail_point .detail_point__text ul {
  position: relative;
}

#detail_article .detail_point .detail_point__text li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_point .detail_point__text li {
    font-size: 1.3rem;
    margin-bottom: 7px;
    padding-left: 20px;
  }
}

#detail_article .detail_point .detail_point__text li:before {
  content: '#';
  display: block;
  font-size: 3.0rem;
  font-style: italic;
  line-height: 1.0;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_point .detail_point__text li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.9rem;
    margin-right: 10px;
  }
}

#detail_article .detail_slide {
  padding: 0 30px;
  margin: 0 0 45px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_slide {
    padding: 0 5px;
  }
}

#detail_article .detail_slide .inner {
  max-width: 1020px;
  margin: 0 auto;
}

#detail_article .detail_slide .swiper-slide {
  position: relative;
  background: #000;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_slide .swiper-slide {
    background: none;
  }
}

#detail_article .detail_slide .swiper-slide:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

#detail_article .detail_slide .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_slide .swiper-slide img {
    opacity: 1;
  }
}

#detail_article .detail_slide .swiper-slide-active img {
  opacity: 1;
}

#detail_article .detail_slide .swiper-container {
  padding-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_slide .swiper-container {
    padding-bottom: 27px;
  }
}

#detail_article .detail_slide .swiper-button-next,
#detail_article .detail_slide .swiper-button-prev {
  top: 0;
  bottom: 45px;
  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: auto;
  height: auto;
  background: none;
  margin: 0;
  z-index: 99999;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#detail_article .detail_slide .swiper-button-next:hover,
#detail_article .detail_slide .swiper-button-prev:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_slide .swiper-button-next,
  #detail_article .detail_slide .swiper-button-prev {
    display: none;
  }
}

#detail_article .detail_slide .swiper-button-next:before,
#detail_article .detail_slide .swiper-button-prev:before {
  content: '';
  width: 55px;
  height: 55px;
  background: url(../img/arrow01.png) no-repeat center center;
  background-size: cover;
}

#detail_article .detail_slide .swiper-button-prev {
  left: 14.7%;
}

#detail_article .detail_slide .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#detail_article .detail_slide .swiper-button-next {
  right: 14.7%;
}

#detail_article .detail_slide .swiper-container-horizontal > .swiper-pagination-bullets,
#detail_article .detail_slide .swiper-pagination-custom,
#detail_article .detail_slide .swiper-pagination-fraction {
  bottom: 0;
}

#detail_article .detail_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #a7a7a7;
  border: none;
  outline: none;
  margin: 0 13px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}

#detail_article .detail_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #6e6e6e;
}

#detail_article .detail_entry {
  padding: 0 30px;
  margin: 0 0 80px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_entry {
    padding: 0 5px;
    margin-bottom: 50px;
  }
}

#detail_article .detail_entry .inner {
  max-width: 930px;
  margin: 0 auto;
}

#detail_article .detail_entry .detail_entry__title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3913;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_entry .detail_entry__title {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

#detail_article .detail_entry .entry {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.88235;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_entry .entry {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation {
    margin: 0 -10px;
  }
}

#detail_article .detail_infomation .inner {
  max-width: 1010px;
  margin: 0 auto;
}

#detail_article .detail_infomation .detail_infomation__title {
  text-align: center;
}

#detail_article .detail_infomation .detail_infomation__title span {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__title span {
    padding: 0 20px;
  }
}

#detail_article .detail_infomation .detail_infomation__title img {
  width: 220px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__title img {
    width: 165px;
  }
}

#detail_article .detail_infomation .detail_infomation__wrap {
  background: #fff;
  border: 4px solid #e5e5e5;
  padding: 110px 30px 50px;
  margin: -20px 0 0;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__wrap {
    border-width: 3px;
    padding: 65px 25px 45px;
    margin-top: -18px;
  }
}

#detail_article .detail_infomation .detail_infomation__block {
  max-width: 870px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__block {
    margin-bottom: 25px;
  }
}

#detail_article .detail_infomation .detail_infomation__block:last-child {
  margin-bottom: 0;
}

#detail_article .detail_infomation .detail_infomation__block .detail_infomation__block__ttl {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0 0 22px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__block .detail_infomation__block__ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

#detail_article .detail_infomation .detail_infomation__block .detail_infomation__block__ttl span {
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 0 15px 5px 10px;
}

#detail_article .detail_infomation .detail_infomation__block .detail_infomation__block__ttl span:before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #e5e5e5;
}

#detail_article .detail_infomation .detail_infomation__block .detail_infomation__block__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88889;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__block .detail_infomation__block__text {
    font-size: 1.3rem;
    line-height: 1.53846;
  }
}

#detail_article .detail_infomation .detail_infomation__block .map {
  position: relative;
}

#detail_article .detail_infomation .detail_infomation__block .map:before {
  content: '';
  display: block;
  padding-bottom: 44.828%;
}

@media only screen and (max-width: 767px) {
  #detail_article .detail_infomation .detail_infomation__block .map:before {
    padding-bottom: 78.125%;
  }
}

#detail_article .detail_infomation .detail_infomation__block .map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#detail_reservation {
  position: relative;
  /*
	background: linear-gradient(-45deg, $accent_color, $primary_color);
	background-size: 200% 200%;
	animation: gradientBG2 5s ease infinite;
	*/
  background: linear-gradient(-25deg, #1fbbfe, #1fbbfe, #00ff7f, #00ff7f);
  background-size: 600% 500%;
  -webkit-animation: gradientBG 10s linear infinite;
  animation: gradientBG 10s linear infinite;
  padding: 60px 30px 38px;
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  #detail_reservation {
    padding: 40px 25px 20px;
    margin-bottom: 35px;
  }
}

#detail_reservation:before {
  content: '';
  opacity: .4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg01.png) repeat center top;
}

#detail_reservation .innerWrap {
  z-index: 0;
  max-width: 940px;
}

#detail_reservation .sec_ttl {
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #detail_reservation .sec_ttl {
    margin-bottom: 30px;
  }
}

#detail_reservation .sec_ttl .en {
  max-width: 221px;
}

#detail_reservation .btn_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #detail_reservation .btn_wrap ul {
    display: block;
  }
}

#detail_reservation .btn_wrap li {
  max-width: 440px;
  width: 48.3%;
  margin: 0 15px 22px;
}

@media only screen and (max-width: 767px) {
  #detail_reservation .btn_wrap li {
    max-width: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

#detail_keywords {
  position: relative;
  padding: 0  0 40px;
  margin: 0 0 50px;
}

@media only screen and (max-width: 767px) {
  #detail_keywords {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

#detail_keywords:before {
  content: '';
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #e5e5e5;
}

@media only screen and (max-width: 767px) {
  #detail_keywords:before {
    top: 15px;
  }
}

#detail_keywords .sec_ttl {
  margin: 0 0 45px;
}

@media only screen and (max-width: 767px) {
  #detail_keywords .sec_ttl {
    margin: 0 0 20px;
  }
}

#detail_keywords .sec_ttl .en {
  max-width: 132px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #detail_keywords .sec_ttl .en {
    max-width: 101px !important;
  }
}

@media only screen and (max-width: 767px) {
  #detail_keywords .sec_ttl .en img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #detail_keywords .keywords_list {
    padding: 0 20px;
  }
}

#detail_keywords .keywords_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#detail_keywords .keywords_list .keywords_list__item {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 10px 10px;
}

@media only screen and (max-width: 767px) {
  #detail_keywords .keywords_list .keywords_list__item {
    font-size: 1.3rem;
    margin: 0 4px 8px;
  }
}

#detail_keywords .keywords_list .keywords_list__item a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 10px 15px;
}

#detail_keywords .keywords_list .keywords_list__item a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: #fff;
}

#detail_keywords .keywords_list .keywords_list__item a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #00ff7f;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#detail_keywords .keywords_list .keywords_list__item a:hover:after {
  right: 0;
}

#detail_share {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  #detail_share {
    margin-bottom: 35px;
  }
}

#detail_share .sec_ttl {
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  #detail_share .sec_ttl {
    margin-bottom: 20px;
  }
}

#detail_share .sec_ttl .en {
  max-width: 78px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #detail_share .sec_ttl .en {
    max-width: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  #detail_share .sec_ttl .en img {
    width: 100%;
    height: auto;
  }
}

#detail_share .share_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#detail_share .share_btn li {
  margin: 0 20px;
}

@media only screen and (max-width: 767px) {
  #detail_share .share_btn li {
    margin: 0 15px;
  }
}

#detail_share .share_btn li a {
  display: block;
  width: 50px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 767px) {
  #detail_share .share_btn li a {
    width: 35px;
  }
}

#detail_share .share_btn li a:hover {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

#detail_share .share_btn li img {
  width: 100%;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ビータビについて・よくある質問・お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_about > .sec_ttl {
  padding: 60px 30px;
}

@media only screen and (max-width: 767px) {
  #page_about > .sec_ttl {
    padding: 60px 0 40px;
  }
}

#page_about > .sec_ttl .en {
  max-width: 116px;
}

#page_about #sec_beetabi {
  position: relative;
  /*
		background: linear-gradient(-45deg, $accent_color, $primary_color);
		background-size: 200% 200%;
		animation: gradientBG2 5s ease infinite;
		*/
  background: linear-gradient(-25deg, #1fbbfe, #1fbbfe, #00ff7f, #00ff7f);
  background-size: 600% 500%;
  -webkit-animation: gradientBG 10s linear infinite;
  animation: gradientBG 10s linear infinite;
  padding: 50px 60px;
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_beetabi {
    padding: 20px;
    margin-bottom: 35px;
  }
}

#page_about #sec_beetabi:before {
  content: '';
  opacity: .4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg01.png) repeat center top;
}

#page_about #sec_beetabi .innerWrap {
  max-width: 1200px;
  background: #fff;
}

#page_about #sec_beetabi .inner {
  max-width: 1000px;
  width: 100%;
  padding: 45px 30px 80px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_beetabi .inner {
    padding: 30px 30px 40px;
  }
}

#page_about #sec_beetabi .sec_beetabi__title {
  margin: 0 0 30px;
}

#page_about #sec_beetabi .sec_beetabi__title .img {
  display: block;
  max-width: 372px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_beetabi .sec_beetabi__title .img {
    max-width: 250px;
  }
}

#page_about #sec_beetabi .sec_beetabi__title .img img {
  width: 100%;
  height: auto;
}

#page_about #sec_beetabi .sec_beetabi__title .text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.11538;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_beetabi .sec_beetabi__title .text {
    font-size: 1.9rem;
    line-height: 1.44737;
    text-align: left;
  }
}

#page_about #sec_beetabi .sec_beetabi__title .text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #00ff7f));
  background: linear-gradient(transparent 60%, #00ff7f 60%);
}

#page_about #sec_beetabi .sec_beetabi__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_beetabi .sec_beetabi__text {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}

#page_about #sec_beetabi .sec_beetabi__text p {
  margin: 0 0 20px;
}

#page_about #sec_beetabi .sec_beetabi__text p:last-child {
  margin-bottom: 0;
}

#page_about #sec_beetabi .sec_beetabi__text strong {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_beetabi .sec_beetabi__text strong {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

#page_about #sec_faq {
  padding: 0 60px;
  margin: 0 0 90px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}

#page_about #sec_faq .innerWrap {
  max-width: 1000px;
}

#page_about #sec_faq .sec_ttl .en {
  max-width: 63px;
}

#page_about #sec_faq .faq_item_q {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  border-bottom: 2px solid #e5e5e5;
  padding: 25px 100px 25px 90px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_about #sec_faq .faq_item_q:hover {
  opacity: .8;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq .faq_item_q {
    min-height: inherit;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 30px 0 30px 40px;
  }
}

#page_about #sec_faq .faq_item_q:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 29px;
  width: 19px;
  background: url(../img/about/qa_q.png) no-repeat left center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq .faq_item_q:before {
    background-position: left 28px;
    width: 13px;
    left: 8px;
  }
}

#page_about #sec_faq .faq_item_q:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 14px;
  height: 14px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq .faq_item_q:after {
    top: 60px;
    bottom: auto;
    right: auto;
    left: 10px;
    width: 7px;
    height: 7px;
    border-width: 2px;
  }
}

#page_about #sec_faq .faq_item_q.open:after {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq .faq_item_q.open:after {
    top: 62px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}

#page_about #sec_faq .faq_item_a {
  display: none;
}

#page_about #sec_faq .faq_item_a__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.13333;
  border-bottom: 2px solid #e5e5e5;
  padding: 25px 100px 25px 90px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq .faq_item_a__main {
    min-height: inherit;
    font-size: 1.3rem;
    line-height: 1.61538;
    padding: 25px 0 25px 40px;
  }
}

#page_about #sec_faq .faq_item_a__main:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  width: 16px;
  background: url(../img/about/qa_a.png) no-repeat left center;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_faq .faq_item_a__main:before {
    background-position: left 30px;
    left: 8px;
    width: 12px;
  }
}

#page_about #sec_contact {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact {
    padding: 0 25px;
  }
}

#page_about #sec_contact .innerWrap {
  max-width: 1000px;
}

#page_about #sec_contact .sec_ttl {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .sec_ttl {
    margin-bottom: 30px;
  }
}

#page_about #sec_contact .sec_ttl .en {
  max-width: 147px;
}

#page_about #sec_contact .contact_intro {
  max-width: 610px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 auto 35px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .contact_intro {
    font-size: 1.3rem;
    line-height: 1.84615;
    padding: 0 25px;
  }
}

#page_about #sec_contact .contact_intro .notes {
  color: #888888;
  font-size: 1.4rem;
  line-height: 1.85714;
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .contact_intro .notes {
    font-size: 1.1rem;
    line-height: 1.63636;
  }
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .contact_intro .notes li {
    margin-bottom: 10px;
  }
}

#page_about #sec_contact form#mailformpro {
  padding: 0;
}

#page_about #sec_contact .form_box {
  border: 4px solid #e5e5e5;
  padding: 50px 90px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_box {
    border-width: 3px;
    padding: 35px 25px 30px;
  }
}

#page_about #sec_contact .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_item {
    display: block;
    margin-bottom: 20px;
  }
}

#page_about #sec_contact .form_item:last-child {
  margin-bottom: 0;
}

#page_about #sec_contact .form_item .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 240px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 17px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_item .ttl {
    font-size: 1.4rem;
    padding: 0;
    margin: 0 0 20px;
  }
}

#page_about #sec_contact .form_item .required {
  color: #00ff7f;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_item .required {
    font-size: 1.0rem;
  }
}

#page_about #sec_contact .form_item .input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_item .input {
    font-size: 1.4rem;
  }
}

#page_about #sec_contact .form_item input[type="text"], #page_about #sec_contact .form_item input[type="tel"], #page_about #sec_contact .form_item input[type="email"] {
  height: 50px;
  border-color: #888888;
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_item input[type="text"], #page_about #sec_contact .form_item input[type="tel"], #page_about #sec_contact .form_item input[type="email"] {
    height: 45px;
    padding: 5px 15px;
  }
}

#page_about #sec_contact .form_item textarea {
  height: 180px;
  border: 1px solid #888888;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 10px 20px;
}

#page_about #sec_contact .form_item input:placeholder-shown, #page_about #sec_contact .form_item textarea:placeholder-shown {
  color: #e5e5e5;
}

#page_about #sec_contact .form_item input::-webkit-input-placeholder, #page_about #sec_contact .form_item textarea::-webkit-input-placeholder {
  color: #e5e5e5;
}

#page_about #sec_contact .form_item input:-moz-placeholder, #page_about #sec_contact .form_item textarea:-moz-placeholder {
  opacity: 1;
  color: #e5e5e5;
}

#page_about #sec_contact .form_item input::-moz-placeholder, #page_about #sec_contact .form_item textarea::-moz-placeholder {
  opacity: 1;
  color: #e5e5e5;
}

#page_about #sec_contact .form_item input:-ms-input-placeholder, #page_about #sec_contact .form_item textarea:-ms-input-placeholder {
  color: #e5e5e5;
}

#page_about #sec_contact .form_privacy {
  margin: 80px 0 57px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_privacy {
    padding: 0 25px;
    margin: 40px 0 30px;
  }
}

#page_about #sec_contact .form_privacy h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_privacy h3 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 10px;
  }
}

#page_about #sec_contact .form_privacy p {
  max-width: 810px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_privacy p {
    font-size: 1.3rem;
    line-height: 1.53846;
  }
}

#page_about #sec_contact .form_privacy a {
  position: relative;
  color: #00b4ff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_about #sec_contact .form_privacy a:before {
  content: '';
  opacity: 0;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #00b4ff;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

#page_about #sec_contact .form_privacy a:hover:before {
  opacity: 1;
}

#page_about #sec_contact .form_privacy .check {
  position: relative;
  background: #e5e5e5;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 19px 30px;
  margin: 56px 0 0;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_privacy .check {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .form_privacy .check:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    right: -25px;
    z-index: -1;
    background: #e5e5e5;
  }
}

#page_about #sec_contact .form_privacy .check span:before {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-color: #888888;
}

#page_about #sec_contact .form_privacy .check span:after {
  border-color: #888888;
}

#page_about #sec_contact .form_privacy div.mfp_err {
  text-align: center;
}

#page_about #sec_contact .btn01 {
  max-width: 360px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .btn01 {
    max-width: 195px;
    margin-bottom: 40px;
  }
}

#page_about #sec_contact .btn01 button {
  height: 51px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #page_about #sec_contact .btn01 button {
    height: 46px;
    font-size: 1.6rem;
  }
}

#sec_thanks {
  padding: 60px 30px;
}

@media only screen and (max-width: 767px) {
  #sec_thanks {
    padding: 40px 25px;
  }
}

#sec_thanks .innerWrap {
  max-width: 1000px;
}

#sec_thanks .sec_ttl__simple {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  #sec_thanks .sec_ttl__simple {
    margin-bottom: 25px;
  }
}

#sec_thanks .text {
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  #sec_thanks .text {
    font-size: 1.4rem;
  }
}

#sec_thanks .text p {
  margin: 0 0 15px;
}

#sec_thanks .text pS:last-child {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■プライバシーポリシー・ご利用規約
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec_privacy {
  padding: 60px 30px 10px;
}

@media only screen and (max-width: 767px) {
  #sec_privacy {
    padding: 40px 35px 25px;
  }
}

#sec_privacy .innerWrap {
  max-width: 1200px;
}

#sec_privacy .sec_ttl__simple {
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  #sec_privacy .sec_ttl__simple {
    margin-bottom: 45px;
  }
}

#sec_privacy .privacy_box > section {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #sec_privacy .privacy_box > section {
    margin-bottom: 35px;
  }
}

#sec_privacy .privacy__ttl {
  position: relative;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 0 25px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  #sec_privacy .privacy__ttl {
    font-size: 1.6rem;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

#sec_privacy .privacy__ttl:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  #sec_privacy .privacy__ttl:before {
    width: 12px;
    height: 12px;
  }
}

#sec_privacy .privacy__text {
  font-weight: 500;
  line-height: 1.71429;
}

@media only screen and (max-width: 767px) {
  #sec_privacy .privacy__text {
    font-size: 1.4rem;
  }
}

#sec_privacy .privacy__text ul {
  margin-top: 1em;
}

#sec_privacy .privacy__text ul > li {
  position: relative;
  padding-left: 1em;
}

#sec_privacy .privacy__text ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

#sec_privacy .privacy__text ol > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
