@charset "UTF-8";
/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* グラデーション ========= */
/* ========================================================================== */
/*@mixin text-gradation {
  color: $color-red;
  background: -webkit-linear-gradient(0deg, $gradation-blue, $gradation-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/* ========================================================================== */
/* テキストline-height ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* base ========= */
/* ========================================================================== */
/* ========================================================================== */
/* リセット ========= */
/* ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ========================================================================== */
/* 分割　bootstrap ========= */
/* ========================================================================== */
/* 削除用　css　bootstrap ========= */
.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-block {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row;
  }
  th.visible-md, td.visible-md {
    display: table-cell;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
}

.visible-print {
  display: none;
}

@media print {
  .visible-print {
    display: block;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row;
  }
  th.visible-print, td.visible-print {
    display: table-cell;
  }
}

.visible-print-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
}

.visible-print-inline {
  display: none;
}

@media print {
  .visible-print-inline {
    display: inline;
  }
}

.visible-print-inline-block {
  display: none;
}

@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}

/* テーブル　フォーム　css　bootstrap ========= */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after, .form-horizontal .form-group:after {
  clear: both;
}

/* ========================================================================== */
/* アニメーションcss ========= */
/* ========================================================================== */
/* アニメーションCSS ========= */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -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 {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%, 43%, 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);
  }
  70% {
    -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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

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

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

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  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 bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 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: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 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: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 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: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 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: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 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: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 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: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 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, -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: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 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, -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: translateZ(0);
    transform: translateZ(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-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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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);
  }
  60%, 80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: left bottom;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: right bottom;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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;
  }
  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%, 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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ========================================================================== */
/* スライダーcss ========= */
/* ========================================================================== */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  height: 100%;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(assets/images/common/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(assets/images/common/controls.png) no-repeat 0 -2pc;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(assets/images/common/controls.png) no-repeat -43px -2pc;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -1pc;
  outline: 0;
  width: 2pc;
  height: 2pc;
  text-indent: -9999px;
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(assets/images/controls.png)-86px-11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(assets/images/controls.png)-86px-44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.bx-viewport {
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 0;
  height: 100%;
}

ul.bxslider {
  height: 100%;
}

.slider li {
  height: 100%;
  background: center/cover no-repeat;
}

/* ========================================================================== */
/* lightbox ポップアップ用css ========= */
/* ========================================================================== */
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}

body:after {
  content: url(assets/images/common/close.png) url(assets/images/common/loading.gif) url(assets/images/common/prev.png) url(assets/images/common/next.png);
  display: none;
}

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(assets/images/common/loading.gif) no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(assets/images/common/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(assets/images/common/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(assets/images/common/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

/* ========================================================================== */
/* フォント ========= */
/* ========================================================================== */
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* ========================================================================== */
/* common ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 基本構造 ========= */
/* ========================================================================== */
html,
body {
  height: 100%;
}

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

body {
  color: #212121;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans CJK JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";

  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*.page {
  overflow: hidden;
}*/
@media all and (-ms-high-contrast: none) {
  #pageHead {
    opacity: 0;
  }
  .appear #pageHead {
    opacity: 1;
  }
}

.appear {
  opacity: 1;
  -webkit-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

a, a:hover, a:visited, a:focus {
  text-decoration: none;
}

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

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

p,
ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  p,
  ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

li {
  list-style-type: none;
}

.font-min {
  font-family: "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 300;
  letter-spacing: .3em;
}

/*レイアウト*/
.page-section {
  margin-bottom: 200px;
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .page-section {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page-section {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.page-section:last-child {
  margin-bottom: 0;
}

.pageBody-inner,
.pageFoot-inner {
  margin: 0 auto;
  padding: 0 calc(100vw / 12 * 1);
}

@media screen and (max-width: 1200px) {
  .pageBody-inner,
  .pageFoot-inner {
    padding: 0 calc(100vw / 12 * .5);
  }
}

.pageBody-inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  /*YOUTUBE*/
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 30px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
  }
}

/* ========================================================================== */
/*lower Heading*/
/* ========================================================================== */
/* LOWER VISUAL ========= */
.lower_visual {
  line-height: 0;
  margin: 80px 0 20px;
  width: calc(100vw / 12 * 9.5);
}

@media screen and (max-width: 767px) {
  .lower_visual {
    width: 100%;
    margin: 60px 0 20px;
  }
}

.lower_visual img {
  line-height: 1;
}

/* TITLE ========= */
/* ========================================================================== */
/* ヘッダー ========= */
/* ========================================================================== */
#pageHead {
  top: 0;
  width: 100%;
  z-index: 151;
  padding: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  height: 80px;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  #pageHead {
    height: 60px;
    line-height: 60px;
  }
}

.pageHead-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc(100vw / 48);
}

.pageHead-logo img {
  width: 357px;
}

@media screen and (max-width: 991px) {
  .pageHead-logo img {
    width: 220px;
  }
}

@media screen and (max-width: 480px) {
  .pageHead-logo img {
    width: 180px;
  }
}

.pageHead-navi {
  width: calc(100% - 375px - 100vw / 24 * 5);
}

@media screen and (max-width: 1200px) {
  .pageHead-navi {
    width: calc(100% - 375px - 100vw / 24 * 3);
  }
}

@media screen and (max-width: 991px) {
  .pageHead-navi {
    width: calc(100% - 220px - 100vw / 12);
  }
}

@media screen and (max-width: 767px) {
  .pageHead-navi {
    display: none;
  }
}

.pageHead-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageHead-navi ul li a {
  display: block;
  color: #212121;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .pageHead-navi ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.pageHead-navi ul li.reserve a {
  background: #ff98c7;
  padding: 10px;
}

.scroll-logo {
  background: #fff !important;
  position: fixed !important;
}

.scroll-logo .header_logo {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  height: 100% !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.scroll-logo .header_logo-inner {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 5px 0 0 calc(100vw / 24);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scroll-logo .header_logo a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

.scroll-logo .header_logo a .logomark {
  width: 110px;
  height: 65px;
}

@media screen and (max-width: 767px) {
  .scroll-logo .header_logo a .logomark {
    width: 65px;
    height: 40px;
  }
}

.scroll-logo .header_logo a .logotext {
  display: block;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .scroll-logo .header_logo a .logotext {
    width: 80px;
    height: 25px;
  }
}

/* ========================================================================== */
/* ハンバーガー ========= */
/* ========================================================================== */
#humberger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100vw / 24);
  z-index: 200;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none !important;
}

@media screen and (max-width: 767px) {
  #humberger {
    right: calc(100vw / 24);
    width: 40px;
    display: block !important;
  }
}

#humberger .icon-barWrap {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.icon-bar {
  height: 3px;
  background: #212121;
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  border-radius: 1.5px;
}

.icon-bar:nth-child(2) {
  /*width: calc(100% - 6px);*/
}

.icon-bar:nth-child(3) {
  /*width: calc(100% - 12px);*/
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .icon-bar {
    height: 1px;
    margin-bottom: 9px;
  }
}

.icon-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .icon-name {
    font-size: 10px;
    font-size: 1rem;
  }
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #212121;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
}

/* ========================================================================== */
/* ドロワーメニュー */
/* ========================================================================== */
#page {
  position: relative;
  z-index: 2;
  left: 0;
  background: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
}

#drawernav {
  position: fixed;
  right: -200%;
  top: -200%;
  width: 200%;
  height: 200%;
  background: rgba(26, 26, 26, 0.95);
  color: #fff;
  z-index: -1;
  padding: 0 15px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  opacity: 0;
  border-radius: 50%;
  overflow: hidden;
}

#drawernav > ul {
  list-style: none;
  padding: 0;
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #drawernav > ul {
    top: 60px;
  }
}

#drawernav > ul li {
  text-align: center;
  margin-bottom: 2vh;
  position: relative;
  line-height: 1.45;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

@media screen and (max-width: 767px) {
  #drawernav > ul li {
    margin-bottom: 1.2vh;
  }
}

#drawernav > ul li:last-child {
  margin-bottom: 0;
}

#drawernav > ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 8px 0;
}

#drawernav > ul li a span {
  font-size: calc(.5rem + 2vh);
  letter-spacing: .3em;
  font-weight: normal;
  display: inline;
  position: relative;
  line-height: 1.2;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #drawernav > ul li a span {
    font-size: calc(.8rem + 1vh);
    line-height: 1.1;
  }
}

#drawernav > ul li a span:after {
  position: absolute;
  left: -10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #f8f8f8;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#drawernav > ul li a span:hover:after {
  width: 115%;
}

#drawernav > ul li a small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

#drawernav h4 {
  padding: 0 15px;
}

#drawernav .pageHead_navi-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#drawernav .pageHead_navi-list li {
  width: 100%;
  cursor: pointer;
}

#drawernav .pageHead_navi-list li ul {
  position: relative;
  display: block;
  background: none;
  top: 2vh;
}

#drawernav .pageHead_navi-list li ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

#drawernav .pageHead_navi-list li ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  margin-right: 16px;
}

/* ドロワー開放時のスタイル ========= */
.drawer-opened #pageHead {
  background: none !important;
}

.drawer-opened #overlay {
  z-index: 1;
}

.drawer-opened .header_logo {
  display: none;
}

.drawer-opened #pageHead,
.drawer-opened #pageHead_reserve {
  background: none;
}

.drawer-opened #pageHead_reserve {
  width: 150px;
  padding: 10px;
}

.drawer-opened #pageHead_reserve:before {
  border-color: transparent transparent transparent transparent;
}

.drawer-opened #page {
  -webkit-box-shadow: 1px 0 2px #212121;
          box-shadow: 1px 0 2px #212121;
}

.drawer-opened #drawernav {
  top: -50%;
  right: -50%;
  opacity: 1;
  z-index: 100;
}

.drawer-opened #drawernav ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-opened #drawernav ul li:nth-child(1) {
  -webkit-transition-delay: calc(75ms * 1);
          transition-delay: calc(75ms * 1);
}

.drawer-opened #drawernav ul li:nth-child(2) {
  -webkit-transition-delay: calc(75ms * 2);
          transition-delay: calc(75ms * 2);
}

.drawer-opened #drawernav ul li:nth-child(3) {
  -webkit-transition-delay: calc(75ms * 3);
          transition-delay: calc(75ms * 3);
}

.drawer-opened #drawernav ul li:nth-child(4) {
  -webkit-transition-delay: calc(75ms * 4);
          transition-delay: calc(75ms * 4);
}

.drawer-opened #drawernav ul li:nth-child(5) {
  -webkit-transition-delay: calc(75ms * 5);
          transition-delay: calc(75ms * 5);
}

.drawer-opened #drawernav ul li:nth-child(6) {
  -webkit-transition-delay: calc(75ms * 6);
          transition-delay: calc(75ms * 6);
}

.drawer-opened #drawernav ul li:nth-child(7) {
  -webkit-transition-delay: calc(75ms * 7);
          transition-delay: calc(75ms * 7);
}

.drawer-opened #drawernav ul li:nth-child(8) {
  -webkit-transition-delay: calc(75ms * 8);
          transition-delay: calc(75ms * 8);
}

.drawer-opened #drawernav ul li:nth-child(9) {
  -webkit-transition-delay: calc(75ms * 9);
          transition-delay: calc(75ms * 9);
}

.drawer-opened #drawernav ul li:nth-child(10) {
  -webkit-transition-delay: calc(75ms * 10);
          transition-delay: calc(75ms * 10);
}

.drawer-opened #drawernav ul li:nth-child(11) {
  -webkit-transition-delay: calc(75ms * 11);
          transition-delay: calc(75ms * 11);
}

.drawer-opened #drawernav ul li span {
  font-family: 'Montserrat', sans-serif;
}

.drawer-opened .topPage #humberger {
  top: 50%;
}

.drawer-opened #humberger {
  position: absolute;
  background: none;
}

.drawer-opened #humberger.scroll-menu {
  top: 50%;
}

body.drawer-opened #humberger {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

body.drawer-opened #humberger .icon-bar {
  background: #fff;
}

body.drawer-opened #humberger .icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  body.drawer-opened #humberger .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
}

body.drawer-opened #humberger .icon-bar:nth-of-type(2) {
  -webkit-transform: translateY(3px) rotate(45deg);
          transform: translateY(3px) rotate(45deg);
  width: 100%;
}

@media screen and (max-width: 767px) {
  body.drawer-opened #humberger .icon-bar:nth-of-type(2) {
    -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
  }
}

body.drawer-opened #humberger .icon-bar:nth-of-type(3) {
  opacity: 0;
}

body.drawer-opened #humberger .icon-name {
  opacity: 0;
}

/* ========================================================================== */
/* フッター ========= */
/* ========================================================================== */
.topPage .pageFoot {
  background: url(../images/common/footer_bg.png) top left no-repeat;
  padding: 200px 0 60px;
}

.pageFoot {
  padding: 120px 0 60px;
}

@media screen and (max-width: 767px) {
  .pageFoot {
    padding: 60px 0 20px;
  }
}

.pageFoot-inner {
  padding: 0 calc(100vw / 12);
}

.pageFoot-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #212121;
  margin-bottom: 20px;
}

.pageFoot_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .pageFoot_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pageFoot_logo {
  margin-right: calc(100vw / 24);
}

@media screen and (max-width: 991px) {
  .pageFoot_logo {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.pageFoot_logo img {
  width: 128px;
}

.pageFoot_info {
  width: calc(100vw / 12 * 4);
}

@media screen and (max-width: 991px) {
  .pageFoot_info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pageFoot_info .pageFoot_info-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.pageFoot_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pageFoot_info ul:first-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .pageFoot_info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .pageFoot_info li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pageFoot_info li:last-child {
    margin-bottom: 0;
  }
}

.pageFoot_info p {
  font-size: 12px;
  font-size: 1.2rem;
}

.pageFoot_info .pageFoot_info-salonLink a {
  color: blue;
}

.pageFoot_info-cat {
  display: inline-block;
  border: 1px solid;
  padding: 0 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .pageFoot_infoSister {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pageFoot_infoSister li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .pageFoot_infoSister li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pageFoot_infoSister li:last-child {
    margin-bottom: 0;
  }
}

.pageFoot_infoSister .pageFoot_info-img {
  width: 80px;
}

.pageFoot_infoSister .pageFoot_info-inner {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.pageFoot_infoSister .pageFoot_info-cat {
  margin-bottom: 0;
}

.pageFoot_copyright {
  text-align: right;
  margin-left: auto;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .pageFoot_copyright {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pageFoot_copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ========================================================================== */
/* parts ========= */
/* ========================================================================== */
.btn {
  width: 223px;
}

.btn a {
  display: block;
  color: #fff;
  background: #9F9256;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}

.btn.en a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .5em;
  text-indent: 1em;
}

.contact_btn {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact_btn {
    max-width: calc(100% - 100vw / 12);
  }
}

.contact_btn a {
  display: block;
  color: #fff;
  background: #ff98c7;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 22px 0;
}

@media screen and (max-width: 767px) {
  .contact_btn a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 16px 0;
  }
}

/* ========================================================================== */
/* pages ========= */
/* ========================================================================== */
/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* グラデーション ========= */
/* ========================================================================== */
/*@mixin text-gradation {
  color: $color-red;
  background: -webkit-linear-gradient(0deg, $gradation-blue, $gradation-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/* ========================================================================== */
/* テキストline-height ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/*画像表示アニメーション*/
/* ========================================================================== */
.img-animation {
  -webkit-animation: img-opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
          animation: img-opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  position: relative;
}

.img-animation.animated:after {
  -webkit-animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-animation {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/* ========================================================================== */
/* 商品一覧バナー */
/* ========================================================================== */
.topItem_bnr {
	margin: -140px auto 160px;
	padding: 0 calc(100vw / 12 * 3.5) 0 calc(100vw / 12 * 1.5);
}

@media screen and (max-width: 767px) {
	.topItem_bnr {
		margin: 0 auto 60px;
		padding: 0 calc(100vw / 24);
	}
}

@media screen and (max-width: 480px) {
	.topItem_bnr {
		margin: -60px auto 40px;
	}
}

/* ========================================================================== */
/* コロナ　お知らせ ========= */
/* ========================================================================== */
#corona_notice.notice_area .notice_area-heading {
  width: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #corona_notice.notice_area .notice_area-heading {
    padding-bottom: 8px;
  }
}

.notice_area {
  margin-top: -100px;
  text-align: left;
  padding: 0 calc(100vw / 12 * 3) 0 calc(100vw / 12);
}

@media screen and (max-width: 767px) {
  .notice_area {
    margin-top: 0;
    padding: 0 calc(100vw / 24);
  }
}

.notice_area .notice_area-heading {
  border-bottom: 2px solid;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .notice_area .notice_area-heading {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 8px;
  }
}

.notice_area .notice_period {
  font-weight: bold;
  font-size: 2.0re;
}

.notice_area .notice_area-text {
  margin-top: 16px;
}

.notice_area .notice_attention {
  background: rgba(255, 196, 0, 0.1);
  width: 95%;
  padding: 10px 16px;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: bold;
}

.notice_area .notice_attention span.title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 2px;
}

/* ========================================================================== */
/* トップページ ========= */
/* ========================================================================== */
.firstview {
  position: relative;
}

@media screen and (max-width: 767px) {
  .firstview-img {
    background: url(../images/index/keyvisual_bg_mb.png) top right no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .firstview-img img {
    width: calc(100vw - 99px);
  }
}

.firstview-text {
  text-align: right;
  padding-right: calc(100vw / 12 * 3);
  margin-bottom: 200px;
  letter-spacing: .5em;
}

@media screen and (max-width: 767px) {
  .firstview-text {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .firstview-text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 45px 0;
    text-align: left;
    padding: 0 calc(100vw / 24);
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 480px) {
  .firstview-text {
    margin: 100px 0 45px;
  }
}

.firstview-textImg {
  position: absolute;
  top: calc(100vw / 12);
  right: calc(100vw / 12);
  width: calc(100vw / 24 * 3);
  height: auto;
}

@media screen and (max-width: 767px) {
  .firstview-textImg {
    width: 74px;
    top: auto;
    bottom: 0;
    right: 34px;
  }
}

@media screen and (max-width: 480px) {
  .firstview-textImg {
    width: 74px;
    bottom: auto;
    top: 90px;
    right: calc(100vw / 24);
  }
}

@media screen and (max-width: 480px) {
  .firstview-textImg {
    width: 60px;
    right: calc(100vw / 24 + 12px);
  }
}

.firstview-scroll {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: absolute;
  left: calc(100vw / 24);
  bottom: 320px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}

@media screen and (max-width: 767px) {
  .firstview-scroll {
    bottom: 270px;
  }
}

.firstview-scroll:before, .firstview-scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 188px;
  background: #212121;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .firstview-scroll:before, .firstview-scroll:after {
    height: 86px;
  }
}

.firstview-scroll:before {
  top: 5px;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .firstview-scroll:before {
    top: 3px;
    left: -3px;
  }
}

.firstview-scroll:after {
  top: 0;
  left: 0;
}

.title {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}

.title .ja {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.title .en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .05em;
  display: block;
}

@media screen and (max-width: 767px) {
  .title .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.topPage #pageHead {
  background: none;
}

.information {
  padding: 0 calc(100vw / 12 * 3) 0 calc(100vw / 12);
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .information {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .information {
    padding: 0 calc(100vw / 24);
    margin-bottom: 60px;
  }
}

.information_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .information_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.information_list li .information_list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .information_list li .information_list-date {
    width: 100%;
  }
}

.information_list li .information_list-date:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #212121;
  margin: 0 20px;
}

.concept {
  position: relative;
  padding-bottom: 200px;
}

.concept:before {
  content: "";
  display: block;
  width: calc(100vw / 24 * 11);
  height: calc(100% - 200px);
  background: rgba(224, 224, 224, 0.2);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.concept_img {
  display: none;
}

@media screen and (max-width: 991px) {
  .concept_img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .concept_img {
    margin-bottom: 20px;
  }
}

.concept_top {
  background: url(../images/index/concept_bg.png) top right no-repeat;
  width: 100%;
  background-size: cover;
  padding-bottom: 200px;
}

@media screen and (max-width: 991px) {
  .concept_top {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .concept_top {
    padding-bottom: 100px;
  }
}

.concept_top .concept-catch {
  width: calc(100vw / 12 * 6);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .concept_top .concept-catch {
    display: none;
  }
}

.concept_top .title .ja {
  margin-bottom: 10px;
}

.concept_top .title:after {
  content: "";
  display: block;
  width: calc(100vw / 12 * 5);
  height: 1px;
  background: #212121;
  margin-top: 30px;
  margin-left: calc(100vw / 12 * -1);
}

@media screen and (max-width: 767px) {
  .concept_top .title:after {
    width: calc(100vw / 12 * 9);
    margin-top: 10px;
    margin-left: calc(100vw / 24 * -1);
  }
}

.concept_box {
  padding-left: calc(100vw / 12);
}

@media screen and (max-width: 767px) {
  .concept_box {
    padding: 0 calc(100vw / 24);
  }
}

.concept_box-heading {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: .2em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .concept_box-heading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.concept_box-text {
  line-height: 2.5;
}

.concept .concept_section {
  padding-top: 240px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .concept .concept_section {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section {
    padding-top: 0;
  }
}

.concept .concept_section:last-child {
  margin-bottom: 0;
}

.concept .concept_section-img {
  display: none;
}

@media screen and (max-width: 767px) {
  .concept .concept_section-img {
    display: block;
    width: 100%;
  }
}

.concept .concept_section#concept_hair {
  background: url(../images/index/concept_deco.png) top left no-repeat;
}

@media screen and (max-width: 767px) {
  .concept .concept_section#concept_hair {
    background: none;
  }
}

.concept .concept_section#concept_hair .concept-catch {
  width: calc(100vw / 24 * 4);
  padding-left: calc(100vw / 24);
  margin-bottom: 30px;
}

.concept .concept_section#concept_nail {
  background: url(../images/index/concept_deco2.png) top right no-repeat;
}

@media screen and (max-width: 767px) {
  .concept .concept_section#concept_nail {
    background: none;
  }
}

.concept .concept_section#concept_nail .concept-catch {
  width: calc(100vw / 24 * 4);
  padding-right: calc(100vw / 24);
  margin-bottom: 30px;
  margin-left: auto;
}

.concept .concept_section#concept_eye {
  background: url(../images/index/concept_deco.png) top left no-repeat;
}

@media screen and (max-width: 767px) {
  .concept .concept_section#concept_eye {
    background: none;
  }
}

.concept .concept_section#concept_eye .concept-catch {
  width: calc(100vw / 24 * 7);
  padding-left: calc(100vw / 24);
  margin-bottom: 30px;
}

.concept .concept_section .concept_topText {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 60px;
  position: relative;
  width: calc(100vw / 12 * 3);
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText {
    font-size: 16px;
    font-size: 1.6rem;
    width: calc(100vw / 12 * 6);
  }
}

.concept .concept_section .concept_topText:before, .concept .concept_section .concept_topText:after {
  content: "";
  display: block;
  background: #212121;
  position: absolute;
  bottom: -10px;
}

.concept .concept_section .concept_topText:before {
  width: 2px;
  height: 50px;
  left: calc(100vw / 12 * 2);
}

@media screen and (max-width: 991px) {
  .concept .concept_section .concept_topText:before {
    left: calc(100vw / 12 * 3);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText:before {
    left: calc(100vw / 12 * 7);
  }
}

.concept .concept_section .concept_topText:after {
  width: calc(100vw / 12 * 3);
  height: 2px;
  left: calc(100vw / 12 * -1);
}

@media screen and (max-width: 991px) {
  .concept .concept_section .concept_topText:after {
    width: calc(100vw / 12 * 4);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText:after {
    width: calc(100vw / 12 * 7);
    left: 0;
  }
}

.concept .concept_section .concept_topText span {
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText span {
    text-align: right;
  }
}

.concept .concept_section .concept_topText span:before, .concept .concept_section .concept_topText span:after {
  content: "";
  display: block;
  background: #212121;
  position: absolute;
  bottom: -14px;
}

.concept .concept_section .concept_topText span:before {
  width: 2px;
  height: 50px;
  left: calc(100vw / 12 * 2 + 6px);
}

@media screen and (max-width: 991px) {
  .concept .concept_section .concept_topText span:before {
    left: calc(100vw / 12 * 3 + 6px);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText span:before {
    left: calc(100vw / 12 * 7 + 6px);
  }
}

.concept .concept_section .concept_topText span:after {
  width: calc(100vw / 12 * 3);
  height: 2px;
  left: calc(100vw / 12 * -1 + 6px);
}

@media screen and (max-width: 991px) {
  .concept .concept_section .concept_topText span:after {
    width: calc(100vw / 12 * 4);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_topText span:after {
    width: calc(100vw / 12 * 7);
    left: 6px;
  }
}

.concept .concept_section:nth-child(odd) .concept_box {
  margin-right: calc(100vw / 24 * -1);
}

@media screen and (max-width: 991px) {
  .concept .concept_section:nth-child(odd) .concept_box {
    margin-right: calc(100vw / 24 * -4);
  }
}

.concept .concept_section:nth-child(odd) .concept_box-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.concept .concept_section:nth-child(even) .concept_topText {
  margin-left: auto;
  text-align: right;
  padding-right: calc(100vw / 12);
}

@media screen and (max-width: 991px) {
  .concept .concept_section:nth-child(even) .concept_topText {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section:nth-child(even) .concept_topText {
    margin-left: 0;
    text-align: left;
  }
}

.concept .concept_section:nth-child(even) .concept_topText:before, .concept .concept_section:nth-child(even) .concept_topText:after {
  left: 0;
}

@media screen and (max-width: 767px) {
  .concept .concept_section:nth-child(even) .concept_topText:before {
    left: calc(100vw / 12 * 7);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section:nth-child(even) .concept_topText:after {
    width: calc(100vw / 12 * 7);
    /*left: calc(100vw / 24 * -1);*/
    left: 0;
  }
}

.concept .concept_section:nth-child(even) .concept_topText span:before, .concept .concept_section:nth-child(even) .concept_topText span:after {
  left: -6px;
}

@media screen and (max-width: 767px) {
  .concept .concept_section:nth-child(even) .concept_topText span:before {
    left: calc(100vw / 12 * 7 + 6px);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section:nth-child(even) .concept_topText span:after {
    width: calc(100vw / 12 * 7);
    /*left: calc(100vw / 24 * -1 + 6px);*/
    left: 6px;
  }
}

.concept .concept_section:nth-child(even) .concept_box {
  padding-left: 0;
  margin-left: calc(100vw / 24 * -1);
}

@media screen and (max-width: 991px) {
  .concept .concept_section:nth-child(even) .concept_box {
    padding-right: calc(100vw / 12);
    margin-left: calc(100vw / 24 * -4);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section:nth-child(even) .concept_box {
    margin: 0;
    padding: 0 calc(100vw / 24);
  }
}

.concept .concept_section .concept_box {
  width: calc(100vw / 24 * 11);
}

@media screen and (max-width: 991px) {
  .concept .concept_section .concept_box {
    width: calc(100vw / 24 * 14);
  }
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_box {
    width: 100%;
  }
}

.concept .concept_section .concept_box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .concept .concept_section .concept_box-wrap {
    margin-top: -60px;
  }
}

.concept .concept_section .concept_box-img {
  width: calc(100vw / 12 * 7);
  z-index: -1;
}

.salonList {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .salonList {
    margin-bottom: 100px;
  }
}

.salonList .title {
  text-align: center;
  background: url(../images/index/salon_title_bg.png) top center;
  background-size: cover;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .salonList .title {
    padding: 30px 0;
  }
}

.salonList .title .en {
  letter-spacing: .5em;
}

.salonList_list {
  padding: 0 calc(100vw / 24 * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .salonList_list {
    padding: 0 calc(100vw / 24);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.salonList_list li {
  width: calc(50% - 100vw / 24);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .salonList_list li {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .salonList_list li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .salonList_list li:last-child {
    margin-bottom: 0;
  }
}

.salonList_list-cat {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.salonList_list-cat:after {
  content: "";
  display: block;
  width: calc(100vw / 24 * 3);
  height: 2px;
  margin: 0 auto;
  background: #212121;
}

.salonList_list-img {
  margin-bottom: 20px;
}

.salonList_list-mineLogo img {
  width: 100px;
  height: 30px;
}

.salonList_list-lilyLogo img {
  width: 183px;
  height: 30px;
}

.salonList_list-name {
  margin-bottom: 10px;
}

.salonList_list-address {
  font-size: 14px;
  font-size: 1.4rem;
}

.salonList_list-tel {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .3em;
  margin-bottom: 20px;
}

.salonList_list-tel small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.salonList_list-button {
  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;
}

.salonList_list-button li {
  width: calc(50% - 5px);
  margin: 0;
}

.salonList_list-button li a {
  display: block;
  color: #212121;
  border: 1px solid;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.salonList_list-button li a:hover {
  background: #212121;
  border: 1px solid #212121;
  color: #fff;
}

.salonList_list-button li.reserve {
  margin-top: 10px;
  width: 100%;
}

.salonList_list-button li.reserve a {
  background: #ff98c7;
  color: #fff;
  border: none;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.salonList_list-button li.reserve a:hover {
  letter-spacing: .7em;
}

.recruit {
  background: url(../images/index/recruit_bg.jpg) no-repeat;
  background-position: 0 20%;
  background-size: cover;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .recruit {
    background: url(../images/index/recruit_bg_mb.jpg) no-repeat;
    background-size: cover;
  }
}

.recruit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc(100vw / 24 * 3);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .recruit_inner {
    padding: 0 calc(100vw / 24);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.recruit_title {
  text-align: center;
  width: 50%;
  padding-right: calc(100vw / 12);
}

@media screen and (max-width: 767px) {
  .recruit_title {
    width: 100%;
    padding: 0;
  }
}

.recruit_title .en {
  letter-spacing: .5em;
}

@media screen and (max-width: 991px) {
  .recruit_title .en {
    letter-spacing: .2em;
  }
}

.recruit_title .en:after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #fff;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .recruit_title .en:after {
    margin: 10px auto;
  }
}

.recruit_title .ja {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .3em;
}

.recruit_info {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .recruit_info {
    width: 100%;
  }
}

.recruit_info-title {
  margin-bottom: 20px;
}

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

.recruit_info-list li {
  width: calc(33.3333% - 10px);
  margin-bottom: 20px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  border-radius: 6px;
  /*&:nth-last-child(-n+3) {
					margin-bottom: 0;
				}*/
}

@media screen and (max-width: 767px) {
  .recruit_info-list li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.recruit_info-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.recruit_info-button {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recruit_info-button {
    max-width: 280px;
  }
}

.recruit_info-button a {
  display: block;
  color: #fff;
  border: 1px solid;
  padding: 10px 0;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.recruit_info-button a:hover {
  background: #fff;
  color: #212121;
  border: 1px solid #fff;
}

@media screen and (orientation: portrait) {
  .ipad .keyvisual_img li img {
    /* 縦向きの場合のスタイル */
  }
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* グラデーション ========= */
/* ========================================================================== */
/*@mixin text-gradation {
  color: $color-red;
  background: -webkit-linear-gradient(0deg, $gradation-blue, $gradation-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/* ========================================================================== */
/* テキストline-height ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* サロン詳細 ========= */
/* ========================================================================== */
.salon_heading {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
  background: #555;
  position: relative;
  z-index: 0;
}

.salon_heading:before {
  content: "";
  display: block;
  background: rgba(33, 33, 33, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .salon_heading {
    height: 220px;
    margin: 60px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .salon_heading {
    height: 120px;
    margin-bottom: 30px;
  }
}

.salon_heading .title {
  text-align: center;
  margin-bottom: 0;
}

.salon_heading .title .en svg {
  fill: #fff;
}

.salon_heading .title .ja {
  letter-spacing: .3em;
  color: #fff;
  font-weight: normal;
}

.salon_heading.salon_heading-mine .title .en svg {
  width: 148px;
  height: 42px;
}

@media screen and (max-width: 480px) {
  .salon_heading.salon_heading-mine .title .en svg {
    width: 81px;
    height: 23px;
  }
}

.salon_heading.salon_heading-lily .title .en svg {
  width: 260px;
  height: 42px;
}

@media screen and (max-width: 480px) {
  .salon_heading.salon_heading-lily .title .en svg {
    width: 143px;
    height: 23px;
  }
}

.salon_nav {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .salon_nav {
    margin-bottom: 30px;
  }
}

.salon_nav-inner {
  padding: 0 calc(100vw / 12 * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .salon_nav-inner {
    padding: 0 calc(100vw / 12);
  }
}

@media screen and (max-width: 767px) {
  .salon_nav-inner {
    padding: 0 calc(100vw / 24);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.salon_nav-inner li {
  width: calc(25% - 20px);
}

@media screen and (max-width: 767px) {
  .salon_nav-inner li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .salon_nav-inner li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.salon_nav-inner li a {
  display: block;
  text-align: center;
  color: #212121;
  border: 1px solid;
  font-weight: bold;
  padding: 5px 0;
}

.salon_nav-inner li.reserve a {
  background: #231815;
  color: #fff;
  border: none;
}

.salon_visualArea {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .salon_visualArea {
    margin-bottom: 100px;
  }
}

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

.salon_visualArea p {
  line-height: 0;
}

.salon_visualArea p img {
  line-height: 1;
  display: block;
}

.salon_visualArea-mainVisual {
  padding: 0 calc(100vw / 12 * 2);
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .salon_visualArea-mainVisual {
    padding: 0 calc(100vw / 12);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-mainVisual {
    width: 100%;
    margin-bottom: calc(100vw / 24);
    padding: 0 calc(100vw / 24);
  }
}

.salon_visualArea-topImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 calc(100vw / 24 * 5) 0 calc(100vw / 24);
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .salon_visualArea-topImg {
    padding: 0 calc(100vw / 24 * 3) 0 calc(100vw / 24);
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-topImg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(100vw / 24);
    padding: 0 calc(100vw / 24);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .salon_visualArea-topImg span {
    width: 100% !important;
    margin-bottom: calc(100vw / 24);
  }
  .salon_visualArea-topImg span:last-child {
    margin-bottom: 0;
  }
}

.salon_visualArea-topImg span:first-child {
  width: calc(100vw / 24 * 6);
}

@media screen and (max-width: 991px) {
  .salon_visualArea-topImg span:first-child {
    width: calc(100vw / 24 * 6.5);
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-topImg span:first-child {
    width: 100%;
  }
}

.salon_visualArea-topImg span:last-child {
  width: calc(100vw / 24 * 11);
}

@media screen and (max-width: 991px) {
  .salon_visualArea-topImg span:last-child {
    width: calc(100vw / 24 * 11.5);
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-topImg span:last-child {
    width: 100%;
  }
}

.salon_visualArea-bottomImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 calc(100vw / 24) 0 calc(100vw / 24 * 5);
}

@media screen and (max-width: 991px) {
  .salon_visualArea-bottomImg {
    padding: 0 calc(100vw / 24) 0 calc(100vw / 24 * 3);
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-bottomImg {
    padding: 0 calc(100vw / 24);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.salon_visualArea-bottomImgLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw / 24 * 13.5);
}

@media screen and (max-width: 991px) {
  .salon_visualArea-bottomImgLeft {
    width: calc(100vw / 24 * 14.5);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-bottomImgLeft {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    width: 100%;
    margin-bottom: calc(100vw / 24);
  }
  .salon_visualArea-bottomImgLeft span {
    width: 100% !important;
    margin-bottom: calc(100vw / 24);
  }
  .salon_visualArea-bottomImgLeft span:last-child {
    margin-bottom: 0;
  }
}

.salon_visualArea-bottomImgLeft span:first-child {
  width: calc(100vw / 24 * 8.5);
}

@media screen and (max-width: 991px) {
  .salon_visualArea-bottomImgLeft span:first-child {
    width: calc(100vw / 24 * 9.5);
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-bottomImgLeft span:first-child {
    width: 100%;
  }
}

.salon_visualArea-bottomImgLeft span:last-child {
  width: calc(100vw / 24 * 4);
}

@media screen and (max-width: 480px) {
  .salon_visualArea-bottomImgLeft span:last-child {
    width: 100%;
  }
}

.salon_visualArea-bottomImgRight {
  width: calc(100vw / 24 * 3.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .salon_visualArea-bottomImgRight {
    width: calc(100vw / 24 * 4);
  }
}

@media screen and (max-width: 480px) {
  .salon_visualArea-bottomImgRight {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
  .salon_visualArea-bottomImgRight span {
    width: 100% !important;
    margin-bottom: calc(100vw / 24);
  }
  .salon_visualArea-bottomImgRight span:last-child {
    margin-bottom: 0;
  }
}

.salon_visualArea-bottomImgRight span:last-child {
  margin-top: auto;
}

.salon_info {
  background: url(../images/index/concept_deco.png) no-repeat center left;
  background-size: 300px auto;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .salon_info {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .salon_info {
    background-position: top left;
    background-size: 200px auto;
  }
}

.salon_info-inner {
  padding: 0 calc(100vw / 24 * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .salon_info-inner {
    padding: calc(100vw / 24);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.salon_info-heading {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  width: calc(100vw / 24 * 8);
  padding-right: calc(100vw / 24 * 2);
}

@media screen and (max-width: 991px) {
  .salon_info-heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .salon_info-heading {
    width: 100%;
    padding-top: 50px;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .salon_info-heading {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.salon_info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid;
}

.salon_info-boxWrap {
  width: calc(100vw / 24 * 10);
  padding-right: calc(100vw / 24);
}

@media screen and (max-width: 991px) {
  .salon_info-boxWrap {
    padding-right: 0;
    padding-left: calc(100vw / 24);
  }
}

@media screen and (max-width: 767px) {
  .salon_info-boxWrap {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .salon_info-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
}

.salon_info-boxHeading {
  width: calc(100vw / 24 * 3);
  padding-right: calc(100vw / 24);
  text-align: right;
}

@media screen and (max-width: 767px) {
  .salon_info-boxHeading {
    width: calc(100vw / 24 * 7);
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .salon_info-boxHeading {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

.salon_info-boxHeading.salon_info-credit {
  font-size: 13px;
  font-size: 1.3rem;
}

.salon_info-boxText {
  width: calc(100vw / 24 * 6);
}

@media screen and (max-width: 767px) {
  .salon_info-boxText {
    width: calc(100vw / 24 * 17);
  }
}

@media screen and (max-width: 480px) {
  .salon_info-boxText {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.salon_info .parking_img {
  display: block;
  margin-top: 10px;
}

.salon_lower-heading {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .salon_lower-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.salon_staff {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .salon_staff {
    margin-bottom: 100px;
  }
}

.salon_staff-inner {
  padding: 0 calc(100vw / 12);
}

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

.salon_staff-list:before, .salon_staff-list:after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}

@media screen and (max-width: 991px) {
  .salon_staff-list:before, .salon_staff-list:after {
    width: calc(33.3333% - 15px);
  }
}

.salon_staff-list:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 991px) {
  .salon_staff-list:before {
    display: none;
  }
}

.salon_staff-list li {
  width: calc(25% - 15px);
  text-align: center;
  margin-bottom: 40px;
}

.salon_staff-list li:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .salon_staff-list li {
    width: calc(33.3333% - 15px);
  }
  .salon_staff-list li:nth-last-child(-n + 4) {
    margin-bottom: 40px;
  }
  .salon_staff-list li:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .salon_staff-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px !important;
  }
  .salon_staff-list li:last-child {
    margin-bottom: 0 !important;
  }
}

.salon_staff-listImg {
  line-height: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .salon_staff-listImg {
    width: 40%;
    margin-bottom: 0;
  }
}

.salon_staff-listImg a {
  display: block;
}

.salon_staff-listImg img {
  line-height: 1;
}

.salon_staff-listInfo a {
  display: block;
  color: #212121;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .salon_staff-listInfo {
    width: 60%;
    text-align: left;
    padding-left: 5%;
  }
}

.salon_staff-listPosition {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}

.salon_staff-listName {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}

.salon_staff-listNotice {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ff98c7;
  margin-top: 5px;
}

.salon_menu {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .salon_menu {
    margin-bottom: 100px;
  }
}

.salon_menu-inner {
  padding: 0 calc(100vw / 12);
}

.parisienne_area {
  padding: 70px 0;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .parisienne_area {
    margin-bottom: 30px;
  }
}

.parisienne_area:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #FFF4F5;
  position: absolute;
  top: 0;
  left: calc(100vw / 12 * -1);
}

@media screen and (max-width: 767px) {
  .parisienne_area .pageBody-inner {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .parisienne_area {
    padding: 40px 0;
  }
}

.parisienne_logo {
  text-align: center;
  max-width: 717px;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .parisienne_logo {
    max-width: 480px;
  }
}

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

.parisienne_box-img {
  width: 40%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .parisienne_box-img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.parisienne_box-img img {
  line-height: 1;
}

.parisienne_box-info {
  width: 60%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .parisienne_box-info {
    width: 100%;
    padding: 0;
  }
}

.parisienne_box-infoCatch {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .parisienne_box-infoCatch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.parisienne_box-infoTitle {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .parisienne_box-infoTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

.parisienne_box-infoText {
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .salon_map-inner {
    padding: 0 calc(100vw / 24);
  }
}

.salon_map-info {
  position: relative;
  margin-top: 0px;
  padding-bottom: 60vh;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .salon_map-info {
    padding-bottom: 30vh;
  }
}

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

.salon_one-button {
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .salon_one-button {
    max-width: 280px;
  }
}

.salon_one-button a {
  display: block;
  color: #212121;
  border: 1px solid;
  text-align: center;
  padding: 12px 0;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.salon_one-button a:hover {
  background: #212121;
  color: #fff;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* グラデーション ========= */
/* ========================================================================== */
/*@mixin text-gradation {
  color: $color-red;
  background: -webkit-linear-gradient(0deg, $gradation-blue, $gradation-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/* ========================================================================== */
/* テキストline-height ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* メニュー ========= */
/* ========================================================================== */
/* TITLE ========= */
.menuPageHeading .lowerPageHeading-inner {
  background: url(assets/images/menu/title_bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .menuPageHeading .lowerPageHeading-inner {
    background: url(assets/images/menu/title_bg_mb.jpg);
  }
}

.menuPage {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .menuPage {
    margin-bottom: 100px;
  }
}

.menu_warranty {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .menu_warranty {
    text-align: left;
  }
}

.menu_warranty-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.menu_warranty-text {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .menu_warranty-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.salon_menu-info {
  text-align: center;
  color: #ff98c7;
  margin-bottom: 60px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .salon_menu-info {
    margin-bottom: 30px;
  }
}

/*MENU*/
.menu_section-caution {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .menu_section-caution {
    margin-bottom: 20px;
  }
}

.setmenu_area {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .setmenu_area {
    margin-bottom: 70px;
  }
}

.setmenu_area .setmenu_area-text {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .setmenu_area .setmenu_area-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.menu-caution {
  text-align: center;
  margin: -64px auto 70px;
}

@media screen and (max-width: 767px) {
  .menu-caution {
    margin: -24px 0 32px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*メニュー　部分*/
.salon_menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.salon_menu-wrap .salon_menu {
  width: 100%;
  margin-bottom: 70px;
}

.salon_menu-wrap .salon_menu:last-child {
  margin-bottom: 0;
}

.salon_menu-wrap .salon_menu-caution {
  text-align: center;
  color: #b92c2c;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .salon_menu-wrap .salon_menu-caution {
    margin-bottom: 20px;
  }
}

.salon_menu-wrap .salon_menu-wide {
  width: 100%;
}

.salon_menu-wrap .salon_menu-wide small {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .salon_menu-wrap .salon_menu-wide small {
    display: block;
  }
}

.salon_menu-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 3px solid #212121;
  margin-bottom: 24px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .salon_menu-title {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.salon_menu-title span {
  font-family: 'Montserrat', sans-serif;
}

.salon_menu-title small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 8px 0 8px 16px;
}

@media screen and (max-width: 767px) {
  .salon_menu-title small {
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    margin: 0;
  }
}

.salon_menu-eye {
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .salon_menu-eye {
    text-align: justify;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.salon_menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.salon_menu-list li {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .salon_menu-list li {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 24px;
  }
}

.salon_menu-list li:nth-child(odd) {
  padding-left: 0;
}

.salon_menu-list li:nth-child(even) {
  padding-right: 0;
}

.salon_menu-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .salon_menu-list li:nth-last-child(-n+2) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .salon_menu-list li:last-child {
    margin-bottom: 0;
  }
}

.salon_menu-list table {
  width: 100%;
  border-collapse: collapse;
}

.salon_menu-list table tr:first-child {
  border-bottom: 1px dashed;
}

.salon_menu-list table tr th {
  text-align: left;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .salon_menu-list table tr th {
    font-size: 13px;
    font-size: 1.3rem;
    width: calc(100% - 80px);
  }
}

.salon_menu-list table tr td {
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .salon_menu-list table tr td {
    font-size: 13px;
    font-size: 1.3rem;
    width: 80px;
  }
}

.salon_menu-list table tr .menu_info small {
  display: block;
  text-align: justify;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 8px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .salon_menu-list table tr .menu_info small {
    line-height: 1.45;
  }
}

.salon_menu-list table tr .menu_info small .btn {
  margin: 8px auto 0 0;
}

.salon_menu-list table tr .menu_info small a {
  color: blue;
  text-decoration: underline;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* グラデーション ========= */
/* ========================================================================== */
/*@mixin text-gradation {
  color: $color-red;
  background: -webkit-linear-gradient(0deg, $gradation-blue, $gradation-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/* ========================================================================== */
/* テキストline-height ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* スタッフ詳細 ========= */
/* ========================================================================== */
.staff_page {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .staff_page {
    padding: 0 calc(100vw / 12);
  }
}

.staff_page-title {
  margin-top: 160px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .staff_page-title {
    line-height: 1;
    margin-top: 100px;
  }
}

.staff_one-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.staff_one-box .staff_one-img {
  width: 50%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .staff_one-box .staff_one-img {
    line-height: 1;
  }
}

.staff_one-box .staff_one-info {
  width: 50%;
  padding-left: calc(100vw / 24);
}

.staff_one-box .staff_one-info .staff_one-position {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .staff_one-box .staff_one-info .staff_one-position {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.staff_one-box .staff_one-info .staff_one-name {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .staff_one-box .staff_one-info .staff_one-name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.staff_one-section {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .staff_one-section {
    margin-bottom: 20px;
  }
}

.staff_one-sectionHeading {
  border-bottom: 2px solid;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .staff_one-sectionHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.staff_one-section:last-child {
  margin-bottom: 0;
}

.staff_one-button {
  max-width: 320px;
  width: 100%;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .staff_one-button {
    margin: 40px auto 0;
  }
}

.staff_one-button a {
  display: block;
  color: #212121;
  border: 1px solid;
  text-align: center;
  padding: 12px 0;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* グラデーション ========= */
/* ========================================================================== */
/*@mixin text-gradation {
  color: $color-red;
  background: -webkit-linear-gradient(0deg, $gradation-blue, $gradation-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
/* ========================================================================== */
/* テキストline-height ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* リクルートページ ========= */
/* ========================================================================== */
.recruit_heading {
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 120px;
}

@media screen and (max-width: 991px) {
  .recruit_heading {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .recruit_heading {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}

.recruit_heading:before {
  content: "";
  display: block;
  width: calc(100vw / 24 * 18);
  height: 100%;
  background: url(../images/recruit/keyvisual.jpg) top left no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .recruit_heading:before {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .recruit_heading:before {
    display: none;
  }
}

.recruit_heading-img {
  margin: 60px 0 30px;
  line-height: 0;
}

.recruit_heading-img img {
  line-height: 1;
}

.recruit_heading .title {
  text-align: center;
  margin-left: calc(100vw / 24 * -4);
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .recruit_heading .title {
    margin-left: calc(100vw / 24 * -8);
  }
}

@media screen and (max-width: 767px) {
  .recruit_heading .title {
    margin-left: 0;
  }
}

.recruit_heading .title:before {
  content: "";
  display: block;
  width: 520px;
  height: 122px;
  background: url(../images/recruit/keyvisual_title.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .recruit_heading .title:before {
    display: none;
  }
}

.recruit_heading .title .en {
  letter-spacing: .3em;
}

.recruit_heading .title .ja {
  letter-spacing: .3em;
}

.recruit_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

.recruit_merit-heading {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .recruit_merit-heading {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.recruit_merit-inner {
  padding: 0 calc(100vw / 24 * 3);
}

@media screen and (max-width: 991px) {
  .recruit_merit-inner {
    padding: 0 calc(100vw / 24 * 1);
  }
}

.recruit_merit-img {
  width: calc(100vw / 12 * 4);
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .recruit_merit-img {
    width: calc(100vw / 12 * 5);
  }
}

@media screen and (max-width: 767px) {
  .recruit_merit-img {
    width: 100%;
  }
}

.recruit_merit-img img {
  line-height: 1;
}

.recruit_merit-box {
  width: calc(100vw / 24 * 9);
}

@media screen and (max-width: 991px) {
  .recruit_merit-box {
    width: calc(100vw / 24 * 11);
  }
}

@media screen and (max-width: 767px) {
  .recruit_merit-box {
    width: 100%;
    text-align: center;
  }
}

.recruit_merit-boxTitle {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  border-bottom: 5px solid;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .recruit_merit-boxTitle {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 12px 4px;
    margin: 20px 0 10px;
  }
}

.recruit_merit-boxHeading {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recruit_merit-boxHeading {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit_merit-boxText {
    text-align: justify;
  }
}

@media screen and (max-width: 767px) {
  .recruit_merit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
}

.recruit_merit:nth-child(even) .recruit_merit-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .recruit_merit:nth-child(even) .recruit_merit-img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.recruit_bnr {
  width: 100%;
  max-width: 813px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */