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

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

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

body {
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  font-weight: 400;
  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: "Oswald", sans-serif;
  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, picture, source {
  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: #ff008c;
}

/*レイアウト*/
.page-section {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .page-section {
    margin-bottom: 100px;
  }
}
.page-section:last-child {
  margin-bottom: 0;
}
.page-section-heading {
  margin-bottom: 40px;
}
.page-section-heading span {
  display: block;
  font-weight: bold;
}
.page-section-heading span.en {
  font-size: 95px;
  font-size: 9.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-section-heading span.en {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.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 {
  background: #fff;
}
.lowerPage .pageFoot {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .lowerPage .pageFoot {
    margin-top: 170px;
  }
}
.lowerPage .lowerNoHeading {
  padding-top: 120px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerNoHeading {
    padding-top: 60px;
  }
}
.lowerPage .lowerNoHeading .lowerPage-title {
  writing-mode: horizontal-tb;
  text-align: center;
  position: static;
  width: 100%;
  padding: 0 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerNoHeading .lowerPage-title {
    transform: none;
  }
}
.lowerPage .lowerNoHeading .lowerPage-title span.en {
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.lowerPage .lowerNoHeading .lowerPage-title span.ja {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerNoHeading .lowerPage-title span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.lowerPageHeading {
  margin: 100px 0 150px;
  padding: 250px 8.3333333333vw 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lowerPageHeading {
    margin: 80px 0 100px;
    padding-top: 100px;
  }
}
.lowerPageHeading.reservePageHeading .lowerPage-title span.en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .lowerPageHeading.reservePageHeading .lowerPage-title span.en {
    white-space: wrap;
    letter-spacing: 0.3em;
  }
}
.lowerPage .lowerPage-title span {
  display: block;
}
.lowerPage .lowerPage-title span.en {
  font-size: 70px;
  font-size: 7rem;
  font-size: clamp(30px, 4.2vw, 70px);
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title span.en {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  .lowerPage .lowerPage-title span.en {
    white-space: normal;
  }
}
.lowerPage .lowerPage-title span.en:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000000;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .lowerPage .lowerPage-title span.en:before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title span.en:before {
    width: 28px;
    height: 1px;
    margin-right: 10px;
  }
}
.lowerPage .lowerPage-title span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  padding-left: 90px;
}
@media screen and (max-width: 991px) {
  .lowerPage .lowerPage-title span.ja {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title span.ja {
    padding-left: 38px;
  }
}
.lowerPage .lowerPage-img {
  width: 83.3333333333vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-img {
    width: 91.6666666667vw;
  }
}
.lowerPage_nav {
  padding: 0 8.3333333333vw;
  margin-bottom: 100px;
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .lowerPage_nav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lowerPage_nav {
    margin-top: 60px;
  }
}
.lowerPage_nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .lowerPage_nav ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .lowerPage_nav ul {
    margin: 0 auto;
    gap: 15px;
  }
}
.lowerPage_nav ul li {
  width: calc(33.3333% - 53.3333333333px);
}
@media screen and (max-width: 1200px) {
  .lowerPage_nav ul li {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .lowerPage_nav ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .lowerPage_nav ul li {
    width: 100%;
  }
}
.lowerPage_nav ul li a {
  display: block;
  color: #000000;
  border: 1px solid;
  position: relative;
  text-align: center;
  padding: 11px 0 12px;
  transition: all 0.3s linear;
}
.lowerPage_nav ul li a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media screen and (max-width: 480px) {
  .lowerPage_nav ul li a {
    padding: 10px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.lowerPage_nav ul li a span.en {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.lowerPage .page-section-heading {
  text-align: center;
}
.lowerPage .page-section-heading span.ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lowerPage .page-section-heading span.ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.lowerPage .page-section-heading span.en {
  letter-spacing: 0.3em;
}
.lowerPage .page-section-heading small {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
}

@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: 200px;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi {
    margin-bottom: 100px;
  }
}
.lowerPage_navi ul {
  display: flex;
  flex-wrap: wrap;
  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;
  }
}
.lowerPage_navi ul li {
  width: calc(25% - 30px);
}
@media screen and (max-width: 991px) {
  .lowerPage_navi ul li {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .lowerPage_navi ul li {
    width: calc(50% - 10px);
  }
}
.lowerPage_navi ul li a {
  display: block;
  color: #77B5CC;
  border: 1px solid;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*========= ローディング画面のための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: #DA6380;
}

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

/* ========================================================================== */
/* ヘッダー ========= */
/* ========================================================================== */
#pageHead {
  color: #fff;
  top: 0;
  width: 100%;
  z-index: 151;
  padding: 0;
  transition: 1s;
  position: fixed;
  mix-blend-mode: exclusion;
  height: 100px;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  #pageHead {
    height: 80px;
  }
}

.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(119, 181, 204, 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 a {
  color: #fff;
}
.header_nav-logo a span.en {
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header_nav-logo a span.en {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .header_nav-logo a span.en {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.header_nav-reserve a {
  border: 1px solid;
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .header_nav-reserve a {
    padding: 0 30px;
  }
}
.header_nav-reserve a:after {
  content: "";
  display: block;
  mask-image: url(./assets/images/common/arrow.svg);
  background: #fff;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 20px;
}
.header_nav-wrap {
  height: 100%;
}
.header_nav-menu {
  width: 100%;
  height: 100%;
  color: #000000;
  display: block;
  transition: cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  gap: 10px;
}
.header_nav-menu.visible-xs {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header_nav-menu.visible-xs {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .header_nav-menu.visible-xs {
    gap: 5px;
  }
}
.header_nav-list {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .header_nav-list {
    display: none;
  }
}
.header_nav-list li a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: 0.3em;
}

.icon-bar {
  height: 1px;
  width: 65px;
  background: #fff;
  display: block;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .icon-bar {
    width: 45px;
  }
}
.icon-bar.hidden {
  display: none;
}

.icon-name {
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff;
  order: -1;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.icon-name span.en:before {
  content: "MENU";
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000000;
  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;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff;
  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_inner {
  position: absolute;
  top: 180px;
  left: 0;
  padding: 0;
  width: 100%;
  padding: 0 100px;
}
@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: #000000;
}
#drawernav .drawernav_inner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 470px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 480px) {
  #drawernav .drawernav_inner-list {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
#drawernav .drawernav_inner-list a {
  display: block;
  color: #fff;
  font-weight: bold;
}
#drawernav .drawernav_inner-linkButton {
  margin-bottom: 20px;
}
#drawernav .drawernav_inner-linkButton:last-child {
  margin-bottom: 0;
}
#drawernav .drawernav_inner-linkButton a {
  display: block;
  background: #fff;
  color: #000000;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}
#drawernav .drawernav_inner-linkButton a:hover:after {
  background: #000000;
}
#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-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: #000000;
  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: "Oswald", sans-serif;
  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;
  grid-column: 1/-1;
  text-align: center;
  margin-top: 40px;
}
#drawernav ul li:last-child a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 30px;
}
@media screen and (max-width: 480px) {
  #drawernav ul li:last-child {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
    padding: 0 4.1666666667vw;
  }
}
#drawernav ul li a {
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  #drawernav ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#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 #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 #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 #000000;
}
.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);
}

body.drawer-opened {
  overflow: hidden;
}
body.drawer-opened .keyvisual-logo {
  display: none;
}
body.drawer-opened #pageHead {
  mix-blend-mode: unset;
}

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

body.drawer-opened #humberger .icon-name {
  color: #fff;
}
body.drawer-opened #humberger .icon-name span.en:before {
  content: "CLOSE";
}

body.drawer-opened .header_nav-wrap:before {
  background: #000000;
}

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(-15deg);
}

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(15deg);
}

body.drawer-opened .header_nav-menu .icon-name {
  margin-bottom: 0;
}

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

/* ========================================================================== */
/* フッター ========= */
/* ========================================================================== */
.pageFoot {
  background: #E6E6E6;
  padding: 100px 8.3333333333vw;
  color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pageFoot {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot {
    padding-top: 50px;
  }
}
.pageFoot .pageTop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pageFoot .pageTop {
    margin-bottom: 70px;
  }
}
.pageFoot .pageTop:before {
  content: "";
  display: block;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  margin-right: 1.5em;
}
.pageFoot .copyright, .pageFoot .pageTop {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.3em;
}
.pageFoot .copyright {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .pageFoot .copyright {
    text-align: left;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.pageFoot a {
  color: #000000;
}
.pageFoot_inner {
  margin-bottom: 50px;
}
.pageFoot_inner-listHeading {
  margin-bottom: 20px;
}
.pageFoot_inner-listHeading span.en {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.3em;
  font-weight: bold;
}
.pageFoot_inner-listHeading a {
  display: flex;
  align-items: center;
}
.pageFoot_inner-listBox {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .pageFoot_inner-listBox {
    grid-template-columns: 1fr;
  }
}
.pageFoot_inner-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .pageFoot_inner-list ul {
    grid-template-columns: 1fr;
  }
}
.pageFoot_inner-list ul li {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .pageFoot_inner-list ul li {
    letter-spacing: 0;
  }
}
.pageFoot_inner-list ul li:nth-child(1) {
  order: 1;
}
@media screen and (max-width: 991px) {
  .pageFoot_inner-list ul li:nth-child(1) {
    order: 0;
  }
}
.pageFoot_inner-list ul li:nth-child(2) {
  order: 3;
}
@media screen and (max-width: 991px) {
  .pageFoot_inner-list ul li:nth-child(2) {
    order: 0;
  }
}
.pageFoot_inner-list ul li:nth-child(3) {
  order: 5;
}
@media screen and (max-width: 991px) {
  .pageFoot_inner-list ul li:nth-child(3) {
    order: 0;
  }
}
.pageFoot_inner-list ul li:nth-child(4) {
  order: 2;
}
@media screen and (max-width: 991px) {
  .pageFoot_inner-list ul li:nth-child(4) {
    order: 0;
  }
}
.pageFoot_inner-list ul li:nth-child(5) {
  order: 4;
}
@media screen and (max-width: 991px) {
  .pageFoot_inner-list ul li:nth-child(5) {
    order: 0;
  }
}
.pageFoot_inner-list ul li:before {
  content: "/";
  display: block;
  margin-right: 0.5em;
}
.pageFoot_inner-list ul li:last-child {
  margin-bottom: 0;
}
.pageFoot .pageHead-footer {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease-out;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .pageFoot .pageHead-footer {
    justify-content: center;
  }
}
.pageFoot .pageHead-footer:after {
  content: "";
  display: block;
  width: 100vw;
  margin: 25px calc(50% - 50vw) 0;
  background: #000000;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .pageFoot .pageHead-footer:after {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .pageFoot .pageHead-footer .header_nav-logo {
    margin-bottom: 40px;
  }
}
.pageFoot .pageHead-footer .header_nav-logo a span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .pageFoot .pageHead-footer .header_nav-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot .pageHead-footer .header_nav-wrap {
    margin-bottom: 40px;
  }
}
.pageFoot .pageHead-footer .header_nav-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .pageFoot .pageHead-footer .header_nav-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot .pageHead-footer .header_nav-list {
    justify-content: flex-start;
  }
  .pageFoot .pageHead-footer .header_nav-list li {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .pageFoot .pageHead-footer .header_nav-list {
    padding: 0 40px;
    justify-content: center;
    gap: 15px 30px;
  }
  .pageFoot .pageHead-footer .header_nav-list li {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .pageFoot .pageHead-footer .header_nav-list li:before {
    content: "■";
  }
}
.pageFoot .pageHead-footer .header_nav-list a {
  color: #000000;
}
.pageFoot .pageHead-footer .header_nav-list .header_nav-reserve {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .pageFoot .pageHead-footer .header_nav-list .header_nav-reserve {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pageFoot .pageHead-footer .header_nav-list .header_nav-reserve {
    width: calc(100% + 80px);
    text-align: center;
  }
}
.pageFoot .pageHead-footer .header_nav-list .header_nav-reserve:before {
  display: none;
}
.pageFoot .pageHead-footer .header_nav-list .header_nav-reserve a {
  background: #000000;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .pageFoot .pageHead-footer .header_nav-list .header_nav-reserve a {
    margin: 20px auto 0;
    width: 100%;
    padding: 3px 30px 2px;
  }
  .pageFoot .pageHead-footer .header_nav-list .header_nav-reserve a:after {
    top: 6px;
    right: 5px;
  }
}

/* ========================================================================== */
/* parts ========= */
/* ========================================================================== */
.button.animated a:after {
  width: 100%;
}
.button a {
  color: #000000;
  display: block;
  width: 165px;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .button a {
    width: 90px;
  }
}
.button a:before {
  content: "";
  display: block;
  background: url(./assets/images/common/arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  transform: translateY(-50%);
}
.button a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  transition: all 0.3s linear;
  margin-top: 15px;
}
.button span.en {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  text-indent: -0.3em;
}

.big-button {
  max-width: 470px;
  margin: 0 auto;
}
.big-button a {
  display: block;
  border: 1px solid;
  position: relative;
  padding: 30px 0;
  width: 100%;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .big-button a {
    padding: 20px 0;
  }
}
.big-button a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.big-button a:before {
  right: 30px;
  top: 20px;
  transform: none;
}
.big-button a:after {
  display: none;
}
.big-button a span.en {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-button a span.en img {
  display: inline-block;
  margin-right: 0.5em;
}
.big-button a span.ja {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .big-button a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.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: #000000;
  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);
}

/* ========================================================================== */
/* トップページ ========= */
/* ========================================================================== */
/* キーヴィジュアル ========= */
.keyvisual {
  position: relative;
  height: 100svh;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    margin-bottom: 60px;
  }
}
.keyvisual-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.keyvisual-img:before, .keyvisual-img:after {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 10;
}
.keyvisual-img:before {
  content: "- SHIGERU CUT CLUB -";
  font-size: 8px;
  font-size: 0.8rem;
  bottom: 5vh;
  color: #fff;
  letter-spacing: 0.5em;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .keyvisual-img:before {
    left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .keyvisual-img:before {
    bottom: 15vh;
  }
}
.keyvisual-img:after {
  content: "SHIGERU CUT CLUB";
  top: 10px;
  right: 10px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5em;
  font-size: 12vh;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .keyvisual-img:after {
    top: auto;
    bottom: 5vh;
    font-size: 9.5vh;
  }
}
@media screen and (max-width: 480px) {
  .keyvisual-img:after {
    right: 20px;
    transform: translateX(15px);
  }
}
.keyvisual img, .keyvisual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.keyvisual .swiper-container {
  height: 100%;
}
@media screen and (max-width: 480px) {
  .keyvisual .swiper-container .swiper-slide:nth-child(1) img {
    object-position: 55% 0;
  }
}

.scrolldown {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .scrolldown {
    bottom: 40px;
  }
}
.scrolldown span.en {
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.5em;
}
.scrolldown:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 3px);
  bottom: 0;
  margin: auto;
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
}
/* ========================================================================== */
/* BLOG ========= */
/* ========================================================================== */
.topBlog {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topBlog {
    margin-bottom: 60px;
  }
}
.topBlog .pageBody-inner {
  max-width: calc(1080px + 16.6666666667vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topBlog .pageBody-inner {
    display: block;
  }
}
.topBlog-inner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topBlog-inner {
    flex-direction: column;
  }
}
.topBlog-inner li a {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px 10px;
}
@media screen and (max-width: 767px) {
  .topBlog-inner li a {
    flex-wrap: wrap;
  }
}
.topBlog-inner li a:before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #000000;
}
.topBlog-heading {
  margin-left: 8.3333333333vw;
  width: 125px;
  height: 30px;
  border-left: 7px solid;
  padding-left: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .topBlog-heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .topBlog-heading {
    width: 100%;
    margin-bottom: 10px;
  }
}
.topBlog-heading span.en {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  letter-spacing: 0.2em;
}
.topBlog_list {
  width: calc(100% - 125px);
}
@media screen and (max-width: 767px) {
  .topBlog_list {
    width: 100%;
    padding-left: 0;
  }
}
.topBlog_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.topBlog_list-date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.topBlog_list-heading {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .topBlog_list-heading {
    margin-left: 0;
    width: 100%;
  }
}
.topBlog_list-button a {
  width: 115px;
  margin-left: auto;
  text-align: left;
}
.topBlog_list-button a span:before {
  content: "■";
  margin-right: 5px;
  font-size: 9px;
  font-size: 0.9rem;
}
.topBlog_list-button a span.en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

/* ========================================================================== */
/* ABOUT ========= */
/* ========================================================================== */
.topAbout {
  overflow: hidden;
  margin-bottom: 160px;
}
.topAbout .pageBody-inner {
  padding-left: 16.6666666667vw;
}
@media screen and (max-width: 1200px) {
  .topAbout .pageBody-inner {
    padding-left: 8.3333333333vw;
  }
}
.topAbout_top {
  display: flex;
}
@media screen and (max-width: 991px) {
  .topAbout_top {
    flex-direction: column;
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .topAbout_top {
    gap: 80px;
  }
}
.topAbout_top-heading {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topAbout_top-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.topAbout_top-heading:before {
  content: "";
  display: block;
  width: 12.5vw;
  height: 4px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: -16.6666666667vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .topAbout_top-heading:before {
    width: 4.1666666667vw;
    left: -8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .topAbout_top-heading:before {
    position: static;
    height: 2px;
    width: 80px;
  }
}
.topAbout_top-text {
  line-height: 2.5;
}
.topAbout_top-main {
  width: 33.3333333333vw;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .topAbout_top-main {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .topAbout_top-main {
    width: 100%;
    padding-right: 0;
  }
}
.topAbout_top-img {
  width: 41.6666666667vw;
}
@media screen and (max-width: 991px) {
  .topAbout_top-img {
    width: 58.3333333333vw;
    margin-left: auto;
  }
}
.topAbout_bottom {
  display: flex;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom {
    flex-direction: column;
  }
}
.topAbout_bottom-left {
  width: 25vw;
  padding-left: 4.1666666667vw;
  margin-top: -4vw;
}
@media screen and (max-width: 1200px) {
  .topAbout_bottom-left {
    width: 33.3333333333vw;
    margin-top: -3vw;
  }
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-left {
    padding-left: 0;
    width: 41.6666666667vw;
    margin-top: -8vw;
  }
}
.topAbout_bottom-right {
  width: 50vw;
  padding-left: 4.1666666667vw;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-right {
    width: 100%;
    padding: 0;
  }
}
.topAbout_bottom-right img {
  width: 16vw;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-right img {
    width: 25vw;
    margin-left: 20.8333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .topAbout_bottom-right img {
    width: 33.3333333333vw;
  }
}
.topAbout_bottom-text {
  text-align: right;
  margin-top: 40px;
  margin-bottom: -3vw;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-text {
    margin-top: -7vw;
    margin-bottom: -5vw;
  }
}
@media screen and (max-width: 480px) {
  .topAbout_bottom-text {
    margin-top: -10vw;
  }
}
.topAbout_bottom-text span.en {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  font-size: 95px;
  font-size: 9.5rem;
  letter-spacing: 0.1em;
  line-height: 1.15;
  font-weight: 500;
  font-size: clamp(54px, 6.5vw, 95px);
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-text span.en {
    font-size: 95px;
    font-size: 9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-text span.en {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .topAbout_bottom-text span.en {
    font-size: clamp(54px, 6.5vw, 95px);
  }
}

/* ========================================================================== */
/* PHOTO ========= */
/* ========================================================================== */
.topPhoto {
  overflow: hidden;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .topPhoto {
    margin-bottom: 160px;
  }
}
.topPhoto-scroll {
  display: flex;
  gap: 1vw;
  overflow: hidden;
  position: relative;
  /* 位置の基準を設定 */
  width: 100%;
  /* 親要素に基づく幅 */
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .topPhoto-scroll {
    gap: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .topPhoto-scroll {
    width: 120%;
    gap: 30px;
  }
}
.topPhoto-scroll:first-child {
  margin-bottom: -8vw;
}
.topPhoto-scroll:last-child {
  margin-top: -8vw;
}
.topPhoto-scroll .scrolling-content {
  display: flex;
  gap: 1vw;
  /* アニメーションの指定 */
  width: 200%;
  /* 両方のulを1つのビューに収める */
  /* 各要素が無限スクロールの錯覚を生むため、2つのulを水平に並べます */
}
@media screen and (max-width: 991px) {
  .topPhoto-scroll .scrolling-content {
    gap: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .topPhoto-scroll .scrolling-content {
    width: 240%;
    gap: 30px;
  }
}
.topPhoto-scroll ul {
  display: flex;
  width: 100%;
  /* ulごとの幅を50%に設定し、2つ合わせて100%に */
  flex-shrink: 0;
  /* コンテンツが縮小しないようにする */
}
.topPhoto-scroll li {
  list-style: none;
  /* リストスタイルの無効化 */
}
.topPhoto-scroll img {
  max-width: 100%;
  /* 画像のサイズをリスト項目に合わせる */
  height: auto;
  /* 高さを自動調整 */
}
.topPhoto-scroll:first-child .scrolling-content {
  align-items: flex-end;
  animation: photoScroll 50s linear infinite;
}
.topPhoto-scroll:last-child .scrolling-content {
  align-items: flex-start;
  animation: photoScroll2 60s linear infinite;
}
.topPhoto-scrollWrap + .scrolldown {
  position: relative;
  bottom: 0;
  left: 0;
  transform: none;
  text-align: center;
  margin: 80px 0 90px;
}
.topPhoto-scrollWrap + .scrolldown span.en {
  color: #000000;
}
.topPhoto-scrollWrap + .scrolldown:after {
  border-color: #000000;
}
@keyframes photoScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    /* -100%から-50%に変更して1セット分スクロール */
  }
}
@keyframes photoScroll2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
    /* -100%から-50%に変更して1セット分スクロール */
  }
}
.topPhoto_main {
  background: url(./assets/images/index/photo_bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: calc(160px + 8vw) 0 calc(120px + 8vw);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topPhoto_main {
    padding: calc(80px + 8vw) 0 calc(40px + 8vw);
  }
}
.topPhoto_main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(231, 247, 234, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.topPhoto_main-heading {
  text-align: center;
}
.topPhoto_main-heading span {
  display: block;
}
.topPhoto_main-heading span.en {
  font-size: 95px;
  font-size: 9.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .topPhoto_main-heading span.en {
    font-size: clamp(36px, 9vw, 95px);
  }
}
.topPhoto_main-heading span.en:nth-child(2) {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  font-size: 205px;
  font-size: 20.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .topPhoto_main-heading span.en:nth-child(2) {
    font-size: clamp(80px, 20vw, 205px);
  }
}
.topPhoto_main .topBlog_list-button a {
  margin: 40px auto 0;
}

/* ========================================================================== */
/* SALON LIST ========= */
/* ========================================================================== */
.topSalon {
  margin-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .topSalon {
    margin-bottom: 170px;
  }
}
.topSalon .pageBody-inner {
  max-width: calc(1100px + 16.6666666667vw);
}
.topSalon-heading {
  text-align: center;
  margin-bottom: -2vw;
  position: relative;
  z-index: 1;
}
.topSalon-heading span.en {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5em;
  line-height: 1;
  font-weight: 500;
  font-size: 95px;
  font-size: 9.5rem;
}
@media screen and (max-width: 1200px) {
  .topSalon-heading span.en {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .topSalon-heading span.en {
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    font-size: 9vw;
  }
}
.topSalon_bg {
  width: 100%;
  margin-bottom: 110px;
}
.topSalon_bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .topSalon_bg {
    height: 150px;
  }
  .topSalon_bg img {
    object-fit: cover;
    height: 100%;
  }
}
.topSalon_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px 25px;
}
@media screen and (max-width: 991px) {
  .topSalon_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .topSalon_list {
    grid-gap: 50px 25px;
  }
}
.topSalon_list li {
  width: 100%;
  min-width: 0;
}
.topSalon_list-section {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-section {
    margin-bottom: 100px;
    margin-top: -80px;
    padding-top: 80px;
  }
}
.topSalon_list-section:last-child {
  margin-bottom: 0;
}
.topSalon_list-sectionHeading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-sectionHeading {
    text-align: center;
  }
}
.topSalon_list-sectionHeading span.en {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .topSalon_list-sectionHeading span.en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.topSalon_list-boxHeading {
  margin-bottom: 10px;
}
.topSalon_list-boxHeading span.en {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxHeading span.en {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
.topSalon_list-boxHeading span.en:before {
  content: "- ";
}
.topSalon_list-boxImg {
  margin-bottom: 20px;
}
.topSalon_list-boxImg a {
  position: relative;
  display: block;
  z-index: 0;
}
.topSalon_list-boxImg a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.topSalon_list-boxImg a img {
  transition: all 0.3s ease-out;
}
.topSalon_list-boxImg a:hover img {
  transform: scale(1.1);
}
.topSalon_list-boxImgName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.topSalon_list-boxImgName span {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.topSalon_list-boxImgName span div {
  color: #fff;
}
.topSalon_list-boxImgName span div.en {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.5vw;
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxImgName span div.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.topSalon_list-boxImgName span div.en small {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxImgName span div.en small {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}
.topSalon_list-boxImgName span div.ja {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxImgName span div.ja {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
}
.topSalon_list-infoAddress {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-infoAddress {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
.topSalon_list-infoTel {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .topSalon_list-infoTel {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.topSalon_list-button {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topSalon_list-button {
    margin-top: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .topSalon_list-button span.en {
    letter-spacing: 0;
    text-indent: 0;
  }
}
.topSalon_list-button a {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .topSalon_list-button a {
    text-align: left;
  }
  .topSalon_list-button a:after {
    margin-top: 10px;
  }
}
.topSalon_list-button .notButton {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topSalon_list-button .notButton {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* ========================================================================== */
/* RECRUIT ========= */
/* ========================================================================== */
.topRecruit {
  height: 757px;
  background: url(./assets/images/index/recruit.webp) no-repeat;
  background-size: cover;
  background-position: top right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.topRecruit:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .topRecruit {
    background: url(./assets/images/index/recruit_mb.webp) no-repeat;
    background-size: cover;
    align-items: flex-start;
    padding-top: 80px;
    height: 630px;
    background-position: bottom center;
  }
}
@media screen and (max-width: 480px) {
  .topRecruit {
    height: 400px;
    padding-top: 0;
    align-items: center;
  }
}
.topRecruit.animated {
  opacity: 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);
}
.topRecruit-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topRecruit-heading {
    margin-bottom: 10px;
  }
}
.topRecruit-heading span.en {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .topRecruit-heading span.en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.topRecruit-heading:after {
  content: "";
  display: block;
  width: 117px;
  height: 3px;
  background: #fff;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .topRecruit-heading:after {
    margin: 15px auto 0;
  }
}
.topRecruit_box {
  width: 100%;
  max-width: 470px;
  text-align: right;
  margin-right: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .topRecruit_box {
    margin: 0 auto;
    padding: 0 8.3333333333vw;
    text-align: center;
  }
}
.topRecruit_box-text {
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .topRecruit_box-text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}
.topRecruit_box-button a {
  color: #fff;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .topRecruit_box-button a {
    padding: 20px 0;
  }
}
.topRecruit_box-button a:before {
  width: 30px;
  height: 30px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./assets/images/common/arrow.svg);
  background: #fff;
  right: 30px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .topRecruit_box-button a:before {
    width: 20px;
    height: 20px;
  }
}
.topRecruit_box-button a:after {
  display: none;
}
.topRecruit_box-button span.ja {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .topRecruit_box-button span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* ANIMATION ========= */
@keyframes slideshow {
  100% {
    transform: translate3d(-57%, 0, 0);
  }
}
@keyframes filterBlur {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(13px);
  }
}
@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 一覧 */
/* ========================================================================== */
.salonListPage_nav {
  margin-bottom: 100px;
  padding: 0;
  max-width: calc(960px + 16.6666666667vw);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .salonListPage_nav {
    padding: 0;
  }
  .salonListPage_nav ul li {
    width: 100%;
  }
}
.salonListPage_wrap .topSalon_list-box {
  width: calc(50% - 30px);
}
@media screen and (max-width: 991px) {
  .salonListPage_wrap .topSalon_list-box {
    width: 100%;
  }
}
.salonListPage_wrap .topSalon_list-infoName {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .salonListPage_wrap .topSalon_list-infoName {
    margin-bottom: 10px;
  }
}
.salonListPage_wrap .topSalon_list-infoName span {
  display: block;
  line-height: 1;
}
.salonListPage_wrap .topSalon_list-infoName span.en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .salonListPage_wrap .topSalon_list-infoName span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.salonListPage_wrap .topSalon_list-infoName span.ja {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.salonListPage_wrap .topSalon_list-infoTel a {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.salonListPage_wrap .topSalon_list-infoAddress {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
.salonListPage_wrap .topSalon_list-infoLink {
  margin-top: 30px;
}
.salonListPage_wrap .topSalon_list-infoCaution {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.salonListPage_wrap .topSalon_list-img {
  line-height: 0;
  margin-bottom: 20px;
}
.salonListPage_wrap .topSalon_list-img img {
  line-height: 1;
}
.salonListPage_wrap .topSalon_list-button {
  margin-top: 30px;
}
.salonListPage_wrap .topSalon_list-button a {
  margin: 0 auto;
}
.salonListPage_wrap .topSalon_list .topSalon-swiper {
  padding-bottom: 20px;
}
.salonListPage_wrap .topSalon_list .topSalon-swiper .swiper-pagination-bullet-active {
  background: #000000;
}

/* ========================================================================== */
/* 2.SALON 詳細 */
/* ========================================================================== */
.salonOneHeading {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .salonOneHeading {
    margin-bottom: 80px;
  }
}
.salonOneHeading:before {
  content: "";
  display: block;
  width: 100%;
  height: 40svh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
.salonOneHeading-main {
  width: 100%;
  position: absolute;
  bottom: 90px;
  bottom: 5.5vw;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .salonOneHeading-main {
    bottom: 30px;
  }
}
.salonOneHeading .lowerPage-title {
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .salonOneHeading .lowerPage-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.salonOneHeading .lowerPage-title span {
  line-height: 1;
  text-shadow: 2px 0 8px rgba(0, 0, 0, 0.4);
}
.salonOneHeading .lowerPage-title span.en {
  color: #fff;
  justify-content: center;
  align-items: baseline;
  font-size: 40px;
  font-size: 4rem;
}
.salonOneHeading .lowerPage-title span.en:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .salonOneHeading .lowerPage-title span.en {
    font-size: clamp(30px, 4.2vw, 40px);
  }
}
.salonOneHeading .lowerPage-title span.en small {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 1em;
  letter-spacing: 0.2em;
}
.salonOneHeading .lowerPage-title span.ja {
  padding: 0;
  margin-top: 20px;
}
.salonOneHeading .lowerPage-title span.ja.hidden {
  visibility: hidden;
  display: none;
}
.salonOneHeading .lowerPage-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.salonOneHeading .lowerPage-img img, .salonOneHeading .lowerPage-img video {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 400px;
}

.salonOnePage_eye_abeno #salon_menu-eyebrow,
.salonOnePage_eye_abeno #salon_menu-lushlift, .salonOnePage_eye_garden #salon_menu-eyebrow,
.salonOnePage_eye_garden #salon_menu-lushlift, .salonOnePage_eye_cqn #salon_menu-eyebrow,
.salonOnePage_eye_cqn #salon_menu-lushlift {
  display: none;
}
.salonOnePage .pageBody-inner {
  max-width: calc(1200px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto;
}
.salonOnePage_nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_nav ul {
    gap: 5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .salonOnePage_nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.salonOnePage_nav ul li a {
  color: #A1A5B2;
}
.salonOnePage_nav ul li span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 767px) {
  .salonOnePage_nav ul li span {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 480px) {
  .salonOnePage_nav ul li span {
    letter-spacing: 0.4em;
  }
}
.salonOnePage_nav ul li.salonOnePage_nav-active {
  color: #fff;
}
.salonOnePage_section {
  margin-bottom: 200px;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .salonOnePage_section {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.salonOnePage_section-heading {
  text-align: center;
}
.salonOnePage_section-heading span {
  display: block;
}
.salonOnePage_section-heading span.en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section-heading span.en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.salonOnePage_section-heading:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #000000;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section-heading:after {
    width: 90px;
    margin-top: 15px;
  }
}
.salonOnePage-button.big-button {
  max-width: calc(750px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto !important;
}
.salonOnePage-button.big-button a {
  display: block;
  background: #000000;
  color: #fff;
  padding: 55px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .salonOnePage-button.big-button a {
    padding: 30px 0;
  }
}
.salonOnePage-button.big-button a:before {
  content: "";
  display: block;
  -webkit-mask-image: url(./assets/images/common/arrow.svg);
  mask-image: url(./assets/images/common/arrow.svg);
  background: #fff;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media screen and (max-width: 767px) {
  .salonOnePage-button.big-button a:before {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .salonOnePage-button.big-button a:before {
    right: 10px;
  }
}
.salonOnePage-button.big-button a:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 60px;
}
@media screen and (max-width: 767px) {
  .salonOnePage-button.big-button a:after {
    width: 11px;
    height: 11px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .salonOnePage-button.big-button a:after {
    right: 10px;
  }
}
.salonOnePage-button.big-button a:hover {
  background: #A1A5B2;
}
.salonOnePage-button.big-button a:hover:after {
  background: none;
}
.salonOnePage-button.big-button a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .salonOnePage-button.big-button a span.en {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.salonOnePage-button.big-button a span.ja {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .salonOnePage-button.big-button a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.salon_keyvisual {
  min-width: 0;
}
.salon_keyvisual img, .salon_keyvisual video {
  width: 100%;
  aspect-ratio: 89/55;
  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 {
  width: 100%;
  padding-bottom: 40px;
}
.salon_keyvisual-swiper ul li img {
  width: 100%;
}
.salon_keyvisual-swiper .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #000000;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.salon_keyvisual-swiper .swiper-pagination-bullet-active {
  background: #000000;
}

.salon_info .salon_map-info iframe {
  width: 100%;
  aspect-ratio: 89/55;
  height: auto;
}
.salon_info-heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .salon_info-heading {
    margin-bottom: 50px;
  }
}
.salon_info-heading span {
  display: block;
}
.salon_info-heading span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .salon_info-heading span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.salon_info-heading span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.salon_info-heading span.ja.hidden {
  display: none;
}
.salon_info-article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
@media screen and (max-width: 991px) {
  .salon_info-article {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.salon_info-section {
  align-self: start;
}
.salon_info-sectionHeading {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #A1A5B2;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .salon_info-sectionHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.salon_info-sectionText {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.salon_info-main {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .salon_info-main {
    margin-bottom: 40px;
  }
}
.salon_info-main section {
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.salon_info-image {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .salon_info-image {
    margin-bottom: 100px;
  }
}
.salon_info-buttonArea {
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .salon_info-buttonArea {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .salon_info-buttonArea {
    gap: 20px;
  }
}
.salon_info-buttonArea li {
  width: 100%;
}
.salon_info-buttonArea li a {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .salon_info-buttonArea li a {
    padding: 15px 0;
  }
}
.salon_info-buttonArea li a span.en {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .salon_info-buttonArea li a span.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.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: #77B5CC;
  font-family: "Oswald", sans-serif;
  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 #77B5CC;
  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 > header {
  margin-bottom: 50px;
}
#salon_menu .salon_menu-title {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  justify-content: center;
  border-color: #A1A5B2;
}
#salon_menu .salon_menu-title span.en {
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
#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);
  }
}
.salon_reserve {
  background: #000000;
  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;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
.menuPage .pageBody-inner {
  max-width: calc(1200px + 16.6666666667vw);
}

.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: 120px;
  }
}
.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: #77B5CC;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
  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: #000000;
  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: #77B5CC;
  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: left;
  padding-left: 0.5em;
}
.salon_menu-wrap .salon_menu-title span.en {
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Oswald", sans-serif;
  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: 20px;
  font-size: 2rem;
  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 .salon_menu-sb {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #A1A5B2;
  letter-spacing: 0.2em;
}
.salon_menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.salon_menu-list li {
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.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: #ff008c;
  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の時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* EYE PAGE ========= */
.eyePage_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .eyePage_menu {
    grid-template-columns: 1fr;
  }
}
.eyePage_menu li {
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu li {
    padding: 45px 0 60px;
  }
}
.eyePage_menu li:nth-child(1) {
  border-right: 1px solid;
}
@media screen and (max-width: 767px) {
  .eyePage_menu li:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid;
  }
}
.eyePage_menu li:nth-child(1) .eyePage_menu-img {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu li:nth-child(1) .eyePage_menu-img {
    padding-right: 30px;
  }
}
.eyePage_menu li:nth-child(1) .eyePage_menu-img img {
  border-radius: 0 25% 25% 0/0px 50% 50% 0px;
}
.eyePage_menu li:nth-child(1) .eyePage_menu-inner {
  margin-left: auto;
}
.eyePage_menu li:nth-child(2) .eyePage_menu-img {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu li:nth-child(2) .eyePage_menu-img {
    padding-left: 30px;
  }
}
.eyePage_menu li:nth-child(2) .eyePage_menu-img img {
  border-radius: 25% 0 0 25%/50% 0 0 50%;
}
.eyePage_menu-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu-img {
    margin-bottom: 30px;
  }
}
.eyePage_menu-inner {
  max-width: calc(440px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .eyePage_menu-inner {
    max-width: 100%;
  }
}
.eyePage_menu-heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu-heading {
    margin-bottom: 20px;
  }
}
.eyePage_menu-heading span {
  display: block;
}
.eyePage_menu-heading span.en {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .eyePage_menu-heading span.en {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.eyePage_menu-heading span.ja {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .eyePage_menu-heading span.ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.eyePage_type {
  margin-bottom: 220px;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .eyePage_type {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .eyePage_type {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .eyePage_type {
    overflow: hidden;
  }
}
.eyePage_type .eyePage_concept-heading {
  margin-bottom: 60px !important;
}
.eyePage_type .pageBody-inner {
  max-width: calc(1000px + 16.6666666667vw);
}
.eyePage_type-img {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .eyePage_type-img {
    gap: 10px;
    width: 120vw;
    margin: 0 calc(50% - 60vw) 30px;
  }
}
.eyePage_type-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 60px;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .eyePage_type-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.eyePage_type-list {
  --columns: 2;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .eyePage_type-list {
    --columns: 1;
  }
}
.eyePage_type-list li {
  background: #E6E8ED;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .eyePage_type-list li {
    padding: 20px;
  }
}
.eyePage_type-listTable {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.eyePage_type-listTable th, .eyePage_type-listTable td {
  border: 1px solid;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 0;
}
.eyePage_type-listHeading {
  text-align: center;
  margin-bottom: 20px;
}
.eyePage_type-listHeading span {
  display: block;
}
.eyePage_type-listHeading span.ja {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .eyePage_type-listHeading span.ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.eyePage_type-listHeading span.en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .eyePage_type-listHeading span.en {
    font-size: 10px;
    font-size: 1rem;
  }
}
.eyePage_type-listPrice {
  text-align: right;
  font-weight: bold;
}
.eyePage_image {
  margin-bottom: 220px;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .eyePage_image {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .eyePage_image {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.eyePage_image .eyePage_concept-heading {
  margin-bottom: 60px !important;
}
.eyePage_image-list {
  --columns: 4;
  --border: 1px solid;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  border-top: var(--border);
  border-left: var(--border);
}
@media screen and (max-width: 767px) {
  .eyePage_image-list {
    --columns: 2;
  }
}
.eyePage_image-list li {
  padding: 30px 0 40px;
  text-align: center;
  border-right: var(--border);
  border-bottom: var(--border);
}
@media screen and (max-width: 767px) {
  .eyePage_image-list li {
    padding: 20px 0 24px;
  }
}
.eyePage_image-listTitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #A1A5B2;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .eyePage_image-listTitle {
    font-size: 10px;
    font-size: 1rem;
  }
}
.eyePage_image-listImg {
  max-width: 225px;
  padding: 0 20px;
  margin: 0 auto 20px;
}
.eyePage_image-listImg img {
  border-radius: 42%;
}
.eyePage_image-listHeading {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .eyePage_image-listHeading {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* KITSUKE PAGE ========= */
.kitsukePage + .pageFoot {
  margin-top: 0;
}
.kitsukePageHeading {
  margin-top: 0;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .kitsukePageHeading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kitsukePageHeading {
    padding-top: 80px;
    margin-bottom: 60px;
  }
}
.kitsukePageHeading-movie {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kitsukePageHeading-movie {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .kitsukePageHeading-movie {
    height: 193px;
  }
}
.kitsukePageHeading-movie video {
  width: 100%;
  width: calc(100% + 10px);
  margin-left: -5px;
}
@media screen and (max-width: 480px) {
  .kitsukePageHeading-movie video {
    object-fit: cover;
    object-position: top center;
    height: 100%;
  }
}
.kitsukePage .lowerPage_nav {
  margin-top: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .kitsukePage .lowerPage_nav {
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .kitsukePage .lowerPage_nav {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .kitsukePage .lowerPage_nav ul {
    gap: 10px;
  }
}
.kitsukePage .lowerPage_nav ul li {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 991px) {
  .kitsukePage .lowerPage_nav ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .kitsukePage .lowerPage_nav ul li {
    width: calc(50% - 10px);
  }
}
.kitsukePage .page-section-heading {
  margin-bottom: 30px;
}
.kitsukePage .page-section-heading span.en {
  margin-bottom: 10px;
}
.kitsukePage .page-section-heading span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kitsukePage .page-section-heading span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.kitsukePage .page-section-heading:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background: #000000;
  margin: 24px auto 0;
}
.kitsukePage_section {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_section {
    margin-top: -80px;
    padding-top: 80px;
  }
}
.kitsukePage_concept {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .kitsukePage_concept {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .kitsukePage_concept {
    margin-bottom: 100px;
  }
}
.kitsukePage_concept-heading {
  text-align: left !important;
}
.kitsukePage_concept-heading:after {
  margin-left: 0 !important;
}
.kitsukePage_concept-img {
  order: -1;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .kitsukePage_concept-img {
    width: 100%;
    margin-bottom: 60px;
  }
}
.kitsukePage_concept-main {
  width: 50%;
  padding: 0 8.3333333333vw;
}
@media screen and (max-width: 991px) {
  .kitsukePage_concept-main {
    width: 100%;
  }
}
.kitsukePage_concept-mainCatch {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_concept-mainCatch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.kitsukePage_concept-mainText {
  text-align: justify;
  line-height: 2.5;
}
.kitsukePage_movie {
  max-width: calc(1000px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto 180px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_movie {
    padding: 0;
    margin-bottom: 130px;
  }
}
.kitsukePage_movie video {
  width: 100%;
}
.kitsukePage_movie-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .kitsukePage_movie-title {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 8.3333333333vw;
  }
}
.kitsukePage_movie-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.3em;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .kitsukePage_movie-text {
    font-size: 11px;
    font-size: 1.1rem;
    padding-right: 8.3333333333vw;
  }
}
.kitsukePage_movie-text:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(45deg);
  margin-left: 10px;
}
.kitsukePage_photo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_photo {
    margin-bottom: 120px;
  }
}
.kitsukePage_photo li:nth-child(1), .kitsukePage_photo li:nth-child(2) {
  width: 50%;
}
.kitsukePage_photo li:nth-child(1) img, .kitsukePage_photo li:nth-child(2) img {
  height: 40vw;
  object-fit: cover;
}
.kitsukePage_photo li:nth-child(3) {
  width: 65%;
}
.kitsukePage_photo li:nth-child(3) img {
  height: 51.6666vw;
  object-fit: cover;
}
.kitsukePage_photo li:nth-child(4) {
  width: 35%;
}
.kitsukePage_photo li:nth-child(4) img {
  height: 51.6666vw;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .kitsukePage_photo li {
    width: 100% !important;
  }
  .kitsukePage_photo li img {
    height: auto !important;
  }
}
.kitsukePage_menu {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu {
    margin-bottom: 120px;
  }
}
.kitsukePage_menu .kitsukePage_menu-heading {
  margin-bottom: 60px;
}
.kitsukePage_menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-list {
    grid-template-columns: 1fr;
  }
}
.kitsukePage_menu-list li {
  padding: 70px 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-list li {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.kitsukePage_menu-list li:first-child {
  border-right: 1px solid;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-list li:first-child {
    border-right: none;
    border-bottom: 1px solid;
  }
}
.kitsukePage_menu-list li:first-child .kitsukePage_menu-listInner {
  margin-left: auto;
}
.kitsukePage_menu-listInner {
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-listInner {
    max-width: 100%;
  }
}
.kitsukePage_menu-listHeading {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-listHeading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.kitsukePage_menu-listText {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-listText {
    margin-bottom: 20px;
  }
}
.kitsukePage_menu-listPrice {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .kitsukePage_menu-listPrice {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.kitsukePage_salon {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .kitsukePage_salon {
    margin-bottom: 120px;
  }
}
.kitsukePage_salon .kitsukePage_salon-heading {
  margin-bottom: 60px;
}
.kitsukePage_salon-caution {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 80px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .kitsukePage_salon-caution {
    margin-bottom: 40px;
  }
}
.kitsukePage_salon .pageBody-inner {
  max-width: calc(1200px + 16.6666666667vw);
}

/* 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: "Oswald", sans-serif;
  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: 170px;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .staff_area-inner {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .staff_area-inner {
    margin-bottom: 100px;
  }
}
.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 .satff_wrap .page-section-heading {
  padding: 0;
}
@media screen and (max-width: 480px) {
  .staff_area .satff_wrap .page-section-heading span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.staff_area .satff_wrap .page-section-heading span.en {
  font-size: 44px;
  font-size: 4.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .staff_area .satff_wrap .page-section-heading span.en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.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-img img.no-image {
  object-position: center center;
}
.staff_area .staff_list-position {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.staff_area .staff_list-name span {
  display: block;
}
.staff_area .staff_list-name span.ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.staff_area .staff_list-name span.en {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  color: #A1A5B2;
  text-transform: uppercase;
}
.staff_area .staff_list-read {
  color: #A1A5B2;
  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: calc(50% + 10px);
  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: 18px;
    height: 18px;
  }
}
.staff_area .staff_list-insta svg path {
  fill: #A1A5B2;
}
.staff_area .staff_list-button a {
  justify-content: center;
  padding: 10px 0;
}
@media screen and (max-width: 480px) {
  .staff_area .staff_list-button a {
    text-align: left;
    padding-left: 10px;
  }
}
.staff_area .staff_list-button a .button-inner span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list-button a .button-inner span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.staff_area .staff_list-button a:before {
  width: 10px;
  height: 10px;
  right: 10px;
  top: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list-button a:before {
    right: 5px;
  }
}
.staff_area .staff_list-caution {
  font-size: 13px;
  font-size: 1.3rem;
  color: #A1A5B2;
  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;
}
@media screen and (max-width: 767px) {
  .staff_one-box {
    padding: 0;
    margin-top: -50px;
  }
}
.staff_one-main {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .staff_one-main {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .staff_one-main {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.staff_one-mainInfo {
  width: 60%;
  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: 40%;
  position: relative;
  z-index: 0;
}
.staff_one-mainImg video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff_one-mainImg {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 675px;
  }
  .staff_one-mainImg img, .staff_one-mainImg video {
    width: 100%;
  }
}
.staff_one-mainMessage {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .staff_one-mainMessage {
    margin-top: 40px;
  }
}
.staff_one-mainMessage .staff_one-message, .staff_one-mainMessage .staff_one-style {
  max-width: 100%;
  padding-bottom: 0;
}
.staff_one-mainMessage .staff_one-message:last-child, .staff_one-mainMessage .staff_one-style:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .staff_one-mainMessage .staff_one-message, .staff_one-mainMessage .staff_one-style {
    padding: 0;
    margin-bottom: 40px;
  }
}
.staff_one-mainMessage .staff_one-messageHeading {
  margin-bottom: 20px;
}
.staff_one-mainMessage .staff_one-messageHeading span.en {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .staff_one-mainMessage .staff_one-messageHeading span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.staff_one-position {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .staff_one-position {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.staff_one-nameArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.staff_one-name span {
  display: block;
}
.staff_one-name span.ja {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .staff_one-name span.ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
.staff_one-name span.en {
  font-size: 20px;
  font-size: 2rem;
  color: #A1A5B2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .staff_one-name span.en {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.staff_one-insta svg {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .staff_one-insta svg {
    width: 37px;
    height: 37px;
  }
}
.staff_one-insta svg path {
  fill: #A1A5B2;
}
.staff_one-calendar {
  margin-top: 30px;
}
.staff_one-calendar .month-header {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .staff_one-calendar {
    padding: 0 8.3333333333vw;
  }
}
.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: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #77B5CC;
}
@media screen and (max-width: 991px) {
  .staff_one-sectionHeading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.staff_one-message, .staff_one-style {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .staff_one-message, .staff_one-style {
    padding: 0 8.3333333333vw;
  }
}
.staff_one-messageHeading {
  margin-bottom: 20px;
}
.staff_one-messageHeading .en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .staff_one-messageHeading .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .staff_one-button {
    padding: 0 8.3333333333vw;
  }
}
.staff_one-button .big-button {
  margin-bottom: 40px;
}
.staff_one-reserve a {
  display: block;
  max-width: 430px;
  color: #fff;
  background: #77B5CC;
  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 {
  margin: 0 auto;
}

/*BLOG用*/
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* 画面幅1500pxの時のフォントサイズの比率を維持 ========= */
/* 日本語フォント ========= */
/* 英字フォント ========= */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* 天地中央系 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* フレックスボックス ========= */
/* ========================================================================== */
/* ========================================================================== */
/* HAIR STYLE ========= */
/* ========================================================================== */
.style_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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;
}

.lum-lightbox-inner img {
  max-width: 1000px;
}
@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: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000000;
  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;
}
@media screen and (max-width: 767px) {
  .style_one-box {
    margin-top: -50px;
    padding: 0;
  }
}
.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: 50%;
}
@media screen and (max-width: 991px) {
  .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: 50%;
  padding-left: 70px;
}
@media screen and (max-width: 991px) {
  .style_one-info {
    width: 100%;
    padding-left: 0;
  }
}
.style_one-info section:last-child {
  margin-bottom: 0;
}
.style_one-staffBox {
  display: flex;
  align-items: center;
}
.style_one-staffBoxImg {
  width: 150px;
  order: 1;
}
@media screen and (max-width: 480px) {
  .style_one-staffBoxImg {
    order: 0;
    width: 100px;
  }
}
.style_one-staffBoxInfo {
  width: calc(100% - 150px);
  text-align: right;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .style_one-staffBoxInfo {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .style_one-staffBoxInfo {
    width: calc(100% - 150px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .style_one-staffBoxInfo {
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
}
.style_one-staffBoxPosition {
  font-size: 1.1rem !important;
  margin-bottom: 5px;
}
.style_one-staffBoxName {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.style_one-staffBoxName span {
  display: block;
}
.style_one-staffBoxName span.ja {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .style_one-staffBoxName span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.style_one-staffBoxName span.en {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #A1A5B2;
}
.style_one-other {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .style_one-other {
    margin-top: 60px;
    padding: 0 8.3333333333vw;
  }
}
.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 {
  /* 1 代表挨拶 */
  /* 2 経営理念 */
  /* 3 福利厚生 */
  /* 4 教育について */
  /* 5 撮影について */
  /* 6 スタッフの声 */
  /* 7 サロン見学＆説明会 */
}
.recruitPage .pageBody-inner {
  max-width: calc(960px + 16.6666666667vw);
}
.recruitPage-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.recruitPage-title span {
  display: block;
  color: #fff;
}
.recruitPage-title span.en {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  margin-bottom: 20px;
  font-size: clamp(32px, 2.5vw, 42px);
}
.recruitPage-title span.ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: clamp(16px, 1.3vw, 22px);
}
@media screen and (max-width: 767px) {
  .recruitPage-title span.ja {
    line-height: 1.75;
  }
}
.recruitPage .keyvisual {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .recruitPage .keyvisual {
    height: auto;
  }
}
.recruitPage .keyvisual-wrap {
  overflow: hidden;
}
.recruitPage .keyvisual-img {
  position: relative;
  z-index: 0;
}
.recruitPage .keyvisual-img:before, .recruitPage .keyvisual-img:after {
  display: none;
}
.recruitPage .keyvisual-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bdc5c2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}
.recruitPage .keyvisual .scrolldown {
  bottom: 20svh;
}
@media screen and (max-width: 480px) {
  .recruitPage .keyvisual .scrolldown {
    display: none;
  }
}
.recruitPage .topPhoto-scroll {
  margin-top: -6svh;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .recruitPage .topPhoto-scroll {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage .topPhoto-scroll {
    margin-bottom: 60px;
  }
}
.recruitPage .topPhoto-scroll .scrolling-content {
  align-items: flex-start;
  animation: photoScroll 50s linear infinite;
}
@media screen and (max-width: 991px) {
  .recruitPage .topPhoto-scroll .scrolling-content {
    gap: 10px;
  }
}
.recruitPage .topPhoto-scroll li {
  position: relative;
}
.recruitPage .topPhoto-scroll li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #bdc5c2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
}
.recruitPage .recruitPage_nav-list {
  margin-top: 0;
  padding: 0;
  margin-bottom: 150px;
}
.recruitPage .recruitPage_nav-list ul li {
  width: calc(20% - 24px);
}
@media screen and (max-width: 991px) {
  .recruitPage .recruitPage_nav-list ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-list ul li {
    width: calc(50% - 15px);
  }
}
.recruitPage .recruitPage_nav-list ul li a {
  border: none;
  border-bottom: 1px dashed;
  padding: 0 0 8px;
}
.recruitPage .recruitPage_nav-buttonWrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-buttonWrap {
    margin-top: 60px;
  }
}
.recruitPage .recruitPage_nav-button a {
  background: #DA6380;
  color: #fff;
  border: none;
  padding: 15px 0;
}
.recruitPage .recruitPage_nav-button a span.en {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: 500;
}
.recruitPage .recruitPage_nav-button a:before {
  -webkit-mask-image: url(./assets/images/common/arrow.svg);
  mask-image: url(./assets/images/common/arrow.svg);
  background: #fff;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.recruitPage_section {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section {
    margin-bottom: 100px;
  }
}
.recruitPage_section-title {
  text-align: center;
  padding: 90px 0;
  position: relative;
  z-index: 0;
  background-size: cover;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-title {
    padding: 45px 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_section-title {
    padding: 20px 0;
  }
}
.recruitPage_section-title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #637C7C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.recruitPage_section-title span {
  display: block;
  color: #fff;
}
.recruitPage_section-title span.ja {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .recruitPage_section-title span.ja {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_section-title span.ja {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.recruitPage_section-title span.en {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-title span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.recruitPage_section-heading {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading {
    margin-bottom: 40px;
  }
}
.recruitPage_section-heading span {
  display: block;
}
.recruitPage_section-heading span.en {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.recruitPage_section-heading span.en:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background-color: #000000;
  margin: 10px auto 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading span.en:after {
    margin-bottom: 20px;
    width: 40px;
  }
}
.recruitPage_section-heading span.ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-heading span.ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recruitPage_section:last-child {
  margin-bottom: 0;
}
.recruitPage_owner-message {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-message {
    text-align: justify;
  }
}
.recruitPage_owner-text p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 4;
  margin-bottom: 40px;
}
.recruitPage_owner-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-text p {
    line-height: 3;
  }
}
.recruitPage_owner-name {
  text-align: center;
}
.recruitPage_owner-name img {
  display: inline-block;
  margin-bottom: 15px;
}
.recruitPage_owner-name span {
  display: block;
}
.recruitPage_owner-name span.ja {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-name span.ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_owner-name span.en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruitPage_owner-name span.en {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.recruitPage_philosophy {
  counter-reset: philosophy 0;
}
.recruitPage_philosophy-mvv {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-mvv {
    margin-bottom: 60px;
  }
}
.recruitPage_philosophy-mvv img {
  max-width: 640px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-mvv img {
    max-width: 400px;
  }
}
.recruitPage_philosophy-img {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-img {
    margin-bottom: 30px;
  }
}
.recruitPage_philosophy-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bdc5c2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}
.recruitPage_philosophy-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 4;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-text {
    margin-top: -20px;
    line-height: 2.5;
  }
}
.recruitPage_philosophy-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_philosophy-list {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-list {
    max-width: 280px;
    margin: 0 auto;
  }
}
.recruitPage_philosophy-list li {
  flex: 1;
  aspect-ratio: 1/1;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .recruitPage_philosophy-list li {
    flex: 0 1 calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-list li {
    flex: 100%;
  }
}
.recruitPage_philosophy-list li:before {
  counter-increment: philosophy 1;
  content: "MISSION/0" counter(philosophy);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-list li:before {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.recruitPage_philosophy-listHeading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-listHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_philosophy-listHeading:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #000000;
  margin: 10px auto 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-listHeading:after {
    margin-bottom: 10px;
  }
}
.recruitPage_philosophy-listText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .recruitPage_philosophy-listText {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.recruitPage_benefit-text, .recruitPage_photo-text, .recruitPage_education-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 4;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .recruitPage_benefit-text, .recruitPage_photo-text, .recruitPage_education-text {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: justify;
    line-height: 2.5;
  }
}
.recruitPage_benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 60px 5vw;
}
@media screen and (max-width: 991px) {
  .recruitPage_benefit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_benefit-list {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 30px;
  }
}
.recruitPage_benefit-list li {
  border: 1px solid;
  padding: 30px 10px;
  position: relative;
}
.recruitPage_benefit-listTitle {
  position: absolute;
  top: 0;
  right: 100%;
  writing-mode: sideways-rl;
  text-transform: uppercase;
  background: #000000;
  color: #fff;
  padding: 8px 2px 4px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}
.recruitPage_benefit-listTitle:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #000000;
  border-left: 30px solid transparent;
  left: 0;
  top: 100%;
}
.recruitPage_benefit-listHeading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruitPage_benefit-list img {
  display: inline-block;
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}
.recruitPage_benefit-listText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-text {
    margin-bottom: 40px;
  }
}
.recruitPage_education-img {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-img {
    gap: 5px;
    width: 100vw;
    margin-left: -8.3333333333vw;
  }
}
.recruitPage_education-stepsHeading {
  text-align: center;
  margin-bottom: 40px;
}
.recruitPage_education-stepsHeading span {
  display: block;
}
.recruitPage_education-stepsHeading span.en {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}
.recruitPage_education-stepsHeading span.ja {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.recruitPage_education-stepsSection {
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSection {
    padding-bottom: 20px;
  }
}
.recruitPage_education-stepsSection:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSection:before {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSection:last-child {
    padding-bottom: 0;
  }
}
.recruitPage_education-stepsSection:last-child:after {
  content: "";
  display: block;
  width: 2px;
  height: 200px;
  background: repeating-linear-gradient(to bottom, #000000 0px, #000000 10px, transparent 10px, transparent 20px);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSection:last-child:after {
    left: 30px;
    height: 80px;
    background: repeating-linear-gradient(to bottom, #000000 0px, #000000 5px, transparent 5px, transparent 10px);
  }
}
.recruitPage_education-stepsSectionTitle {
  display: block;
  width: 140px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background: #000000;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  margin: 0 auto 60px;
  padding: 10px 0 8px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionTitle {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
  }
}
.recruitPage_education-stepsSectionList li {
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionList li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.recruitPage_education-stepsSectionList li:nth-child(odd):after {
  content: "";
  display: block;
  order: 2;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionList li:nth-child(odd):after {
    display: none;
  }
}
.recruitPage_education-stepsSectionList li:nth-child(odd) .recruitPage_education-stepsSectionListHeading {
  order: 1;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionList li:nth-child(odd) .recruitPage_education-stepsSectionListHeading {
    order: 0;
  }
}
.recruitPage_education-stepsSectionList li:nth-child(odd) .recruitPage_education-stepsSectionListText {
  order: 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionList li:nth-child(odd) .recruitPage_education-stepsSectionListText {
    order: 1;
  }
}
.recruitPage_education-stepsSectionList li:nth-child(odd) .recruitPage_education-stepsSectionListText:after {
  left: 0;
}
.recruitPage_education-stepsSectionList li:nth-child(even):before {
  content: "";
  display: block;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionList li:nth-child(even):before {
    display: none;
  }
}
.recruitPage_education-stepsSectionList li:nth-child(even) .recruitPage_education-stepsSectionListText:after {
  right: 0;
}
.recruitPage_education-stepsSectionListHeading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background: #DBDBDB;
  width: 250px;
  margin: 0 auto;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionListHeading {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 0;
  }
}
.recruitPage_education-stepsSectionListText {
  padding: 0 20px;
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsSectionListText {
    width: 100%;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0 0 0 60px;
  }
  .recruitPage_education-stepsSectionListText::after {
    display: none;
  }
}
.recruitPage_education-stepsSectionListText:after {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: #000000;
}
.recruitPage_education-stepsDebut {
  max-width: 540px;
  margin: 200px auto 0;
  border: 2px solid;
  text-align: center;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsDebut {
    margin-top: 80px;
    max-width: 100%;
  }
}
.recruitPage_education-stepsDebut .recruitPage_education-stepsHeading {
  margin-bottom: 20px;
}
.recruitPage_education-stepsDebutText {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-stepsDebutText {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.5;
  }
}
.recruitPage_education-support {
  margin-top: 200px;
  counter-reset: support 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-support {
    margin-top: 120px;
  }
}
.recruitPage_education-supportImg {
  margin-bottom: 50px;
  position: relative;
}
.recruitPage_education-supportImg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bdc5c2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}
.recruitPage_education-supportBox {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.recruitPage_education-supportBoxWrap {
  display: grid;
  flex-direction: column;
  gap: 120px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .recruitPage_education-supportBoxWrap {
    gap: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBoxWrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.recruitPage_education-supportBox:first-child {
  grid-column: 1/3;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBox:first-child {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
    grid-column: 1;
  }
}
.recruitPage_education-supportBox:first-child .recruitPage_education-supportBoxMain {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBox:first-child .recruitPage_education-supportBoxMain {
    width: 100%;
  }
}
.recruitPage_education-supportBox:first-child .recruitPage_education-supportBoxImg {
  width: calc(100% - 370px - 40px);
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBox:first-child .recruitPage_education-supportBoxImg {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_education-supportBox {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBox {
    gap: 20px;
  }
}
.recruitPage_education-supportBox:nth-child(n+2) .recruitPage_education-supportBoxImg {
  order: 1;
}
.recruitPage_education-supportBoxMain {
  position: relative;
}
.recruitPage_education-supportBoxMainHeading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBoxMainHeading {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_education-supportBoxMainHeading:before {
  counter-increment: support 1;
  content: "0" counter(support) ".";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  text-stroke: 2px #000000;
  -webkit-text-stroke: 2px #000000;
  color: transparent;
  line-height: 1;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBoxMainHeading:before {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.recruitPage_education-supportBoxMainText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBoxMainText {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.recruitPage_education-supportBoxMainBadges {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-supportBoxMainBadges {
    gap: 10px;
  }
}
.recruitPage_education-supportBoxMainBadges span {
  width: 127px;
  background: #000000;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .recruitPage_education-supportBoxMainBadges span {
    font-size: 11px;
    font-size: 1.1rem;
    width: 80px;
  }
}
.recruitPage_education-supportBoxImg {
  position: relative;
}
.recruitPage_education-supportBoxImg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bdc5c2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}
.recruitPage_education-supportBoxImg img {
  width: 100%;
  height: auto;
  display: block;
}
.recruitPage_photo-text {
  line-height: 3;
  font-weight: bold;
  margin-bottom: 50px;
}
.recruitPage_photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-list {
    gap: 10px;
  }
}
.recruitPage_photo-list li {
  width: calc(50% - 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-list li {
    width: calc(50% - 5px);
  }
}
.recruitPage_photo-list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bdc5c2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}
.recruitPage_photo-bnr {
  text-align: center;
  max-width: 570px;
  margin: 60px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruitPage_photo-bnr {
    margin-top: 50px;
  }
}
.recruitPage_photo-bnr a img {
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.recruitPage_photo-bnr a:hover img {
  transform: scale(1.2);
}
.recruitPage_voice-article {
  max-width: 700px;
  margin: 0 auto;
}
.recruitPage_voice-list li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-list li {
    margin-bottom: 80px;
  }
}
.recruitPage_voice-list li:last-child {
  margin-bottom: 0;
}
.recruitPage_voice-listHeader {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-listHeader {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-listHeader {
    flex-wrap: wrap;
  }
}
.recruitPage_voice-listImg {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-listImg {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-listImg {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.recruitPage_voice-listMain {
  width: calc(100% - 240px - 40px);
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-listMain {
    width: calc(100% - 180px - 20px);
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-listMain {
    width: 100%;
  }
}
.recruitPage_voice-listMainName {
  padding: 0 10px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.recruitPage_voice-listMainName small, .recruitPage_voice-listMainName span {
  display: block;
}
.recruitPage_voice-listMainName small {
  font-size: 12px;
  font-size: 1.2rem;
}
.recruitPage_voice-listMainName span.ja {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-listMainName span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recruitPage_voice-listMainName span.en {
  font-size: 12px;
  font-size: 1.2rem;
}
.recruitPage_voice-listMainMessage {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
.recruitPage_voice-listSection {
  margin-bottom: 30px;
}
.recruitPage_voice-listSectionWrap {
  counter-reset: voiceQA 0;
}
.recruitPage_voice-listSection:before {
  counter-increment: voiceQA 1;
  content: "0" counter(voiceQA);
  display: block;
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-listSection:before {
    width: 100%;
  }
}
.recruitPage_voice-listSection:last-child {
  margin-bottom: 0;
}
.recruitPage_voice-listSectionHeading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-listSectionHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_voice-listSectionHeading:before {
  content: "COMMENT";
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 0.2em;
  width: 80px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-listSectionHeading:before {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.recruitPage_voice-listSectionText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}
.recruitPage_tour-box {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.recruitPage_tour-boxImg {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-boxImg {
    margin-bottom: 20px;
  }
}
.recruitPage_tour-boxImg img {
  aspect-ratio: 16/10;
  object-fit: cover;
}
.recruitPage_tour-boxImg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(231, 247, 234, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.recruitPage_tour-boxText {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-boxText {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_tour-boxText {
    text-align: justify;
  }
}
.recruitPage_tour-boxBanner {
  max-width: 440px;
  margin: 0 auto;
  border: 2px solid;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .recruitPage_tour-boxBanner {
    padding: 0 20px 20px;
  }
}
.recruitPage_tour-boxBanner span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 20px;
  width: 156px;
  background: #000000;
  color: #fff;
  padding: 3px 0 6px;
}
@media screen and (max-width: 480px) {
  .recruitPage_tour-boxBanner span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_tour-boxBanner img {
  max-width: 330px;
  width: 100%;
}
.recruitPage_tour-boxBanner p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .recruitPage_tour-boxBanner p {
    font-size: 10px;
    font-size: 1rem;
  }
}
.recruitPage .bottom_kv {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .recruitPage .bottom_kv img {
    aspect-ratio: 16/10;
    object-fit: cover;
    object-position: 35% 0;
  }
}
.recruitPage_description .recruitPage_section-title {
  padding-bottom: 0;
}
.recruitPage_description .recruitPage_section-title:before {
  display: none;
}
.recruitPage_description .recruitPage_section-title span {
  color: #000000;
}
.recruitPage_description .recruitRecruitment_box {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recruitPage_description .recruitRecruitment_box {
    margin-bottom: 60px;
  }
}
.recruitPage_description .recruitRecruitment_box-list li {
  border-bottom: 1px dashed;
}
.recruitPage_description .recruitRecruitment_box-list li:first-child {
  border-top: none;
}
.recruitPage_description .recruitRecruitment_box-list li h3:before {
  content: "【";
}
.recruitPage_description .recruitRecruitment_box-list li h3:after {
  content: "】";
}
.recruitPage_description .recruitRecruitment_box-list li p span.recruitRecruitment_box-listSalon {
  display: block;
  margin-bottom: 20px;
}
.recruitPage_description .recruitRecruitment_box-list li p span.recruitRecruitment_box-listSalon:before {
  content: "■";
}
.recruitPage_description .recruitRecruitment_box-list li p span.recruitRecruitment_box-listSalon:last-child {
  margin-bottom: 0;
}
.recruitPage_description .big-button a {
  background: #DA6380;
}
.recruitPage_description .big-button a span.en {
  margin-bottom: 0;
}

/* 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: 33.3333%;
  padding: 8px;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner img {
  display: block;
  border-radius: 50%;
}
.blogBody .blogBody_inner:nth-of-type(2) .postStaffArea .postStaffArea_inner a span:last-of-type {
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
}
.blogBody .blogBody_inner a {
  color: #000000;
}

/* == ■■■■■■ 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;
}
.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: #000000;
}

/* 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(119, 181, 204, 0.1);
  padding: 40px 16px;
  line-height: 1.75;
}

.singlePageWrap {
  position: relative;
}
.singlePageWrap .singlePageWrap_inner {
  padding: 80px 0;
  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 ●●● == */
}
@media screen and (max-width: 374px) {
  .singlePageWrap .singlePageWrap_inner {
    padding: 40px 0 16px 0;
  }
}
.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(119, 181, 204, 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: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: #000000;
  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;
  padding: 30px 0;
}
.recruitRecruitment_box-list li:first-child {
  border-top: 1px solid;
}
@media screen and (max-width: 767px) {
  .recruitRecruitment_box-list li {
    flex-wrap: wrap;
  }
}
.recruitRecruitment_box-list li h3 {
  width: 30%;
  font-size: 17px;
  font-size: 1.7rem;
  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;
  }
}
.recruitRecruitment_box-list li p span {
  display: block;
}
.recruitRecruitment_box-list li p span::before {
  content: "・";
}

.entryPage .entryPage_article {
  margin-top: 0;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .entryPage .entryPage_article {
    margin-bottom: 140px;
  }
}
.entryPage .entryPage_article .entryPage-heading {
  text-align: center;
  margin-bottom: 20px;
}
.entryPage .entryPage_article .entryPage-heading span.ja {
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .entryPage .entryPage_article .entryPage-heading span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entryPage .entryPage_article .recruitPage_nav-button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .entryPage .entryPage_article .recruitPage_nav-button {
    margin-top: 40px;
  }
}
.entryPage .entryPage_article .recruitPage_nav-button a span.ja {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.75;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .entryPage .entryPage_article .recruitPage_nav-button a span.ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entryPage .recruitPage_section-heading {
  padding-left: 0;
  padding-right: 0;
}
.entryPage .recruitPage_button {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .entryPage .recruitPage_button {
    margin-bottom: 60px;
  }
}
.entryPage .recruitPage_company .recruitPage_requirements-list {
  max-width: calc(1000px + 16.6666666667vw);
  padding: 0 calc(8.3333333333vw - 12px);
  margin: 0 auto;
}
.entryPage_navi {
  margin: -100px 0 100px;
  border-top: 1px solid;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .entryPage_navi {
    margin: -60px 0 80px;
  }
}
.entryPage_navi ul {
  display: flex;
  gap: 10px 20px;
  max-width: calc(500px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul {
    gap: 10px;
  }
}
.entryPage_navi ul li {
  width: 50%;
}
.entryPage_navi ul li a {
  display: block;
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul li a {
    padding: 10px 0;
  }
}
.entryPage_navi ul li a span.ja {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .entryPage_navi ul li a span.ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.entryPage_form .wpcf7 {
  margin-top: 0;
}
.entryPage_form form {
  background: #fff;
  max-width: calc(960px + 16.6666666667vw);
  padding: 0 calc(8.3333333333vw - 12px);
  margin: 0 auto;
}
.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[type=text], .entryPage_form .formList tbody td .wpcf7 input[type=url], .wpcf7 .entryPage_form .formList tbody td input[type=url],
.entryPage_form .formList tbody td input[type=tel],
.entryPage_form .formList tbody td input[type=email] {
  height: 52px;
}
.entryPage_form .formList tbody td input,
.entryPage_form .formList tbody td textarea,
.entryPage_form .formList tbody td select {
  border-radius: 0;
  box-shadow: none;
  padding: 1em;
  border-color: #000000;
  border-style: solid;
}
.entryPage_form .formList tbody td textarea {
  color: #333;
  width: 100%;
}
.entryPage_form .formList tbody td select {
  color: #333;
  width: 100%;
  max-width: 360px;
  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: #000000 !important;
  border: inherit !important;
}
.entryPage_form .wpcf7-submit {
  margin: 60px auto 0 !important;
  background: #000000 !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;
  }
}
.entryPage_form .wpcf7-submit:after {
  content: "";
  display: block;
  width: 10px;
  height: 30px;
  color: #000000;
  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: #000000;
  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 #000000;
  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: "Oswald", sans-serif;
  font-weight: 400;
  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;
  background-color: #000000;
  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: #77B5CC;
  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;
}
@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], .wpcf7 input[type=tel], .wpcf7 input[type=url], .wpcf7 input[type=email] {
  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: #77B5CC;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #77B5CC;
  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: #000000;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #77B5CC;
  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: #77B5CC;
}
@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: #77B5CC;
}
.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: #77B5CC;
  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: 200px;
}
@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-bottom: 100px;
  }
}
.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 */