@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: ITB_themes
Theme URI:
Author:IT-Brain Inc.
Author URI:
Description:ウェブサイト
Version: 1.1295
---------------------------------------------------------*/
/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* base ========= */
/* ========================================================================== */
/* ========================================================================== */
/* リセット ========= */
/* ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&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 {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  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: -0.25em;
}

sup {
  top: -0.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] {
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  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: 0.75s;
  animation-duration: 0.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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes 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 ========= */
/* ========================================================================== */
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ========================================================================== */
/* Luminous ポップアップ用css ========= */
/* ========================================================================== */
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  100% {
    transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
  max-width: 500px;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  transform: rotate(45deg);
}

.lum-close-button:after {
  transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  /* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}
.lum-lightbox {
  z-index: 999;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

    1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(./assets/images/catalog/skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(./assets/images/catalog/skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

    2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

    3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

    4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(./assets/images/catalog/skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
            The idea of animating inner circle is based on Polymer ("material") loading indicator 
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

    6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

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

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

body {
  background: #F2EEEB;
  color: #5E5858;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "IBM Plex Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: 1s;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body.bg-color-white {
  background: #fff;
}

button {
  touch-action: manipulation;
}

.en {
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*.page {
  overflow: hidden;
}*/
@media all and (-ms-high-contrast: none) {
  #pageHead {
    opacity: 0;
  }
  .appear #pageHead {
    opacity: 1;
  }
}
.appear {
  opacity: 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;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p,
ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  p,
  ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

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

li {
  list-style-type: none;
}

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

.color-typeA {
  color: #FC8DCA;
}

/*レイアウト*/
.page-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page-section {
    margin-bottom: 140px;
  }
}
.page-section:last-child {
  margin-bottom: 0;
}
.page-section-heading {
  padding: 0 8.3333333333vw;
  margin-bottom: 50px;
}
.page-section-heading span {
  display: block;
}
.page-section-heading span.en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .page-section-heading span.en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.page-section-heading span.ja {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-section-heading small {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 50px;
}
@media screen and (max-width: 480px) {
  .page-section-heading small {
    font-size: 6px;
    font-size: 0.6rem;
    margin-left: 24px;
  }
}
.page-section-heading small br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-section-heading small br {
    display: block;
  }
}

.pageBody-inner {
  margin: 0 auto;
  padding: 0 8.3333333333vw;
}

.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*/
/* ========================================================================== */
.lowerPage #pageHead {
  position: relative;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .lowerPage #pageHead {
    height: 80px;
  }
}
.lowerPage #pageHead:before, .lowerPage #pageHead:after {
  content: "";
  display: block;
  background: #5E5858;
  position: absolute;
  z-index: 10;
  transition: all 0.5s linear 0.5s;
}
.lowerPage #pageHead:before {
  top: 0;
  right: calc(4.1666666667vw + 60px + 20px);
  width: 1px;
  height: 0;
}
@media screen and (max-width: 767px) {
  .lowerPage #pageHead:before {
    right: auto;
    left: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage #pageHead:before {
    display: none;
  }
}
.lowerPage #pageHead:after {
  top: 180px;
  left: 0;
  width: 0;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .lowerPage #pageHead:after {
    top: 80px;
  }
}
.lowerPage #pageHead.animated:before {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .lowerPage #pageHead.animated:before {
    height: 80px;
  }
}
.lowerPage #pageHead.animated:after {
  width: 100%;
}
.lowerPage .header_nav-logo svg path,
.lowerPage .header_nav-logo svg polygon,
.lowerPage .header_nav-logo svg rect {
  fill: #5E5858;
  transition: 0.5s;
}
.lowerPage .header_nav .icon-bar {
  background: #5E5858;
}
.lowerPage .header_nav .icon-name {
  color: #5E5858;
}
.lowerPage .lowerNoHeading {
  padding-top: 120px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerNoHeading {
    padding-top: 80px;
  }
}
.lowerPageHeading {
  padding-top: 100px;
  margin: 0 0 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lowerPageHeading {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
.lowerPageHeading:before {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #5E5858;
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.5s linear 0.5s;
}
.lowerPageHeading.animated:before {
  height: 80px;
}
@media screen and (max-width: 767px) {
  .lowerPageHeading.animated:before {
    height: 40px;
  }
}
.lowerPageHeading.animated .lowerPage-title {
  transition-delay: 1s !important;
}
.lowerPage .lowerPage-title {
  width: 100%;
  text-align: center;
}
.lowerPage .lowerPage-title span {
  display: block;
  font-weight: 400;
}
.lowerPage .lowerPage-title span.en {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .lowerPage .lowerPage-title span.en {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.lowerPage .lowerPage-title span.ja {
  font-size: 16px;
  font-size: 1.6rem;
}
.lowerPage .lowerPage-title span.hidden {
  display: none;
}
.lowerPage .lowerPage-title small {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title small {
    font-size: 8px;
    font-size: 0.8rem;
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .lowerPage .lowerPage-title small {
    font-size: 6px;
    font-size: 0.6rem;
    margin-left: 24px;
  }
}
.lowerPage .lowerPage-title small br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .lowerPage .lowerPage-title small br {
    display: block;
  }
}
.lowerPage_nav {
  padding: 0 8.3333333333vw;
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .lowerPage_nav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage_nav {
    margin-bottom: 100px;
  }
}
.lowerPage_nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .lowerPage_nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
}
.lowerPage_nav ul li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lowerPage_nav ul li {
    width: calc(50% - 5px);
    flex: none;
  }
}
.lowerPage_nav ul li a {
  display: block;
  background: #5E5858;
  color: #fff;
  text-align: center;
  padding: 16px 0 13px;
}
.lowerPage_nav ul li a span.en {
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .lowerPage_nav ul li a span.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage_nav ul li a span.en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sd2 {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
.lowerPage_navi {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage_navi {
    margin-bottom: 80px;
  }
}
.lowerPage_navi .pageBody-inner {
  max-width: calc(800px + 16.6666666667vw) !important;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi .pageBody-inner {
    max-width: calc(280px + 16.6666666667vw) !important;
  }
}
.lowerPage_navi ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .lowerPage_navi ul {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage_navi ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.lowerPage_navi ul li {
  width: 100%;
}
.lowerPage_navi ul li a {
  display: block;
  color: #594532;
  border: 1px solid;
  text-align: center;
  padding: 10px 0 15px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi ul li a {
    padding: 8px 0 10px;
  }
}
.lowerPage_navi ul li a span {
  display: block;
}
.lowerPage_navi ul li a span.en {
  font-size: 16px;
  font-size: 1.6rem;
}
.lowerPage_navi ul li a span.ja {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi ul li a span.ja {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #353535;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  top: 0;
  overflow: hidden;
}
#splash.recruitPage-splash {
  background: #6C858C;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash-logo p {
  opacity: 0;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
}
#splash-logo p.animated {
  opacity: 1;
}
#splash-logo .splash-logo-small {
  font-size: 30px;
  font-size: 3rem;
}

/*===================================
Animation
================================== */
.js-fadeup {
  opacity: 0;
  filter: blur(0.4rem);
  transform: translate3d(0, 1.5rem, 0) rotate(0.001deg);
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
  transition-delay: 40ms;
}
.js-fadeup.wow {
  visibility: visible;
}
.js-fadeup.animated {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0.001deg);
}

.js-fadeups > * {
  opacity: 0;
  filter: blur(0.4rem);
  transform: translate3d(0, 1.5rem, 0) rotate(0.001deg);
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
}
.js-fadeups > *:nth-child(1) {
  transition-delay: 230ms;
}
.js-fadeups > *:nth-child(2) {
  transition-delay: 420ms;
}
.js-fadeups > *:nth-child(3) {
  transition-delay: 610ms;
}
.js-fadeups > *:nth-child(4) {
  transition-delay: 800ms;
}
.js-fadeups > *:nth-child(5) {
  transition-delay: 990ms;
}
.js-fadeups > *:nth-child(6) {
  transition-delay: 1180ms;
}
.js-fadeups > *:nth-child(7) {
  transition-delay: 1370ms;
}
.js-fadeups > *:nth-child(8) {
  transition-delay: 1560ms;
}
.js-fadeups > *:nth-child(9) {
  transition-delay: 1750ms;
}
.js-fadeups > *:nth-child(10) {
  transition-delay: 1940ms;
}
.js-fadeups > *:nth-child(11) {
  transition-delay: 2130ms;
}
.js-fadeups > *:nth-child(12) {
  transition-delay: 2320ms;
}
.js-fadeups > *:nth-child(13) {
  transition-delay: 2510ms;
}
.js-fadeups > *:nth-child(14) {
  transition-delay: 2700ms;
}
.js-fadeups > *:nth-child(15) {
  transition-delay: 2890ms;
}
.js-fadeups > *:nth-child(16) {
  transition-delay: 3080ms;
}
.js-fadeups > *:nth-child(17) {
  transition-delay: 3270ms;
}
.js-fadeups > *:nth-child(18) {
  transition-delay: 3460ms;
}
.js-fadeups > *:nth-child(19) {
  transition-delay: 3650ms;
}
.js-fadeups > *:nth-child(20) {
  transition-delay: 3840ms;
}
.js-fadeups.wow {
  visibility: visible;
}
.js-fadeups.animated > * {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0.001deg);
}

/* ========================================================================== */
/* ヘッダー ========= */
/* ========================================================================== */
#pageHead {
  top: 0;
  width: 100%;
  z-index: 151;
  padding: 0;
  transition: 1s;
  position: fixed;
  height: 120px;
}
@media screen and (max-width: 767px) {
  #pageHead {
    height: 58px;
  }
}

.scroll-logo {
  position: fixed !important;
  z-index: 1000 !important;
}
.scroll-logo .header_logo-sub {
  display: none;
}

.stoker {
  position: relative;
  z-index: 1000;
}

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  z-index: 1001;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(89, 69, 50, 0.3);
  z-index: 1000;
  transition: transform ease 0.3s;
  text-align: center;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0);
}
.follower.is-active {
  transform: scale(2);
}

/* ========================================================================== */
/* ヘッダーナビ */
/* ========================================================================== */
/* ========================================================================== */
/* ハンバーガー ========= */
/* ========================================================================== */
.header_nav-logo {
  position: absolute;
  top: 60px;
  left: 4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .header_nav-logo {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_nav-logo {
    top: 20px;
  }
}
.header_nav-logo svg {
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .header_nav-logo svg {
    width: 140px;
    height: 38px;
  }
}
.header_nav-wrap {
  position: absolute;
  top: 0;
  right: 4.1666666667vw;
  z-index: 200;
  height: 120px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .header_nav-wrap {
    height: 58px;
    right: 8.3333333333vw;
  }
}
.header_nav-menu {
  width: 100%;
  height: 100%;
  color: #5E5858;
  display: block;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column;
  gap: 5px;
}

.icon-bar {
  height: 1px;
  width: 42px;
  background: #5E5858;
  display: block;
  margin-bottom: 8px;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
}
@keyframes bar1 {
  0% {
    width: 60px;
  }
  25% {
    width: 30px;
  }
  50% {
    width: 0px;
  }
  75% {
    width: 30px;
  }
  100% {
    width: 60px;
  }
}
@keyframes bar2 {
  0% {
    width: 28px;
  }
  25% {
    width: 20px;
  }
  50% {
    width: 32px;
  }
  75% {
    width: 48px;
  }
  100% {
    width: 28px;
  }
}
@keyframes bar3 {
  0% {
    width: 43px;
  }
  25% {
    width: 60px;
  }
  50% {
    width: 13px;
  }
  75% {
    width: 18px;
  }
  100% {
    width: 43px;
  }
}
@media screen and (max-width: 767px) {
  .icon-bar {
    margin-bottom: 4px;
  }
}
.icon-bar.hidden {
  display: none;
}

.icon-name {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
  color: #5E5858;
  order: -1;
}
@media screen and (max-width: 767px) {
  .icon-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

#drawernav {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #5E5858;
  z-index: -1;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /* easeInOutExpo */
  opacity: 0;
}
#drawernav .drawernav_img {
  width: calc(100% - 750px);
  height: 100%;
  background: url(./assets/images/common/nav_bg.jpg);
  background-size: cover;
  background-position: center top;
  margin-left: auto;
}
@media screen and (min-width: 1500px) {
  #drawernav .drawernav_img {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  #drawernav .drawernav_img {
    display: none;
  }
}
#drawernav:before {
  content: "";
  display: block;
  background: #5E5858;
  position: absolute;
  z-index: 10;
  transition: all 0.3s linear 0.5s;
}
@media screen and (max-width: 991px) {
  #drawernav:before {
    display: none;
  }
}
#drawernav:before {
  top: 0;
  right: calc(4.1666666667vw + 60px + 20px);
  width: 1px;
  height: 0;
}
@media screen and (max-width: 767px) {
  #drawernav:before {
    right: auto;
    left: 8.3333333333vw;
  }
}
#drawernav .drawernav_inner {
  position: absolute;
  top: 180px;
  left: 0;
  padding: 0;
  width: 100%;
  max-width: 750px;
  padding: 0 100px;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 4.1666666667vw;
}
@media screen and (min-width: 1500px) {
  #drawernav .drawernav_inner {
    width: 50%;
    padding: 0 8.3333333333vw;
    gap: 60px;
  }
}
@media screen and (max-width: 991px) {
  #drawernav .drawernav_inner {
    max-width: 100%;
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_inner {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #drawernav .drawernav_inner {
    padding: 0 4.1666666667vw;
  }
}
#drawernav .drawernav_inner-heading {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_inner-heading {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_inner-sns {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}
#drawernav .drawernav_inner-sns p {
  margin-bottom: 20px;
}
#drawernav .drawernav_inner-sns p:last-child {
  margin-bottom: 0;
}
#drawernav .drawernav_inner-sns a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  gap: 10px;
  line-height: 1;
  color: #5E5858;
}
#drawernav .drawernav_inner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_inner-listWrap {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
  }
}
#drawernav .drawernav_inner-linkButton a {
  display: block;
  color: #5E5858;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
  padding: 20px 0;
}
#drawernav .drawernav_inner-linkButton a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 30px;
  color: #5E5858;
  margin-left: 25px;
  background: url(./assets/images/common/arrow.svg) no-repeat center center;
  background-size: 9px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_inner-linkButton a:after {
    margin-left: 15px;
    background-size: 7px;
  }
}
#drawernav .drawernav_list {
  max-width: 750px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  #drawernav .drawernav_list {
    max-width: 555px;
  }
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_list {
    max-width: 400px;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  #drawernav .drawernav_list {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
}
#drawernav .drawernav_list li {
  width: 100%;
}
#drawernav .drawernav_list li.menu-item-recruit {
  display: none;
}
#drawernav .drawernav_list-recruit {
  margin-top: 40px;
  max-width: 555px;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_list-recruit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #drawernav .drawernav_list-recruit {
    width: calc(100% - 30px);
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
  }
}
#drawernav .drawernav_list-recruit a {
  color: #5E5858;
  display: flex;
  align-items: baseline;
  padding: 30px 50px;
  position: relative;
  border: 1px solid;
}
#drawernav .drawernav_list-recruit a:before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 3px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_list-recruit a {
    padding: 20px 25px;
  }
}
#drawernav .drawernav_list-recruit a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  mask-image: url(./assets/images/index/arrow.svg);
  mask-size: 10px;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: #fff;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 50px;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_list-recruit a:after {
    mask-size: 5px;
    right: 25px;
  }
}
#drawernav .drawernav_list-recruit a span {
  display: block;
}
#drawernav .drawernav_list-recruit a span.en {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_list-recruit a span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#drawernav .drawernav_list-recruit a span.ja {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  #drawernav .drawernav_list-recruit a span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#drawernav ul {
  list-style: none;
}
#drawernav ul li {
  position: relative;
  line-height: 1.45;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  #drawernav ul li {
    width: 100%;
  }
}
#drawernav ul li:last-child {
  margin-bottom: 0;
}
#drawernav ul li a {
  color: #5E5858;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #drawernav ul li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#drawernav h4 {
  padding: 0 15px;
}
#drawernav .pageHead_navi-list {
  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 #drawernav:before {
  height: 100%;
}
.drawer-opened #drawernav:after {
  width: 100%;
}
.drawer-opened #pageHead {
  background: none !important;
  position: absolute;
}
.drawer-opened #pageHead::before, .drawer-opened #pageHead:after {
  display: none;
}
.drawer-opened #pageHead:before {
  background: none !important;
}
.drawer-opened .keyvisual-scroll {
  display: none;
}
.drawer-opened .recruitPageHeading {
  margin-top: 0;
}
.drawer-opened #overlay {
  z-index: 1;
}
.drawer-opened .header_nav-logo {
  transition: opacity 0.5s ease;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.drawer-opened .header_nav-menu {
  align-items: center;
}
.drawer-opened #pageHead,
.drawer-opened #pageHead_reserve {
  background: none !important;
}
.drawer-opened #pageHead_reserve {
  opacity: 0;
}
.drawer-opened #pageHead_reserve:before {
  border-color: transparent transparent transparent transparent;
}
.drawer-opened #page {
  box-shadow: 1px 0 2px #5E5858;
}
.drawer-opened #drawernav {
  right: 0%;
  opacity: 1;
  z-index: 100;
}
.drawer-opened #drawernav ul li {
  opacity: 1;
  transform: translateY(0);
}
.drawer-opened #drawernav ul li:nth-child(1) {
  transition-delay: calc(75ms * 1);
}
.drawer-opened #drawernav ul li:nth-child(2) {
  transition-delay: calc(75ms * 2);
}
.drawer-opened #drawernav ul li:nth-child(3) {
  transition-delay: calc(75ms * 3);
}
.drawer-opened #drawernav ul li:nth-child(4) {
  transition-delay: calc(75ms * 4);
}
.drawer-opened #drawernav ul li:nth-child(5) {
  transition-delay: calc(75ms * 5);
}
.drawer-opened #drawernav ul li:nth-child(6) {
  transition-delay: calc(75ms * 6);
}
.drawer-opened #drawernav ul li:nth-child(7) {
  transition-delay: calc(75ms * 7);
}
.drawer-opened #drawernav ul li:nth-child(8) {
  transition-delay: calc(75ms * 8);
}
.drawer-opened #drawernav ul li:nth-child(9) {
  transition-delay: calc(75ms * 9);
}
.drawer-opened #drawernav ul li:nth-child(10) {
  transition-delay: calc(75ms * 10);
}
.drawer-opened #drawernav ul li:nth-child(11) {
  transition-delay: calc(75ms * 11);
}
.drawer-opened .header_nav-menuPc .icon-name .enMain:before {
  content: "CLOSE";
}

body.drawer-opened #humberger .icon-bar {
  background: #5E5858;
  animation: none;
}

body.drawer-opened #humberger .icon-name {
  color: #5E5858;
}

body.drawer-opened .header_nav-wrap {
  position: fixed;
}
body.drawer-opened .header_nav-wrap:before {
  background: #5E5858;
}

body.drawer-opened .pageHead_navi {
  display: none;
}

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

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

body.drawer-opened #humberger .icon-bar:nth-of-type(2) {
  transform: translateX(300%);
  display: none;
}

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

body.drawer-opened .header_nav-menu .icon-name {
  margin-bottom: 0;
  font-size: 0;
}
body.drawer-opened .header_nav-menu .icon-name:before {
  content: "Close";
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  body.drawer-opened .header_nav-menu .icon-name:before {
    font-size: 1.4rem;
  }
}

body.drawer-opened .header_nav-reserve a {
  background: #353535;
}

/* ========================================================================== */
/* フッター ========= */
/* ========================================================================== */
.pageFoot {
  padding: 0 8.3333333333vw;
  margin-top: 160px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .pageFoot {
    margin-top: 60px;
    padding-bottom: 140px;
  }
}
.pageFoot_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .pageFoot_top {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot_top .pageTop {
    width: 100%;
    order: -1;
    text-align: right;
    margin-bottom: 50px;
  }
}
.pageFoot_top .pageTop a {
  color: #5E5858;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pageFoot_top .pageTop a:before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  color: #5E5858;
  background: url(./assets/images/common/_arrow.svg) no-repeat center center;
  background-size: 6px;
  transform: rotate(-90deg);
}
.pageFoot_main {
  display: grid;
  grid-template-columns: 115px 85px 1fr 250px;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .pageFoot_main {
    grid-template-columns: 115px 85px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot_main {
    display: block;
  }
}
.pageFoot_main-heading {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .pageFoot_main-heading {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.pageFoot_main-logo img {
  width: 240px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .pageFoot_main-logo img {
    width: 180px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot_main-sns {
    margin-bottom: 65px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}
.pageFoot_main-sns p a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #5E5858;
}
@media screen and (max-width: 767px) {
  .pageFoot_main-sns p a {
    gap: 10px;
    line-height: 1;
  }
}
.pageFoot_main-sns p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pageFoot_main-salon {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
    margin-bottom: 65px;
  }
}
.pageFoot_main-salonList li {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .pageFoot_main-salonList li {
    margin-bottom: 20px;
  }
}
.pageFoot_main-salonList li:last-child {
  margin-bottom: 0;
}
.pageFoot_main-salonListHeading {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  border-left: 1px solid;
  padding-left: 1em;
  line-height: 1;
}
.pageFoot_main-salonListInfo {
  width: 100%;
}
.pageFoot_main-salonListInfoAddress {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}
.pageFoot_main-salonListInfoTel {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .pageFoot_main-contents {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 30px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot_main-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.pageFoot_main-list li {
  margin-bottom: 10px;
}
.pageFoot_main-list li:last-child {
  margin-bottom: 0;
}
.pageFoot_main-list li a {
  color: #5E5858;
}
.pageFoot_main-list li a span {
  display: block;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: lowercase;
}
.pageFoot_main-list li a span::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .pageFoot_main-link {
    grid-column: 1/4;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .pageFoot_main-linkButton {
    max-width: 480px;
    margin: 0 auto;
  }
}
.pageFoot_main-linkButton a {
  display: block;
  color: #5E5858;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.pageFoot_main-linkButton a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid #5E5858;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

/* ========================================================================== */
/* parts ========= */
/* ========================================================================== */
.button a {
  display: inline-flex;
  align-items: center;
  color: #5E5858;
  border: 1px solid;
  padding: 10px 40px;
  border-radius: 50px;
  transition: background 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.button a:hover {
  background: #594532;
  color: #fff;
  border-color: #594532;
  box-shadow: 0 4px 16px 0 rgba(200, 180, 160, 0.1);
}
.button a:hover span {
  letter-spacing: 0.25em;
  transition: letter-spacing 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.button a span {
  display: block;
}
.button a span.en {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.button a span.ja {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.big-button {
  margin: 0 auto;
  max-width: 480px;
}
.big-button a {
  width: 100%;
  justify-content: center;
}

.bigButton a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  width: 330px;
  height: 130px;
  position: relative;
  z-index: 0;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .bigButton a {
    width: 240px;
    height: 97px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.bigButton a span {
  display: block;
  background: #5E5858;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 50px;
  text-align: center;
}
.bigButton a span:before, .bigButton a span:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
}
.bigButton a span:before {
  width: 106px;
  transform: rotate(-45deg);
  top: 50%;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .bigButton a span:before {
    width: 66px;
  }
}
.bigButton a span:after {
  width: 20px;
  top: 27px;
  right: 39px;
}
@media screen and (max-width: 767px) {
  .bigButton a span:after {
    width: 14px;
    top: 26px;
    right: 35px;
  }
}
.bigButton a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  z-index: -1;
  position: absolute;
  top: 12px;
  left: -12px;
}
.bigButton a:hover span {
  top: 12px;
  left: -12px;
}

/* ========================================================================== */
/* pages ========= */
/* ========================================================================== */
/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
.no-scroll {
  overflow: hidden;
}

/* ========================================================================== */
/*画像表示アニメーション*/
/* ========================================================================== */
.img-animation {
  animation: img-opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  position: relative;
}
.img-animation.animated:after {
  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;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.img-animation2 {
  transform-origin: right bottom;
  transform: translate3d(0, 100px, -300px) rotateZ(-2deg) rotateY(20deg) rotateX(-20deg);
  opacity: 0;
}
.img-animation2.animated {
  transition: transform 1.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.8s ease;
  transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg) rotateX(0deg);
  opacity: 1;
}
.img-animation2 img {
  transform-origin: center top;
  transform: translate3d(0, 0, -300px) rotateZ(-3deg) rotateY(30deg) rotateX(-15deg);
  transition-duration: 3s, 0.3s;
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06), ease;
  opacity: 0;
}
.img-animation2 img.animated {
  transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg) rotateX(0deg);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, opacity 0.6s ease 0.2s;
  opacity: 1;
}

.img-animation3 {
  overflow: hidden;
}
.img-animation3 img {
  opacity: 0;
  transform: scale(1.2);
}
.img-animation3.animated img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* ========================================================================== */
/*borderアニメーション*/
/* ========================================================================== */
.border-wrap {
  position: relative;
}
.border-wrap:before, .border-wrap:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: all 0.3s linear;
}
.border-wrap:before {
  top: 10px;
  left: 10px;
}
.border-wrap:after {
  bottom: 10px;
  right: 10px;
  transition-delay: 0.6s;
}
.border-wrap.animated:before, .border-wrap.animated:after {
  width: calc(100% - 20px);
}
.border-wrap.animated .border-in:before, .border-wrap.animated .border-in:after {
  height: calc(100% - 20px);
}
.border-wrap .border-in {
  position: relative;
}
.border-wrap .border-in:before, .border-wrap .border-in:after {
  content: "";
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: all 0.3s linear;
}
.border-wrap .border-in:before {
  bottom: 10px;
  left: 10px;
  transition-delay: 0.9s;
}
.border-wrap .border-in:after {
  top: 10px;
  right: 10px;
  transition-delay: 0.3s;
}

/* ========================================================================== */
/* TEXT ANIMATION */
/* ========================================================================== */
.animate-title,
.tween-animate-title {
  opacity: 0;
}
.animate-title.animated,
.tween-animate-title.animated {
  opacity: 1;
}
.animate-title.animated .char,
.tween-animate-title.animated .char {
  display: inline-block;
}
.animate-title .char,
.tween-animate-title .char {
  opacity: 0;
}

.animate-title.animated .char {
  animation-name: kf-animate-chars;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-title.animated .char:nth-child(1) {
  animation-delay: 0.07s;
}
.animate-title.animated .char:nth-child(2) {
  animation-delay: 0.14s;
}
.animate-title.animated .char:nth-child(3) {
  animation-delay: 0.21s;
}
.animate-title.animated .char:nth-child(4) {
  animation-delay: 0.28s;
}
.animate-title.animated .char:nth-child(5) {
  animation-delay: 0.35s;
}
.animate-title.animated .char:nth-child(6) {
  animation-delay: 0.42s;
}
.animate-title.animated .char:nth-child(7) {
  animation-delay: 0.49s;
}
.animate-title.animated .char:nth-child(8) {
  animation-delay: 0.56s;
}
.animate-title.animated .char:nth-child(9) {
  animation-delay: 0.63s;
}
.animate-title.animated .char:nth-child(10) {
  animation-delay: 0.7s;
}
.animate-title.animated .char:nth-child(11) {
  animation-delay: 0.77s;
}
.animate-title.animated .char:nth-child(12) {
  animation-delay: 0.84s;
}
.animate-title.animated .char:nth-child(13) {
  animation-delay: 0.91s;
}
.animate-title.animated .char:nth-child(14) {
  animation-delay: 0.98s;
}
.animate-title.animated .char:nth-child(15) {
  animation-delay: 1.05s;
}
.animate-title.animated .char:nth-child(16) {
  animation-delay: 1.12s;
}
.animate-title.animated .char:nth-child(17) {
  animation-delay: 1.19s;
}
.animate-title.animated .char:nth-child(18) {
  animation-delay: 1.26s;
}
.animate-title.animated .char:nth-child(19) {
  animation-delay: 1.33s;
}
.animate-title.animated .char:nth-child(20) {
  animation-delay: 1.4s;
}
.animate-title.animated .char:nth-child(21) {
  animation-delay: 1.47s;
}
.animate-title.animated .char:nth-child(22) {
  animation-delay: 1.54s;
}
.animate-title.animated .char:nth-child(23) {
  animation-delay: 1.61s;
}
.animate-title.animated .char:nth-child(24) {
  animation-delay: 1.68s;
}
.animate-title.animated .char:nth-child(25) {
  animation-delay: 1.75s;
}
.animate-title.animated .char:nth-child(26) {
  animation-delay: 1.82s;
}
.animate-title.animated .char:nth-child(27) {
  animation-delay: 1.89s;
}
.animate-title.animated .char:nth-child(28) {
  animation-delay: 1.96s;
}
.animate-title.animated .char:nth-child(29) {
  animation-delay: 2.03s;
}
.animate-title.animated .char:nth-child(30) {
  animation-delay: 2.1s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slideText {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.animate-slideText span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.animate-slideText.animated, .animate-slideText.animated span {
  transform: translate(0, 0);
}

/* ========================================================================== */
/* トップページ ========= */
/* ========================================================================== */
.topPage .page-section-heading {
  margin-bottom: 40px;
  padding: 0;
}
.topPage .page-section-heading .en {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topPage .page-section-heading .en {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* キーヴィジュアル ========= */
.topPage #pageHead {
  position: absolute;
}
.topPage .header_nav-logo {
  opacity: 0;
  transform: translateY(-30px) scale(0.97);
  filter: blur(4px);
  transition: none;
}
@media screen and (max-width: 767px) {
  .topPage .header_nav-logo {
    left: calc(8.3333333333vw + 20px);
  }
}
.topPage .header_nav-logo svg {
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .topPage .header_nav-logo svg {
    width: 140px;
    height: 38px;
  }
}

.keyvisual {
  position: relative;
  height: 100svh;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .keyvisual {
    height: 80svh;
  }
}
@media screen and (max-width: 767px) {
  .keyvisual {
    height: 100svh;
  }
}
.keyvisual:before, .keyvisual:after {
  content: "";
  display: block;
  background: #5E5858;
  position: absolute;
  z-index: 10;
  transition: all 0.3s linear 1s;
}
.keyvisual:before {
  top: 0;
  right: calc(4.1666666667vw + 60px + 20px);
  width: 1px;
  height: 0;
}
@media screen and (max-width: 767px) {
  .keyvisual:before {
    right: auto;
    left: 8.3333333333vw;
  }
}
.keyvisual.animated:before {
  height: 100%;
}
.keyvisual-img {
  opacity: 0;
  transform: translateY(0) scale(1.03);
  filter: blur(8px);
  transition: none;
}
.keyvisual-img img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .keyvisual-img img {
    height: 80svh;
  }
}
@media screen and (max-width: 767px) {
  .keyvisual-img img {
    height: 100svh;
  }
}
.keyvisual-text {
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  bottom: 50px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 3;
  right: calc(4.1666666667vw + 60px + 20px + 60px);
}
@media screen and (max-width: 767px) {
  .keyvisual-text {
    font-size: 9px;
    font-size: 0.9rem;
    right: 8.3333333333vw;
    bottom: auto;
    top: 138px;
  }
}
.keyvisual-scroll {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  right: calc(4.1666666667vw + 60px);
  bottom: 60px;
  text-align: right;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .keyvisual-scroll {
    right: auto;
    left: calc(8.3333333333vw + 10px);
  }
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
}
/* ========================================================================== */
/* RECRUIT ========= */
/* ========================================================================== */
.topRecruit-heading {
  text-align: center;
}
.topRecruit-inner {
  max-width: calc(1000px + 16.6666666667vw);
}
.topRecruit_list {
  display: flex;
}
@media screen and (max-width: 991px) {
  .topRecruit_list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.topRecruit_list li {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .topRecruit_list li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.topRecruit_list li a {
  color: #fff;
}
.topRecruit_list li a:hover figure img {
  transform: scale(1.1);
}
.topRecruit_list li figure {
  position: relative;
}
.topRecruit_list li figure img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.topRecruit_list li:first-child figcaption {
  right: 10px;
  left: auto;
}
.topRecruit_list li figcaption {
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
}
.topRecruit_list li figcaption span {
  letter-spacing: 0.2em;
}
.topRecruit_list li figcaption span.en {
  font-size: 17px;
  font-size: 1.7rem;
}
.topRecruit_list li figcaption span.ja {
  font-size: 16px;
  font-size: 1.6rem;
}
.topRecruit_list li figcaption:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  mask-image: url(./assets/images/common/arrow.svg);
  mask-size: 10px;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: #fff;
  transform: rotate(-90deg);
  margin-top: 10px;
}

/* ========================================================================== */
/* ABOUT ========= */
/* ========================================================================== */
.topAbout_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (max-width: 991px) {
  .topAbout_inner {
    flex-wrap: wrap;
  }
}
.topAbout_main {
  width: calc(100% - 810px);
  text-align: center;
  padding: 0 4.1666666667vw;
}
@media screen and (max-width: 1500px) {
  .topAbout_main {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .topAbout_main {
    width: 100%;
    padding: 100px 8.3333333333vw;
  }
}
.topAbout_main-heading {
  margin-bottom: 0;
}
.topAbout_main-heading:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #5E5858;
  margin: 20px auto 30px;
}
.topAbout_main-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 3;
  margin-bottom: 30px;
}
.topAbout_main-button a span.en {
  font-size: 16px;
  font-size: 1.6rem;
}
.topAbout-img {
  width: 810px;
}
@media screen and (max-width: 1500px) {
  .topAbout-img {
    width: 40%;
    height: 480px;
  }
  .topAbout-img img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .topAbout-img {
    width: 100%;
    height: auto;
  }
  .topAbout-img img {
    height: auto;
  }
}

/* ========================================================================== */
/* STYLE ========= */
/* ========================================================================== */
.topStyle {
  position: relative;
}
.topStyle-heading, .topNews-heading, .topBlog-heading, .topContents .page-section-heading {
  border-left: 2px solid;
  padding-left: 2rem !important;
}
.topStyle .pageBody-inner {
  padding: 0 4.1666666667vw;
}
.topStyle_list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}
.topStyle_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 90px;
}
@media screen and (max-width: 1200px) {
  .topStyle_list ul {
    gap: 30px 60px;
  }
}
@media screen and (max-width: 991px) {
  .topStyle_list ul {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .topStyle_list ul {
    min-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .topStyle_list ul li {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.topStyle_list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.topStyle-button {
  text-align: right;
  margin-top: 50px;
}

/* ========================================================================== */
/* CONTENTS ========= */
/* ========================================================================== */
.topContents {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.topContents .page-section-heading {
  margin-bottom: 30px;
}
.topContents .page-section-heading span.en {
  font-size: 16px;
  font-size: 1.6rem;
}
.topContents_list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topContents_list {
    flex-wrap: wrap;
  }
}
.topContents_list li {
  width: 50%;
  padding: 50px 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .topContents_list li {
    width: 100%;
  }
}
.topContents_list li:first-child {
  border-right: 1px solid;
}
@media screen and (max-width: 767px) {
  .topContents_list li:first-child {
    border-right: none;
    border-bottom: 1px solid;
  }
}
.topContents-img {
  margin-bottom: 30px;
}
.topContents-button {
  text-align: right;
}

/* ========================================================================== */
/* BLOG ========= */
/* ========================================================================== */
.topBlog-inner {
  max-width: calc(1000px + 16.6666666667vw);
  margin: 0 auto;
}
.topBlog_list {
  margin-bottom: 30px;
}
.topBlog_list li {
  position: relative;
}
.topBlog_list li a {
  color: #5E5858;
}
.topBlog_list-img {
  margin-bottom: 20px;
  position: relative;
}
.topBlog_list-img img {
  aspect-ratio: 1/1.4454;
  object-fit: cover;
  width: 100%;
}
.topBlog_list-date {
  font-size: 10px;
  font-size: 1rem;
  border-left: 1px solid;
  padding-left: 10px;
  margin-bottom: 10px;
}
.topBlog_list-heading {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.topBlog .swiper-button-prev,
.topBlog .swiper-button-next {
  opacity: 1;
  top: calc(50% - 76px);
  width: 30px;
  height: 30px;
  margin-top: 0;
  background: #fff;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 767px) {
  .topBlog .swiper-button-prev,
  .topBlog .swiper-button-next {
    display: block;
  }
}
.topBlog .swiper-button-prev:after,
.topBlog .swiper-button-next:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: url(./assets/images/common/arrow.svg) center center no-repeat;
  background-size: 6px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .topBlog .swiper-button-prev:after,
  .topBlog .swiper-button-next:after {
    display: block;
  }
}
.topBlog .swiper-button-prev {
  left: 20px;
}
.topBlog .swiper-button-prev:after {
  transform: translateY(-50%) rotate(90deg);
  left: 0;
}
.topBlog .swiper-button-next {
  right: 20px;
}
.topBlog .swiper-button-next:after {
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
}
.topBlog-button {
  text-align: right;
}

/* ========================================================================== */
/* NEWS ========= */
/* ========================================================================== */
.topNews .pageBody-inner {
  max-width: calc(1000px + 16.6666666667vw);
  margin: 0 auto;
}
.topNews_inner {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .topNews_inner {
    flex-wrap: wrap;
  }
}
.topNews_list {
  width: 100%;
  padding: 0 4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .topNews_list {
    width: 100%;
    padding: 0;
  }
}
.topNews_list li a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  padding: 20px 0;
  color: #5E5858;
}
.topNews_list-date {
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  font-size: 1.2rem;
}
.topNews_list-heading {
  padding-left: 30px;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}
.topNews-button {
  text-align: right;
}

/* ========================================================================== */
/* SALON LIST ========= */
/* ========================================================================== */
.topSalon_list {
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topSalon_list {
    flex-wrap: wrap;
  }
}
.topSalon_list:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.topSalon_list li {
  flex: 1;
  aspect-ratio: 1/1.0566;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topSalon_list li {
    flex: auto;
    width: 100%;
    aspect-ratio: 1/0.581333;
  }
}
.topSalon_list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #848484;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}
.topSalon_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.topSalon_list li a:before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform 0.3s;
  z-index: -2;
}
.topSalon_list li a:hover::before {
  transform: scale(1.2);
}
.topSalon_list li#topSalon_list-hair a:before {
  background: url("./assets/images/salon/ageha1.jpg") center center/cover no-repeat;
}
.topSalon_list li#topSalon_list-esthe a:before {
  background: url("./assets/images/salon/esthe1.jpg") center center/cover no-repeat;
}
.topSalon_list-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.topSalon_list-mainName {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-mainName {
    font-size: 20px;
    font-size: 2rem;
  }
}
.topSalon_list-mainCategory {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.topSalon_list-mainButton {
  border: 1px solid;
  border-radius: 50px;
  max-width: 120px;
  margin: 30px auto 0;
}

/* ANIMATION ========= */
@keyframes slideshow {
  100% {
    transform: translate3d(-57%, 0, 0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomUpBullets {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    background-position: 0 -160px;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 160px;
  }
}
@keyframes secondaryImageOverlayInMb {
  0% {
    background-position: 0 -20vh;
  }
  50% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 20vh;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 1.SALON 一覧 */
/* ========================================================================== */
.salon_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .salon_list {
    gap: 60px;
  }
}
.salon_list-box {
  width: calc(50% - 2.0833333333vw);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}
@media screen and (max-width: 767px) {
  .salon_list-box {
    width: 100%;
  }
}
.salon_list-box:nth-child(even).animated {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .salon_list-box:nth-child(even).animated {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .salon_list-box:nth-child(even).animated {
    margin-top: 0;
  }
}
.salon_list-boxImg {
  line-height: 0;
  margin-bottom: 20px;
}
.salon_list-boxImg img {
  line-height: 1;
}
.salon_list-boxImg .salon_list-swiper {
  padding-bottom: 30px;
}
.salon_list-boxImg .salon_list-swiper .swiper-pagination-bullet {
  background: #5E5858;
}
.salon_list-boxInfo {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .salon_list-boxInfo {
    padding: 0;
  }
}
.salon_list-boxHeading {
  margin-bottom: 20px;
  color: #594532;
}
@media screen and (max-width: 767px) {
  .salon_list-boxHeading {
    margin-bottom: 10px;
  }
}
.salon_list-boxHeading span {
  display: block;
  line-height: 1;
}
.salon_list-boxHeading span.en {
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .salon_list-boxHeading span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.salon_list-boxHeading span.ja {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.salon_list-boxTel {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .salon_list-boxTel {
    text-align: left;
  }
}
.salon_list-boxTel a {
  color: #5E5858;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.salon_list-boxAddress {
  border-top: 1px solid rgba(94, 88, 88, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
.salon_list-boxLink {
  margin-top: 30px;
}
.salon_list-boxCaution {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

/* ========================================================================== */
/* 2.SALON 詳細 */
/* ========================================================================== */
.salonOnePage .pageBody-inner {
  max-width: calc(1200px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto;
}
.salonOnePage_nav {
  margin-bottom: 50px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_nav {
    margin-bottom: 40px;
    margin-top: -50px;
  }
}
.salonOnePage_nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_nav ul {
    justify-content: center;
  }
}
.salonOnePage_nav ul li {
  text-transform: capitalize;
}
.salonOnePage_nav ul li a {
  color: #8C8C8C;
}
.salonOnePage_nav ul li span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .salonOnePage_nav ul li span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.salonOnePage_nav ul li.salonOnePage_nav-active {
  border-bottom: 1px solid;
}
.salonOnePage_section {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section {
    padding-bottom: 100px;
  }
}
.salonOnePage_section:nth-child(n+2) {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section:nth-child(n+2) {
    padding-top: 60px;
  }
}
.salonOnePage_section:nth-child(even) {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.salonOnePage_section:last-child {
  border-bottom: none;
}
.salonOnePage_section.salonOnePage-button {
  padding: 0;
  border: none;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section.salonOnePage-button {
    margin-top: 100px;
    padding: 0 8.3333333333vw;
  }
}
.salonOnePage_section.salonOnePage-button a {
  padding: 25px 0;
}
.salonOnePage_section.salonOnePage-button a span.en {
  font-size: 20px;
  font-size: 2rem;
}
.salonOnePage_section:last-child {
  padding-bottom: 0;
}
.salonOnePage_section-heading span {
  display: block;
}
.salonOnePage_section-heading span.en {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section-heading span.en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.salon_keyvisual {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .salon_keyvisual {
    margin-bottom: 55px;
  }
}
.salon_keyvisual img, .salon_keyvisual video {
  width: 100%;
  aspect-ratio: 1/0.56;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .salon_keyvisual .pageBody-inner {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .salon_keyvisual .pageBody-inner {
    padding: 0;
  }
}
.salon_keyvisual-swiper {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .salon_keyvisual-swiper {
    margin-bottom: 40px;
  }
}
.salon_keyvisual-swiper ul li img {
  width: 100%;
}
.salon_keyvisual-swiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #5E5858;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.salon_keyvisual-swiper .swiper-pagination-bullet-active {
  background: #5E5858;
}

@media screen and (max-width: 991px) {
  #salon_info .pageBody-inner {
    padding: 0;
  }
}

.salon_info {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .salon_info {
    margin-bottom: 60px;
  }
}
.salon_info-article {
  margin-bottom: 40px;
}
.salon_info-sns ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.salon_info-sns ul li {
  position: relative;
  display: flex;
}
.salon_info-sns ul li:last-child:after {
  display: none;
}
.salon_info-sns ul li:after {
  content: "/";
  margin-left: 20px;
}
.salon_info-sns ul li a {
  display: flex;
  align-items: baseline;
  color: #5E5858;
  gap: 5px;
}
.salon_info-box {
  display: flex;
}
@media screen and (max-width: 991px) {
  .salon_info-box {
    flex-wrap: wrap;
  }
}
.salon_info-boxMain {
  width: 440px;
}
@media screen and (max-width: 991px) {
  .salon_info-boxMain {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 8.3333333333vw;
  }
}
.salon_info-boxMap {
  width: calc(100% - 440px);
  padding-left: 4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .salon_info-boxMap {
    width: 100%;
    padding-left: 0;
  }
}
.salon_info-boxMap .salon_map-info iframe {
  width: 100%;
  aspect-ratio: 1/0.4782;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .salon_info-boxMap .salon_map-info iframe {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 991px) {
  .salon_info-boxMap .salon_map-info iframe {
    aspect-ratio: 1/0.4782;
  }
}
.salon_info-heading {
  margin-bottom: 40px;
}
.salon_info-heading span {
  display: block;
}
.salon_info-heading span.en {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .salon_info-heading span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .salon_info-heading span.en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.salon_info-section {
  margin-bottom: 30px;
  display: flex;
  align-items: baseline;
}
.salon_info-section:last-child {
  margin-bottom: 0;
}
.salon_info-sectionHeading {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .salon_info-sectionHeading {
    width: 80px;
  }
}
.salon_info-sectionText {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .salon_info-sectionText {
    width: calc(100% - 80px);
  }
}
.salon_info-sectionText p {
  margin-bottom: 30px;
}
.salon_info-sectionText p:last-child {
  margin-bottom: 0;
}
.salon_info-buttonArea {
  display: flex;
  justify-content: center;
  max-width: 840px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .salon_info-buttonArea {
    flex-wrap: wrap;
    gap: 30px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .salon_info-buttonArea {
    gap: 20px;
    padding: 0 16.6666666667vw;
  }
}
.salon_info-buttonArea li {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .salon_info-buttonArea li a {
    padding: 8px 0;
  }
}
.salon_info-buttonArea li a span.en {
  font-size: 14px;
  font-size: 1.4rem;
}

.salon_link {
  width: 29.1666666667vw;
}
@media screen and (max-width: 767px) {
  .salon_link {
    width: 100%;
  }
}
.salon_link ul li {
  margin-bottom: 40px;
}
.salon_link ul li:last-child {
  margin-bottom: 0;
}
.salon_link ul li a {
  display: block;
  color: #594532;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  padding: 8px 0 0;
  text-align: center;
  border-top: 1px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .salon_link ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.salon_link ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #594532;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 4.1666666667vw;
  transform: translateY(-50%);
}

#salon_menu .salon_menu {
  width: 100%;
  margin-top: 80px;
}
#salon_menu .salon_menu-wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu {
    margin-top: 60px;
  }
}
#salon_menu .salon_menu:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu:first-child {
    margin-top: 45px;
  }
}
#salon_menu .salon_menu-title {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #salon_menu .salon_menu-title {
    flex-wrap: wrap;
    gap: 5px;
  }
}
#salon_menu .salon_menu-title span.en {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #salon_menu .salon_menu-title span.en {
    width: 100%;
  }
}
#salon_menu .salon_menu-title span.salon_menu-titleJa {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
#salon_menu .salon_menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu-list li {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.salon_reserve {
  background: #5E5858;
  color: #fff;
  text-align: center;
  padding: 70px 8.3333333333vw;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .salon_reserve {
    margin-top: 100px;
    padding: 30px 8.3333333333vw;
  }
}
.salon_reserve-heading {
  margin-bottom: 20px;
}
.salon_reserve-heading span.en {
  font-size: 100px;
  font-size: 10rem;
  opacity: 0.2;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .salon_reserve-heading span.en {
    font-size: clamp(40px, 10.9vw, 100px);
  }
}
.salon_reserve-text {
  margin-bottom: 20px;
}
.salon_reserve .topRecruit_button {
  max-width: 360px;
}
.salon_reserve .topRecruit_button a {
  padding: 28px 0;
}
.salon_reserve .topRecruit_button a:after {
  background-size: 7px;
  right: 20px;
}

.salon_qa-inner {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .salon_qa-inner {
    margin-top: 15px;
  }
}
.salon_qa .faq-item {
  border-bottom: 1px solid #848484;
  position: relative;
  cursor: pointer;
}
.salon_qa .faq-item[open] .faq-question:after {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .salon_qa .faq-item[open] .faq-question:after {
    transform: rotate(45deg) translate(-100%, 0%);
  }
}
.salon_qa .faq-item .faq-question {
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .salon_qa .faq-item .faq-question {
    padding-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.salon_qa .faq-item .faq-question::marker {
  font-size: 0px;
  font-size: 0rem;
}
.salon_qa .faq-item .faq-question:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #5E5858;
  border-right: solid 1px #5E5858;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.salon_qa .faq-item .faq-question span.en {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .salon_qa .faq-item .faq-question span.en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.salon_qa .faq-item .faq-answer p {
  padding: 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .salon_qa .faq-item .faq-answer p {
    padding-left: 0;
    padding-right: 0;
  }
}

.salon_menu-timelimit {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .salon_menu-timelimit {
    margin-top: 45px;
  }
}
.salon_menu-timelimitTitle, .salon_menu-pickupTitle {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .salon_menu-timelimitTitle, .salon_menu-pickupTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.salon_menu-timelimitTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
}

.salon_menu-timelimitTable th,
.salon_menu-timelimitTable td {
  border: 1px solid #ccc;
  padding: 10px 8px;
  text-align: center;
}

.salon_menu-timelimitTable th {
  background: #eaf3f7;
  font-weight: bold;
}

.salon_menu-timelimitTable tr {
  background: #fff;
}

.salon_menu-timelimitTable tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}

.salon_menu-timelimitNote {
  margin-top: 8px;
  font-size: 13px;
  color: #888;
  text-align: center;
}

.salon_menu-pickup {
  margin-bottom: 100px;
  text-align: center;
}
.salon_menu-pickupCatch {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.salon_menu-pickupList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.salon_menu-pickupList li {
  border-radius: 8px;
  width: 320px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}
.salon_menu-pickupList li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.salon_menu-pickupList li h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.salon_menu-pickupList li p {
  font-size: 13px;
  font-size: 1.3rem;
}
.salon_menu-pickupPrice {
  font-size: 14px;
  font-size: 1.4rem;
}
.salon_menu-pickupLink {
  font-size: 13px;
  font-size: 1.3rem;
  color: blue;
  text-decoration: underline;
  margin-top: auto;
  display: inline-block;
  margin-top: 10px;
}

.salonRemoval .salon_menu-pickupCatch span {
  display: block;
  font-weight: bold;
  color: #fc7272;
  margin-top: 20px;
}
.salonRemoval .salon_menu .salon_menu-pickup, .salonRemoval .salon_photo .salon_menu-pickup, .salonRemoval .salon_voice .salon_menu-pickup {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .salonRemoval .salon_menu .salon_menu-pickup, .salonRemoval .salon_photo .salon_menu-pickup, .salonRemoval .salon_voice .salon_menu-pickup {
    margin-top: 45px;
  }
}
.salonRemoval .salon_menu .salon_menu-pickupList li img, .salonRemoval .salon_photo .salon_menu-pickupList li img, .salonRemoval .salon_voice .salon_menu-pickupList li img {
  height: auto;
}
.salonRemoval .salon_menu .salon_menu-pickup .button, .salonRemoval .salon_photo .salon_menu-pickup .button, .salonRemoval .salon_voice .salon_menu-pickup .button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .salonRemoval .salon_menu .salon_menu-pickup .button, .salonRemoval .salon_photo .salon_menu-pickup .button, .salonRemoval .salon_voice .salon_menu-pickup .button {
    margin-top: 45px;
  }
}
.salonRemoval .salon_photo .salon_menu-pickup, .salonRemoval .salon_voice .salon_menu-pickup {
  margin-bottom: 0;
}
.salonRemoval .salon_photo .salon_menu-pickupList li {
  text-align: center;
}
.salonRemoval .salon_photo .salon_menu-pickupList li img {
  margin-bottom: 0;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
.salon_menu-caution {
  text-align: center;
  margin-bottom: 60px;
}
.salon_menu-caution small {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
.salon_menu-section {
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .salon_menu-section {
    margin-bottom: 200px;
  }
}
.salon_menu-section::last-child {
  margin-bottom: 0;
}
.salon_menu-sectionHeading {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .salon_menu-sectionHeading {
    margin-bottom: 30px;
  }
}
.salon_menu-sectionHeading span {
  display: block;
}
.salon_menu-sectionHeading span.en {
  color: #594532;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .salon_menu-sectionHeading span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.salon_menu-sectionHeading span.ja {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.salon_menu-sectionNavi {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .salon_menu-sectionNavi {
    margin-bottom: 60px;
  }
}
.salon_menu-sectionNavi ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .salon_menu-sectionNavi ul {
    gap: 10px;
  }
}
.salon_menu-sectionNavi ul li {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 991px) {
  .salon_menu-sectionNavi ul li {
    width: calc(25% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .salon_menu-sectionNavi ul li {
    width: calc(50% - 5px);
  }
}
.salon_menu-sectionNavi ul li a {
  display: block;
  text-align: center;
  color: #5E5858;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid;
  padding: 8px 0;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .salon_menu-sectionNavi ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .salon_menu-sectionNavi ul li a {
    padding: 4px 0;
  }
}
.salon_menu-sectionNavi ul li a:hover {
  background: #594532;
  color: #fff;
}
.salon_menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 110px 120px;
}
.salon_menu-wrap .salon_menu {
  width: calc(50% - 60px);
}
@media screen and (max-width: 991px) {
  .salon_menu-wrap .salon_menu {
    width: 100%;
  }
}
.salon_menu-wrap .salon_menu-title {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .salon_menu-wrap .salon_menu-title {
    padding-bottom: 5px;
    margin-bottom: 35px;
  }
}
.salon_menu-wrap .salon_menu-title span.en {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .salon_menu-wrap .salon_menu-title span.en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .salon_menu-wrap .salon_menu-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.salon_menu-wrap .salon_menu-title small.ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .salon_menu-wrap .salon_menu-title small.ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.salon_menu-wrap .salon_menu-title small.salon_menu-sb {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .salon_menu-wrap .salon_menu-title small.salon_menu-sb {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.salon_menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 35px;
}
@media screen and (max-width: 767px) {
  .salon_menu-list {
    gap: 35px;
  }
}
.salon_menu-list li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .salon_menu-list li {
    border-bottom: 1px dashed rgba(94, 88, 88, 0.2);
    padding-bottom: 35px;
  }
}
.salon_menu-list table {
  width: 100%;
  border-collapse: collapse;
}
.salon_menu-list table tr {
  line-height: 1;
}
.salon_menu-list table tr th {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .salon_menu-list table tr th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.salon_menu-list table tr th span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.salon_menu-list table tr th span:before, .salon_menu-list table tr th span:after {
  display: inline-block;
}
.salon_menu-list table tr th span:before {
  content: "（";
}
.salon_menu-list table tr th span:after {
  content: "）";
}
.salon_menu-list table tr td {
  text-align: right;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 991px) {
  .salon_menu-list table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.salon_menu-list table tr .menu_info small {
  display: block;
  text-align: justify;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 10px;
  color: #8e8e8e;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .salon_menu-list table tr .menu_info small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.salon_menu-list table tr .menu_info small span {
  display: block;
  margin-top: 20px;
  color: #FC8DCA;
  font-weight: bold;
}
.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用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* MOVIE PAGE ========= */
.moviePage-kv {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .moviePage-kv {
    margin-bottom: 60px;
  }
}
.moviePage-kv video {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .moviePage-kv video {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .moviePage-kv video {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  .moviePage-kv video {
    height: 180px;
  }
}
.moviePage-kv:after {
  content: "Movie";
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(40px, 6vw, 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 300;
  letter-spacing: 4vw;
}
@media screen and (max-width: 480px) {
  .moviePage-kv:after {
    letter-spacing: 6vw;
    text-indent: 6vw;
  }
}

.moviePage {
  max-width: calc(1200px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto;
}
.moviePageHeading {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .moviePageHeading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moviePageHeading {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 480px) {
  .moviePageHeading {
    margin-bottom: 30px;
  }
}
.moviePage .movie_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 110px;
}
@media screen and (max-width: 991px) {
  .moviePage .movie_list {
    gap: 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .moviePage .movie_list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .moviePage .movie_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.moviePage .movie_list-movie {
  line-height: 1;
}
.moviePage .movie_list li iframe {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.moviePage .movie_list li h2 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .moviePage .movie_list li h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
.staff_area-inner {
  margin-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .staff_area-inner {
    margin-bottom: 200px;
  }
}
.staff_area-inner::last-child {
  margin-bottom: 0;
}
.staff_area .satff_wrap {
  max-width: calc(1200px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto;
}
.staff_area .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list {
    margin-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .staff_area .staff_list {
    gap: 30px 15px;
  }
}
.staff_area .staff_list li {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 991px) {
  .staff_area .staff_list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .staff_area .staff_list li {
    width: calc(50% - 7.5px);
  }
}
.staff_area .staff_list-infoInner {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .staff_area .staff_list-infoInner {
    margin-bottom: 10px;
  }
}
.staff_area .staff_list-img {
  margin-bottom: 10px;
  line-height: 0;
}
.staff_area .staff_list-img a {
  display: block;
}
.staff_area .staff_list-img img {
  line-height: 1;
  aspect-ratio: 1/1.4838;
  object-fit: cover;
  object-position: center 0;
}
.staff_area .staff_list-position {
  font-size: 12px;
  font-size: 1.2rem;
  color: #848484;
  margin-bottom: 10px;
}
.staff_area .staff_list-name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.staff_area .staff_list-read {
  color: #848484;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list-read {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.staff_area .staff_list-insta {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.staff_area .staff_list-insta svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .staff_area .staff_list-insta svg {
    width: 14px;
    height: 14px;
  }
}
.staff_area .staff_list-insta svg path {
  fill: #5E5858;
}
.staff_area .staff_list-button a {
  justify-content: center;
}
.staff_area .staff_list-button a:after {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-size: 5px;
}
.staff_area .staff_list-caution {
  font-size: 13px;
  font-size: 1.3rem;
  color: #848484;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list-caution {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* STAFF ONE ========= */
.staff_one-box {
  max-width: calc(1000px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .staff_one-box {
    margin-top: 0;
    padding: 0;
  }
}
.staff_one-main {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_one-main {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.staff_one-mainInfo {
  width: 40%;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  .staff_one-mainInfo {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staff_one-mainInfo {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
.staff_one-mainImg {
  order: -1;
  width: 60%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .staff_one-mainImg {
    width: 100%;
    margin-bottom: 30px;
  }
}
.staff_one-position {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .staff_one-position {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.staff_one-name {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .staff_one-name {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.staff_one-name small {
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  color: #848484;
  display: block;
}
@media screen and (max-width: 991px) {
  .staff_one-name small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.staff_one-insta svg {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .staff_one-insta svg {
    width: 25px;
    height: 25px;
  }
}
.staff_one-insta svg path {
  fill: #5E5858;
}
.staff_one-section {
  max-width: 415px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .staff_one-section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .staff_one-section {
    width: 100%;
    max-width: 100%;
  }
}
.staff_one-section:last-child {
  margin-bottom: 0;
}
.staff_one-sectionHeading {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #594532;
}
@media screen and (max-width: 991px) {
  .staff_one-sectionHeading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.staff_one-message, .staff_one-style {
  padding-bottom: 60px;
  max-width: calc(100% - 120px);
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .staff_one-message, .staff_one-style {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .staff_one-message, .staff_one-style {
    padding: 0 8.3333333333vw;
  }
}
.staff_one-messageHeading {
  margin-bottom: 40px;
}
.staff_one-messageHeading .en {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .staff_one-messageHeading .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.staff_one-button .big-button {
  margin-bottom: 40px;
}
.staff_one-reserve a {
  display: block;
  max-width: 430px;
  color: #fff;
  background: #594532;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 22px 0;
  position: relative;
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .staff_one-reserve a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
.staff_one-reserve a:hover {
  opacity: 0.8;
}
.staff_one-reserve a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}
.staff_one-reserve a img {
  width: 7px;
  height: 10px;
  display: block;
  margin-left: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.staff_one-back {
  text-align: center;
}
.staff_one-back a {
  display: inline-flex;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* HAIR STYLE ========= */
/* ========================================================================== */
.style_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.style_list li {
  width: calc(33.3333% - 6.6666666667px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .style_list li {
    width: calc(50% - 5px);
  }
}
.style_list img {
  width: 100%;
  height: auto;
}
.style_list-button {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .lum-lightbox-inner img {
    width: 100% !important;
  }
}

#pagination-container {
  margin-top: 40px;
}
#pagination-container ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  #pagination-container ul {
    gap: 5px;
  }
}
#pagination-container ul li {
  border: 1px solid #BFBFBF;
}
#pagination-container ul li a, #pagination-container ul li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 10px 10px;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #5E5858;
  line-height: 1;
  font-weight: bold;
}
#pagination-container ul li span.current {
  background: #C1C1C1;
  border: 2px solid #C1C1C1;
  color: #fff;
}

/* ========================================================================== */
/* スタイル覧 ========= */
/* ========================================================================== */
#style_one .btn {
  margin: 0 auto;
}

.style_one-box {
  max-width: calc(1000px + 16.6666666667vw);
  width: 100%;
  padding: 0 8.3333333333vw;
  margin: 0 auto;
}
.style_one-box .staff_one-button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .style_one-box .staff_one-button {
    margin-top: 60px;
  }
}
.style_one-main {
  display: flex;
  flex-wrap: wrap;
}
.style_one-img {
  text-align: center;
  line-height: 0;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .style_one-img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.style_one-img .thumbnail-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 5px;
  margin-top: 5px;
}
.style_one-info {
  width: 40%;
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .style_one-info {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .style_one-info {
    width: 100%;
    padding-left: 0;
  }
}
.style_one-info section {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .style_one-info section {
    margin-bottom: 60px;
  }
}
.style_one-info section:last-child {
  margin-bottom: 0;
}
.style_one-info section .salonOnePage_section-heading {
  margin-bottom: 20px;
}
.style_one-info section p {
  font-size: 13px;
  font-size: 1.3rem;
}
.style_one-staff {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .style_one-staff {
    margin-top: 60px;
  }
}
.style_one-staff .salonOnePage_section-heading {
  margin-bottom: 20px;
}
.style_one-staffBox {
  display: flex;
  align-items: center;
}
.style_one-staffBoxImg {
  width: 60%;
  order: 1;
}
@media screen and (max-width: 767px) {
  .style_one-staffBoxImg {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .style_one-staffBoxImg {
    order: 0;
  }
}
.style_one-staffBoxInfo {
  width: 40%;
  text-align: right;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .style_one-staffBoxInfo {
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .style_one-staffBoxInfo {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
}
.style_one-staffBoxPosition {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .style_one-staffBoxPosition {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.style_one-staffBoxName {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .style_one-staffBoxName {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .style_one-staffBoxName {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 480px) {
  .style_one-staffBoxName {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.style_one-staffBoxName small {
  font-weight: 200;
  font-size: 14px;
  font-size: 1.4rem;
  color: #848484;
  display: block;
}
@media screen and (max-width: 991px) {
  .style_one-staffBoxName small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.style_one-other {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .style_one-other {
    margin-top: 60px;
  }
}
.style_one-other .salonOnePage_section-heading {
  margin-bottom: 20px;
}
.style_one-otherList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.style_one-otherList li {
  width: calc(33.3333% - 6.6666666667px);
  margin-bottom: 10px;
}
.style_one-otherList img {
  width: 100%;
  height: auto;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* RECRUIT ========= */
/* ========================================================================== */
.recruitPage {
  /* CONCEPT ========= */
  /* NAVI ========= */
  /* CONTENTS ========= */
  /* GOOD POINTS ========= */
  /* CURRICULUM ========= */
  /* VOICE ========= */
  /* Requirement ========= */
  /* Photo ========= */
  /* Event ========= */
  /* Company Info Session ======== */
  /* Salon Tour ======== */
  /* Owner Message ======== */
  /* Company ======== */
  /* SDGs ======== */
}
.recruitPage_recruitment-list li {
  overflow: hidden;
}
.recruitPage_recruitment-list li a {
  display: block;
  text-align: center;
  padding: 80px 20px;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .recruitPage_recruitment-list li a {
    padding: 20px 10px;
  }
}
.recruitPage_recruitment-list li a:hover {
  transform: scale(1.2);
}
.recruitPage_recruitment-list li a span {
  display: block;
}
.recruitPage_recruitment-list li a span.en {
  font-size: 27px;
  font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_recruitment-list li a span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_recruitment-list li a span.ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitPage_recruitment-list li a span.ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_recruitment-list li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  mask-image: url(./assets/images/common/arrow.svg);
  mask-size: 10px;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: #fff;
  transform: rotate(-90deg);
  margin-top: 10px;
  margin: 0 auto;
}
.recruitPage_recruitment-list li:nth-child(1) a {
  background: #6C858C;
}
.recruitPage_recruitment-list li:nth-child(2) a {
  background: #95A7AD;
}
.recruitPageHeading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.recruitPageHeadingWrap {
  position: relative;
}
.recruitPageHeading-title {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruitPageHeading-title {
    display: flex;
    flex-direction: column-reverse;
  }
}
.recruitPageHeading-title span.en {
  font-size: 140px;
  font-size: 14rem;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPageHeading-title span.en {
    font-size: clamp(70px, 20vw, 120px);
  }
}
.recruitPageHeading-title span.ja {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  z-index: 1;
  position: relative;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .recruitPageHeading-title span.ja {
    font-size: 20px;
    font-size: 2rem;
    height: 48px;
    line-height: 48px;
    width: 91.6666666667vw;
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPageHeading-title span.ja {
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
  }
}
.recruitPageHeading-title span.ja:before {
  transform: skewX(-15deg);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #95A7AD;
}
.recruitPageHeading-button {
  position: absolute;
  bottom: 60px;
  right: 8.3333333333vw;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .recruitPageHeading-button {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
.recruitPageHeading-button a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  width: 360px;
  height: 100px;
  line-height: 100px;
  border: 2px solid;
  text-align: center;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .recruitPageHeading-button a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: block;
  }
}
.recruitPageHeading-button a:after {
  content: "";
  display: block;
  position: absolute;
  top: -20%;
  left: 0;
  width: 30%;
  height: 140%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-150%) skewX(-20deg);
  pointer-events: none;
}
.recruitPageHeading-button a:hover:after {
  animation: recruitShine 0.6s ease;
}
.recruitPage_keyvisual-img {
  position: relative;
  line-height: 0;
}
.recruitPage_keyvisual-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(94, 88, 88, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.recruitPage_keyvisual-img img, .recruitPage_keyvisual-img video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  line-height: 1;
}
.recruitPage_section {
  margin-bottom: 350px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section {
    margin-bottom: 100px;
  }
}
.recruitPage_section:first-child {
  padding-top: 90px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section:first-child {
    padding-top: 70px;
  }
}
.recruitPage_section:last-child {
  margin-bottom: 0;
}
.recruitPage_section-wrap {
  counter-reset: recruitSection 0;
}
.recruitPage_section-heading {
  border-top: 1px solid #5E5858;
  border-bottom: 1px solid #5E5858;
  height: 300px;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading {
    height: 200px;
  }
}
.recruitPage_section-heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(94, 88, 88, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruitPage_section-heading .pageBody-inner {
  max-width: calc(1080px + 16.6666666667vw);
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  width: 100%;
  gap: 0 15px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading .pageBody-inner {
    flex-wrap: wrap;
  }
}
.recruitPage_section-heading .pageBody-inner:after {
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #fff;
  order: 2;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading .pageBody-inner:after {
    display: none;
  }
}
.recruitPage_section-heading span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading span {
    display: block;
    width: 100%;
  }
}
.recruitPage_section-heading span.en {
  font-size: 60px;
  font-size: 6rem;
  order: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading span.en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.recruitPage_section-heading span.ja {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  order: 3;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading span.ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recruitPage_concept .pageBody-inner {
  max-width: calc(1080px + 16.6666666667vw);
}
.recruitPage_concept-heading {
  text-align: center;
  margin-bottom: 20px;
}
.recruitPage_concept-heading span {
  display: block;
}
.recruitPage_concept-heading span.en {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_concept-heading span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_concept-heading span.ja {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_concept-heading span.ja {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.recruitPage_concept-text {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_concept-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recruitPage_concept .topRecruit_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_concept .topRecruit_list {
    margin-bottom: 60px;
  }
}
.recruitPage_concept-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .recruitPage_concept-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_concept-list {
    margin-bottom: 60px;
  }
}
.recruitPage_concept-list li {
  text-align: center;
}
.recruitPage_concept-list li:nth-child(even) {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_concept-list li:nth-child(even) {
    margin-top: 0;
  }
}
.recruitPage_concept-list li img {
  display: block;
  margin-bottom: 20px;
}
.recruitPage_concept-list li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
}
@media screen and (max-width: 1200px) {
  .recruitPage_concept-list li p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_concept-list li p {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .recruitPage_concept-list li p br.visible-xs {
    display: block;
  }
}
.recruitPage_nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .recruitPage_nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_nav-list {
    grid-template-columns: 1fr;
  }
}
.recruitPage_nav-list li a {
  display: block;
  color: #5E5858;
  position: relative;
  border-bottom: 2px solid;
  padding-bottom: 20px;
  position: relative;
}
.recruitPage_nav-list li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #5E5858;
  border-right: 0;
}
.recruitPage_nav-list li a span {
  display: block;
  line-height: 1;
  text-align: center;
}
.recruitPage_nav-list li a span.en {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .recruitPage_nav-list li a span.en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.recruitPage_nav-list li a span.ja {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .recruitPage_nav-list li a span.ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitPage_content {
  margin-bottom: 120px;
}
.recruitPage_content:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content {
    margin-bottom: 80px;
  }
}
.recruitPage_content:last-child {
  margin-bottom: 0;
}
.recruitPage_content .pageBody-inner {
  max-width: calc(1080px + 16.6666666667vw);
}
.recruitPage_content-heading {
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 30px;
  border-left: 1px solid;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-heading {
    flex-wrap: wrap;
    padding-left: 0;
    border-left: 0;
    gap: 15px;
  }
}
.recruitPage_content-heading span {
  display: block;
  line-height: 1;
}
.recruitPage_content-heading span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-heading span.en {
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 15px;
    border-left: 1px solid;
  }
}
.recruitPage_content-heading span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-heading span.ja {
    width: 100%;
  }
}
.recruitPage_content-box {
  border: 1px solid;
  padding: 40px 40px 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-box {
    padding: 30px 20px 40px;
  }
}
.recruitPage_content-boxHeading {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxHeading {
    margin-bottom: 60px;
  }
}
.recruitPage_content-boxHeading span.en {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxHeading span.en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recruitPage_content-boxHeading:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  height: 1px;
  background: #5E5858;
  position: absolute;
  bottom: -40px;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxHeading:after {
    width: calc(100% + 40px);
    left: -20px;
    bottom: -30px;
  }
}
.recruitPage_content-boxText {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxText {
    text-align: justify;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_content-boxText br.visible-xs {
    display: block;
  }
}
.recruitPage_content-boxList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .recruitPage_content-boxList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruitPage_content-boxList li {
  background: #fff;
  text-align: center;
  padding: 20px 5px;
}
.recruitPage_content-boxList li img {
  width: 86px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .recruitPage_content-boxList li img {
    width: 43px;
  }
}
.recruitPage_content-boxListHeading {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxListHeading {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage_content-boxListText {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxListText {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.recruitPage_content-boxFlow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_content-boxFlow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxFlow {
    grid-template-columns: 1fr;
  }
}
.recruitPage_content-boxFlow li {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruitPage_content-boxFlow li:nth-child(2n):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxFlow li:nth-child(2n):after {
    display: block;
  }
}
.recruitPage_content-boxFlow li:last-child:after {
  display: none;
}
.recruitPage_content-boxFlow li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #5E5858;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 27.5px);
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxFlow li:after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 6px solid #5E5858;
    top: calc(100% + 27.5px);
    transform: translateX(-50%);
    left: 50%;
  }
}
.recruitPage_content-boxFlowNumber {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid;
  border-radius: 30px;
  margin: 0 auto 10px;
  text-align: center;
  width: 95px;
}
.recruitPage_content-boxFlowHeading {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxFlowHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_content-boxFlow p {
  text-align: justify;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruitPage_content-boxFlow p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_midcareer .recruitPage_section-heading {
    background-position: top right;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_midcareer .recruitPage_section-heading {
    background-position: 60% top;
  }
}
.recruitPage_midcareer .recruitPage_point {
  padding-bottom: 120px;
  border-bottom: 1px solid #5E5858;
}
.recruitPage_point-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruitPage_point-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.recruitPage_point-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_point-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 480px;
    margin: 0 auto 60px;
  }
}
.recruitPage_point-nav li a {
  display: block;
  color: #5E5858;
  text-align: center;
}
.recruitPage_point-nav li a img {
  display: block;
  margin-bottom: 10px;
}
.recruitPage_point-nav li a p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 991px) {
  .recruitPage_point-nav li a p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitPage_point-nav li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 8px solid #AAA2A2;
  border-bottom: 0;
  margin: 10px auto 0;
}
.recruitPage_point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruitPage_point-list {
    grid-template-columns: 1fr;
    gap: 60px 0;
    margin-bottom: 60px;
  }
}
.recruitPage_point-listNumber {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.recruitPage_point-list img {
  display: block;
  margin-bottom: 20px;
}
.recruitPage_point-listHeading {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_point-listHeading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.recruitPage_point-listText {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
}
.recruitPage_curriculum-header {
  background: #ddd;
  color: #fff;
  padding: 100px 0;
  margin-bottom: 100px;
  z-index: 0;
  position: relative;
  background-size: cover;
  border-top: 1px solid #5E5858;
  border-bottom: 1px solid #5E5858;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-header {
    background-position: 25% top;
  }
}
.recruitPage_curriculum-header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(94, 88, 88, 0.8);
  z-index: -1;
}
.recruitPage_curriculum-headerHeading {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-headerHeading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recruitPage_curriculum-headerText {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
}
.recruitPage_curriculum-section {
  padding-bottom: 90px;
  margin-bottom: 90px;
  border-bottom: 1px solid;
}
.recruitPage_curriculum-section--career {
  margin-top: -90px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-section--career {
    padding-bottom: 40px;
  }
}
.recruitPage_curriculum-section--career:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(./assets/images/recruit/curriculum_career_bg.jpg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-section--career:before {
    width: 100%;
    height: 200px;
    position: static;
    display: block;
    background-position: center center;
  }
}
.recruitPage_curriculum-section--careerBox {
  width: 50%;
  margin-left: auto;
  padding: 70px 0 70px 8.3333333333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-section--careerBox {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.recruitPage_curriculum-section--careerBox p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  text-align: justify;
  margin-top: -30px;
}
.recruitPage_curriculum-sectionHeading {
  margin-bottom: 50px;
}
.recruitPage_curriculum-sectionHeading span {
  display: block;
}
.recruitPage_curriculum-sectionHeading span.en {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.recruitPage_curriculum-sectionHeading span.ja {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-sectionHeading span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recruitPage_curriculum-sectionHeading span.ja small {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .recruitPage_curriculum-sectionHeading span.ja small {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
.recruitPage_curriculum-list {
  border: 1px solid;
  padding: 15px;
  text-align: center;
}
.recruitPage_curriculum-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 0;
}
@media screen and (max-width: 1200px) {
  .recruitPage_curriculum-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-list ul {
    grid-template-columns: 1fr;
    display: none;
  }
}
.recruitPage_curriculum-list ul li {
  border-right: 1px dashed;
  padding: 0 10px 30px;
}
.recruitPage_curriculum-list ul li:nth-child(4n) {
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .recruitPage_curriculum-list ul li:nth-child(2n) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-list ul li {
    border-right: 0;
    padding-bottom: 10px;
  }
}
.recruitPage_curriculum-list ul li p {
  font-size: 12px;
  font-size: 1.2rem;
}
.recruitPage_curriculum-list ul li p span {
  display: block;
  background: #DDD7D7;
  font-weight: bold;
  margin-bottom: 5px;
}
.recruitPage_curriculum-list ul li.debut p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 8px solid #AAA2A2;
  border-bottom: 0;
  margin: 10px auto;
}
.recruitPage_curriculum-list ul li.debut:after {
  content: "スタイリストデビュー！";
  display: block;
  background: #AAA2A2;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_curriculum-list ul li.debut:after {
    padding: 15px 0;
  }
}
.recruitPage_curriculum-list ul.is-open {
  display: grid;
  margin-top: 20px;
}
.recruitPage_curriculum-listHeading {
  font-size: 16px;
  font-size: 1.6rem;
  background: #5E5858;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.recruitPage_curriculum-listWrap {
  counter-reset: curriculum 0;
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list {
  position: relative;
  margin-top: 140px;
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:first-child {
  margin-top: 110px;
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:last-child:after {
  display: none;
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:before {
  counter-increment: curriculum 1;
  content: counter(curriculum) "st year";
  display: inline-block;
  border: 1px solid;
  padding: 2px 0;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-size: 2rem;
  width: 150px;
  border-radius: 30px;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 20px solid #AAA2A2;
  border-bottom: 0;
  margin: 10px auto;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:nth-child(2):before {
  content: counter(curriculum) "nd year";
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:nth-child(3):before {
  content: counter(curriculum) "rd year";
}
.recruitPage_curriculum-listWrap .recruitPage_curriculum-list:nth-child(n+4):before {
  content: counter(curriculum) "th year";
}
.recruitPage_curriculum-toggle a {
  display: block;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 0;
  position: relative;
}
.recruitPage_curriculum-toggle a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #5E5858;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.recruitPage_voice {
  padding-bottom: 120px;
  border-bottom: 1px solid #5E5858;
}
.recruitPage_voice-box {
  display: flex;
  gap: 8.3333333333vw;
  padding-bottom: 90px;
  border-bottom: 1px solid;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.recruitPage_voice-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.recruitPage_voice-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-box:nth-child(even) {
    flex-direction: row;
  }
}
.recruitPage_voice-boxImg {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .recruitPage_voice-boxImg {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-boxImg {
    width: 100%;
  }
}
.recruitPage_voice-boxMain {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .recruitPage_voice-boxMain {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-boxMain {
    width: 100%;
  }
}
.recruitPage_voice-boxMainHeader {
  margin-bottom: 30px;
}
.recruitPage_voice-boxMain span.en {
  font-size: 12px;
  font-size: 1.2rem;
}
.recruitPage_voice-boxMainName {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
}
.recruitPage_voice-boxMainName span.ja {
  font-size: 18px;
  font-size: 1.8rem;
}
.recruitPage_voice-boxMainPosition {
  font-size: 14px;
  font-size: 1.4rem;
}
.recruitPage_voice-boxMainPosition:before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
}
.recruitPage_voice-boxSection {
  margin-bottom: 30px;
}
.recruitPage_voice-boxSection:last-child {
  margin-bottom: 0;
}
.recruitPage_voice-boxSectionHeading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruitPage_voice-boxSectionHeading:before {
  content: "Q.";
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.recruitPage_voice-boxSectionText {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  margin-bottom: 20px;
}
.recruitPage_voice-boxSectionText:last-child {
  margin-bottom: 0;
}
.recruitPage_requirement .recruitPage_recruitment-list {
  margin: 80px auto 0;
  padding: 0 8.3333333333vw;
}
.recruitPage_photo .recruitPage_section-heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo .recruitPage_section-heading {
    background-position: 70% center;
    margin-bottom: 50px;
  }
}
.recruitPage_photo-top {
  display: flex;
  gap: 40px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-top {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 10px;
  }
}
.recruitPage_photo-topMain {
  width: 60%;
  background-size: cover;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-topMain {
    width: 100%;
    height: 200px;
  }
}
.recruitPage_photo-topSub {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-topSub {
    width: 100%;
  }
}
.recruitPage_photo-topSub p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  margin-bottom: 40px;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-topSub p {
    margin-bottom: 30px;
  }
}
.recruitPage_photo-bottom, .recruitPage_event-list {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-bottom, .recruitPage_event-list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-bottom div, .recruitPage_event-list div {
    width: calc(50% - 5px);
  }
}
.recruitPage_photo-bottom img, .recruitPage_event-list img {
  display: block;
  width: 100%;
}
.recruitPage_event .recruitPage_section-heading {
  margin-bottom: 70px;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .recruitPage_event .recruitPage_section-heading {
    margin-bottom: 50px;
  }
}
.recruitPage_event-list {
  counter-reset: event 0;
  margin-bottom: 60px;
}
.recruitPage_event-list div:before {
  counter-increment: event 1;
  content: "Event.0" counter(event);
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.recruitPage_event-text {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_event-text {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.recruitPage_event-textHeading {
  display: flex;
  align-items: center;
  gap: 40px;
  width: calc(100% - 440px);
}
@media screen and (max-width: 1200px) {
  .recruitPage_event-textHeading {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_event-textHeading {
    gap: 20px;
  }
}
.recruitPage_event-textHeading span.en {
  font-size: 60px;
  font-size: 6rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruitPage_event-textHeading span.en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_event-textHeading span.en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.recruitPage_event-textHeading:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #5E5858;
}
.recruitPage_event-text p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  width: 440px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_event-text p {
    width: 100%;
  }
}
.recruitPage_tour .recruitPage_section-heading {
  background-position: center center;
}
.recruitPage_session-text, .recruitPage_salonTour-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruitPage_session-text, .recruitPage_salonTour-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.recruitPage_session-box, .recruitPage_salonTour-box {
  display: flex;
  gap: 30px 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .recruitPage_session-box, .recruitPage_salonTour-box {
    flex-wrap: wrap;
  }
}
.recruitPage_session-boxImg {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruitPage_session-boxImg {
    width: 100%;
  }
}
.recruitPage_session-boxText {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruitPage_session-boxText {
    width: 100%;
  }
}
.recruitPage_session-boxText p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruitPage_session-boxText p {
    margin-bottom: 20px;
  }
}
.recruitPage_session-boxText p:last-child {
  margin-bottom: 0;
}
.recruitPage_session-boxText p span {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruitPage_session-boxText p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_salonTour .recruitPage_recruitment-list {
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_salonTour .recruitPage_recruitment-list {
    margin-top: 60px;
  }
}
.recruitPage_salonTour .recruitPage_recruitment-list a {
  background: #95A7AD !important;
  padding: 40px 20px;
}
.recruitPage_owner {
  padding: 90px 0;
  border-top: 1px solid #5E5858;
  border-bottom: 1px solid #5E5858;
}
.recruitPage_owner .recruitPage_content-heading {
  margin-bottom: 60px;
}
.recruitPage_owner-box {
  display: flex;
  gap: 40px 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.recruitPage_owner-boxImg {
  width: 400px;
}
@media screen and (max-width: 991px) {
  .recruitPage_owner-boxImg {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-boxImg {
    width: 100%;
  }
}
.recruitPage_owner-boxImg span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-boxImg span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_owner-boxText {
  width: calc(100% - 400px - 8.3333333333vw);
}
@media screen and (max-width: 991px) {
  .recruitPage_owner-boxText {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-boxText {
    width: 100%;
  }
}
.recruitPage_owner-boxText p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  margin-bottom: 30px;
  text-align: justify;
}
.recruitPage_owner-boxText p:last-child {
  margin-bottom: 0;
}
.recruitPage_company {
  border-top: 1px solid #5E5858;
  padding-top: 90px;
}
.recruitPage_company .recruitRecruitment_box {
  margin-top: 50px;
  padding: 20px 30px;
  border: 1px solid #5E5858;
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitRecruitment_box {
    margin-top: 0;
  }
}
.recruitPage_company .recruitRecruitment_box-list li {
  border-bottom-color: #5E5858;
}
.recruitPage_company .recruitRecruitment_box-list li:last-child {
  border-bottom: 0;
}
.recruitPage_sdgs-text {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .recruitPage_sdgs-text {
    margin-bottom: 30px;
  }
}
.recruitPage_sdgs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .recruitPage_sdgs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_sdgs-list {
    grid-template-columns: 1fr;
  }
}
.recruitPage_sdgs-list li {
  border: 1px solid #5E5858;
}
.recruitPage_sdgs-listHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  text-align: center;
  padding: 0 15px;
  border-bottom: 1px solid #5E5858;
}
@media screen and (max-width: 767px) {
  .recruitPage_sdgs-listHeading {
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    padding: 10px;
  }
}
.recruitPage_sdgs-list p {
  padding: 20px 20px 30px;
  text-align: justify;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_sdgs-list p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@keyframes recruitShine {
  0% {
    transform: translateX(-150%) skewX(-20deg);
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  100% {
    transform: translateX(250%) skewX(-20deg);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .recruitPageHeading-button a:hover:after {
    animation: none !important;
  }
}
/* all ======================== */
.kvWrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kvWrap {
    margin-top: 64px;
  }
}

.blogBody {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0 4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .blogBody {
    width: 100%;
  }
}
.blogBody .blogBody_inner {
  /* == ●●● list ●●● == */
  /* == ●●● side ●●● == */
}
.blogBody .blogBody_inner:nth-of-type(1) {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .blogBody .blogBody_inner:nth-of-type(1) {
    width: 100%;
  }
}
.blogBody .blogBody_inner:nth-of-type(2) {
  width: 20%;
  /* == ●●● author ●●● == */
}
@media screen and (max-width: 767px) {
  .blogBody .blogBody_inner:nth-of-type(2) {
    width: 100%;
    margin-top: 56px;
  }
}
.blogBody .blogBody_inner:nth-of-type(2) .sidebarWrap {
  margin-bottom: 40px;
}
.blogBody .blogBody_inner:nth-of-type(2) .sidebarWrap:nth-of-type(1) ul li::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f15b";
  display: inline-block;
  color: #c7c7c7;
  margin-right: 5px;
}
.blogBody .blogBody_inner:nth-of-type(2) .sidebarWrap:nth-of-type(3) ul li::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f073";
  display: inline-block;
  color: #c7c7c7;
  margin-right: 5px;
}
.blogBody .blogBody_inner:nth-of-type(2) .sidebarWrap .sidebarTitle {
  border-left: 5px solid #aaa69d;
  padding-left: 8px;
  font-weight: 900;
  font-size: 1.8rem;
}
.blogBody .blogBody_inner:nth-of-type(2) .sidebarWrap ul {
  margin-top: 24px;
}
.blogBody .blogBody_inner:nth-of-type(2) .sidebarWrap ul li {
  width: 100%;
  margin-bottom: 16px;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea {
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner {
  width: 50%;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner {
    width: 33.3333%;
  }
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner img {
  display: block;
  border-radius: 50%;
  margin-bottom: 5px;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner a {
  text-align: center;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner a span {
  display: block;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner a span:nth-of-type(2) {
  font-size: 10px;
  font-size: 1rem;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner a span:nth-child(3) {
  font-size: 9px;
  font-size: 0.9rem;
}
.blogBody .blogBody_inner a {
  color: #5E5858;
}

/* == ■■■■■■ breadcrumb ■■■■■■ == */
.breadcrumbs_single {
  color: #6f6f6f;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.breadcrumbs_single .breadcrumbs_single_inner {
  padding: 8px 0;
  margin: 0 auto;
}
.breadcrumbs_single .breadcrumbs_single_inner span {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_single .breadcrumbs_single_inner span {
    font-size: 1.2rem;
    margin: 0 2px;
  }
}
.breadcrumbs_single .breadcrumbs_single_inner span:first-of-type {
  margin-left: 0;
}
.breadcrumbs_single .breadcrumbs_single_inner span:last-of-type [property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .breadcrumbs_single .breadcrumbs_single_inner span:last-of-type [property=name] {
    max-width: 120px;
  }
}
.breadcrumbs_single .breadcrumbs_single_inner span a {
  color: #5d4c43;
}

/* == ■■■■■■ socialBtn ■■■■■■ == */
.socialBtn {
  display: flex;
  flex-flow: wrap;
}
.socialBtn li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .socialBtn li {
    width: 50%;
  }
}
.socialBtn li.twitter {
  background-color: #00ABF1;
}
.socialBtn li.facebook {
  background-color: #395899;
}
.socialBtn li.line {
  background-color: #00B900;
}
.socialBtn li.pocket {
  background-color: #F13B4C;
}
.socialBtn li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.socialBtn li a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.socialBtn li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}

/* == ■■■■■■ reserve bana ■■■■■■ == */
.post_reserveBanaArea {
  border-top: 1px dashed rgb(214, 214, 214);
  border-bottom: 1px dashed rgb(214, 214, 214);
  padding: 40px 0;
}
.post_reserveBanaArea .reserveTitle {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 2.4rem;
  color: rgb(121, 121, 121);
}
.post_reserveBanaArea .reserveTitle::before {
  content: "";
  width: 24px;
  height: 3px;
  background-color: rgb(121, 121, 121);
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.post_reserveBanaArea-inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.post_reserveBanaArea-inner li {
  width: 48%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .post_reserveBanaArea-inner li {
    margin-bottom: 16px;
  }
}
.post_reserveBanaArea-inner li:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .post_reserveBanaArea-inner li:nth-child(3) {
    margin-bottom: 16px;
  }
}
.post_reserveBanaArea-inner li:nth-child(4) {
  margin-bottom: 0;
}

/* == ■■■■■■ salon info ■■■■■■ == */
.post_salonInfo {
  margin-bottom: 24px;
  border-bottom: 1px dashed rgb(214, 214, 214);
  padding: 40px 0;
}
.post_salonInfo .post_salonInfoTitle {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2.4rem;
  color: rgb(121, 121, 121);
}
.post_salonInfo .post_salonInfoTitle::before {
  content: "";
  width: 24px;
  height: 3px;
  background-color: rgb(121, 121, 121);
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.post_salonInfo-inner:nth-of-type(1) {
  margin-top: 32px;
}
.post_salonInfo-inner:nth-of-type(1) .post_salonInfo-inner-area {
  margin-bottom: 16px;
}
.post_salonInfo-inner:nth-of-type(1) .post_salonInfo-inner-area p:nth-of-type(1) {
  font-weight: bold;
}
.post_salonInfo-inner:nth-of-type(1) .post_salonInfo-inner-area p:nth-of-type(2) {
  margin-top: 8px;
}
.post_salonInfo-inner:nth-of-type(1) .post_salonInfo-inner-area p:nth-of-type(3) {
  margin-top: 8px;
}
.post_salonInfo-inner:nth-of-type(2) {
  margin-top: 32px;
}
.post_salonInfo-inner:nth-of-type(2) span {
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #6f6f6f;
  margin-right: 8px;
}
.post_salonInfo-inner:nth-of-type(2) span:last-of-type {
  margin-right: 0;
}
.post_salonInfo-inner:nth-of-type(3) {
  margin-top: 32px;
}
.post_salonInfo-inner:nth-of-type(3) .post_salonInfo-text:nth-of-type(1) {
  margin-bottom: 16px;
}
.post_salonInfo-inner:nth-of-type(3) .post_salonInfo-text:nth-of-type(1) p {
  margin-bottom: 10px;
}
.post_salonInfo-inner:nth-of-type(3) .post_salonInfo-text:nth-of-type(2) {
  line-height: 2.2;
  font-size: 1.4rem;
  font-style: italic;
  color: #838383;
}

/* == ■■■■■■ pager ■■■■■■ == */
.pagelink {
  margin: 0 auto;
}
.pagelink .page-numbers {
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin-right: 5px;
}
.pagelink span.current {
  background-color: rgb(128, 128, 128);
  color: #fff;
}

/* == ■■■■■■ heading ■■■■■■ == */
.heading_area {
  width: 100%;
  margin: 180px auto 0 auto;
  color: #000;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .heading_area {
    margin: 100px auto 0 auto;
  }
}
.heading_area span {
  position: relative;
  font-family: "Gudea", sans-serif;
  font-style: italic;
  padding: 0px;
  font-size: 3.8rem;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  border-bottom: 2px solid #000;
  text-align: center;
  z-index: 1;
  transform: rotate(0.028deg);
}
@media screen and (max-width: 991px) {
  .heading_area span {
    font-size: 2.8rem;
  }
}
.heading_area::before {
  content: "";
  border-bottom: 1px solid #d7d8d8;
  bottom: 3px;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/* archive ======================== */
.blogArchive_Wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.blogArchive_Wrap li {
  width: 48%;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .blogArchive_Wrap li {
    width: 100%;
    margin-bottom: 56px;
  }
  .blogArchive_Wrap li:last-child {
    margin-bottom: 0;
  }
}
.blogArchive_Wrap.blogArchivePerson_Wrap {
  display: flex;
  flex-flow: wrap;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 40px;
  justify-content: flex-start;
}
@media screen and (max-width: 374px) {
  .blogArchive_Wrap.blogArchivePerson_Wrap {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .blogArchive_Wrap.blogArchivePerson_Wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.blogArchive_Wrap.blogArchivePerson_Wrap li {
  width: 33.3333333%;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .blogArchive_Wrap.blogArchivePerson_Wrap li {
    width: 100%;
    padding: 0;
    margin-bottom: 56px;
  }
  .blogArchive_Wrap.blogArchivePerson_Wrap li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .blogArchive_Wrap.blogArchivePerson_Wrap li {
    padding: 12px;
  }
}
.blogArchive_Wrap .blogContents .blogContents_inner {
  /* == ■■■■■■ img ■■■■■■ == */
  /* == ■■■■■■ category ■■■■■■ == */
  /* == ●●● info ●●● == */
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) {
  position: relative;
  /* == ●●● avatar ●●● == */
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) a {
  display: block;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) a span {
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 6.666%;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) a span::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) .avatarWrap {
  position: absolute;
  bottom: -48px;
  right: 8px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) .avatarWrap p:nth-of-type(1) {
  width: 80px;
  height: 80px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) .avatarWrap p:nth-of-type(1) img {
  border-radius: 50%;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(1) .avatarWrap p:nth-of-type(2) {
  font-size: 1.2rem;
  margin-top: 8px;
  text-align: center;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(2) {
  display: flex;
  flex-flow: wrap;
  margin-top: 16px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(2) p {
  margin-right: 5px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(2) p span {
  border: 1px solid #969696;
  font-size: 1.4rem;
  padding: 5px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(2) p span a {
  color: #969696;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) {
  margin-top: 16px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) p:nth-of-type(1) {
  font-size: 1.2rem;
  margin-top: 24px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) p:nth-of-type(1) span {
  display: inline-block;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) p:nth-of-type(1) span:nth-of-type(1) {
  margin-right: 12px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) p:nth-of-type(1) span:nth-of-type(1)::before {
  content: "\f073";
  font-style: normal;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #aaa;
  margin-right: 5px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) p:nth-of-type(1) span:nth-of-type(2)::before {
  content: "\f01e";
  font-style: normal;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #aaa;
  margin-right: 5px;
}
.blogArchive_Wrap .blogContents .blogContents_inner:nth-of-type(3) p:nth-of-type(2) {
  margin-top: 5px;
  line-height: 1.75;
  font-weight: bold;
  font-size: 1.8rem;
}
.blogArchive_Wrap .blogContents .blogContents_inner a {
  color: #5E5858;
}

/* archive person ======================== */
.noPost {
  text-align: center;
}

.blogPageWrap {
  width: 91.6666666667%;
  margin: 64px auto 0 auto;
}

/* single ======================== */
/* == ■■■■■■ kv ■■■■■■ == */
.singlePageKv {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .singlePageKv {
    margin-top: 64px;
  }
}

/* == ■■■■■■ 目次 ■■■■■■ == */
#toc .tocInner {
  padding: 40px 0;
  border-top: 1px solid rgb(199, 199, 199);
  border-bottom: 1px solid rgb(199, 199, 199);
  margin-bottom: 40px;
}
#toc .tocInner .tocTitle {
  text-align: left;
  font-weight: bold;
  color: rgb(122, 122, 122);
  font-size: 2rem;
}
#toc .tocInner .tocTitle::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f0ca";
  display: inline-block;
  margin-right: 5px;
}
#toc .tocInner .chapter {
  padding: 0;
}
#toc .tocInner .chapter li {
  margin-top: 32px;
}
#toc .tocInner .chapter li a {
  color: #aaa69d;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #toc .tocInner .chapter li a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#toc .tocInner .chapter .chapter_nest {
  padding-left: 16px;
}
#toc .tocInner .chapter .chapter_nest li {
  margin-top: 24px;
  font-weight: normal;
}
#toc .tocInner .chapter .chapter_nest li a {
  color: #aaa69d;
  font-size: 1.4rem;
  line-height: 1.5;
}
#toc .tocInner .chapter .chapter_nest .chapter_nest-inner {
  padding-left: 24px;
}
#toc .tocInner .chapter .chapter_nest .chapter_nest-inner li {
  margin-top: 16px;
  font-size: 1.4rem;
}
#toc .tocInner .chapter .chapter_nest .chapter_nest-inner li a {
  color: #888;
}

.chapter {
  counter-reset: level1;
}
.chapter li::before {
  content: counter(level1) ". ";
  counter-increment: level1;
  color: #000;
}
.chapter .chapter_nest {
  counter-reset: level2;
}
.chapter .chapter_nest li {
  position: relative;
}
.chapter .chapter_nest li::before {
  counter-increment: level2;
  content: "";
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #aaa69d;
  border-radius: 50%;
}
.chapter .chapter_nest-inner {
  counter-reset: level3;
}
.chapter .chapter_nest-inner li::before {
  content: "・";
  counter-increment: level3;
}

/* == ■■■■■■ pan / discription ■■■■■■ == */
.post_firstWrap {
  display: flex;
  flex-flow: wrap column;
  justify-content: flex-start;
  margin-top: -64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .post_firstWrap {
    margin-top: 0;
  }
}
.post_firstWrap div:nth-of-type(1) {
  width: 100%;
}
.post_firstWrap div:nth-of-type(2) {
  width: 70%;
  margin-top: 24px;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .post_firstWrap div:nth-of-type(2) {
    font-size: 1.4rem;
    width: 100%;
  }
}

/* == ■■■■■■ title ■■■■■■ == */
.singleTitleWrap {
  border: 1px solid #9d9d9d;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .singleTitleWrap {
    padding: 16px 10px;
  }
}
.singleTitleWrap .singlepageTitle {
  text-align: left;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 374px) {
  .singleTitleWrap .singlepageTitle {
    font-size: 2rem;
  }
}
.singleTitleWrap .singlePageWrap_parts {
  /* == ■■■■■■ cat ■■■■■■ == */
  /* == ■■■■■■ data ■■■■■■ == */
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(1) {
  display: flex;
  flex-flow: wrap;
  margin: 16px 0;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(1) p {
  margin-right: 8px;
  display: block;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(1) p span {
  border: 1px solid #969696;
  font-size: 1.4rem;
  padding: 5px;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(1) p span a {
  color: #969696;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(2) span {
  display: inline-block;
  font-size: 1.4rem;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(2) span:nth-of-type(1) {
  margin-right: 12px;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(2) span:nth-of-type(1)::before {
  content: "\f073";
  font-style: normal;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #aaa;
  margin-right: 5px;
}
.singleTitleWrap .singlePageWrap_parts:nth-of-type(2) span:nth-of-type(2)::before {
  content: "\f01e";
  font-style: normal;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #aaa;
  margin-right: 5px;
}

/* == ■■■■■■ title end ■■■■■■ == */
.singleTitleWrap_description {
  margin-top: 40px;
  background-color: rgba(89, 69, 50, 0.1);
  padding: 40px 16px;
  line-height: 1.75;
}

.singlePageWrap {
  position: relative;
}
.singlePageWrap .singlePageWrap_inner {
  padding: 0 0 40px;
  width: 100%;
  margin: 0 auto;
  /* == ■■■■■■ text style ■■■■■■ == */
  /* == ●●● 引用 ●●● == */
  /* == ●●● 引用 end ●●● == */
  /* == ●●● リスト ●●● == */
  /* == ●●● リスト end ●●● == */
  /* == ●●● twenty twenty ●●● == */
  /* == ●●● twenty twenty end ●●● == */
  /* == ●●● h2 ●●● == */
  /* == ●●● h2 end ●●● == */
  /* == ●●● h3 ●●● == */
  /* == ●●● h3 end ●●● == */
  /* == ●●● bold red ●●● == */
  /* == ●●● bold red end ●●● == */
  /* == ●●● bold ●●● == */
  /* == ●●● bold end ●●● == */
  /* == ●●● small ●●● == */
  /* == ●●● small end ●●● == */
  /* == ●●● other heading ●●● == */
  /* == ●●● other heading end ●●● == */
  /* == ●●● bg gray ●●● == */
  /* == ●●● bg gray end ●●● == */
  /* == ●●● bg yellow ●●● == */
  /* == ●●● bg gray end ●●● == */
}
.singlePageWrap .singlePageWrap_inner p {
  margin: 0 0 30px;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 374px) {
  .singlePageWrap .singlePageWrap_inner p {
    font-size: 1.4rem;
  }
}
.singlePageWrap .singlePageWrap_inner a {
  color: #aaa69d;
  text-decoration: underline;
}
.singlePageWrap .singlePageWrap_inner .blockquote_list {
  position: relative;
  padding: 10px 15px 10px 60px;
  margin: 24px 0;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.singlePageWrap .singlePageWrap_inner .blockquote_list::before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #9dd4ff;
  font-size: 30px;
  line-height: 1;
}
.singlePageWrap .singlePageWrap_inner .blockquote_list p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.singlePageWrap .singlePageWrap_inner .blockquote_list cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.singlePageWrap .singlePageWrap_inner .post_list {
  background: #f5f5f5;
  margin: 16px 0;
  border-radius: 8px;
  box-shadow: 0px 0px 5px silver;
  padding: 1rem 1rem 1rem 3rem;
}
.singlePageWrap .singlePageWrap_inner .post_list li {
  list-style: disc;
  line-height: 1.5;
  padding: 1rem 0;
}
.singlePageWrap .singlePageWrap_inner .twenty-twentyBox {
  max-width: 480px;
  margin: 40px 0;
}
.singlePageWrap .singlePageWrap_inner h2 {
  width: 100%;
  border-left: 5px solid #aaa69d;
  padding: 12px 0 12px 8px;
  background-color: #f3f3f3;
  margin: 72px 0 32px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .singlePageWrap .singlePageWrap_inner h2 {
    margin: 40px 0 24px;
    font-size: 1.8rem;
  }
}
.singlePageWrap .singlePageWrap_inner h3 {
  margin: 40px 0 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .singlePageWrap .singlePageWrap_inner h3 {
    font-size: 1.6rem;
  }
}
.singlePageWrap .singlePageWrap_inner h3::before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f0eb";
  color: #aaa69d;
  display: inline-block;
  margin-right: 5px;
}
.singlePageWrap .singlePageWrap_inner h3::after {
  content: "";
  width: 0;
  transition: 1s;
  background-color: rgba(89, 69, 50, 0.1);
  height: 12px;
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .singlePageWrap .singlePageWrap_inner h3::after {
    bottom: -3px;
  }
}
@media screen and (max-width: 767px) {
  .singlePageWrap .singlePageWrap_inner h3 {
    font-size: 1.8rem;
    margin: 24px 0 12px;
  }
}
.singlePageWrap .singlePageWrap_inner h3.animated::after {
  content: "";
  width: 100%;
}
.singlePageWrap .singlePageWrap_inner .redFont {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fc7272;
}
.singlePageWrap .singlePageWrap_inner strong {
  font-weight: 700;
  font-size: 1.8rem;
}
.singlePageWrap .singlePageWrap_inner small {
  font-size: 1.2rem;
}
.singlePageWrap .singlePageWrap_inner .serialHeading {
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  color: #aaa69d;
  margin-bottom: 40px;
  z-index: 1;
}
.singlePageWrap .singlePageWrap_inner .serialHeading::before {
  content: "▼";
  display: inline-block;
  margin-right: 5px;
}
.singlePageWrap .singlePageWrap_inner .bgGray {
  margin-top: 40px;
  background-color: #ececec;
  padding: 40px 16px;
  line-height: 1.75;
}
.singlePageWrap .singlePageWrap_inner .bgYellow {
  margin-top: 40px;
  background-color: #fdf6e2;
  padding: 40px 16px;
  line-height: 1.75;
}

/* == ■■■■■■ この記事を書いた人 ■■■■■■ == */
.writerArea {
  width: 100%;
  margin: 0 auto 80px auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 24px 0;
  align-items: center;
}
.writerArea p:nth-of-type(1) {
  width: 100%;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  padding: 10px 0;
  margin-bottom: 16px;
}
.writerArea p:nth-of-type(2) {
  width: 14%;
}
@media screen and (max-width: 767px) {
  .writerArea p:nth-of-type(2) {
    width: 25%;
  }
}
.writerArea p:nth-of-type(3) {
  width: 83%;
}
@media screen and (max-width: 767px) {
  .writerArea p:nth-of-type(3) {
    width: 70%;
  }
}
.writerArea p:nth-of-type(3) span {
  display: block;
}
.writerArea p:nth-of-type(3) span:nth-of-type(1) {
  font-weight: bold;
}
.writerArea p:nth-of-type(3) span:nth-of-type(2) {
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .writerArea p:nth-of-type(3) span:nth-of-type(2) {
    display: none;
  }
}
.writerArea p:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .writerArea p:nth-of-type(4) {
    display: block;
    width: 100%;
    margin-top: 16px;
    line-height: 1.5;
  }
}

/* == ■■■■■■ recentHeading ■■■■■■ == */
.otherPostContents {
  margin-bottom: 40px;
}

.noPostText {
  margin-top: 40px;
}

.recentHeading {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .recentHeading {
    font-size: 1.6rem;
  }
}

.recentBlogWrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0;
}
@media screen and (max-width: 374px) {
  .recentBlogWrap {
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
}
.recentBlogWrap li {
  width: 31%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recentBlogWrap li {
    width: 100%;
    margin-bottom: 16px;
  }
  .recentBlogWrap li:last-child {
    margin-bottom: 0;
  }
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(1) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recentBlogWrap li .recentBlogWrap_inner:nth-of-type(1) {
    width: 40%;
    margin-bottom: 0px;
  }
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(1) a {
  display: block;
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(1) a span {
  display: block;
  background-size: cover;
  background-position: center;
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(1) a span::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(2) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recentBlogWrap li .recentBlogWrap_inner:nth-of-type(2) {
    width: 55%;
  }
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(2) p:nth-of-type(1) {
  margin: 8px 0;
  font-size: 1.4rem;
}
.recentBlogWrap li .recentBlogWrap_inner:nth-of-type(2) p:nth-of-type(2) {
  line-height: 1.75;
}
.recentBlogWrap:after {
  content: "";
  display: block;
  width: 31%;
}

/* author page ======================== */
.authorHeading {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .authorHeading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 374px) {
  .authorHeading {
    font-size: 2rem;
  }
}
.authorHeading.ja {
  font-size: 2rem;
}
@media screen and (max-width: 374px) {
  .authorHeading.ja {
    font-size: 1.8rem;
  }
}
.authorHeading span:first-of-type {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 24px;
  width: 2px;
  height: 11px;
  background-color: #aaa69d;
}
.authorHeading span:first-of-type::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 2px;
  height: 11px;
  background-color: #aaa69d;
}
.authorHeading span:first-of-type::after {
  content: "";
  position: absolute;
  right: 4px;
  width: 2px;
  height: 11px;
  background-color: #aaa69d;
}
.authorHeading span:last-of-type {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 24px;
  width: 2px;
  height: 11px;
  background-color: #aaa69d;
}
.authorHeading span:last-of-type::before {
  content: "";
  position: absolute;
  left: 4px;
  width: 2px;
  height: 11px;
  background-color: #aaa69d;
}
.authorHeading span:last-of-type::after {
  content: "";
  position: absolute;
  right: 4px;
  width: 2px;
  height: 11px;
  background-color: #aaa69d;
}

/* blog card ======================== */
.blogCard {
  width: 100%;
  margin-bottom: 64px;
  padding: 32px 16px 16px 16px;
  border: 1px solid #ccc;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 991px) {
  .blogCard {
    margin-bottom: 40px;
  }
}
.blogCard .blogCard_inner:nth-of-type(1) {
  position: absolute;
  top: -8px;
  left: 16px;
  padding: 5px 8px;
  text-align: center;
  color: #fff;
  background-color: #aaa69d;
  font-size: 1.2rem;
}
.blogCard .blogCard_inner:nth-of-type(2) {
  width: 20%;
}
.blogCard .blogCard_inner:nth-of-type(2) a {
  display: block;
}
.blogCard .blogCard_inner:nth-of-type(2) a span {
  display: block;
  background-size: cover;
  background-position: center;
}
.blogCard .blogCard_inner:nth-of-type(2) a span::before {
  content: "";
  display: block;
  padding-top: 70%;
}
@media screen and (max-width: 767px) {
  .blogCard .blogCard_inner:nth-of-type(2) {
    width: 30%;
  }
}
.blogCard .blogCard_inner:nth-of-type(3) {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .blogCard .blogCard_inner:nth-of-type(3) {
    width: 68%;
  }
}
.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerTitle {
  margin-bottom: 8px;
}
.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerTitle a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerTitle a {
    font-size: 1.6rem;
  }
}
.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerURL {
  font-size: 1rem;
  margin-bottom: 16px;
  font-style: italic;
}
.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerURL a {
  color: #aaa69d;
}
.blogCard .blogCard_inner:nth-of-type(3) .blogCard_innerURL a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.blogCard .blogCard_inner:nth-of-type(4) {
  width: 100%;
  margin-top: 10px;
}
.blogCard .blogCard_inner:nth-of-type(4) .blogCard_innerText {
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: #afafaf;
}
.blogCard .blogCard_inner:nth-of-type(4) .blogCard_innerLink {
  text-align: right;
  text-decoration: underline;
  font-size: 1.4rem;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* コンタクト ========= */
/* ========================================================================== */
/* contact======================== */
.contact-section {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .contact-section {
    margin-bottom: 100px;
  }
}
.contact-section .recruitPage_section-heading {
  margin-bottom: 30px;
}
.contact-section:last-child {
  margin-bottom: 0;
}
.contact-section .salonOnePage_section-heading {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-section-tel {
  text-align: center;
}
.contact-section-tel a {
  color: #5E5858;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .contact-section-tel a {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.contact-section-tel small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact-section-tel small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.recruitRecruitment_box-list li {
  display: flex;
  border-bottom: 1px solid #B2B2B2;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .recruitRecruitment_box-list li {
    flex-wrap: wrap;
  }
}
.recruitRecruitment_box-list li h3 {
  width: 30%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #707070;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .recruitRecruitment_box-list li h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
.recruitRecruitment_box-list li p {
  width: 70%;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .recruitRecruitment_box-list li p {
    width: 100%;
    padding-left: 0;
  }
}

.entryPage .recruitPage_section-heading span.en:before {
  display: none;
}
.entryPage .recruitPage_contact-item {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .entryPage .recruitPage_contact-item {
    margin-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  .entryPage .recruitPage_contact-item {
    margin-top: 100px;
  }
}
.entryPage_navi ul {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.entryPage_navi ul li {
  flex: 1;
}
.entryPage_navi ul li:first-child {
  border-right: 1px solid;
}
.entryPage_navi ul li a {
  display: block;
  position: relative;
  text-align: center;
  color: #5E5858;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul li a {
    padding: 20px 0;
  }
}
.entryPage_navi ul li a span {
  display: block;
}
.entryPage_navi ul li a span.en {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul li a span.en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.entryPage_navi ul li a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul li a span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.entryPage_navi ul li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  color: #5E5858;
  margin-left: 25px;
  background: url(./assets/images/index/arrow.svg) no-repeat center center;
  background-size: 9px;
  transform: rotate(-90deg) translateX(100%);
  position: absolute;
  top: 50%;
  right: 120px;
}
@media screen and (max-width: 1200px) {
  .entryPage_navi ul li a:after {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul li a:after {
    background-size: 7px;
    right: 15px;
  }
}
.entryPage_form .wpcf7 {
  margin-top: 0;
}
.entryPage_form .formList {
  border: none;
  margin-top: 0;
}
.entryPage_form .formList tbody tr {
  display: flex;
  flex-wrap: wrap;
  border: none;
  margin-bottom: 10px;
}
.entryPage_form .formList tbody th {
  width: 100%;
  background: none;
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .entryPage_form .formList tbody th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.entryPage_form .formList tbody th.select_th {
  max-width: 382px;
}
.entryPage_form .formList tbody th p {
  display: flex;
  justify-content: space-between;
}
.entryPage_form .formList tbody th small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #707070;
}
.entryPage_form .formList tbody td {
  width: 100%;
}
.entryPage_form .formList tbody td input, .entryPage_form .formList tbody td select {
  height: 52px;
}
.entryPage_form .formList tbody td input,
.entryPage_form .formList tbody td textarea,
.entryPage_form .formList tbody td select {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  padding: 1em;
  border-color: #5E5858;
}
.entryPage_form .formList tbody td select {
  max-width: 360px;
}
.entryPage_form .formList tbody td input,
.entryPage_form .formList tbody td textarea,
.entryPage_form .formList tbody td select {
  color: #333;
  width: 100%;
  border: 1px solid;
  font-size: 100%;
}
.entryPage_form .formList tbody td .wpcf7-form-control-wrap[data-name=your-info],
.entryPage_form .formList tbody td .wpcf7-form-control-wrap[data-name=your-job] {
  position: relative;
}
.entryPage_form .formList tbody td .wpcf7-form-control-wrap[data-name=your-info]:after,
.entryPage_form .formList tbody td .wpcf7-form-control-wrap[data-name=your-job]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-left: 0.5em;
  position: absolute;
  top: 4px;
  right: 15px;
  transform: rotate(45deg);
}
.entryPage_form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.entryPage_form .wpcf7-confirm {
  background: #5E5858 !important;
  border: inherit !important;
}
.entryPage_form .wpcf7-submit {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 24px auto;
  padding: 12px 0;
  background: #010101;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #010101;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  margin: 60px auto 0 !important;
  background: #6C858C !important;
  border-radius: 0 !important;
  max-width: 365px !important;
  border: none !important;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entryPage_form .wpcf7-submit {
    max-width: 245px !important;
    margin-top: 30px !important;
  }
}
.entryPage_form .wpcf7-submit:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  color: #5E5858;
  margin-left: 25px;
  background: url(./assets/images/index/arrow.svg) no-repeat center center;
  background-size: 10px;
  transform: rotate(-90deg);
  position: absolute;
  right: -5px;
  top: calc(50% - 15px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .entryPage_form .wpcf7-submit:after {
    margin-left: 15px;
    background-size: 10px;
  }
}

/* form ======================== */
.form_caution {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.75;
}

.salon_tourText p {
  line-height: 1.75;
  text-align: center;
  color: #5E5858;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .salon_tourText p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* == ■■■■■■ heading ■■■■■■ == */
.formHeading {
  border-bottom: 1px solid #5E5858;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .formHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.formTel p:nth-of-type(1) {
  margin-top: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .formTel p:nth-of-type(1) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.formTel p:nth-of-type(2) {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

/* == ■■■■■■ form layout ■■■■■■ == */
table.formList {
  width: 100%;
  margin: 40px auto 0 auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
table.formList tr {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  table.formList tr {
    border-bottom: none;
  }
}
table.formList tr:last-child {
  border-bottom: none;
}
table.formList th {
  width: 20%;
  padding: 12px 0;
  background-color: #5E5858;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 480px) {
  table.formList th {
    width: 100%;
    display: block;
    text-align: left;
  }
}
table.formList th .requied {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #594532;
  padding: 3px 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  table.formList th .requied {
    width: 40px;
    text-align: center;
  }
}
table.formList td {
  width: 70%;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  table.formList td {
    width: 100%;
    display: block;
  }
}

/* contact form 7 ======================== */
.wpcf7 {
  margin-top: 40px;
  /* == ■■■■■■ btn ■■■■■■ == */
}
.wpcf7 input[type=text] {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
  margin-bottom: 8px;
}
.wpcf7 span.wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-confirm {
  width: 100%;
  max-width: 240px;
  display: block;
  margin: 24px auto;
  padding: 12px 0;
  background: #594532;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #594532;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.wpcf7 .entryBtn_area {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7 .entryBtn_area li {
  width: 48%;
}
.wpcf7 .entryBtn_area li .wpcf7-submit {
  width: 100%;
  max-width: 240px;
  display: block;
  padding: 12px 0;
  background: #594532;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #594532;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.wpcf7 .entryBtn_area li .wpcf7-back {
  width: 100%;
  max-width: 240px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  padding: 12px 0;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 rgb(255, 255, 255);
}
.wpcf7 .entryBtn_area li .wpcf7-back:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.wpcf7 .wpcf7-quiz {
  width: 10% !important;
}

.asterisk {
  margin: 0 0 0 0.2em;
  color: #000;
}

/* thanks ======================== */
.thanksArea {
  text-align: center;
}
.thanksArea p {
  font-size: 1.6rem;
  margin-top: 24px;
  line-height: 2.2;
}
.thanksArea p:nth-of-type(1) {
  margin-top: 0;
  font-size: 3rem;
  font-weight: bold;
  color: #594532;
}
@media screen and (max-width: 480px) {
  .thanksArea p:nth-of-type(1) {
    font-size: 2rem;
  }
}

.thanksArea_contact {
  max-width: 380px;
  margin: 56px auto 40px auto;
  border: 1px solid;
  padding: 16px 0;
}
.thanksArea_contact p {
  text-align: center;
}
.thanksArea_contact p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: bold;
  color: #594532;
}
.thanksArea_contact p:nth-of-type(2) {
  margin-top: 16px;
}
.thanksArea_contact p:nth-of-type(2) span {
  font-size: 2.2rem;
}

/* ========================================================================== */
/* PRIVACY PORICY ========= */
/* ========================================================================== */
.privacyPageHeading .lowerPage-title span.en {
  letter-spacing: 0.1em;
  font-size: 110px;
  font-size: 11rem;
}
@media screen and (max-width: 1200px) {
  .privacyPageHeading .lowerPage-title span.en {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media screen and (max-width: 991px) {
  .privacyPageHeading .lowerPage-title span.en {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .privacyPageHeading .lowerPage-title span.en {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 480px) {
  .privacyPageHeading .lowerPage-title span.en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacyPageHeading .lowerPage-title span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .privacyPageHeading .lowerPage-title span.ja:after {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .privacyPageHeading .lowerPage-title span.ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .privacyPageHeading .lowerPage-title span.ja:after {
    width: 40px;
  }
}
.privacyPage .privacy p {
  line-height: 2.5;
  margin-bottom: 20px;
}
.privacyPage .privacy p:last-child {
  margin-bottom: 0;
}
.privacyPage .privacy > p {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .privacyPage .privacy > p {
    margin-bottom: 60px;
  }
}
.privacyPage .privacy h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .privacyPage .privacy h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.privacyPage .privacy h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #594532;
  transform: rotate(45deg);
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .privacyPage .privacy h2:before {
    width: 10px;
    height: 10px;
    margin-right: 0.5em;
  }
}
.privacyPage .privacy h3 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .privacyPage .privacy h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.privacyPage .privacy a {
  color: blue;
}
.privacyPage .privacy ul li {
  position: relative;
  padding-left: 1.5em;
}
.privacyPage .privacy ul li a {
  display: inline;
}
.privacyPage .privacy ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacyPage .privacy_area {
  max-width: 800px;
  margin: 0 auto;
}
.privacyPage .privacy_section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacyPage .privacy_section {
    margin-bottom: 40px;
  }
}
.privacyPage .privacy_section:last-child {
  margin-bottom: 0;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* サンクス ========= */
/* ========================================================================== */
.thanksWrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-bottom: 140px;
  }
}
.thanksWrap p {
  line-height: 2;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanksWrap p {
    text-align: left;
  }
}
.thanksWrap p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .thanksWrap p:nth-of-type(1) {
    text-align: center;
  }
}
.thanksWrap .thanksWrap_inner {
  max-width: 500px;
  border: 1px solid #000;
  padding: 16px;
  margin: 40px auto 0 auto;
}
.thanksWrap .thanksWrap_inner span {
  display: block;
  text-align: center;
}
.thanksWrap .thanksWrap_inner span:nth-of-type(1) {
  margin-bottom: 8px;
}
.thanksWrap .thanksWrap_inner span:nth-of-type(2) {
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */