@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: #252530;
  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: "Elms Sans", 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;
}

/* スクリーンリーダー専用テキスト（SEO的にも安全） */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*レイアウト*/
.page-section {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .page-section {
    margin-bottom: 90px;
  }
}
.page-section:last-child {
  margin-bottom: 0;
}
.page-section-heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-section-heading {
    margin-bottom: 30px;
  }
}
.page-section-heading span {
  display: inline-block;
}
.page-section-heading span.en {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-section-heading span.en:before {
  content: "_";
}
.page-section-heading span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-left: 20px;
}

.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 #pageHead:before {
  aspect-ratio: auto;
  height: 426px;
}
@media screen and (max-width: 767px) {
  .lowerPage #pageHead:before {
    height: 292px;
  }
}
.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: 0 0 150px;
  padding: 140px 8.3333333333vw 80px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lowerPageHeading {
    margin: 0 0 90px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.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;
    text-indent: 0.3em;
  }
}
.lowerPage .lowerPage-title {
  text-align: center;
}
.lowerPage .lowerPage-title span {
  display: block;
}
.lowerPage .lowerPage-title span.en {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 200;
  letter-spacing: 1.5em;
  text-indent: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title span.en {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .lowerPage .lowerPage-title span.en {
    white-space: normal;
  }
}
.lowerPage .lowerPage-title span.ja {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1em;
  text-indent: 1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lowerPage .lowerPage-title span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.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: #252530;
  border-bottom: 1px solid #c7c7d1;
  position: relative;
  padding: 14px 46px 16px 10px;
  transition: all 0.3s linear;
}
.lowerPage_nav ul li a:hover {
  background: rgba(37, 37, 48, 0.7);
  color: #fff;
}
@media screen and (max-width: 480px) {
  .lowerPage_nav ul li a {
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.lowerPage_nav ul li a span.en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.lowerPage_nav ul li a:before, .lowerPage_nav ul li a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lowerPage_nav ul li a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #252530;
  right: 10px;
}
.lowerPage_nav ul li a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 18px;
  color: #252530;
}
.lowerPage_nav ul li a:hover:before {
  border-color: #fff;
}
.lowerPage_nav ul li a:hover:after {
  color: #fff;
}

@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: 170px;
}
@media screen and (max-width: 767px) {
  .lowerPage_navi {
    margin-bottom: 90px;
  }
}
.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: #252530;
  top: 0;
  width: 100%;
  z-index: 151;
  padding: 0;
  transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1), position 400ms cubic-bezier(0.23, 1, 0.32, 1);
  position: static;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.1666666667vw;
  position: relative;
  z-index: 0;
}
#pageHead::before {
  content: "";
  display: block;
  width: 91.6666666667vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./assets/images/common/bg.jpg) repeat center center;
  z-index: -1;
  aspect-ratio: 1/0.310058;
}
@media screen and (max-width: 480px) {
  #pageHead::before {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
@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: #252530;
  display: block;
}
.header_nav-logo a img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header_nav-logo a img {
    width: 55px;
    height: 55px;
  }
}
.header_nav-logo a span.en {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.header_nav-wrap {
  height: 100%;
}
.header_nav-reserve.visible-xs {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header_nav-reserve.visible-xs {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .header_nav-reserve.visible-xs {
    right: 80px;
  }
}
.header_nav-reserve a {
  display: block;
  color: #252530;
  border: 1px solid;
  padding: 0 15px 4px;
}
.header_nav-reserve a span.en {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
.header_nav-menu {
  width: 100%;
  height: 100%;
  color: #252530;
  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;
  cursor: pointer;
}
.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: 40px;
}
@media screen and (max-width: 1500px) {
  .header_nav-list {
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header_nav-list {
    display: none;
  }
}
.header_nav-list li a {
  color: #252530;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: 0.3em;
  position: relative;
  text-transform: capitalize;
}
.header_nav-list li a:before {
  content: "_";
  display: inline;
}
.header_nav-list li a::after {
  content: attr(title);
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 2px;
  opacity: 0.5;
}
.header_nav-list li:last-child a {
  border: 1px solid;
  padding: 0 15px;
}
.header_nav-list li:last-child a:before {
  display: none;
}

.icon-bar {
  height: 36px;
  width: 1px;
  background: #252530;
  display: block;
  background: #252530;
  position: relative;
  overflow: hidden;
  /* ==========================================
     アニメーションの割り当て
      ========================================== */
}
.icon-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 7s;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  animation-iteration-count: infinite;
}
.icon-barWrap {
  display: flex;
  gap: 15px;
}
.icon-bar.hidden {
  display: none;
}
.icon-bar:nth-child(1)::after, .icon-bar:nth-child(3)::after {
  animation-name: anim-bar-outer-loop;
}
.icon-bar:nth-child(2)::after {
  animation-name: anim-bar-center-loop;
}

/* ==========================================
   キーフレーム設定 (7秒で1周)
   ========================================== */
/* 
  時間配分の計算:
  0s 〜 3.0s (0% 〜 43%): 待機
  3.0s 〜 3.5s (43% 〜 50%): 移動 (0.5秒)
  3.5s 〜 6.5s (50% 〜 93%): 待機
  6.5s 〜 7.0s (93% 〜 100%): 戻る (0.5秒)
*/
/* 両端: [全面色] → (3秒) → [移動] → [上部半透明] → (3秒) → [戻る] */
@keyframes anim-bar-outer-loop {
  0% {
    transform: translateY(-100%);
  }
  42.85% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(-30%);
  }
  92.85% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* 真ん中: [上部半透明] → (3秒) → [移動] → [全面色] → (3秒) → [戻る] */
@keyframes anim-bar-center-loop {
  0% {
    transform: translateY(-30%);
  }
  42.85% {
    transform: translateY(-30%);
  }
  50% {
    transform: translateY(-100%);
  }
  92.85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-30%);
  }
}
/* ==========================================
(オプション) ドロワー開放時は動きを止める場合
========================================== */
body.drawer-opened #humberger .icon-bar::after {
  animation: none;
  transform: translateY(-100%);
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #252530;
  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: #252530;
  background: url(./assets/images/common/bg.jpg) repeat center center;
  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: #252530;
}
#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: #252530;
}
#drawernav .drawernav_inner-linkButton {
  margin-bottom: 10px;
}
#drawernav .drawernav_inner-linkButton:last-child {
  margin-bottom: 0;
}
#drawernav .drawernav_inner-linkButton a {
  display: block;
  color: #252530;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  padding: 20px 5px;
  border-bottom: 1px solid #fff;
  position: relative;
}
#drawernav .drawernav_inner-linkButton a:after {
  content: "▶";
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #252530;
}
#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: #252530;
  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: "Elms Sans", 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.header_nav-reserve {
  display: none;
}
#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: #252530;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  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 {
  z-index: 101;
  background: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transition: background 400ms cubic-bezier(0.23, 1, 0.32, 1), position 400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.drawer-opened #pageHead::before, .drawer-opened #pageHead:after {
  display: none;
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.drawer-opened #pageHead:before {
  background: none !important;
  opacity: 0;
}
.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 #252530;
}
.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 .header_nav-logo a {
  color: #fff;
}
body.drawer-opened #pageHead {
  mix-blend-mode: unset;
}

body.drawer-opened #humberger .icon-bar {
  animation: none;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), background 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.drawer-opened #humberger .icon-bar::after {
  animation: none;
  opacity: 0;
  transition: opacity 200ms ease;
}

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

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

body.drawer-opened #humberger .icon-barWrap {
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

body.drawer-opened #humberger .icon-bar:nth-child(1) {
  transform: translate(10px, 0px) rotate(45deg);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.drawer-opened #humberger .icon-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 200ms ease, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
body.drawer-opened #humberger .icon-bar:nth-child(3) {
  transform: translate(-20px, 0px) rotate(-45deg);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

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

/* ========================================================================== */
/* フッター ========= */
/* ========================================================================== */
.pageFoot {
  position: relative;
  padding: 110px 0 50px;
  margin-top: 110px;
  background: url(./assets/images/common/bg.jpg) repeat center center;
}
@media screen and (max-width: 767px) {
  .pageFoot {
    padding: 65px 0 55px;
    margin-top: 60px;
  }
}
.pageFoot_inner {
  padding: 0 4.1666666667vw 60px;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .pageFoot_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .pageFoot_inner {
    padding-bottom: 40px;
  }
}
.pageFoot_nav-logoArea {
  width: 230px;
}
@media screen and (max-width: 1200px) {
  .pageFoot_nav-logoArea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pageFoot_nav-logo {
  margin-bottom: 20px;
}
.pageFoot_nav-logo span.en {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
.pageFoot_nav-instagram {
  align-self: flex-end;
}
.pageFoot_nav-instagramInner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pageFoot_nav-instagram a {
  display: block;
}
.pageFoot_nav-instagram a img, .pageFoot_nav-instagram a svg {
  width: 11px;
  height: 11px;
}
.pageFoot_nav-instagram a span.en {
  font-size: 14px;
  font-size: 1.4rem;
}
.pageFoot_nav-wrap {
  width: calc(100% - 230px - 315px);
  padding-left: 30px;
  padding-right: 4.1666666667vw;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pageFoot_nav-wrap {
    width: calc(100% - 315px);
    padding-left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .pageFoot_nav-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.pageFoot_nav-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pageFoot_nav-wrap ul li {
  width: calc(50% - 5px);
}
.pageFoot_nav-wrap ul li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.pageFoot_nav-wrap ul li.header_nav-reserve {
  display: none;
}
.pageFoot_nav-linkArea {
  width: 315px;
}
@media screen and (max-width: 767px) {
  .pageFoot_nav-linkArea {
    width: 100%;
  }
}
.pageFoot_nav-linkArea ul li a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  padding: 20px 5px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.pageFoot_nav-linkArea ul li a:after {
  content: "▶";
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #252530;
}
@media screen and (max-width: 767px) {
  .pageFoot_nav-linkArea ul li a:after {
    right: 10px;
  }
}
.pageFoot .copyright {
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0 4.1666666667vw;
}
.pageFoot a {
  color: #252530;
}

/* ========================================================================== */
/* parts ========= */
/* ========================================================================== */
.button a {
  color: #252530;
  width: 110px;
  height: 110px;
  text-align: center;
  position: relative;
  line-height: 1;
  border: 1px solid;
  border-radius: 50%;
  transition: all 0.1s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .button a {
    width: 75px;
    height: 75px;
  }
}
.button a:hover {
  background: #252530;
  color: #fff;
}
.button span {
  display: block;
  margin: 0;
  padding: 0;
}
.button span.en {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .button span.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.big-button {
  max-width: 470px;
  margin: 0 auto;
}
.big-button a {
  display: block;
  border: 1px solid;
  position: relative;
  padding: 30px 0;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .big-button a {
    padding: 20px 0;
  }
}
.big-button a:hover {
  background: rgba(37, 37, 48, 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: #252530;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 50px;
  text-align: center;
}
.bigButton a span:before, .bigButton a span:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
}
.bigButton a span:before {
  width: 106px;
  transform: rotate(-45deg);
  top: 50%;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .bigButton a span:before {
    width: 66px;
  }
}
.bigButton a span:after {
  width: 20px;
  top: 27px;
  right: 39px;
}
@media screen and (max-width: 767px) {
  .bigButton a span:after {
    width: 14px;
    top: 26px;
    right: 35px;
  }
}
.bigButton a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  z-index: -1;
  position: absolute;
  top: 12px;
  left: -12px;
}
.bigButton a:hover span {
  top: 12px;
  left: -12px;
}

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

/* ========================================================================== */
/*画像表示アニメーション*/
/* ========================================================================== */
.img-animation {
  animation: img-opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  position: relative;
}
.img-animation.animated:after {
  animation: img-animation 1.5s cubic-bezier(0.77, 0, 0.175, 1) both;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

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

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

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

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

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

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

/* ========================================================================== */
/* トップページ ========= */
/* ========================================================================== */
.topPage {
  position: relative;
}
.topPage .pageBody-inner {
  padding: 0 4.1666666667vw;
}

/* キーヴィジュアル ========= */
.keyvisual {
  position: relative;
  margin-bottom: 170px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .keyvisual {
    margin-bottom: 90px;
  }
}
.keyvisual-img {
  width: calc(83.3333333333vw + 30px);
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: #f0f0f0;
}
@media screen and (max-width: 480px) {
  .keyvisual-img {
    width: calc(100% - 55px);
    aspect-ratio: 8/13;
  }
}
.keyvisual-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0);
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}
.keyvisual.is-active .keyvisual-img::after {
  transform: translateX(101%);
}
.keyvisual img, .keyvisual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  line-height: 1;
  transform: scale(1.1);
  opacity: 0;
  transition: transform 10s cubic-bezier(0.45, 0.05, 0.55, 0.95), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.keyvisual.is-active img, .keyvisual.is-active video {
  opacity: 1;
  transform: scale(1);
}
.keyvisual-heading {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .keyvisual-heading {
    top: auto;
    bottom: 40vw;
    transform: translateY(0);
    right: 10px;
  }
}
.keyvisual-heading span.en {
  display: block;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.15;
  color: #fff;
  font-size: clamp(38px, 5.4vw, 90px);
  clip-path: inset(-5% 100% -5% 0);
  transition: clip-path 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.keyvisual.is-active .keyvisual-heading span.en {
  clip-path: inset(-5% 0 -5% 0);
}
.keyvisual-text {
  position: absolute;
  bottom: 9.333vw;
  right: 40px;
  text-align: right;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .keyvisual-text {
    line-height: 1.45;
  }
}
@media screen and (max-width: 480px) {
  .keyvisual-text {
    bottom: 20vw;
    right: 10px;
  }
}
.keyvisual-text span.en {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
@media screen and (max-width: 767px) {
  .keyvisual-text span.en {
    font-size: 7px;
    font-size: 0.7rem;
  }
}
.keyvisual.is-active .keyvisual-text span.en {
  opacity: 1;
  transform: translateY(0);
}
.keyvisual-scroll {
  position: absolute;
  bottom: 0;
  right: 4.1666666667vw;
  transform: translateX(50%);
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  gap: 15px;
  opacity: 0;
  transition: opacity 1s ease 2s;
}
.keyvisual-scroll span.en {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-transform: uppercase;
}
.keyvisual-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 17.333vw;
  background: #c7c7d1;
  position: relative;
  overflow: hidden;
  transform-origin: top;
  animation: scrollLine 2s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
@media screen and (max-width: 480px) {
  .keyvisual-scroll::after {
    height: 48vw;
  }
}
.keyvisual.is-active .keyvisual-scroll {
  opacity: 1;
}

@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
}
/* ========================================================================== */
/* ABOUT ========= */
/* ========================================================================== */
.topAbout {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .topAbout {
    margin-bottom: 90px;
  }
}
.topAbout_top {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 500px;
  padding-bottom: 10vw;
}
@media screen and (max-width: 991px) {
  .topAbout_top {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.topAbout_top:before {
  content: "";
  display: block;
  width: 12.5vw;
  align-self: stretch;
  height: calc(100% - 10vw);
  background: url(./assets/images/index/about2.jpg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-size: auto 100%;
  background-position: 70% 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .topAbout_top:before {
    width: 50.1333vw;
    aspect-ratio: 94/61;
    height: auto;
    right: auto;
    left: 0;
    background-position: 0 0;
  }
}
.topAbout_top:after {
  content: "walks with you";
  display: block;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
  color: #f5f5f7;
  text-align: center;
  width: 100%;
  font-size: 10vw;
  text-indent: 0.05em;
}
@media screen and (max-width: 991px) {
  .topAbout_top:after {
    font-size: 9.5vw;
    bottom: calc(100% + 40px + 6px);
    transform: translateY(50%);
  }
}
.topAbout_img {
  width: 54.1666666667vw;
  align-self: stretch;
  position: relative;
}
@media screen and (max-width: 991px) {
  .topAbout_img {
    width: 88.8vw;
    margin: 0 auto;
    margin-top: 24vw;
    margin-bottom: 40px;
  }
}
.topAbout_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topAbout_img:before, .topAbout_img:after {
  display: block;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 20px;
  letter-spacing: 0.2em;
}
.topAbout_img:before {
  content: "01";
  font-size: 15px;
  font-size: 1.5rem;
  bottom: calc(100% + 10px);
}
.topAbout_img:after {
  content: "What do you imagine in the room?";
  font-size: 9px;
  font-size: 0.9rem;
  top: calc(100% + 10px);
  text-align: right;
}
.topAbout_section {
  width: 33.3333333333vw;
  min-width: 280px;
  padding-left: 4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .topAbout_section {
    padding: 0 8.3333333333vw;
    width: 100%;
    min-width: none;
    margin-bottom: 60px;
  }
}
.topAbout_section-catch {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .topAbout_section-catch {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.topAbout_section-text p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topAbout_section-text p {
    margin-bottom: 20px;
  }
}
.topAbout_section-text:last-child {
  margin-bottom: 0;
}
.topAbout_bottom {
  display: flex;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom {
    flex-wrap: wrap;
  }
}
.topAbout_bottom-first {
  width: 66.6666666667vw;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-first {
    width: 100%;
    padding-right: 16.6666666667vw;
    position: relative;
  }
}
.topAbout_bottom-firstImg {
  position: relative;
}
.topAbout_bottom-firstImg:before, .topAbout_bottom-firstImg:after {
  display: block;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-firstImg:before, .topAbout_bottom-firstImg:after {
    right: 5px;
  }
}
.topAbout_bottom-firstImg:before {
  font-size: 15px;
  font-size: 1.5rem;
  bottom: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-firstImg:before {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: calc(100% + 4px);
  }
}
.topAbout_bottom-firstImg:first-child {
  width: 41.6666666667vw;
  margin-bottom: 6vw;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-firstImg:first-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.topAbout_bottom-firstImg:first-child:before {
  content: "02";
}
.topAbout_bottom-firstImg:first-child:after {
  content: "For hair that sparkles \alike the sea of ​​Chiba";
  white-space: pre-line;
  font-size: 9px;
  font-size: 0.9rem;
  right: auto;
  left: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-firstImg:first-child:after {
    position: static;
    transform: translateY(0);
    margin-left: 8.3333333333vw;
    margin-top: 30px;
    line-height: 3;
  }
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-firstImg:first-child:after {
    font-size: 7px;
    font-size: 0.7rem;
    margin-top: 20px;
  }
}
.topAbout_bottom-firstImg:last-child {
  width: 37.5vw;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-firstImg:last-child {
    width: 45.3333vw;
    position: absolute;
    top: calc(100% + 26.666vw);
    left: 0;
  }
}
.topAbout_bottom-firstImg:last-child:before {
  content: "04";
}
.topAbout_bottom-firstImg:last-child:after {
  content: "What do you imagine in the room?";
  font-size: 9px;
  font-size: 0.9rem;
  top: calc(100% + 10px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-firstImg:last-child:after {
    font-size: 7px;
    font-size: 0.7rem;
  }
}
.topAbout_bottom-second {
  width: 33.3333333333vw;
  margin-top: 3.2vw;
}
@media screen and (max-width: 991px) {
  .topAbout_bottom-second {
    margin-top: -1.333vw;
    width: 41.333vw;
    margin-left: auto;
  }
}
.topAbout_bottom-secondImg {
  position: relative;
}
.topAbout_bottom-secondImg:before, .topAbout_bottom-secondImg:after {
  display: block;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-secondImg:before, .topAbout_bottom-secondImg:after {
    right: 5px;
  }
}
.topAbout_bottom-secondImg:before {
  content: "03";
  font-size: 15px;
  font-size: 1.5rem;
  bottom: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-secondImg:before {
    font-size: 12px;
    font-size: 1.2rem;
    bottom: calc(100% + 4px);
  }
}
.topAbout_bottom-secondImg:after {
  content: "Even casual moments are like paintings";
  font-size: 9px;
  font-size: 0.9rem;
  writing-mode: sideways-lr;
  bottom: 0;
  right: calc(100% + 10px);
}
@media screen and (max-width: 767px) {
  .topAbout_bottom-secondImg:after {
    font-size: 7px;
    font-size: 0.7rem;
  }
}

/* ========================================================================== */
/* STYLE ========= */
/* ========================================================================== */
.topStyle {
  margin-bottom: 170px;
  background: #f5f5f7;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .topStyle {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .topStyle {
    padding: 50px 0;
  }
}
.topStyle_section {
  display: flex;
}
@media screen and (max-width: 767px) {
  .topStyle_section {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .topStyle_section-button {
    display: none;
  }
}
.topStyle_section-left {
  width: 250px;
  padding-left: 4.1666666667vw;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .topStyle_section-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.topStyle_section-left .page-section-heading span.ja {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}
.topStyle_section-right {
  width: calc(100% - 250px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topStyle_section-right {
    width: 100%;
    padding-left: 10px;
  }
}
.topStyle_section-bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  .topStyle_section-bottom {
    display: block;
    margin-top: 15px;
    padding-left: 4.1666666667vw;
  }
}
.topStyle_slider {
  overflow: visible;
}
.topStyle_slider .swiper-slide {
  width: auto;
}
.topStyle_slider .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.topStyle_slider .swiper-slide a:hover img {
  transform: scale(1.05);
}
.topStyle_slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* ========================================================================== */
/* BLOG ========= */
/* ========================================================================== */
.topBlog {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .topBlog {
    margin-bottom: 90px;
  }
}
.topBlog .pageBody-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .topBlog .pageBody-inner {
    flex-wrap: wrap;
  }
}
.topBlog_heading .page-section-heading span {
  display: block;
}
.topBlog_heading .page-section-heading span.ja {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .topBlog_heading-button {
    display: none;
  }
}
.topBlog_list {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .topBlog_list {
    max-width: 100%;
  }
}
.topBlog_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .topBlog_list li {
    flex-direction: column;
  }
}
.topBlog_list li a {
  width: 100%;
  color: #252530;
  display: flex;
  align-items: center;
  gap: 5px 40px;
  padding: 20px;
  border-bottom: 1px solid #c7c7d1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topBlog_list li a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    padding: 15px 30px 15px 15px;
  }
}
.topBlog_list li a:after {
  content: "▶";
  display: block;
  font-size: 8px;
  font-size: 0.8rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #252530;
}
@media screen and (max-width: 767px) {
  .topBlog_list li a:after {
    right: 10px;
  }
}
.topBlog_list li:first-child a {
  border-top: 1px solid #c7c7d1;
}
.topBlog_list-date {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  order: 0;
  letter-spacing: 0.2em;
  color: #c7c7d1;
}
@media screen and (max-width: 767px) {
  .topBlog_list-date {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.topBlog_list-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .topBlog_list-heading {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.topBlog_list-button {
  display: none;
}
@media screen and (max-width: 1200px) {
  .topBlog_list-button {
    display: block;
    margin-top: 30px;
  }
}

/* ========================================================================== */
/* SALON LIST ========= */
/* ========================================================================== */
.topSalon {
  position: relative;
}
@media screen and (max-width: 767px) {
  .topSalon .page-section-heading span.ja {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.topSalon_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
@media screen and (max-width: 1200px) {
  .topSalon_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .topSalon_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topSalon_list li {
  width: 100%;
  min-width: 0;
  padding: 15px 30px 30px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #c7c7d1;
  border-right: 1px solid #c7c7d1;
  border-bottom: 1px solid #c7c7d1;
}
.topSalon_list li:nth-child(n+5) {
  border-top: none;
}
@media screen and (max-width: 1200px) {
  .topSalon_list li:nth-child(4) {
    border-top: none;
  }
}
@media screen and (max-width: 991px) {
  .topSalon_list li:nth-child(3) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .topSalon_list li {
    padding: 15px 20px 25px;
  }
  .topSalon_list li:first-child, .topSalon_list li:nth-child(2n+1) {
    padding-left: 0;
  }
  .topSalon_list li:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
}
.topSalon_list-section {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-section {
    margin-bottom: 40px;
  }
}
.topSalon_list-section:last-child {
  margin-bottom: 0;
}
.topSalon_list-section .page-section-heading {
  margin-bottom: 20px;
}
.topSalon_list-section .page-section-heading span.en {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .topSalon_list-section .page-section-heading span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.topSalon_list-section .page-section-heading span.ja {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .topSalon_list-section .page-section-heading span.ja {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
}
.topSalon_list-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
}
@media screen and (max-width: 767px) {
  .topSalon_list-box {
    min-height: 200px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .topSalon_list-box:hover .topSalon_list-boxHeading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    margin-bottom: 0;
  }
  .topSalon_list-box:hover .topSalon_list-boxHeading span.en {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  .topSalon_list-box:hover .topSalon_list-boxImg {
    position: absolute;
    top: -15px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 45px);
    padding: 0;
    margin: 0;
    z-index: 1;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 767px) {
  .topSalon_list-box:hover .topSalon_list-boxImg {
    top: -15px;
    left: -20px;
    right: -20px;
    bottom: -25px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .topSalon_list-box:hover .topSalon_list-boxImg a {
    height: 100%;
  }
  .topSalon_list-box:hover .topSalon_list-boxImg a::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .topSalon_list-box:hover .topSalon_list-boxImg a::after {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
  .topSalon_list-box:hover .topSalon_list-boxImg a img {
    height: 100%;
    aspect-ratio: auto;
    transform: scale(1.05);
  }
  .topSalon_list-box:hover .topSalon_list-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    color: #fff;
  }
  .topSalon_list-box:hover .topSalon_list-info .topSalon_list-infoName {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  }
  .topSalon_list-box:hover .topSalon_list-info .topSalon_list-infoButton a {
    border-color: #fff;
    color: #fff;
  }
}
.topSalon_list-boxMain {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.2;
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxMain {
    aspect-ratio: 1/1.45;
  }
}
@media screen and (max-width: 480px) {
  .topSalon_list-boxMain {
    aspect-ratio: 0;
  }
}
.topSalon_list-boxHeading {
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
.topSalon_list-boxHeading span.en {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxHeading span.en {
    font-size: 10px;
    font-size: 1rem;
  }
}
.topSalon_list-boxHeading span.en:before {
  content: "-";
}
.topSalon_list-boxImg {
  margin-bottom: 20px;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .topSalon_list-boxImg {
    padding: 0;
  }
}
.topSalon_list-boxImg a {
  position: relative;
  display: block;
  z-index: 0;
  overflow: hidden;
}
.topSalon_list-boxImg a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.topSalon_list-boxImg a::after {
  content: "View More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(20px);
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  pointer-events: none;
}
.topSalon_list-boxImg a img {
  width: 100%;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.topSalon_list-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.4s ease;
}
.topSalon_list-infoName {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .topSalon_list-infoName {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.topSalon_list-infoName small {
  margin: 10px 0;
  line-height: 1.45;
  display: inline-block;
}
.topSalon_list-infoButton a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
  color: #252530;
  transition: all 0.3s ease;
}
.topSalon_list-infoButton a:before {
  content: "▶";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6px;
  font-size: 0.6rem;
  height: 100%;
  width: 100%;
  transform: translateX(1px);
}

.salonListPage .topSalon_list-boxMain {
  aspect-ratio: 1/1.5;
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .salonListPage .topSalon_list-boxMain {
    aspect-ratio: 1/1.75;
    min-height: 72.9166666667vw;
  }
}
@media (max-width: 600px) {
  .salonListPage .topSalon_list-boxMain {
    min-height: 440px;
  }
}
@media screen and (max-width: 480px) {
  .salonListPage .topSalon_list-boxMain {
    aspect-ratio: 0;
    min-height: auto;
  }
}

/* ========================================================================== */
/* CONTENTS ========= */
/* ========================================================================== */
.topContents {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .topContents {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .topContents .page-section-heading span.ja {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.topContents_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 30px;
}
@media screen and (max-width: 1200px) {
  .topContents_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .topContents_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.topContents_list li a {
  color: #252530;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #c7c7d1;
  border-bottom: 1px solid #c7c7d1;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .topContents_list li:nth-child(3) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .topContents_list li:nth-child(2) {
    border-top: none;
  }
}
.topContents_list-itemImg {
  width: calc(100% - 170px);
  overflow: hidden;
  border-radius: 10px;
}
.topContents_list-itemImg img {
  transition: all 0.3s ease-out;
}
.topContents_list-item a:hover img {
  transform: scale(1.1);
}
.topContents_list-itemBox {
  width: 170px;
  padding: 0 30px;
}
.topContents_list-itemHeading {
  margin-bottom: 20px;
}
.topContents_list-itemHeading span {
  display: block;
}
.topContents_list-itemHeading span.en {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.topContents_list-itemHeading span.ja {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .topContents_list-itemHeading span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.topContents_list-itemButton {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
  color: #252530;
  margin: 0 auto;
}
.topContents_list-itemButton:before {
  content: "▶";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6px;
  font-size: 0.6rem;
  height: 100%;
  width: 100%;
  transform: translateX(1px);
}

/* ========================================================================== */
/* PICK UP ========= */
/* ========================================================================== */
.topPickup {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .topPickup {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .topPickup .page-section-heading span.ja {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.topPickup_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
}
@media screen and (max-width: 767px) {
  .topPickup_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.topPickup_list-item {
  height: auto;
  aspect-ratio: 68/53;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.topPickup_list-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.topPickup_list-item:hover:after {
  transform: scale(1.1);
}
.topPickup_list-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(37, 37, 48, 0.3);
  position: absolute;
  top: 0;
  z-index: -1;
}
.topPickup_list-item a {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.topPickup_list-itemBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4.1666666667vw;
}
.topPickup_list-itemHeading span {
  display: block;
  line-height: 1;
}
.topPickup_list-itemHeading span.en {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .topPickup_list-itemHeading span.en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .topPickup_list-itemHeading span.en {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.topPickup_list-itemHeading span.ja {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .topPickup_list-itemHeading span.ja {
    font-size: 20px;
    font-size: 2rem;
  }
}
.topPickup_list-itemButton {
  display: block;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  position: relative;
  color: #252530;
  background: #fff;
}
.topPickup_list-itemButton:before {
  content: "▶";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6px;
  font-size: 0.6rem;
  height: 100%;
  width: 100%;
  transform: translateX(1px);
}

/* ========================================================================== */
/* RECRUIT ========= */
/* ========================================================================== */
@media screen and (max-width: 767px) {
  .topRecruit .page-section-heading span.ja {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.topRecruit_box {
  background: #f5f5f7;
  padding: 40px 4.1666666667vw 50px;
}
.topRecruit_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topRecruit_inner img {
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}
.topRecruit_inner a {
  display: block;
  background: #252530;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 4.1666666667vw;
  max-width: 875px;
  margin: -75px auto 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .topRecruit_inner a {
    flex-direction: column;
    max-width: 640px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topRecruit_inner a {
    margin-top: 0;
  }
}
.topRecruit_inner a div {
  z-index: -1;
}
.topRecruit_inner a div.text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  text-align: right;
  width: calc(100% - 200px);
  padding-right: 60px;
}
@media screen and (max-width: 1200px) {
  .topRecruit_inner a div.text {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.topRecruit_inner a div.button {
  width: 200px;
  height: 110px;
  border-left: 1px solid #fff;
  display: flex;
  justify-self: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .topRecruit_inner a div.button {
    width: 245px;
    height: auto;
    border: 1px solid #fff;
    height: 70px;
    margin-top: 30px;
  }
}
.topRecruit_inner a div.button span.en {
  display: block;
  width: 100%;
  text-align: center;
}
.topRecruit_inner a div.button:before, .topRecruit_inner a div.button:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.topRecruit_inner a div.button:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .topRecruit_inner a div.button:before {
    right: 10px;
  }
}
.topRecruit_inner a div.button:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 8px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .topRecruit_inner a div.button:after {
    right: 18px;
  }
}

/* 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 一覧 */
/* ========================================================================== */
@media screen and (max-width: 767px) {
  .salonListPage .topSalon_list-info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.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: "Elms Sans", 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: #252530;
  font-family: "Elms Sans", 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(37, 37, 48, 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: #252530;
}

/* ========================================================================== */
/* 2.SALON 詳細 */
/* ========================================================================== */
@media screen and (max-width: 767px) {
  .salonOneHeading {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.salonOneHeading .lowerPage-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .salonOneHeading .lowerPage-title {
    margin-bottom: 30px;
  }
}
.salonOneHeading .lowerPage-title span.en {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}
@media screen and (max-width: 767px) {
  .salonOneHeading .lowerPage-title span.en {
    line-height: 1.45;
  }
}
.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: 560px;
}
@media screen and (max-width: 767px) {
  .salonOneHeading .lowerPage-img img, .salonOneHeading .lowerPage-img video {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.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: 170px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section {
    margin-bottom: 90px;
  }
}
.salonOnePage_section-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section-heading {
    gap: 10px;
  }
}
.salonOnePage_section-heading span {
  display: block;
}
.salonOnePage_section-heading span.en {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section-heading span.en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.salonOnePage_section-heading:before, .salonOnePage_section-heading:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #252530;
}
@media screen and (max-width: 767px) {
  .salonOnePage_section-heading:before, .salonOnePage_section-heading:after {
    width: 100%;
  }
}
.salonOnePage-button.big-button {
  max-width: calc(600px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto !important;
}
.salonOnePage-button.big-button a {
  display: block;
  background: #252530;
  color: #fff;
  padding: 35px 0;
  position: relative;
  border-radius: 0;
}
@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: 24px;
  height: 24px;
  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: #c7c7d1;
}
.salonOnePage-button.big-button a:hover:after {
  background: none;
}
.salonOnePage-button.big-button a span.en {
  font-size: 24px;
  font-size: 2.4rem;
  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: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
@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 #252530;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.salon_keyvisual-swiper .swiper-pagination-bullet-active {
  background: #252530;
}

.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: 40px;
  }
}
.salon_info-section {
  align-self: start;
}
.salon_info-sectionHeading {
  margin-bottom: 20px;
}
.salon_info-sectionHeading span.en {
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: capitalize;
  letter-spacing: 0.3em;
}
@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: 430px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .salon_info-buttonArea {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .salon_info-buttonArea {
    max-width: 300px;
    gap: 20px;
  }
}
.salon_info-buttonArea li {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .salon_info-buttonArea li {
    width: 80px;
    height: 80px;
  }
}
.salon_info-buttonArea li a {
  height: 100%;
  display: flex;
}
.salon_info-buttonArea li a span.en {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@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: "Elms Sans", 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: 40px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu > header {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
#salon_menu .salon_menu .page-section-heading {
  margin-bottom: 0;
}
#salon_menu .salon_menu .page-section-heading span.en {
  font-size: 17px;
  font-size: 1.7rem;
}
#salon_menu .salon_menu .page-section-heading span.ja {
  font-size: 13px;
  font-size: 1.3rem;
}
#salon_menu .salon_menu-title {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding: 0 !important;
  margin: 0 !important;
  justify-content: center;
  border-bottom: none;
}
#salon_menu .salon_menu-title span.en {
  text-transform: capitalize;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu-title span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#salon_menu .salon_menu-title span.salon_menu-titleJa {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
#salon_menu .salon_menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #salon_menu .salon_menu-list li {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.salon_reserve {
  background: #252530;
  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;
  text-transform: capitalize;
  opacity: 0.2;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .salon_reserve-heading span.en {
    font-size: clamp(40px, 10.9vw, 100px);
  }
}
.salon_reserve-text {
  margin-bottom: 20px;
}
.salon_reserve .topRecruit_button {
  max-width: 360px;
}
.salon_reserve .topRecruit_button a {
  padding: 28px 0;
}
.salon_reserve .topRecruit_button a:after {
  background-size: 7px;
  right: 20px;
}

/* ========================================================================== */
/* SALON KIDS（託児所） */
/* ========================================================================== */
.salon_kids .page-section-heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .salon_kids .page-section-heading {
    margin-bottom: 40px;
  }
}
.salon_kids-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .salon_kids-intro {
    margin-bottom: 50px;
  }
}
.salon_kids-introTitle {
  font-size: 28px;
  font-size: 2.8rem;
  color: #00a7e1;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .salon_kids-introTitle {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.salon_kids-introLead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .salon_kids-introLead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.salon_kids-introText {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 767px) {
  .salon_kids-introText {
    text-align: left;
    line-height: 1.9;
  }
}
.salon_kids-subHeading {
  text-align: center;
  margin-bottom: 30px;
}
.salon_kids-subHeading span {
  display: block;
}
.salon_kids-subHeading span.en {
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .salon_kids-subHeading span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.salon_kids-subHeading span.ja {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
.salon_kids-about {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .salon_kids-about {
    margin-bottom: 40px;
  }
}
.salon_kids-aboutBox {
  border: 2px solid #e5e5e5;
  padding: 40px;
  background: #faf9f6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .salon_kids-aboutBox {
    padding: 25px 20px;
  }
}
.salon_kids-aboutBadge {
  display: inline-block;
  background: #252530;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 8px 25px;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .salon_kids-aboutBadge {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 20px;
    margin-bottom: 25px;
  }
}
.salon_kids-aboutList {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .salon_kids-aboutList {
    gap: 20px;
  }
}
.salon_kids-aboutItem {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .salon_kids-aboutItem {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .salon_kids-aboutItem:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.salon_kids-aboutItem dt {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .salon_kids-aboutItem dt {
    border-right: none;
    padding-right: 0;
  }
}
.salon_kids-aboutItem dd {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}
.salon_kids-aboutItem dd .label {
  display: inline-block;
  width: 100px;
  color: #888;
}
.salon_kids-aboutItem dd .free {
  color: #e74c3c;
  font-weight: bold;
}
.salon_kids-aboutItem dd .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
.salon_kids-checkList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .salon_kids-checkList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.salon_kids-checkList li:before {
  content: "□ ";
}
.salon_kids-caution {
  margin-bottom: 15px;
}
.salon_kids-caution:last-child {
  margin-bottom: 0;
}
.salon_kids-caution .caution-title {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 5px;
}
.salon_kids-contract {
  background: #fdf2f2;
  border: 1px solid #fce4e4;
  padding: 40px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .salon_kids-contract {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}
.salon_kids-contractBadge {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 20px;
  border-radius: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.salon_kids-contractTitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .salon_kids-contractTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.salon_kids-contractText {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 10px;
}
.salon_kids-contractNote {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 30px;
}
.salon_kids-priceBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .salon_kids-priceBox {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 20px;
  }
}
.salon_kids-priceItem {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .salon_kids-priceItem {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
  }
  .salon_kids-priceItem:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.salon_kids-priceItem h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.salon_kids-priceItem .time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 15px;
}
.salon_kids-priceItem dl div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
}
.salon_kids-priceItem dl div dt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
.salon_kids-priceItem dl div dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e74c3c;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.salon_kids-priceItem .sub-note {
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  text-align: right;
  padding-right: 15px;
}
.salon_kids-gallery {
  background: #faf9f6;
  padding: 50px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .salon_kids-gallery {
    padding: 30px 20px;
  }
}
.salon_kids-galleryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .salon_kids-galleryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .salon_kids-galleryList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.salon_kids-galleryList li {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s ease;
}
.salon_kids-galleryList li:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.salon_kids-galleryList li p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.8;
}
.salon_kids-galleryImg {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
}
.salon_kids-galleryImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.salon_kids-galleryImg:hover img {
  transform: scale(1.05);
}

/*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: "Elms Sans", 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: #252530;
  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: "Elms Sans", 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: #c7c7d1;
  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: #c7c7d1;
  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: #252530;
  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 #252530;
  border-right: solid 1px #252530;
  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: "Elms Sans", 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 .staff_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@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: #c7c7d1;
  text-transform: uppercase;
}
.staff_area .staff_list-read {
  color: #c7c7d1;
  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: #c7c7d1;
}
.staff_area .staff_list-button a {
  justify-content: center;
  padding: 10px 0;
  border-radius: 7px;
}
@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 {
  content: "";
  display: block;
  background: url(./assets/images/common/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .staff_area .staff_list-button a:before {
    right: 7px;
  }
}
.staff_area .staff_list-caution {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #b92c2c;
  margin-top: 10px;
  text-align: center;
}
@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: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.staff_one-mainMessage .staff_one-messageHeading span.en {
  text-transform: capitalize;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .staff_one-mainMessage .staff_one-messageHeading span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.staff_one-position {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .staff_one-position {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.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: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  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: 14px;
  font-size: 1.4rem;
  color: #c7c7d1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .staff_one-name span.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.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: #c7c7d1;
}
.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: "Elms Sans", 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: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.staff_one-messageHeading .en {
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: capitalize;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .staff_one-messageHeading .en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .staff_one-button {
    padding: 0 8.3333333333vw;
  }
}
.staff_one-button .big-button {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .staff_one-button .big-button {
    margin-bottom: 60px;
  }
}
.staff_one-button .big-button a {
  display: block;
  background: #252530;
  color: #fff;
  border: 1px solid #c7c7d1;
  border-radius: 0;
  position: relative;
  padding: 24px 46px 25px 10px;
  transition: all 0.3s linear;
}
.staff_one-button .big-button a:hover {
  background: rgba(37, 37, 48, 0.7);
}
@media screen and (max-width: 480px) {
  .staff_one-button .big-button a {
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.staff_one-button .big-button a:before, .staff_one-button .big-button a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.staff_one-button .big-button a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 10px;
}
.staff_one-button .big-button a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 18px;
  color: #fff;
}
.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 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* カタログフィルター ========= */
/* ========================================================================== */
.catalog-filter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .catalog-filter ul {
    gap: 5px;
  }
}
.catalog-filter li {
  margin-bottom: 0;
}
.catalog-filter .filter-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  border: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .catalog-filter .filter-btn {
    padding: 10px 15px;
  }
}
.catalog-filter .filter-btn:hover {
  border-color: #333;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.catalog-filter .filter-btn.is-active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.catalog-filter .filter-btn.is-active .en, .catalog-filter .filter-btn.is-active .ja {
  color: #fff;
}
.catalog-filter .filter-btn .en {
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .catalog-filter .filter-btn .en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.catalog-filter .filter-btn .ja {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 3px;
  color: #888;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .catalog-filter .filter-btn .ja {
    font-size: 10px;
    font-size: 1rem;
  }
}

/* カタログアイテムアニメーション */
@keyframes catalogFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.catalog-item.is-hidden {
  display: none !important;
}
.catalog-item.is-animate {
  animation: catalogFadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.catalog-item .style_list-img {
  overflow: hidden;
  position: relative;
}
.catalog-item .style_list-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.catalog-item .style_list-img a {
  display: block;
  overflow: hidden;
}
.catalog-item .style_list-img img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.catalog-item .style_list-img:hover::after {
  opacity: 1;
}
.catalog-item .style_list-img:hover img {
  transform: scale(1.08);
}

.style_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.style_list li {
  width: calc(20% - 8px);
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .style_list li {
    width: calc(25% - 7.5px);
  }
}
@media screen and (max-width: 991px) {
  .style_list li {
    width: calc(33.3333% - 6.6666666667px);
  }
}
@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: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #252530;
  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: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .style_one-staffBoxName span.ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.style_one-staffBoxName span.ja:last-child {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.style_one-staffBoxName span.en {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #c7c7d1;
}
.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 ========= */
/* ========================================================================== */
.js-fadeup {
  opacity: 0;
  filter: blur(0.4rem);
  transform: translate3d(0, 1.5rem, 0) rotate(0.001deg);
  transition: opacity 1.2s ease, filter 1.2s ease, transform 1.2s ease;
  transition-delay: 40ms;
}
.js-fadeup.wow {
  visibility: visible;
}
.js-fadeup.animated {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotate(0.001deg);
}

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

.recruitPage .pageBody-inner {
  max-width: calc(960px + 16.6666666667vw);
}
.recruitPage_keyvisual {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.recruitPage_keyvisual .swiper-wrapper .swiper-slide {
  opacity: 0.4;
  transition: opacity 1s;
  /* speedと同じくらいに設定 */
}
.recruitPage_keyvisual .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.recruitPage_keyvisual .swiper-wrapper .swiper-slide img {
  border-radius: 40px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_keyvisual .swiper-wrapper .swiper-slide img {
    height: 575px;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .swiper-wrapper .swiper-slide img {
    height: auto;
  }
}
.recruitPage_keyvisual .swiper-wrapper .swiper-slide .hidden-xs {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .swiper-wrapper .swiper-slide .hidden-xs {
    display: none !important;
  }
}
.recruitPage_keyvisual .swiper-wrapper .swiper-slide .visible-xs {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .swiper-wrapper .swiper-slide .visible-xs {
    display: block !important;
  }
}
.recruitPage_keyvisual-heading {
  position: absolute;
  bottom: 100px;
  left: calc(8.3333333333vw + 30px + 50px);
  color: white;
  z-index: 20;
}
@media screen and (max-width: 1200px) {
  .recruitPage_keyvisual-heading {
    left: calc(8.3333333333vw + 30px + 20px);
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_keyvisual-heading {
    bottom: 258px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_keyvisual-heading {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual-heading {
    bottom: 188px;
  }
}
.recruitPage_keyvisual-heading span {
  display: block;
}
.recruitPage_keyvisual-heading-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_keyvisual-heading-title {
    margin-bottom: 20px;
  }
}
.recruitPage_keyvisual-heading-title img {
  width: 104px;
  height: 95px;
}
@media screen and (max-width: 991px) {
  .recruitPage_keyvisual-heading-title img {
    width: 10vw;
    height: 9.134615vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_keyvisual-heading-title img {
    width: 88px;
    height: 80px;
  }
}
.recruitPage_keyvisual-heading-title span.en {
  display: flex;
  align-items: baseline;
  gap: 30px;
  font-size: 120px;
  font-size: 12rem;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .recruitPage_keyvisual-heading-title span.en {
    font-size: 10.8vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_keyvisual-heading-title span.en {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 55px;
    font-size: 5.5rem;
    text-align: center;
  }
}
.recruitPage_keyvisual-heading-text {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_keyvisual-heading-text {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
.recruitPage_keyvisual-heading-text span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_keyvisual-heading-text span {
    margin-bottom: 5px;
  }
}
.recruitPage_keyvisual-heading-text span:last-child {
  margin-bottom: 0;
}
.recruitPage_keyvisual .scrollDown {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.recruitPage_keyvisual .scrollDown svg {
  width: 25px;
  height: 25px;
}
.recruitPage_keyvisual .scrollDown svg path {
  stroke: #c7c7d1;
}
.recruitPage_keyvisual .scrollDown .en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.recruitPage_keyvisual .keyvisual_contact-bnr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 465px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .recruitPage_keyvisual .keyvisual_contact-bnr {
    max-width: 365px;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_keyvisual .keyvisual_contact-bnr {
    position: relative;
    margin-left: auto;
    margin-top: -69px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .keyvisual_contact-bnr {
    max-width: 270px;
    margin-top: -45px;
  }
}
.recruitPage_keyvisual .keyvisual_contact-bnr a {
  display: block;
  background: #252530;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .keyvisual_contact-bnr a {
    padding: 15px 0 20px 20px;
  }
}
.recruitPage_keyvisual .keyvisual_contact-bnr a span {
  display: block;
}
.recruitPage_keyvisual .keyvisual_contact-bnr a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .keyvisual_contact-bnr a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitPage_keyvisual .keyvisual_contact-bnr a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitPage_keyvisual .keyvisual_contact-bnr a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage_keyvisual .keyvisual_contact-bnr a:before, .recruitPage_keyvisual .keyvisual_contact-bnr a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitPage_keyvisual .keyvisual_contact-bnr a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitPage_keyvisual .keyvisual_contact-bnr a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitPage .keyvisual-catch {
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruitPage .keyvisual-catch {
    display: none;
  }
}
.recruitPage .keyvisual-catch span.en {
  font-size: 150px;
  font-size: 15rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding-left: 0.1em;
  color: #f5f5f7;
  font-size: 10.5vw;
}
.recruitPage_about {
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruitPage_about {
    margin-bottom: 60px;
  }
}
.recruitPage_about-box {
  display: flex;
  align-items: center;
  position: relative;
}
.recruitPage_about-box:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 40px);
  background: #c7c7d1;
  position: absolute;
  top: 0;
  left: calc(50% + (8.3333333333vw - 10px) / 2);
}
@media screen and (max-width: 991px) {
  .recruitPage_about-box:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_about-box {
    flex-wrap: wrap;
  }
}
.recruitPage_about-photo {
  width: calc(50% + 10vw);
  margin-left: -10vw;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_about-photo {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_about-photo {
    width: 100%;
    margin-left: 0;
    gap: 15px;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.recruitPage_about-photo img {
  grid-column: span 2;
  border-radius: 10px;
}
.recruitPage_about-photo img:nth-child(4), .recruitPage_about-photo img:nth-child(5) {
  grid-column: span 3;
}
.recruitPage_about-text {
  width: 50%;
  padding-left: calc(8.3333333333vw - 10px);
}
@media screen and (max-width: 991px) {
  .recruitPage_about-text {
    width: 100%;
    padding-left: 0;
    padding: 0 8.3333333333vw;
  }
}
.recruitPage_about-textCatch {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .recruitPage_about-textCatch {
    margin-bottom: 30px;
  }
}
.recruitPage_about-textCatch span {
  display: block;
}
.recruitPage_about-textCatch span.en {
  font-size: 35px;
  font-size: 3.5rem;
  color: #c7c7d1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .recruitPage_about-textCatch span.en {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_about-textCatch span.en {
    font-size: 5.6vw;
  }
}
.recruitPage_about-textHeading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_about-textHeading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitPage_about-textText {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.5;
  text-align: justify;
  margin-bottom: 30px;
}
.recruitPage_about-textText:last-child {
  margin-bottom: 0;
}
.recruitPage_about-bottom {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-left: calc(8.3333333333vw - 5px);
}
@media screen and (max-width: 991px) {
  .recruitPage_about-bottom {
    margin-left: 0;
    margin-top: 60px;
  }
}
.recruitPage_about-bottom svg {
  width: 25px;
  height: 25px;
  margin-left: -3px;
}
.recruitPage_about-bottom svg path {
  stroke: #c7c7d1;
}
.recruitPage_about-bottom .en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #c7c7d1;
  align-self: flex-start;
  margin-left: calc(50% + 4.1666666667vw - 10px);
}
@media screen and (max-width: 991px) {
  .recruitPage_about-bottom .en {
    align-self: center;
    margin-left: 0;
  }
}
.recruitPage .recruitPage_nav {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav {
    margin-bottom: 100px;
  }
}
.recruitPage .recruitPage_nav-list {
  margin-top: 0;
  padding: 0;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-list {
    margin-bottom: 60px;
  }
}
.recruitPage .recruitPage_nav-list ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-list ul {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-list ul {
    gap: 20px 10px;
  }
}
.recruitPage .recruitPage_nav-list ul li {
  width: calc(25% - 22.5px);
}
@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% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-list ul li {
    width: calc(50% - 5px);
  }
}
.recruitPage .recruitPage_nav-list ul li a {
  border: none;
  border-bottom: 1px solid #c7c7d1;
  padding: 4px 0 8px;
}
.recruitPage .recruitPage_nav-list ul li a:before {
  display: none;
}
.recruitPage .recruitPage_nav-list ul li a:after {
  right: 10px;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-list ul li a:after {
    right: 5px;
  }
}
.recruitPage .recruitPage_nav-list ul li a span {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-list ul li a span {
    letter-spacing: 0.05em;
  }
}
.recruitPage .recruitPage_nav-list ul li a span.en {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-list ul li a span.en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recruitPage .recruitPage_nav-list ul li a span.ja {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  color: #c7c7d1;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-list ul li a span.ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.recruitPage .recruitPage_nav-buttonWrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #f5f5f7;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-buttonWrap {
    width: calc(100% - 4.1666666667vw);
    padding: 40px 15px;
  }
}
.recruitPage .recruitPage_nav-buttonList {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .recruitPage .recruitPage_nav-buttonList {
    flex-wrap: wrap;
    gap: 30px;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage .recruitPage_nav-buttonList {
    gap: 20px;
  }
}
.recruitPage .recruitPage_nav-buttonList li {
  width: 100%;
}
.recruitPage .recruitPage_nav-buttonList li a {
  display: block;
  background: #252530;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-buttonList li a {
    padding: 15px 0 20px 20px;
  }
}
.recruitPage .recruitPage_nav-buttonList li a span {
  display: block;
}
.recruitPage .recruitPage_nav-buttonList li a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-buttonList li a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitPage .recruitPage_nav-buttonList li a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-buttonList li a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage .recruitPage_nav-buttonList li a:before, .recruitPage .recruitPage_nav-buttonList li a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitPage .recruitPage_nav-buttonList li a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitPage .recruitPage_nav-buttonList li a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a {
  display: block;
  background: #c1b995;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a {
    padding: 15px 0 20px 20px;
  }
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a span {
  display: block;
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a:before, .recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitPage .recruitPage_nav-buttonList li.recruitPage_nav-buttonRequirement a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitPage_section {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section {
    margin-bottom: 100px;
  }
}
.recruitPage_section:nth-child(even) {
  background: #f5f5f7;
  padding: 90px 0 180px;
}
@media screen and (max-width: 767px) {
  .recruitPage_section:nth-child(even) {
    padding: 70px 0 90px;
  }
}
.recruitPage_section-title {
  display: flex;
  align-items: baseline;
  gap: 40px;
  max-width: calc(1200px + 16.6666666667vw);
  padding: 0 8.3333333333vw;
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .recruitPage_section-title {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_section-title {
    margin-bottom: 50px;
  }
}
.recruitPage_section-title span {
  display: block;
}
.recruitPage_section-title span.en {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitPage_section-title span.en {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.recruitPage_section-title span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.2em;
}
.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: #252530;
  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_goodpoint-list, .recruitPage_education .recruitPage_program-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .recruitPage_goodpoint-list, .recruitPage_education .recruitPage_program-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.recruitPage_goodpoint-list-number, .recruitPage_education .recruitPage_program-list-number {
  margin-bottom: 10px;
}
.recruitPage_goodpoint-list-number span.en, .recruitPage_education .recruitPage_program-list-number span.en {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitPage_goodpoint-list-number span.en, .recruitPage_education .recruitPage_program-list-number span.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage_goodpoint-list-img, .recruitPage_education .recruitPage_program-list-img {
  margin-bottom: 20px;
}
.recruitPage_goodpoint-list-img img, .recruitPage_education .recruitPage_program-list-img img {
  border-radius: 10px;
}
.recruitPage_goodpoint-list-title, .recruitPage_education .recruitPage_program-list-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_goodpoint-list-title, .recruitPage_education .recruitPage_program-list-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.recruitPage_goodpoint-list-text, .recruitPage_education .recruitPage_program-list-text {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  font-weight: 300;
}
.recruitPage_teamwork-main {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-main {
    margin-bottom: 40px;
  }
}
.recruitPage_teamwork-mainList li {
  position: relative;
}
.recruitPage_teamwork-mainList li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #252530;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-mainList li:before {
    border-radius: 10px;
  }
}
.recruitPage_teamwork-mainList li.swiper-slide-active:before {
  display: none;
}
.recruitPage_teamwork-mainList li img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-mainList li img {
    border-radius: 10px;
  }
}
.recruitPage_teamwork-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-list {
    gap: 20px;
    flex-direction: row;
    height: 830px;
  }
}
.recruitPage_teamwork-listTop, .recruitPage_teamwork-listMiddle, .recruitPage_teamwork-listBottom {
  overflow: hidden;
  width: 100%;
}
.recruitPage_teamwork-listTop ul, .recruitPage_teamwork-listMiddle ul, .recruitPage_teamwork-listBottom ul {
  display: flex;
  gap: 40px;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listTop ul, .recruitPage_teamwork-listMiddle ul, .recruitPage_teamwork-listBottom ul {
    flex-direction: column;
    width: 100%;
    height: max-content;
    gap: 20px;
  }
}
.recruitPage_teamwork-listTop li, .recruitPage_teamwork-listMiddle li, .recruitPage_teamwork-listBottom li {
  flex-shrink: 0;
}
.recruitPage_teamwork-listTop li img, .recruitPage_teamwork-listMiddle li img, .recruitPage_teamwork-listBottom li img {
  display: block;
  width: auto;
  height: 220px;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listTop li img, .recruitPage_teamwork-listMiddle li img, .recruitPage_teamwork-listBottom li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listTop {
    width: 50%;
  }
}
.recruitPage_teamwork-listTop ul {
  animation-name: scrollToRight;
  animation-duration: 60s;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listTop ul {
    animation-name: scrollToBottom;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listMiddle {
    width: 50%;
  }
}
.recruitPage_teamwork-listMiddle ul {
  animation-name: scrollToLeft;
  animation-duration: 60s;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listMiddle ul {
    animation-name: scrollToTop;
  }
}
.recruitPage_teamwork-listBottom ul {
  animation-name: scrollToRight;
  animation-duration: 60s;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listBottom {
    display: none;
  }
}
.recruitPage_teamwork-listBox {
  width: 100%;
  max-width: 620px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  padding: 50px 70px 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listBox {
    max-width: 100%;
    width: calc(100% - 16.6666666667vw);
    padding: 30px 30px 40px;
  }
}
.recruitPage_teamwork-listBoxCatch {
  margin-bottom: 20px;
}
.recruitPage_teamwork-listBoxCatch span.en {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 200;
  color: #c7c7d1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listBoxCatch span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_teamwork-listBoxHeading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listBoxHeading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitPage_teamwork-listBoxText {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  font-weight: 300;
  line-height: 2.5;
  margin-bottom: 40px;
}
.recruitPage_teamwork-listBoxContact a {
  display: block;
  background: #c19495;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitPage_teamwork-listBoxContact a {
    padding: 15px 0 20px 20px;
  }
}
.recruitPage_teamwork-listBoxContact a span {
  display: block;
}
.recruitPage_teamwork-listBoxContact a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitPage_teamwork-listBoxContact a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitPage_teamwork-listBoxContact a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitPage_teamwork-listBoxContact a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage_teamwork-listBoxContact a:before, .recruitPage_teamwork-listBoxContact a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitPage_teamwork-listBoxContact a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitPage_teamwork-listBoxContact a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitPage_teamwork-listBoxContact a span.en {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruitPage_teamwork-listBoxContact a span.en svg {
  width: 34px;
  height: 34px;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruitPage_teamwork-listBoxContact a span.en svg {
    width: 26px;
    height: 26px;
  }
}
.recruitPage_teamwork-listBoxContact a span.en svg path,
.recruitPage_teamwork-listBoxContact a span.en svg use {
  fill: #fff;
}
@keyframes scrollToRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scrollToLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollToBottom {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes scrollToTop {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.recruitPage_education-about {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-about {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.recruitPage_education-aboutImg {
  width: 41.6666666667vw;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education-aboutImg {
    width: 100%;
    padding: 0 8.3333333333vw;
    margin-bottom: 20px;
  }
}
.recruitPage_education-aboutImg img {
  border-radius: 10px;
}
.recruitPage_education-aboutBox {
  width: 58.3333333333vw;
  padding-right: 16.6666666667vw;
}
@media screen and (max-width: 1200px) {
  .recruitPage_education-aboutBox {
    padding-right: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_education-aboutBox {
    width: 100%;
    padding: 0 8.3333333333vw;
  }
}
.recruitPage_education-aboutBoxHeading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.75;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_education-aboutBoxHeading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_education-aboutBoxHeading {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.recruitPage_education-aboutBoxText {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5;
  text-align: justify;
}
.recruitPage_education .recruitPage_curriculum .recruitPage_section-title,
.recruitPage_education .recruitPage_program .recruitPage_section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum .recruitPage_section-title,
  .recruitPage_education .recruitPage_program .recruitPage_section-title {
    margin-bottom: 20px;
  }
}
.recruitPage_education .recruitPage_curriculum .recruitPage_section-title span.en,
.recruitPage_education .recruitPage_program .recruitPage_section-title span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum .recruitPage_section-title span.en,
  .recruitPage_education .recruitPage_program .recruitPage_section-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_education .recruitPage_curriculum {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum {
    margin-bottom: 80px;
  }
}
.recruitPage_education .recruitPage_curriculum-list {
  display: flex;
  gap: 50px;
}
.recruitPage_education .recruitPage_curriculum-listWrap {
  background: #f5f5f7;
  padding: 50px 4.1666666667vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-listWrap {
    padding: 20px 4.1666666667vw 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.recruitPage_education .recruitPage_curriculum-list li {
  width: calc(33.3333333333% - 33.3333333333px);
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-list li {
    width: 100%;
  }
}
.recruitPage_education .recruitPage_curriculum-list li svg {
  width: 25px;
  height: 25px;
  margin: 10px auto;
  display: block;
  flex-shrink: 0;
}
.recruitPage_education .recruitPage_curriculum-list li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #252530;
  border-right: 0;
  position: absolute;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  left: calc(100% + 25px - 5px);
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-list li:after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #252530;
    border-bottom: 0;
    top: calc(100% + 20px - 5px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.recruitPage_education .recruitPage_curriculum-list li:last-child:after {
  display: none;
}
.recruitPage_education .recruitPage_curriculum-listHeading {
  margin-bottom: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-listHeading {
    margin-bottom: 10px;
  }
}
.recruitPage_education .recruitPage_curriculum-listHeading span.en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-listHeading span.en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recruitPage_education .recruitPage_curriculum-listBox {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  color: #fff;
  padding: 30px 20px;
  flex-grow: 1;
  height: auto;
}
.recruitPage_education .recruitPage_curriculum-listBox p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  flex-shrink: 0;
}
.recruitPage_education .recruitPage_curriculum-listBox:nth-child(1) {
  background: #6e6e7a;
}
.recruitPage_education .recruitPage_curriculum-listBox:nth-child(2) {
  background: #8c8c99;
}
.recruitPage_education .recruitPage_curriculum-listBox:nth-child(3) {
  background: #a9a9b5;
}
.recruitPage_education .recruitPage_curriculum-listBoxGoal {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  height: auto;
  flex-grow: 1;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #252530;
  background: #fff;
  border: 1px dashed;
  border-radius: 8px;
  padding: 10px;
}
.recruitPage_education .recruitPage_curriculum-debut {
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-debut {
    flex-wrap: wrap;
  }
}
.recruitPage_education .recruitPage_curriculum-debutImg {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-debutImg {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.recruitPage_education .recruitPage_curriculum-debutImg img {
  border-radius: 10px;
}
.recruitPage_education .recruitPage_curriculum-debutBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-debutBox {
    width: 100%;
  }
}
.recruitPage_education .recruitPage_curriculum-debutBoxHeading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .recruitPage_education .recruitPage_curriculum-debutBoxHeading {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.recruitPage_education .recruitPage_curriculum-debutBoxText {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2.5;
  text-align: justify;
}
.recruitPage_education .recruitPage_program-list-title small {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}
.recruitPage_welfare {
  overflow: hidden;
}
.recruitPage_welfare-img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
.recruitPage_welfare-img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare-img img {
    border-radius: 0;
  }
}
.recruitPage_welfare-text {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare-text {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitPage_welfare .recruitpage_sarary .recruitPage_section-title,
.recruitPage_welfare .recruitpage_otherWelfare .recruitPage_section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary .recruitPage_section-title,
  .recruitPage_welfare .recruitpage_otherWelfare .recruitPage_section-title {
    margin-bottom: 20px;
  }
}
.recruitPage_welfare .recruitpage_sarary .recruitPage_section-title span.en,
.recruitPage_welfare .recruitpage_otherWelfare .recruitPage_section-title span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary .recruitPage_section-title span.en,
  .recruitPage_welfare .recruitpage_otherWelfare .recruitPage_section-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_welfare .recruitpage_sarary {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary {
    margin-bottom: 80px;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-container {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-container {
    flex-direction: column;
    align-items: stretch;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 130px;
  background: #6e6e7a;
  border-radius: 10px;
  margin-right: 20px;
  flex-shrink: 0;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-label span {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-label span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-label {
    width: 100%;
    height: 45px;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box__title {
  display: block;
  font-size: 13px;
  color: #6e6e7a;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-box__title {
    font-size: 11px;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  padding: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-box__content {
    height: 110px;
    padding: 15px 10px;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box__label {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
  white-space: nowrap;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-box__label {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-box__label {
    margin-bottom: 5px;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box__amount-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box__amount {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-box__amount {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box__unit {
  font-size: 30px;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-box__unit {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box--primary .salary-box__content {
  background: #252530;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box--primary .salary-box__label,
.recruitPage_welfare .recruitpage_sarary-about .salary-box--primary .salary-box__amount,
.recruitPage_welfare .recruitpage_sarary-about .salary-box--primary .salary-box__unit {
  color: #fff;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box--secondary .salary-box__content {
  background: #fff;
  border: 1px solid #6e6e7a;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-box--secondary .salary-box__label,
.recruitPage_welfare .recruitpage_sarary-about .salary-box--secondary .salary-box__amount,
.recruitPage_welfare .recruitpage_sarary-about .salary-box--secondary .salary-box__unit {
  color: #252530;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-row {
  display: flex;
  align-items: flex-end;
  flex: 1;
  min-width: 0;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-row .salary-box {
  flex: 1;
  min-width: 0;
}
.recruitPage_welfare .recruitpage_sarary-about .salary-row .salary-operator--or {
  height: 130px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-row .salary-operator--or {
    height: 110px;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-operator {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #252530;
  padding: 0 20px;
  height: 130px;
  font-weight: 300;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-operator {
    height: auto;
    padding: 15px 0;
    font-size: 32px;
  }
}
.recruitPage_welfare .recruitpage_sarary-about .salary-operator--or {
  font-size: 16px;
  font-style: italic;
  color: #6e6e7a;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_sarary-about .salary-operator--or {
    padding: 0 8px;
    font-size: 14px;
  }
}
.recruitPage_welfare .recruitPage_support-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
  }
}
.recruitPage_welfare .recruitPage_support-heading:after {
  content: "";
  display: block;
  width: calc(100% - 430px - 10px);
  height: 1px;
  background: #252530;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-heading:after {
    display: none;
  }
}
.recruitPage_welfare .recruitPage_support-heading span.ja {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 900;
  width: 430px;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-heading span.ja {
    font-size: 17px;
    font-size: 1.7rem;
    width: 100%;
  }
}
.recruitPage_welfare .recruitPage_support-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 30px;
}
.recruitPage_welfare .recruitPage_support-listWrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-listWrap {
    margin-bottom: 80px;
  }
}
.recruitPage_welfare .recruitPage_support-listHeading {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-listHeading {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-listHeading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruitPage_welfare .recruitPage_support-list li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  background: #6e6e7a;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-list li {
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recruitPage_welfare .recruitPage_support-listText {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-listText {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-listText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recruitPage_welfare .recruitPage_support-example {
  display: flex;
  align-items: flex-start;
  gap: 40px 0;
  background: #fff;
  padding: 60px 30px;
  width: calc(100% + 8.3333333333vw);
  margin-left: -4.1666666667vw;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-example {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitPage_support-example {
    padding: 30px 15px;
  }
}
.recruitPage_welfare .recruitPage_support-example img {
  display: block;
  width: 100%;
  object-fit: contain;
  padding: 0 30px;
}
.recruitPage_welfare .recruitPage_support-example img:nth-of-type(1) {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-example img:nth-of-type(1) {
    max-width: 406px;
    margin: 0 auto;
  }
}
.recruitPage_welfare .recruitPage_support-example img:nth-of-type(2) {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-example img:nth-of-type(2) {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .recruitPage_welfare .recruitPage_support-example img {
    width: 100% !important;
    padding: 0;
  }
}
.recruitPage_welfare .recruitpage_otherWelfare-list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_otherWelfare-list {
    flex-wrap: wrap;
  }
}
.recruitPage_welfare .recruitpage_otherWelfare-list li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_otherWelfare-list li {
    width: 100%;
  }
}
.recruitPage_welfare .recruitpage_otherWelfare-listMain {
  height: 140px;
  border-radius: 10px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .recruitPage_welfare .recruitpage_otherWelfare-listMain {
    height: 70px;
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.recruitPage_welfare .recruitpage_otherWelfare-listText {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}
.recruitPage_voice-article {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-article {
    margin-bottom: 90px;
  }
}
.recruitPage_voice-section {
  display: flex;
  gap: 8.3333333333vw;
  width: 83.3333333333vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_voice-section {
    width: 91.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-section {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-section {
    width: 100%;
    gap: 30px;
  }
}
.recruitPage_voice-section:last-child {
  margin-bottom: 0;
}
.recruitPage_voice-section:nth-child(odd) {
  flex-direction: row-reverse;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-section:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .recruitPage_voice-section:nth-child(odd) .recruitPage_voice-sectionMain {
    padding-left: 8.3333333333vw;
  }
}
.recruitPage_voice-section:nth-child(even) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-section:nth-child(even) {
    flex-direction: column-reverse;
  }
  .recruitPage_voice-section:nth-child(even) .recruitPage_voice-sectionMain {
    padding-right: 8.3333333333vw;
  }
}
.recruitPage_voice-sectionMain {
  width: 500px;
}
@media screen and (max-width: 991px) {
  .recruitPage_voice-sectionMain {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-sectionMain {
    padding: 0 8.3333333333vw !important;
  }
}
.recruitPage_voice-sectionMainName {
  margin-bottom: 30px;
}
.recruitPage_voice-sectionMainName span {
  display: block;
  margin-bottom: 10px;
}
.recruitPage_voice-sectionMainName span:last-child {
  margin-bottom: 0;
}
.recruitPage_voice-sectionMainName span.number {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-sectionMainName span.number {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-sectionMainName span.number {
    margin-bottom: 5px;
  }
}
.recruitPage_voice-sectionMainName span.name {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-sectionMainName span.name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-sectionMainName span.name {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
}
.recruitPage_voice-sectionMainName span.name small {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #c7c7d1;
}
.recruitPage_voice-sectionMainName span.school {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  color: #c7c7d1;
}
.recruitPage_voice-sectionMain section {
  margin-bottom: 30px;
}
.recruitPage_voice-sectionMain section:last-child {
  margin-bottom: 0;
}
.recruitPage_voice-sectionMain section h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.recruitPage_voice-sectionMain section p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}
.recruitPage_voice-sectionImg {
  width: calc(100% - 500px);
}
@media screen and (max-width: 767px) {
  .recruitPage_voice-sectionImg {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .recruitPage_voice-sectionImg {
    padding: 0 8.3333333333vw !important;
  }
}
.recruitPage_voice-sectionImg img {
  border-radius: 10px;
}
.recruitPage_voice .recruitpage_specialist {
  padding: 60px 4.1666666667vw;
  background: #f5f5f7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist {
    padding: 30px 8.3333333333vw 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialistWrap {
    padding: 0;
  }
}
.recruitPage_voice .recruitpage_specialist .recruitPage_section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist .recruitPage_section-title {
    margin-bottom: 20px;
  }
}
.recruitPage_voice .recruitpage_specialist .recruitPage_section-title span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist .recruitPage_section-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_voice .recruitpage_specialist-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 30px;
}
@media screen and (max-width: 1200px) {
  .recruitPage_voice .recruitpage_specialist-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist-list {
    display: flex;
    gap: 0;
  }
  .recruitPage_voice .recruitpage_specialist-list li {
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .recruitPage_voice .recruitpage_specialist-listWrap {
    overflow: visible !important;
  }
}
.recruitPage_voice .recruitpage_specialist-listWrap .swiper-pagination {
  display: none;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist-listWrap .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
}
.recruitPage_voice .recruitpage_specialist-listWrap .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 !important;
}
.recruitPage_voice .recruitpage_specialist-listWrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
}
.recruitPage_voice .recruitpage_specialist-listImg {
  margin-bottom: 10px;
  position: relative;
}
.recruitPage_voice .recruitpage_specialist-listImg-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  cursor: pointer;
}
.recruitPage_voice .recruitpage_specialist-listImg-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.recruitPage_voice .recruitpage_specialist-listImg-slider img {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 62/41; /* 必要に応じて調整 */
  object-fit: cover;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  pointer-events: none; /* クリックイベントを親要素で受け取る */
}
.recruitPage_voice .recruitpage_specialist-listImg-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.recruitPage_voice .recruitpage_specialist-listImg-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  transition: background-color 0.3s;
  cursor: pointer; /* PCでクリック可能にする */
}
.recruitPage_voice .recruitpage_specialist-listName {
  margin-bottom: 20px;
}
.recruitPage_voice .recruitpage_specialist-listName small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 5px;
}
.recruitPage_voice .recruitpage_specialist-listName span {
  line-height: 1;
}
.recruitPage_voice .recruitpage_specialist-listName span.en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.recruitPage_voice .recruitpage_specialist-listButton a {
  display: block;
  background: #252530;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
  padding: 10px 0 10px 15px;
}
@media screen and (max-width: 480px) {
  .recruitPage_voice .recruitpage_specialist-listButton a {
    padding: 15px 0 20px 20px;
  }
}
.recruitPage_voice .recruitpage_specialist-listButton a span {
  display: block;
}
.recruitPage_voice .recruitpage_specialist-listButton a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitPage_voice .recruitpage_specialist-listButton a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitPage_voice .recruitpage_specialist-listButton a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitPage_voice .recruitpage_specialist-listButton a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitPage_voice .recruitpage_specialist-listButton a:before, .recruitPage_voice .recruitpage_specialist-listButton a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitPage_voice .recruitpage_specialist-listButton a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitPage_voice .recruitpage_specialist-listButton a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitPage_voice .recruitpage_specialist-listButton a:before {
  right: 15px;
}
.recruitPage_voice .recruitpage_specialist-listButton a:after {
  right: 24px;
}
.recruitPage_voice .recruitpage_specialist-listButton a span.en {
  font-size: 13px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist-listButton a span.en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.recruitPage_voice .recruitpage_specialist-listButton a span.en svg {
  width: 18px;
  height: 18px;
}
.recruitPage_voice .recruitpage_specialist-listButton a svg path,
.recruitPage_voice .recruitpage_specialist-listButton a svg use {
  fill: #fff;
}
.recruitPage_voice .recruitpage_specialist .swiper-button-prev,
.recruitPage_voice .recruitpage_specialist .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .recruitPage_voice .recruitpage_specialist .swiper-button-prev,
  .recruitPage_voice .recruitpage_specialist .swiper-button-next {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #252530;
  }
  .recruitPage_voice .recruitpage_specialist .swiper-button-prev::after,
  .recruitPage_voice .recruitpage_specialist .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
    color: #252530;
  }
  .recruitPage_voice .recruitpage_specialist .swiper-button-prev.swiper-button-prev,
  .recruitPage_voice .recruitpage_specialist .swiper-button-next.swiper-button-prev {
    left: 10px;
  }
  .recruitPage_voice .recruitpage_specialist .swiper-button-prev.swiper-button-next,
  .recruitPage_voice .recruitpage_specialist .swiper-button-next.swiper-button-next {
    right: 10px;
  }
  .recruitPage_voice .recruitpage_specialist .swiper-button-prev.swiper-button-disabled,
  .recruitPage_voice .recruitpage_specialist .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
  }
}
.recruitPage_tour-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-list {
    margin-bottom: 40px;
  }
}
.recruitPage_tour-list ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-list ul {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .recruitPage_tour-list ul::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-list ul li {
    flex: 0 0 calc(50% - 7.5px);
    min-width: calc(50% - 7.5px);
  }
}
.recruitPage_tour-list ul li img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}
.recruitPage_tour-main {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .recruitPage_tour-main {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-main {
    margin-bottom: 60px;
  }
}
.recruitPage_tour-mainText {
  width: 375px;
}
@media screen and (max-width: 991px) {
  .recruitPage_tour-mainText {
    width: 100%;
    margin-bottom: 40px;
  }
}
.recruitPage_tour-mainTextHeading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.75;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .recruitPage_tour-mainTextHeading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitPage_tour-mainText p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}
.recruitPage_tour-mainImg {
  width: calc(100% - 375px);
  padding-left: 60px;
  order: 1;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .recruitPage_tour-mainImg {
    width: 100%;
    padding-left: 0;
  }
}
.recruitPage_tour-mainImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 5px solid #c7c7d1;
}
.recruitPage_tour-mainImg small {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
}
.recruitPage_entry {
  position: relative;
}
.recruitPage_entry:after {
  content: "Image with us";
  line-height: 1;
  text-align: center;
  font-size: 150px;
  font-size: 15rem;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
  font-size: 10.3vw;
  position: absolute;
  bottom: -0.15em;
  left: 0;
  right: 0;
}
.recruitPage_entry-text {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_entry-text {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
}
.recruitPage_flow .recruitPage_section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_flow .recruitPage_section-title {
    margin-bottom: 20px;
  }
}
.recruitPage_flow .recruitPage_section-title span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_flow .recruitPage_section-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_flow-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruitPage_flow-img {
    margin-bottom: 60px;
  }
}
.recruitPage_flow-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruitPage_flow-img img {
    max-width: 177px;
    margin: 0 auto;
  }
}
.recruitPage_flow-box {
  width: calc(100% + 8.3333333333vw);
  margin-left: -4.1666666667vw;
}
.recruitPage_flow-box .recruitPage_nav-buttonWrap {
  background: url(./assets/images/recruit/contact_bg.png) repeat center center/cover;
}
.recruitPage_company .recruitPage_section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitPage_section-title {
    margin-bottom: 20px;
  }
}
.recruitPage_company .recruitPage_section-title span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitPage_section-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitPage_company .recruitRecruitment_box {
  border: 1px solid;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitRecruitment_box {
    padding: 20px 15px;
  }
}
.recruitPage_company .recruitRecruitment_box-list li {
  border-color: #c7c7d1;
}
.recruitPage_company .recruitRecruitment_box-list li:first-child {
  border-top: none;
}
.recruitPage_company .recruitRecruitment_box-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitRecruitment_box-list li {
    padding: 20px 0;
  }
}
.recruitPage_company .recruitRecruitment_box-list li h3, .recruitPage_company .recruitRecruitment_box-list li p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitRecruitment_box-list li h3, .recruitPage_company .recruitRecruitment_box-list li p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitPage_company .recruitRecruitment_box-list li h3 {
    margin-bottom: 10px;
  }
}

.recruitpage_contact .recruitPage_section-title {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact .recruitPage_section-title {
    margin-bottom: 20px;
  }
}
.recruitpage_contact .recruitPage_section-title span.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact .recruitPage_section-title span.en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.recruitpage_contact-box {
  background: #fff;
  padding: 50px 60px;
  width: calc(100% + 8.3333333333vw);
  margin-left: -4.1666666667vw;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-box {
    padding: 20px 30px;
  }
}
.recruitpage_contact-boxHeading {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxHeading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.recruitpage_contact-boxButton {
  display: flex;
  gap: 30px 60px;
}
@media screen and (max-width: 991px) {
  .recruitpage_contact-boxButton {
    flex-wrap: wrap;
    gap: 30px;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButton {
    gap: 20px;
  }
}
.recruitpage_contact-boxButton li {
  width: 100%;
}
.recruitpage_contact-boxButtonLine a {
  display: block;
  background: #9fb995;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonLine a {
    padding: 15px 0 20px 20px;
  }
}
.recruitpage_contact-boxButtonLine a span {
  display: block;
}
.recruitpage_contact-boxButtonLine a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonLine a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitpage_contact-boxButtonLine a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonLine a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitpage_contact-boxButtonLine a:before, .recruitpage_contact-boxButtonLine a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitpage_contact-boxButtonLine a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitpage_contact-boxButtonLine a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitpage_contact-boxButtonLine a svg g > path, .recruitpage_contact-boxButtonLine a svg g g > g > g + g > path {
  fill: #fff;
}
.recruitpage_contact-boxButtonLine a svg g g > g > g > path {
  fill: #9fb995;
}
.recruitpage_contact-boxButtonInstagram a {
  display: block;
  background: #c19495;
  color: #fff;
  padding: 20px 0 30px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonInstagram a {
    padding: 15px 0 20px 20px;
  }
}
.recruitpage_contact-boxButtonInstagram a span {
  display: block;
}
.recruitpage_contact-boxButtonInstagram a span.en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonInstagram a span.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.recruitpage_contact-boxButtonInstagram a span.ja {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonInstagram a span.ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.recruitpage_contact-boxButtonInstagram a:before, .recruitpage_contact-boxButtonInstagram a:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recruitpage_contact-boxButtonInstagram a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 30px;
}
.recruitpage_contact-boxButtonInstagram a:after {
  content: "▶";
  font-size: 6px;
  font-size: 0.6rem;
  right: 38px;
  color: #fff;
}
.recruitpage_contact-boxButtonInstagram a svg path,
.recruitpage_contact-boxButtonInstagram a svg use {
  fill: #fff;
}
.recruitpage_contact-boxButton a span.en {
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruitpage_contact-boxButton a span.en svg {
  width: 34px;
  height: 34px;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButton a span.en svg {
    width: 26px;
    height: 26px;
  }
}
.recruitpage_contact-boxButtonTel {
  width: 100%;
  background-color: #c1b995;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButtonTel {
    margin-top: 40px;
    padding: 20px 20px 25px;
  }
}
.recruitpage_contact-boxButtonTel p:first-child {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButtonTel p:first-child {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.recruitpage_contact-boxButtonTel p:first-child:after {
  content: "";
  display: block;
  width: 76%;
  height: 1px;
  background-color: #fff;
  margin: 10px auto 20px;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButtonTel p:first-child:after {
    width: 100%;
    max-width: 480px;
  }
}
.recruitpage_contact-boxButtonTel .tel a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonTel .tel a {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.recruitpage_contact-boxButtonTel .tel a small, .recruitpage_contact-boxButtonTel .tel a span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.recruitpage_contact-boxButtonTel .tel a small.en {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButtonTel .tel a small.en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.recruitpage_contact-boxButtonTel .tel a small.ja {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  transform: translateY(-3px);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButtonTel .tel a small.ja {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitpage_contact-boxButtonTel .tel a small.ja {
    width: 100%;
    margin-left: 0;
    transform: translateY(0);
  }
}
.recruitpage_contact-boxButtonTel .tel a span.en {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .recruitpage_contact-boxButtonTel .tel a span.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.contactPage .pageFoot {
  margin-top: 0;
}

.entryPage .pageBody-inner {
  max-width: calc(960px + 16.6666666667vw);
}
.entryPage .recruitPage_entry-text {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .entryPage .recruitPage_entry-text {
    margin-bottom: 60px;
  }
}
.entryPage .recruitpage_contact {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .entryPage .recruitpage_contact {
    margin-bottom: 80px;
  }
}
.entryPage .recruitpage_contact-box {
  background: none;
}
.entryPage .recruitRecruitment_box {
  max-width: 880px;
  margin: 0 auto;
}
.entryPage .recruitRecruitment_box-list li {
  border-color: #c7c7d1;
}
.entryPage .recruitRecruitment_box-list li:first-child {
  border-top: none;
}
.entryPage .recruitRecruitment_box-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .entryPage .recruitRecruitment_box-list li {
    padding: 20px 0;
  }
}
.entryPage .recruitRecruitment_box-list li h3, .entryPage .recruitRecruitment_box-list li p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entryPage .recruitRecruitment_box-list li h3, .entryPage .recruitRecruitment_box-list li p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .entryPage .recruitRecruitment_box-list li h3 {
    margin-bottom: 10px;
  }
}

/* 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: #252530;
}

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

/* 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: #252530;
  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: #252530;
  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: #252530;
  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: #252530 !important;
  border: inherit !important;
}
.entryPage_form .wpcf7-submit {
  margin: 60px auto 0 !important;
  background: #252530 !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: #252530;
  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: #252530;
  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 #252530;
  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: "Elms Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 480px) {
  .formTel p:nth-of-type(1) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.formTel p:nth-of-type(2) {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

/* == ■■■■■■ form layout ■■■■■■ == */
table.formList {
  width: 100%;
  margin: 40px auto 0 auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
table.formList tr {
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  table.formList tr {
    border-bottom: none;
  }
}
table.formList tr:last-child {
  border-bottom: none;
}
table.formList th {
  width: 20%;
  padding: 12px;
  background-color: #252530;
  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: #252530;
  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: 170px;
}
@media screen and (max-width: 767px) {
  .thanksWrap {
    margin-bottom: 90px;
  }
}
.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;
}

.visitPage {
  /* Color Palette - Natural & Sophisticated */
  --color-bg: #F9F9F7;
  /* Warm off-white, paper-like */
  --color-text: #333333;
  /* Soft black */
  --color-text-light: #666666;
  --color-accent: #A89B93;
  /* Greige/Taupe */
  --color-primary: #D4C4B7;
  /* Sand/Beige */
  --color-white: #FFFFFF;
  /* Typography */
  --font-en: "Elms Sans", sans-serif;
  --font-jp: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.8;
  font-weight: 300;
  overflow-x: hidden;
  font-family: var(--font-jp);
  padding-top: 80px;
  /* Header */
  /* Footer */
  /* Animations */
  /* Utility */
  /* Hero Area */
  /* About Us */
  /* Visual Gallery */
  /* Information */
  /* Contents Links */
  /* Staff Section (New) */
  /* Menu Section (New) */
  /* Pickup */
  /* FAQ Section (New) */
  /* Recruit */
}
.visitPage img {
  max-width: 100%;
  height: auto;
  display: block;
}
.visitPage .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: rgba(249, 249, 247, 0.9);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .visitPage .site-header {
    padding: 0 20px;
  }
}
.visitPage .site-header .logo img {
  height: 50px;
  mix-blend-mode: multiply;
  /* Make white background transparent visually */
}
@media screen and (max-width: 480px) {
  .visitPage .site-header .logo img {
    height: 40px;
  }
}
.visitPage .site-header .site-nav .site-nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .visitPage .site-header .site-nav .site-nav-list {
    display: none;
  }
}
.visitPage .site-header .site-nav a {
  font-family: var(--font-en);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.visitPage .site-header .site-nav .hamburger-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .visitPage .site-header .site-nav .hamburger-menu {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
  }
}
.visitPage .site-header .site-nav .hamburger-menu .icon-barWrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.visitPage .site-header .site-nav .hamburger-menu .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  transition: all 0.3s ease;
  transform-origin: center;
}
.visitPage .visit-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.visitPage .visit-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: var(--color-white);
  z-index: 1002;
  transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.visitPage .visit-drawer .drawernav_inner {
  padding: 80px 30px 30px;
}
.visitPage .visit-drawer .drawernav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.visitPage .visit-drawer .drawernav_list li a {
  display: block;
  font-family: var(--font-en);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--color-text);
  padding: 8px 0;
  transition: color 0.3s ease;
}
.visitPage .visit-drawer .drawernav_list li a:hover {
  color: var(--color-accent);
}
.visitPage #drawernav .drawernav_inner {
  top: 100px;
}
.visitPage #drawernav ul li:last-child {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.visitPage #drawernav ul li:last-child a {
  font-size: initial;
  padding: 8px 0;
}
.visitPage .site-footer {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  font-family: var(--font-en);
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-text-light);
}
.visitPage a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.visitPage a:hover {
  opacity: 0.7;
}
.visitPage .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.visitPage .container-fluid {
  width: 100%;
  padding: 0;
}
.visitPage section {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .visitPage section {
    padding: 40px 0;
  }
}
.visitPage .section-title {
  font-family: var(--font-en);
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .section-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.visitPage .section-title.white {
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 10px;
}
.visitPage .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.visitPage .fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 480px) {
  .visitPage .pc-only {
    display: none;
  }
}
.visitPage .note {
  font-size: 13px;
  font-size: 1.3rem;
  color: var(--color-text-light);
}
.visitPage .hero {
  position: relative;
  height: auto;
  aspect-ratio: 5/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .visitPage .hero {
    aspect-ratio: 7/12;
    padding: 0;
  }
}
.visitPage .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visitPage .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.visitPage .hero-content {
  text-align: center;
  color: var(--color-white);
  background: rgba(0, 0, 0, 0.1);
  /* Subtle darkening for legibility */
  padding: 40px;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 480px) {
  .visitPage .hero-content {
    padding: 20px;
    width: 90%;
  }
}
.visitPage .hero-title {
  font-family: var(--font-en);
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .visitPage .hero-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.visitPage .hero-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .visitPage .hero-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .about {
  background-color: var(--color-bg);
}
.visitPage .about-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.visitPage .about-catch {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.6;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .about-catch {
    font-size: 20px;
    font-size: 2rem;
  }
}
.visitPage .about-text {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-text-light);
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .visitPage .about-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .about-target {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  text-align: left;
}
.visitPage .about-target h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .about-target h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.visitPage .about-target .target-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.visitPage .about-target .target-list li {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-text-light);
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 480px) {
  .visitPage .about-target .target-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .gallery {
  padding-top: 0;
}
.visitPage .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .visitPage .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .visitPage .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.visitPage .gallery-item {
  position: relative;
  overflow: hidden;
}
.visitPage .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.visitPage .gallery-item:hover img {
  transform: scale(1.05);
}
.visitPage .gallery-item .overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: var(--font-en);
}
.visitPage .information {
  background-color: #F2EFED;
  /* Slightly darker beige */
}
.visitPage .information .info-list {
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
.visitPage .information .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  .visitPage .information .info-item {
    flex-direction: column;
  }
}
.visitPage .information .info-label {
  width: 30%;
  font-weight: 500;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .information .info-label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.visitPage .information .info-value {
  width: 70%;
  color: var(--color-text-light);
}
@media screen and (max-width: 480px) {
  .visitPage .information .info-value {
    width: 100%;
  }
}
.visitPage .information .tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: var(--font-en);
  margin-right: 10px;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .information .tel {
    font-size: 20px;
    font-size: 2rem;
  }
}
.visitPage .information .tel a {
  color: var(--color-text);
}
.visitPage .information .tel a:hover {
  color: var(--color-accent);
}
.visitPage .contents-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.visitPage .contents .circle-btn {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid transparent;
}
@media screen and (max-width: 480px) {
  .visitPage .contents .circle-btn {
    width: 100%;
    height: 120px;
    border-radius: 60px;
    flex-direction: column;
    gap: 0;
    padding: 0 30px;
  }
}
.visitPage .contents .circle-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--color-primary);
}
.visitPage .contents .circle-btn .en {
  font-family: var(--font-en);
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .visitPage .contents .circle-btn .en {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.visitPage .contents .circle-btn .ja {
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--color-text-light);
}
@media screen and (max-width: 480px) {
  .visitPage .contents .circle-btn .ja {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.visitPage .staff {
  background-color: var(--color-white);
}
.visitPage .staff-content {
  max-width: 900px;
  margin: 0 auto;
}
.visitPage .staff-intro {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-text-light);
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .visitPage .staff-intro {
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .visitPage .staff-intro {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.visitPage .staff-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .visitPage .staff-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .visitPage .staff-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.visitPage .staff-feature {
  text-align: center;
  padding: 30px 20px;
  background: var(--color-bg);
  border-radius: 10px;
}
.visitPage .staff-feature .feature-icon {
  display: block;
  margin-bottom: 15px;
  color: var(--color-accent);
  line-height: 1;
}
.visitPage .staff-feature .feature-icon svg {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.visitPage .staff-feature h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .staff-feature h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.visitPage .staff-feature p {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-text-light);
  line-height: 1.8;
}
.visitPage .menu {
  background-color: #F2EFED;
}
.visitPage .menu-content {
  max-width: 700px;
  margin: 0 auto;
}
.visitPage .menu-intro {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .visitPage .menu-intro {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.visitPage .menu-note {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-text-light);
  margin-bottom: 40px;
}
.visitPage .menu-category {
  margin-bottom: 40px;
}
.visitPage .menu-category-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-text);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary);
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .visitPage .menu-category-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.visitPage .menu-list {
  list-style: none;
}
.visitPage .menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.visitPage .menu-name {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .menu-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .menu-price {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: var(--font-en);
  font-weight: 500;
  color: var(--color-text);
}
@media screen and (max-width: 480px) {
  .visitPage .menu-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.visitPage .menu-facility-info {
  background: var(--color-white);
  border-left: 3px solid var(--color-accent);
  padding: 25px;
  margin: 40px 0;
  border-radius: 0 5px 5px 0;
}
.visitPage .menu-facility-info .menu-facility-title {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  color: var(--color-text);
  margin-bottom: 12px;
}
.visitPage .menu-facility-info p {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-text-light);
  line-height: 1.9;
}
.visitPage .menu-supplement {
  margin-top: 30px;
  padding: 20px;
  background: var(--color-white);
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--color-text-light);
  line-height: 1.8;
}
.visitPage .pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .visitPage .pickup-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.visitPage .pickup-card {
  background: var(--color-white);
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}
@media screen and (max-width: 480px) {
  .visitPage .pickup-card {
    padding: 20px;
  }
}
.visitPage .pickup-card h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--color-text);
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .visitPage .pickup-card h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.visitPage .pickup-card p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .visitPage .pickup-card p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .faq {
  background-color: var(--color-white);
}
.visitPage .faq-content {
  max-width: 800px;
  margin: 0 auto;
}
.visitPage .faq .reservation-box {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--color-white);
}
@media screen and (max-width: 480px) {
  .visitPage .faq .reservation-box {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
}
.visitPage .faq .reservation-box h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .visitPage .faq .reservation-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.visitPage .faq .reservation-box p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .visitPage .faq .reservation-box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .faq .reservation-box p.reservation-tel {
  margin-bottom: 10px;
}
.visitPage .faq .reservation-box-tel {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: var(--font-en);
  margin: 20px 0 10px;
}
@media screen and (max-width: 480px) {
  .visitPage .faq .reservation-box-tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.visitPage .faq .reservation-box-tel a {
  color: var(--color-white);
}
.visitPage .faq .reservation-box-tel a:hover {
  opacity: 0.8;
}
.visitPage .faq .reservation-box-tel span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 10px;
}
.visitPage .faq .reservation-box-note {
  font-size: 13px;
  font-size: 1.3rem;
  opacity: 0.9;
}
.visitPage .faq-list h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-primary);
}
@media screen and (max-width: 480px) {
  .visitPage .faq-list h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.visitPage .faq-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 480px) {
  .visitPage .faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.visitPage .faq-item:last-child {
  border-bottom: none;
}
.visitPage .faq-item dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-text);
  margin-bottom: 10px;
  padding-left: 5px;
}
@media screen and (max-width: 480px) {
  .visitPage .faq-item dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.visitPage .faq-item dd {
  font-size: 15px;
  font-size: 1.5rem;
  color: var(--color-text-light);
  line-height: 1.8;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .visitPage .faq-item dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.visitPage .recruit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 0;
}
.visitPage .recruit-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.visitPage .recruit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.visitPage .recruit-overlay {
  text-align: center;
}
.visitPage .recruit-overlay h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .visitPage .recruit-overlay h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.visitPage .recruit-message {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .visitPage .recruit-message {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .recruit .cta-button {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-family: var(--font-en);
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 480px) {
  .visitPage .recruit .cta-button {
    padding: 10px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .recruit .cta-button:hover {
  background: var(--color-white);
  color: var(--color-text);
}

body.drawer-opened {
  overflow: hidden;
}
body.drawer-opened .site-header {
  background: none;
  backdrop-filter: none;
}
body.drawer-opened .visit-overlay {
  opacity: 1;
  visibility: visible;
}
body.drawer-opened .visit-drawer {
  right: 0;
}
body.drawer-opened .site-header .hamburger-menu .icon-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg) !important;
}
body.drawer-opened .site-header .hamburger-menu .icon-bar:nth-child(2) {
  opacity: 0;
}
body.drawer-opened .site-header .hamburger-menu .icon-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) !important;
}

/* ========================================================================== */
/* コンタクトフォーム (Contact Form 7) - Visit Page Optimized */
/* ========================================================================== */
/* 
 * _contact.scss のスタイルを上書きするために詳細度を高めています。
 * .visitPage クラス（bodyまたはラッパー）配下の .visitPage_form をターゲットにします。
 */
.visitPage .visitPage_form {
  /* ローカル変数定義 */
  --form-bg: #ffffff;
  --form-border: #E6E6E6;
  --form-focus: #A89B93;
  --form-error: #fff939;
  --form-text: #333333;
  --form-placeholder: #B0B0B0;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  box-shadow: none;
  background: transparent;
  /* 
   * テーブルスタイルのリセットと再構築 
   * _contact.scss の table.formList スタイルを打ち消す
   */
  /* 入力フォームのスタイル（UI/UX最適化） */
  /* エラーメッセージ */
  /* 隠しフィールドコンテナ */
  /* 送信ボタンエリア */
  /* 送信完了・エラーメッセージ */
}
.visitPage .visitPage_form form {
  width: 100%;
}
.visitPage .visitPage_form table.formList {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 50px 0;
  border: none !important;
  /* _contact.scss reset */
}
.visitPage .visitPage_form table.formList tbody,
.visitPage .visitPage_form table.formList tr,
.visitPage .visitPage_form table.formList th,
.visitPage .visitPage_form table.formList td {
  display: block;
  width: 100%;
  border: none;
}
.visitPage .visitPage_form table.formList tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  /* _contact.scss reset */
}
.visitPage .visitPage_form table.formList tr:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  /* _contact.scss reset */
}
.visitPage .visitPage_form table.formList tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
@media screen and (max-width: 480px) {
  .visitPage .visitPage_form table.formList tr {
    display: block;
    padding: 25px 0;
  }
}
.visitPage .visitPage_form table.formList th {
  width: 240px !important;
  /* _contact.scss width: 20% reset */
  flex-shrink: 0;
  text-align: left;
  padding: 0 30px 0 0 !important;
  /* _contact.scss padding: 12px reset */
  background-color: transparent !important;
  /* 黒背景を透過に強制変更 */
  display: block !important;
}
@media screen and (max-width: 480px) {
  .visitPage .visitPage_form table.formList th {
    width: 100% !important;
    margin-bottom: 15px;
    padding-right: 0 !important;
  }
}
.visitPage .visitPage_form table.formList th p {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* 英語ラベル */
}
@media screen and (max-width: 480px) {
  .visitPage .visitPage_form table.formList th p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.visitPage .visitPage_form table.formList th p small.en {
  display: block;
  width: 100%;
  margin-top: 2px;
  font-family: "Elms Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: var(--color-accent, #A89B93);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .visitPage .visitPage_form table.formList th p small.en {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}
.visitPage .visitPage_form table.formList td {
  width: calc(100% - 240px) !important;
  /* _contact.scss 70% reset */
  padding: 0 !important;
  /* _contact.scss padding: 12px reset */
  display: block;
}
@media screen and (max-width: 480px) {
  .visitPage .visitPage_form table.formList td {
    width: 100% !important;
  }
}
.visitPage .visitPage_form table.formList td p {
  margin: 0;
}
.visitPage .visitPage_form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.visitPage .visitPage_form input[type=text], .visitPage .visitPage_form .wpcf7 input[type=url], .wpcf7 .visitPage .visitPage_form input[type=url],
.visitPage .visitPage_form input[type=tel],
.visitPage .visitPage_form input[type=email],
.visitPage .visitPage_form textarea {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #F8F8F8 !important;
  /* reset white bg */
  border: 1px solid #E0E0E0 !important;
  border-radius: 4px !important;
  padding: 12px 16px !important;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-text, #333);
  font-family: inherit;
  line-height: 1.5;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02) !important;
  /* エラー時 */
}
.visitPage .visitPage_form input[type=text]::placeholder, .visitPage .visitPage_form .wpcf7 input[type=url]::placeholder, .wpcf7 .visitPage .visitPage_form input[type=url]::placeholder,
.visitPage .visitPage_form input[type=tel]::placeholder,
.visitPage .visitPage_form input[type=email]::placeholder,
.visitPage .visitPage_form textarea::placeholder {
  color: var(--form-placeholder);
  opacity: 1;
  font-weight: 300;
}
.visitPage .visitPage_form input[type=text]:hover, .visitPage .visitPage_form .wpcf7 input[type=url]:hover, .wpcf7 .visitPage .visitPage_form input[type=url]:hover,
.visitPage .visitPage_form input[type=tel]:hover,
.visitPage .visitPage_form input[type=email]:hover,
.visitPage .visitPage_form textarea:hover {
  background-color: #fff !important;
  border-color: #ccc !important;
}
.visitPage .visitPage_form input[type=text]:focus, .visitPage .visitPage_form .wpcf7 input[type=url]:focus, .wpcf7 .visitPage .visitPage_form input[type=url]:focus,
.visitPage .visitPage_form input[type=tel]:focus,
.visitPage .visitPage_form input[type=email]:focus,
.visitPage .visitPage_form textarea:focus {
  background-color: #fff !important;
  border-color: var(--color-accent, #A89B93) !important;
  outline: none;
  box-shadow: 0 0 0 4px rgba(168, 155, 147, 0.15) !important;
}
.visitPage .visitPage_form input[type=text].wpcf7-not-valid, .visitPage .visitPage_form .wpcf7 input.wpcf7-not-valid[type=url], .wpcf7 .visitPage .visitPage_form input.wpcf7-not-valid[type=url],
.visitPage .visitPage_form input[type=tel].wpcf7-not-valid,
.visitPage .visitPage_form input[type=email].wpcf7-not-valid,
.visitPage .visitPage_form textarea.wpcf7-not-valid {
  border-color: !important;
  background-color: #FFF8F8 !important;
}
.visitPage .visitPage_form textarea {
  min-height: 200px;
  resize: vertical;
  line-height: 1.8;
}
.visitPage .visitPage_form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--form-error);
  margin-top: 6px;
  font-weight: 500;
  white-space: nowrap;
  animation: slideDownFade 0.3s ease-out forwards;
  z-index: 10;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .visitPage .visitPage_form .wpcf7-not-valid-tip {
    position: relative;
    white-space: normal;
  }
}
.visitPage .visitPage_form .hidden-fields-container {
  display: none;
}
.visitPage .visitPage_form p:has(.wpcf7-submit) {
  text-align: center;
  margin: 0;
}
.visitPage .visitPage_form .wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 300px !important;
  max-width: 100% !important;
  padding: 20px 0 !important;
  margin: 0 auto !important;
  background: var(--color-text, #333) !important;
  color: #fff !important;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  font-weight: 500;
  border: 1px solid var(--color-text, #333) !important;
  border-radius: 9999px !important;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: none !important;
  /* ホバーエフェクト */
  /* ローディングスピナー */
}
.visitPage .visitPage_form .wpcf7-submit:hover {
  background: transparent !important;
  color: var(--color-text, #333) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}
.visitPage .visitPage_form .wpcf7-submit .wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.visitPage .visitPage_form .wpcf7-submit .wpcf7-spinner.is-active {
  opacity: 1;
}
.visitPage .visitPage_form .wpcf7-response-output {
  margin: 40px 0 0 !important;
  padding: 20px !important;
  border: none !important;
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  animation: fadeIn 0.5s ease;
}
.visitPage .visitPage_form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #FFEBEE;
  color: #C62828 !important;
  border-left: 4px solid #C62828 !important;
}
.visitPage .visitPage_form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #E8F5E9;
  color: #2E7D32 !important;
  border-left: 4px solid #2E7D32 !important;
}

.dressingPage {
  /* Base Variables */
  --bg-color: #f5f4f0;
  --text-color: #333333;
  --accent-color: #8c8c88;
  --font-en: "Elms Sans", sans-serif;
  --font-jp: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --spacing-section: 120px;
  --container-width: 1200px;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-jp);
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* Section Label */
  /* Header */
  /* Hero */
  /* About Us */
  /* Gallery */
  /* Shop List */
  /* Contents Links */
  /* Plans Section */
  /* 無料体験会告知セクション */
  /* Consultation Section */
  /* Experiences Section */
  /* btn-line */
  /* Asu-Sakura Banner */
  /* Asu-Sakura Special Section */
  /* News */
  /* Recruit / Contact */
  /* Footer */
}
.dressingPage .en {
  font-family: var(--font-en);
  text-transform: capitalize;
  font-weight: 400;
}
.dressingPage a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.dressingPage a:hover {
  opacity: 0.7;
}
.dressingPage img {
  width: 100%;
  height: auto;
  display: block;
}
.dressingPage ul {
  list-style: none;
}
.dressingPage h1, .dressingPage h2, .dressingPage h3 {
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.dressingPage .container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .container {
    padding: 0 20px;
  }
}
.dressingPage .container-fluid {
  padding: 0 2rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .container-fluid {
    padding: 0;
  }
}
.dressingPage .center {
  text-align: center;
}
.dressingPage .section {
  padding: var(--spacing-section) 0;
}
@media screen and (max-width: 480px) {
  .dressingPage .section {
    padding: 60px 0;
  }
}
.dressingPage .section-label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.dressingPage .section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: var(--accent-color);
}
.dressingPage .section-header {
  margin-bottom: 3rem;
}
.dressingPage .section-header.center {
  text-align: center;
}
.dressingPage .section-desc {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  margin-top: 1rem;
}
.dressingPage .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: rgba(249, 249, 247, 0.9);
  backdrop-filter: blur(5px);
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .dressingPage .site-header {
    padding: 0 20px;
  }
}
.dressingPage .site-header .logo {
  font-family: var(--font-en);
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .dressingPage .site-header .logo {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.dressingPage .site-header .site-nav .site-nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .dressingPage .site-header .site-nav .site-nav-list {
    display: none;
  }
}
.dressingPage .site-header .site-nav a {
  font-family: var(--font-en);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.dressingPage .site-header .site-nav .hamburger-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .dressingPage .site-header .site-nav .hamburger-menu {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1003;
  }
}
.dressingPage .site-header .site-nav .hamburger-menu .icon-barWrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.dressingPage .site-header .site-nav .hamburger-menu .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #252530;
  transition: all 0.3s ease;
  transform-origin: center;
}
.dressingPage .dressing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dressingPage .dressing-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1002;
  transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.dressingPage .dressing-drawer .drawernav_inner {
  padding: 80px 30px 30px;
}
.dressingPage .dressing-drawer .drawernav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dressingPage .dressing-drawer .drawernav_list li a {
  display: block;
  font-family: var(--font-en);
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--text-color);
  padding: 8px 0;
  transition: color 0.3s ease;
}
.dressingPage .dressing-drawer .drawernav_list li a:hover {
  color: var(--accent-color);
}
.dressingPage #drawernav .drawernav_inner {
  top: 100px;
}
.dressingPage #drawernav ul li:last-child {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dressingPage #drawernav ul li:last-child a {
  font-size: initial;
  padding: 8px 0;
}
.dressingPage .hero {
  position: relative;
  height: auto;
  aspect-ratio: 5/3;
  margin-top: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .dressingPage .hero {
    aspect-ratio: 7/12;
    margin-top: 60px;
  }
}
.dressingPage .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dressingPage .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}
.dressingPage .hero-content {
  text-align: center;
  color: #fff;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 480px) {
  .dressingPage .hero-content {
    padding: 1.5rem;
  }
}
.dressingPage .hero-title {
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .hero-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.dressingPage .hero-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .dressingPage .hero-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.dressingPage .about .section-header {
  margin-bottom: 3rem;
}
.dressingPage .about h2 {
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .about h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.dressingPage .about-content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .dressingPage .about-content {
    flex-direction: column;
    gap: 2rem;
  }
}
.dressingPage .about-text {
  flex: 1;
  min-width: 300px;
  padding-top: 2rem;
}
.dressingPage .about-text .catch-copy {
  font-family: var(--font-jp);
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .about-text .catch-copy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.dressingPage .about-text p {
  margin-bottom: 1.5rem;
  color: #555;
  text-align: justify;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .about-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.dressingPage .about-image {
  flex: 1.2;
  min-width: 300px;
}
.dressingPage .about-image img {
  border-radius: 4px;
  box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.dressingPage .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  gap: 1.5rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 10px;
  }
}
.dressingPage .gallery-item {
  overflow: hidden;
  position: relative;
}
.dressingPage .gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.dressingPage .gallery-item:hover img {
  transform: scale(1.05);
}
.dressingPage .gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 480px) {
  .dressingPage .gallery-item.large {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.dressingPage .gallery-item.wide {
  grid-column: span 2;
}
@media screen and (max-width: 480px) {
  .dressingPage .gallery-item.wide {
    grid-column: span 2;
  }
}
.dressingPage .shop-list {
  background-color: #fff;
}
.dressingPage .shop-list .shop-grid {
  display: flex;
  justify-content: space-between;
  padding-left: 20%;
}
@media screen and (max-width: 480px) {
  .dressingPage .shop-list .shop-grid {
    flex-direction: column;
    padding-left: 0;
    gap: 2rem;
  }
}
.dressingPage .shop-list .shop-group h3 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.dressingPage .shop-list .shop-group ul li {
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-size: 1.5rem;
}
.dressingPage .shop-list .shop-group p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.dressingPage .contents-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.dressingPage .contents .content-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  padding: 3rem 2rem;
  width: 250px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 480px) {
  .dressingPage .contents .content-link {
    width: 100%;
    max-width: 300px;
  }
}
.dressingPage .contents .content-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #aaa;
}
.dressingPage .contents .link-en {
  font-family: var(--font-en);
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}
.dressingPage .contents .link-jp {
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  margin-bottom: 1.5rem;
}
.dressingPage .contents .arrow {
  font-size: 19px;
  font-size: 1.9rem;
  color: var(--accent-color);
}
.dressingPage .plans-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.dressingPage .plans .plan-card {
  background: #fff;
  width: 275px;
  border: 1px solid #ddd;
  transition: transform 0.3s ease;
  position: relative;
}
@media screen and (max-width: 480px) {
  .dressingPage .plans .plan-card {
    width: 100%;
  }
}
.dressingPage .plans .plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.dressingPage .plans .plan-number {
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: var(--font-en);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #999;
  z-index: 1;
}
.dressingPage .plans .plan-image {
  height: 350px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .dressingPage .plans .plan-image {
    height: 300px;
  }
}
.dressingPage .plans .plan-image img {
  height: 100%;
  object-fit: cover;
}
.dressingPage .plans .plan-content {
  padding: 1.5rem;
  text-align: left;
}
.dressingPage .plans .plan-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.dressingPage .plans .plan-sub {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a8587d;
  display: block;
  margin-bottom: 0.5rem;
  font-family: var(--font-en);
}
.dressingPage .plans .plan-price {
  font-family: var(--font-en);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-color);
}
.dressingPage .plans .plan-price .yen {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.dressingPage .plans .plan-price small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.dressingPage .plans .plan-desc {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.8;
}
.dressingPage .plan-includes {
  margin-top: 4rem;
  text-align: center;
}
.dressingPage .plan-includes h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.dressingPage .plan-includes .include-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.dressingPage .plan-includes .include-icons span {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dressingPage .event-banner {
  padding: 80px 0;
}
.dressingPage .event-banner .event-box {
  background: linear-gradient(135deg, #fdf5f3 0%, #f8ece8 100%);
  border: 2px solid #e8d4cf;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .dressingPage .event-banner .event-box {
    padding: 40px 20px;
  }
}
.dressingPage .event-banner .event-box::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="80" opacity="0.1">🌸</text></svg>');
  background-size: contain;
}
.dressingPage .event-banner .event-label {
  display: inline-block;
  background: #a8587d;
  color: #fff;
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.dressingPage .event-banner .event-title {
  font-family: var(--font-en);
  font-size: 42px;
  font-size: 4.2rem;
  color: #a8587d;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .dressingPage .event-banner .event-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .dressingPage .event-banner .event-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.dressingPage .event-banner .event-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .dressingPage .event-banner .event-subtitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.dressingPage .event-banner .event-features {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .dressingPage .event-banner .event-features {
    gap: 5px;
  }
}
.dressingPage .event-banner .event-features span {
  background: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #e8d4cf;
}
@media screen and (max-width: 767px) {
  .dressingPage .event-banner .event-features span {
    padding: 5px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .dressingPage .event-banner .event-features span {
    padding: 4px 8px;
  }
}
.dressingPage .event-banner .event-btn {
  display: inline-block;
  background: #a8587d;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.dressingPage .event-banner .event-btn:hover {
  background: #8d4568;
  transform: translateY(-2px);
  opacity: 1;
}
.dressingPage .consultation {
  background-color: #fff;
  margin: 4rem 0;
}
.dressingPage .consultation-box {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: #fdfbf9;
  padding: 3rem;
  border: 1px solid #efeae4;
}
@media screen and (max-width: 480px) {
  .dressingPage .consultation-box {
    flex-direction: column;
    padding: 1.5rem;
  }
}
.dressingPage .consultation-text {
  flex: 1;
}
.dressingPage .consultation-text h3 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 1rem;
  color: #bfa596;
}
.dressingPage .consultation-text p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.dressingPage .consultation .kawaii-text {
  margin-top: 1.5rem;
  font-weight: 500;
  border-left: 3px solid #bfa596;
  padding-left: 1rem;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.dressingPage .consultation .line-cta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
.dressingPage .consultation .line-cta .line-cta-text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
}
.dressingPage .consultation .line-cta .line-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #06C755;
  color: #fff;
  padding: 12px 30px 12px 15px;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.dressingPage .consultation .line-cta .line-btn img, .dressingPage .consultation .line-cta .line-btn svg {
  width: 48px;
  height: 48px;
}
.dressingPage .consultation .line-cta .line-btn img path, .dressingPage .consultation .line-cta .line-btn svg path {
  fill: none;
}
.dressingPage .consultation .line-cta .line-btn img g > g > g > g path, .dressingPage .consultation .line-cta .line-btn svg g > g > g > g path {
  fill: #fff;
}
.dressingPage .consultation .line-cta .line-btn img g > g > g > g:nth-child(2) path, .dressingPage .consultation .line-cta .line-btn svg g > g > g > g:nth-child(2) path {
  fill: #06C755;
}
.dressingPage .consultation .line-cta .line-btn:hover {
  background: #05b04c;
  opacity: 1;
}
.dressingPage .consultation-images {
  flex: 1;
}
.dressingPage .consultation-images img {
  border-radius: 4px;
}
.dressingPage .experiences {
  background: #fdf5f3;
}
.dressingPage .experiences .experience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .experiences .experience-grid {
    grid-template-columns: 1fr;
  }
}
.dressingPage .experiences .exp-item {
  background: #fff;
  padding: 2rem;
  border: 1px solid #e8d4cf;
  border-radius: 10px;
}
.dressingPage .experiences .exp-item .exp-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.dressingPage .experiences .exp-item .exp-num {
  font-family: var(--font-en);
  font-size: 12px;
  font-size: 1.2rem;
  color: #a8587d;
  font-weight: 600;
}
.dressingPage .experiences .exp-item .exp-tag {
  display: inline-block;
  background: #fdf5f3;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #a8587d;
  border: 1px solid #e8d4cf;
}
.dressingPage .experiences .exp-item h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--text-color);
}
.dressingPage .experiences .exp-item p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
}
.dressingPage .experiences .exp-item .exp-note {
  display: inline-block;
  margin-top: 0.5rem;
  color: #a8587d;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
}
.dressingPage .btn-line {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  background: #06C755 !important;
  border-color: #06C755 !important;
}
.dressingPage .btn-line img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.dressingPage .btn-line:hover {
  background: #05b04c !important;
}
.dressingPage .asusakura-banner {
  padding: 0;
  line-height: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.dressingPage .asusakura-banner img {
  width: 100%;
  height: auto;
}
.dressingPage .pickup-special {
  padding-top: 120px;
}
@media screen and (max-width: 480px) {
  .dressingPage .pickup-special {
    padding-top: 60px;
  }
}
.dressingPage .pickup-special .asusakura-hero {
  display: flex;
  gap: 4rem;
  align-items: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .dressingPage .pickup-special .asusakura-hero {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 480px) {
  .dressingPage .pickup-special .asusakura-hero {
    flex-direction: column;
    gap: 2rem;
  }
}
.dressingPage .pickup-special .asusakura-image {
  flex: 1;
}
.dressingPage .pickup-special .asusakura-image img {
  box-shadow: 15px 15px 0 #efeae4;
}
.dressingPage .pickup-special .asusakura-intro {
  flex: 1;
}
.dressingPage .pickup-special .jp-title {
  font-family: var(--font-jp);
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: #a8587d;
}
@media screen and (max-width: 480px) {
  .dressingPage .pickup-special .jp-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.dressingPage .pickup-special .hayasakura-points li {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.dressingPage .pickup-special .hayasakura-points li:last-child {
  border-bottom: none;
}
.dressingPage .pickup-special .hayasakura-points li strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}
.dressingPage .pickup-special .hayasakura-points li p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
}
.dressingPage .asusakura-features {
  text-align: center;
  margin-bottom: 4rem;
  background: #fff;
  padding: 3rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .asusakura-features {
    padding: 1.5rem;
  }
}
.dressingPage .asusakura-features h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.dressingPage .asusakura-features p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.dressingPage .structure-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .dressingPage .structure-grid {
    grid-template-columns: 1fr;
  }
}
.dressingPage .structure-grid .feature-item {
  background: #fff;
  padding: 2rem;
  border: 1px solid #eee;
}
.dressingPage .structure-grid .feature-item .feature-icon {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #a8587d;
  margin-bottom: 1rem;
  font-weight: 600;
}
.dressingPage .structure-grid .feature-item h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.dressingPage .structure-grid .feature-item p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.8;
}
.dressingPage .asusakura-flow {
  text-align: center;
}
.dressingPage .asusakura-flow h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}
.dressingPage .flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .flow-steps {
    grid-template-columns: 1fr;
  }
}
.dressingPage .flow-steps .flow-step {
  background: #fff;
  padding: 2rem;
  border: 1px solid #eee;
  text-align: left;
  position: relative;
  height: 100%;
}
.dressingPage .flow-steps .flow-step .step-num {
  font-family: var(--font-en);
  font-size: 48px;
  font-size: 4.8rem;
  color: #f0ebe5;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-weight: 600;
}
.dressingPage .flow-steps .flow-step h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.dressingPage .flow-steps .flow-step p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}
.dressingPage .news-container {
  max-width: 800px;
  margin: 0 auto;
}
.dressingPage .news-list {
  border-top: 1px solid #ddd;
}
.dressingPage .news-list li {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
  align-items: baseline;
}
@media screen and (max-width: 480px) {
  .dressingPage .news-list li {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.dressingPage .news-list .date {
  font-family: var(--font-en);
  margin-right: 2rem;
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .news-list .date {
    margin-right: 1rem;
  }
}
.dressingPage .news-list .category {
  font-size: 13px;
  font-size: 1.3rem;
  background: #eee;
  padding: 2px 8px;
  margin-right: 2rem;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .dressingPage .news-list .category {
    margin-right: 1rem;
  }
}
.dressingPage .news-list .title {
  font-size: 15px;
  font-size: 1.5rem;
  flex: 1;
}
.dressingPage .recruit {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .dressingPage .recruit {
    height: 60vh;
  }
}
.dressingPage .recruit-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dressingPage .recruit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
.dressingPage .recruit-overlay {
  text-align: center;
}
.dressingPage .recruit-overlay h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .recruit-overlay h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.dressingPage .recruit-message {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .recruit-message {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.dressingPage .recruit .btn-primary {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1rem 3rem;
  color: #fff;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  transition: background 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .dressingPage .recruit .btn-primary {
    padding: 0.8rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.dressingPage .recruit .btn-primary:hover {
  background: #fff;
  color: #333;
}
.dressingPage .recruit .btn-primary img, .dressingPage .recruit .btn-primary svg {
  width: 48px;
  height: 48px;
}
.dressingPage .recruit .btn-primary img path, .dressingPage .recruit .btn-primary svg path {
  fill: none;
}
.dressingPage .recruit .btn-primary img g > g > g > g path, .dressingPage .recruit .btn-primary svg g > g > g > g path {
  fill: #fff;
}
.dressingPage .recruit .btn-primary img g > g > g > g:nth-child(2) path, .dressingPage .recruit .btn-primary svg g > g > g > g:nth-child(2) path {
  fill: #06C755;
}
.dressingPage .site-footer {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  font-family: var(--font-en);
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
}

body.drawer-opened {
  overflow: hidden;
}
body.drawer-opened .dressingPage .site-header {
  mix-blend-mode: normal;
  background: none;
  backdrop-filter: none;
  color: #333;
  z-index: 1003;
}
body.drawer-opened .dressingPage .dressing-overlay {
  opacity: 1;
  visibility: visible;
}
body.drawer-opened .dressingPage .dressing-drawer {
  right: 0;
}
body.drawer-opened .dressingPage .site-header .hamburger-menu .icon-bar {
  background-color: #333;
}
body.drawer-opened .dressingPage .site-header .hamburger-menu .icon-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.drawer-opened .dressingPage .site-header .hamburger-menu .icon-bar:nth-child(2) {
  opacity: 0;
}
body.drawer-opened .dressingPage .site-header .hamburger-menu .icon-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */