@charset "UTF-8";
/*!
Theme Name: lips-mate
Theme URI: http://lips-mate.com
Author: Happy Works
Author URI: http://lips-mate.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lips-mate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lips-mate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vidaloka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*ブレイクポイント----------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  margin-bottom: 12px; }

.page-heading {
  background: rgba(173, 160, 118, 0.3);
  background-position: center;
  text-align: center;
  font-weight: bold;
  height: 420px;
  letter-spacing: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-heading::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.53); }
  .page-heading h2 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 42px;
    position: relative;
    z-index: 1;
    color: #fff; }
    .page-heading h2 span {
      display: block;
      font-size: 14px;
      margin-top: 20px;
      font-weight: 500;
      letter-spacing: 4px; }
  @media (max-width: 768px) {
    .page-heading {
      height: 250px; }
      .page-heading h2 {
        font-size: 22px;
        letter-spacing: 5px; }
        .page-heading h2 span {
          margin-top: 10px; } }

.single-shop .page-heading {
  height: 55vh; }

/*タイトル ----------------------------------------*/
.sec-title,
.page-title {
  font-size: 30px;
  color: #333;
  letter-spacing: 8px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 45px;
  font-family: "cinzel", "Noto Sans JP", sans-serif;
  text-transform: uppercase; }
  .sec-title span,
  .page-title span {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    font-family: "Noto Sans JP", sans-serif;
    color: #333; }
  @media (max-width: 768px) {
    .sec-title,
    .page-title {
      font-size: 26px;
      padding: 12px 0;
      margin-bottom: 32px;
      line-height: 32px;
      letter-spacing: 4px; }
      .sec-title span,
      .page-title span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
        padding-bottom: 3px; } }

/*キャストカウント ----------------------------------------*/
span.cast-count {
  display: block;
  font-size: 18px;
  margin-top: 12px;
  color: red; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

body,
button,
input,
select,
optgroup,
textarea,
caption {
  color: #333;
  font-size: 1rem;
  line-height: 1.5; }

h1 {
  font-size: 2.2rem; }

blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 0 0 32px; }
  blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1; }
  blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7; }
  blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }

/* Elements
--------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  background-repeat: repeat; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 1.2em;
  padding: 0; }

ul {
  list-style: disc; }
  ul li {
    margin-bottom: 8px; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

/* Links
--------------------------------------------- */
a {
  color: #333;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-tap-highlight-color: rgba(200, 164, 84, 0.4); }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0;
    color: #333;
    opacity: .8;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    text-decoration: none; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ddd7c4;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 42px; }
  .btn001 a {
    color: #fff;
    background: #333;
    border: solid 1px #333;
    font-size: 16px;
    letter-spacing: 1.6px;
    padding: 8px 20px;
    border-radius: 4px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* sidebar */
.sidebar {
  width: 27%;
  margin-left: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .sidebar .side_banner {
    text-align: center;
    margin-bottom: 14px; }
    .sidebar .side_banner:last-child {
      margin-bottom: 32px; }
  @media (max-width: 768px) {
    .sidebar {
      width: 100%;
      margin: 68px 0 0 0; } }
  .sidebar .sidebar-title {
    font-size: 22px;
    border-bottom: solid 2px #ba8f51;
    background: #333;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 0;
    letter-spacing: 2px; }
    .sidebar .sidebar-title span {
      font-size: 12px; }
    .sidebar .sidebar-title span:before {
      content: "/";
      margin: 0 5px; }
  .sidebar .sidebar-post {
    margin-bottom: 40px;
    padding: 15px;
    background: #fff;
    border: solid 1px #eee;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2); }
    .sidebar .sidebar-post .post {
      overflow: hidden;
      border-bottom: solid 1px #eee;
      margin-bottom: 12px;
      padding-bottom: 12px; }
    .sidebar .sidebar-post .post:last-child {
      padding-bottom: 0;
      border: none; }
    .sidebar .sidebar-post .thumb {
      float: left;
      width: 26%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 1px 1px 1px rgba(69, 69, 69, 0.6);
      box-shadow: 1px 1px 1px rgba(69, 69, 69, 0.6); }
    .sidebar .sidebar-post .news-info {
      float: left;
      width: 73%;
      padding-left: 16px; }
    .sidebar .sidebar-post .date {
      margin-bottom: 2px;
      font-size: 12px;
      margin-bottom: 2px; }
    .sidebar .sidebar-post .title {
      line-height: 12px; }
    .sidebar .sidebar-post .title a {
      font-size: 14px;
      line-height: 14px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* header
--------------------------------------------- */
header {
  position: relative;
  z-index: 1000; }

.header-box .header-info {
  text-align: right; }
  .header-box .header-info .header-time {
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: 1.2px; }
    .header-box .header-info .header-time span {
      font-size: 12px;
      position: relative;
      top: -2px; }
      .header-box .header-info .header-time span:first-child:after {
        content: "|";
        margin-left: 4px; }
      @media (max-width: 768px) {
        .header-box .header-info .header-time span {
          display: none; }
          .header-box .header-info .header-time span:first-child:after {
            display: none;
            margin-left: 4px; } }
  @media (max-width: 768px) {
    .header-box .header-info .header-tel {
      display: none; } }
  .header-box .header-info .header-tel a {
    letter-spacing: 1.7px;
    font-size: 22px; }
    .header-box .header-info .header-tel a span {
      position: relative;
      top: 4px; }

/* Navigation
--------------------------------------------- */
/* slider
--------------------------------------------- */
.slider img {
  width: 100%; }

.swiper-pagination-bullet {
  background: #b9975b !important; }

@media (max-width: 768px) {
  .slider-pc {
    display: none; } }

.slider-sp {
  display: none; }
  @media (max-width: 768px) {
    .slider-sp {
      display: block; } }

/* breadcrumb
--------------------------------------------- */
.breadcrumbs {
  background: #eee;
  font-size: 12px;
  padding: 12px 0; }
  @media (max-width: 768px) {
    .breadcrumbs {
      font-size: 10px;
      padding: 4px 0; } }

.category .breadcrumbs,
.single-post .breadcrumbs,
.post-type-archive-post .breadcrumbs,
.contact .breadcrumbs,
.error404 .breadcrumbs {
  margin-bottom: 90px; }
  @media (max-width: 768px) {
    .category .breadcrumbs,
    .single-post .breadcrumbs,
    .post-type-archive-post .breadcrumbs,
    .contact .breadcrumbs,
    .error404 .breadcrumbs {
      margin-bottom: 50px; } }

/* Posts and pages
--------------------------------------------- */
.sp-show {
  display: none; }
  @media (max-width: 768px) {
    .sp-show {
      display: block; } }

.sp-hidden {
  display: block; }
  @media (max-width: 768px) {
    .sp-hidden {
      display: none; } }

section {
  padding: 90px 0;
  background: #fff; }
  @media (max-width: 768px) {
    section {
      padding: 60px 0; } }

.sec-cast {
  background: url(../images/bg-pattern001.png) !important;
  background-repeat: repeat; }

.bg__pattern001 {
  background: url(../images/bg-pattern001.png) !important;
  background-repeat: repeat; }

.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  .page-content p,
  .entry-content p,
  .entry-summary p {
    line-height: 2.2; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*店舗ロゴ*/
.shop-logo-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0 0; }
  .shop-logo-list li {
    width: 10%; }
  @media (max-width: 768px) {
    .shop-logo-list {
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .shop-logo-list li {
        width: 34%;
        margin-bottom: 22px; }
        .shop-logo-list li:last-child {
          margin-bottom: 0; } }

/*在席合計*/
.count-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .count-box-wrap {
      display: block; } }

.count-box {
  width: 31%;
  padding: 20px;
  margin: 48px auto 0;
  border: solid 3px #bcbcbc;
  border-radius: 10px;
  text-align: center; }
  @media (max-width: 768px) {
    .count-box {
      width: 100%; } }
  .count-box p {
    margin-bottom: 0; }
  .count-box .txt {
    font-weight: bold;
    display: block; }
  .count-box .number {
    font-size: 44px;
    display: inline-block;
    padding: 0 12px;
    letter-spacing: 3px;
    font-weight: bold; }
    .count-box .number i {
      font-size: 34px; }
    .count-box .number span {
      font-weight: normal;
      font-size: 18px; }

/*キャストリスト ----------------------------------------*/
.layout_cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f_col.layout_cast > .f_box {
  width: calc((100% / 5 - 2%) + (2% / 5));
  background: #fff;
  border: solid 1px #eaeaea; }
  .f_col.layout_cast > .f_box:not(:nth-child(5n)) {
    margin-right: 2%; }
  .f_col.layout_cast > .f_box:not(:nth-child(-n+5)) {
    margin-top: 20px; }
  .f_col.layout_cast > .f_box .word_box {
    font-size: 12px;
    text-align: center;
    padding: 12px 8px 8px;
    background: #fff;
    position: relative; }
    .f_col.layout_cast > .f_box .word_box .name {
      font-size: 12px;
      text-align: center;
      padding-bottom: 8px;
      margin-bottom: 4px;
      border-bottom: 1px solid #eaeaea;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: 500; }
    .f_col.layout_cast > .f_box .word_box .size {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0 0 8px 0; }
      .f_col.layout_cast > .f_box .word_box .size li {
        padding: 0 1px;
        margin-bottom: 0; }
      .f_col.layout_cast > .f_box .word_box .size .size_t {
        display: block;
        width: 100%; }
    .f_col.layout_cast > .f_box .word_box .catchcopy {
      font-size: 10px;
      font-weight: normal;
      margin-bottom: 11px;
      word-break: keep-all; }
    .f_col.layout_cast > .f_box .word_box .shop_logo {
      width: 60px;
      position: absolute;
      top: -39px;
      right: 10px;
      margin-bottom: 0;
      display: none; }
    .f_col.layout_cast > .f_box .word_box .shop-name p {
      background: #c4c4c4;
      color: #fff; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.tiamo-myf {
        background: #969881; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.elumo-myf {
        background: #2355a5; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.royallips-myf {
        background: #292929; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.lips-myf {
        background: #7570b3; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.mariage-myf {
        background: #cba777; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.re-macherie {
        background: #e95098; }
      .f_col.layout_cast > .f_box .word_box .shop-name p.yuubi-myf {
        background: #5197a0; }
    .f_col.layout_cast > .f_box .word_box .shop-cat002 {
      background: #4876ce;
      color: #fff; }
    .f_col.layout_cast > .f_box .word_box .shop-cat003 {
      background: #c448ce;
      color: #fff; }

@media (max-width: 768px) {
  .f_col.layout_cast > .f_box:not(:nth-child(5n)) {
    margin-right: auto; }
  .f_col.layout_cast > .f_box {
    width: calc((100% / 2 - 4%) + (4% / 2)); }
  .f_col.layout_cast > .f_box:not(:nth-child(2n)) {
    margin-right: 4%; }
  .f_col.layout_cast > .f_box:not(:nth-child(-n+2)) {
    margin-top: 20px; } }

/* 新人リスト ソク姫 ----------------------------------------*/
/* ショップ シングル----------------------------------------*/
.single-shop .single-shop-title {
  font-size: 32px;
  color: #333;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  border-top: double 4px #333;
  border-bottom: double 4px #333;
  padding: 22px 0;
  font-family: "cinzel", "Noto Sans JP", sans-serif;
  text-shadow: 2px 2px 0px #fff, 3px 3px 0px rgba(0, 0, 0, 0.15); }
  .single-shop .single-shop-title h2 {
    margin-bottom: 0; }
  .single-shop .single-shop-title span {
    font-size: 16px;
    display: block;
    margin-top: 12px;
    margin-bottom: 0px; }
  @media (max-width: 768px) {
    .single-shop .single-shop-title {
      padding: 12px 0;
      margin-bottom: 32px;
      line-height: 32px;
      letter-spacing: 2px; }
      .single-shop .single-shop-title h2 {
        font-size: 22px; }
      .single-shop .single-shop-title span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4spx;
        padding-bottom: 3px; } }

.single-shop .single-shop-meta {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0; }
  .single-shop .single-shop-meta .cat {
    background: #d0c9ba;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 auto;
    text-shadow: none; }
    .single-shop .single-shop-meta .cat span {
      font-size: 12px;
      margin: 0;
      padding: 0; }

.single-shop .shop-logo {
  width: 80%;
  max-width: 220px;
  margin: 0 auto 40px; }
  @media (max-width: 768px) {
    .single-shop .shop-logo {
      max-width: 200px; } }

.single-shop .shop-catch-box {
  text-align: center; }
  .single-shop .shop-catch-box .shop-catch {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px; }
  .single-shop .shop-catch-box .shop-catch-txt {
    line-height: 38px;
    max-width: 800px;
    width: 90%;
    margin: 0 auto; }
  @media (max-width: 768px) {
    .single-shop .shop-catch-box .shop-catch {
      font-size: 16px;
      line-height: 37px;
      letter-spacing: 1px; }
    .single-shop .shop-catch-box .shop-catch-txt {
      line-height: 28px; } }

.single-shop .shop-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-shop .shop-gallery li {
    width: 25%;
    padding: 7px; }
    @media (max-width: 768px) {
      .single-shop .shop-gallery li {
        padding: 2px;
        margin: 0; } }

.single-shop .single-recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0; }
  .single-shop .single-recruit-list li {
    width: 44%; }
    .single-shop .single-recruit-list li .btn {
      font-size: 14px;
      padding: 10px 2px;
      text-align: center;
      display: block;
      background: #eee;
      border: solid 1px #eee; }
      .single-shop .single-recruit-list li .btn i {
        font-size: 18px;
        position: relative;
        top: 2px;
        margin-left: 4px;
        color: #666; }
  @media (max-width: 768px) {
    .single-shop .single-recruit-list {
      display: block; }
      .single-shop .single-recruit-list li {
        width: 90%;
        margin: 0 auto 18px; }
        .single-shop .single-recruit-list li:last-child {
          margin-bottom: 0; } }

.single-shop #access .inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.single-shop #access .access-table th {
  background: #333;
  color: #fff; }

.single-shop #access .access-table td .en {
  margin-left: 10px; }

.single-shop .shop-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .single-shop .shop-map iframe,
  .single-shop .shop-map object,
  .single-shop .shop-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.single-shop .hp-btn {
  width: 200px;
  margin: 24px auto 0;
  color: #fff;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  background: #333; }

.single-shop table th,
.single-shop table td {
  font-size: 14px;
  padding: 15px 20px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc; }

@media (max-width: 768px) {
  .single-shop .single-shop-top-sec {
    padding: 45px 0; } }

/* 求人リスト ----------------------------------------*/
.recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0; }
  .recruit-list li {
    width: 48%;
    border: solid 1px #eee;
    background: #fff;
    margin-bottom: 36px; }
    .recruit-list li a {
      position: relative;
      display: block;
      height: 100%;
      padding-bottom: 65px; }
    @media (max-width: 768px) {
      .recruit-list li:not(:last-child) {
        margin-bottom: 36px; } }
    .recruit-list li img {
      width: 100%; }
    .recruit-list li .info {
      padding: 18px 18px 0px; }
      .recruit-list li .info .shop-name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 2px;
        font-weight: bold; }
        .recruit-list li .info .shop-name span.en {
          font-size: 18px;
          margin-right: 4px; }
          .recruit-list li .info .shop-name span.en:after {
            font-size: 16px;
            font-weight: normal;
            content: '/'; }
      .recruit-list li .info .shop-cat {
        margin-top: 8px;
        margin-bottom: 12px;
        font-size: 12px;
        background: #eee;
        padding: 0 4px;
        display: inline-block; }
      .recruit-list li .info .shop-catch {
        margin-bottom: 0; }
    .recruit-list li .recruit-btn {
      font-size: 12px;
      background: #ae8dbc;
      color: #fff;
      padding: 3px 16px;
      border-radius: 25px;
      position: absolute;
      right: 15px;
      bottom: 20px;
      margin-bottom: 0; }
      .recruit-list li .recruit-btn i {
        position: relative;
        top: -1px;
        margin-left: 4px; }
  @media (max-width: 768px) {
    .recruit-list li {
      display: block;
      width: 100%; }
      .recruit-list li .info {
        padding: 18px 10px 0px; } }

.single-recruit .recruit-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*スタッフ求人*/
.post-type-archive-staff_recruit .recruit-list li .recruit-btn {
  background: #23466e; }

.single-staff_recruit .recruit-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-staff_recruit .recruit-list li .recruit-btn {
    background: #23466e; }

/* 固定ページ ----------------------------------------*/
.page .entry-content {
  line-height: 2.2;
  margin-bottom: 60px;
  margin-top: 0; }
  .page .entry-content h1,
  .page .entry-content h2,
  .page .entry-content h3,
  .page .entry-content h4,
  .page .entry-content h5,
  .page .entry-content h6 {
    margin-bottom: 24px; }

/* 問い合わせ */
.contact .inner {
  max-width: 920px;
  width: 100%;
  margin: 0 auto; }

/* スタッフページ */
.page.staff .staff-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .page.staff .staff-list li:not(:last-child) {
    border-bottom: solid 1px #c9c9c9;
    padding-bottom: 60px;
    margin-bottom: 75px; }
  @media (max-width: 768px) {
    .page.staff .staff-list li:not(:last-child) {
      padding-bottom: 32px;
      margin-bottom: 48px; } }
  .page.staff .staff-list li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .page.staff .staff-list li .flex {
        display: block; } }
    .page.staff .staff-list li .flex .image {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 190px;
      margin-right: 36px; }
      @media (max-width: 768px) {
        .page.staff .staff-list li .flex .image {
          margin: 0 auto 32px; } }
      .page.staff .staff-list li .flex .image img {
        width: 100%;
        border-radius: 8px; }
    .page.staff .staff-list li .flex .info .name {
      font-size: 18px;
      border-bottom: dashed 1px rgba(68, 36, 4, 0.61);
      padding-bottom: 8px; }
    .page.staff .staff-list li .flex .info dl dt {
      font-size: 14px;
      font-weight: normal;
      background: #f1f1f1;
      border: solid 1px #ddd7c4;
      display: inline-block;
      padding: 0px 10px;
      margin-bottom: 14px;
      border-radius: 4px; }
    .page.staff .staff-list li .flex .info dl dd {
      margin: 0 0 32px;
      line-height: 28px; }
  .page.staff .staff-list li table {
    margin-top: 0; }
    .page.staff .staff-list li table caption {
      font-size: 16px;
      padding-top: 0;
      caption-side: top; }

.entry-footer {
  margin-top: 50px;
  margin-bottom: 80px; }

/*--------------------------------------------------------------
>>> FC総合ページ index
--------------------------------------------------------------*/
/* -------------------------------
	sp nav
	--------------------------------- */
.sp-header {
  position: fixed;
  z-index: 1000000;
  top: 0; }
  .sp-header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .sp-header .logo {
    margin: 5px 0 0;
    padding: 0;
    width: 88px; }

.button_container {
  position: fixed;
  top: 0;
  right: 0;
  height: 63px;
  width: 55px;
  cursor: pointer;
  z-index: 1000000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333;
  display: block; }
  .button_container .inner {
    position: relative;
    left: 10px; }
  .button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 35px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px; }
  .button_container .txt {
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: -4px;
    margin-bottom: 0; }
  .button_container .top {
    top: 30px; }
  .button_container .middle {
    top: 39px; }
  .button_container .bottom {
    top: 48px; }
  .button_container.active .txt {
    color: #fff; }
  .button_container.active .top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 39px;
    background: #fff; }
  .button_container.active .middle {
    opacity: 0; }
  .button_container.active .bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    background: #fff; }

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  z-index: 100000; }
  .overlay.open {
    opacity: 1;
    visibility: visible; }
  .overlay .overlay-menu {
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem; }
    .overlay .overlay-menu ul {
      list-style: none;
      padding: 0;
      margin: auto;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px; }
      .overlay .overlay-menu ul li {
        font-size: 24px;
        margin-bottom: 0; }
        .overlay .overlay-menu ul li a {
          text-decoration: none;
          color: #fff;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s;
          padding: 8px 0; }
          .overlay .overlay-menu ul li a:hover {
            color: #fff; }
        .overlay .overlay-menu ul li.job-link-recruit, .overlay .overlay-menu ul li.job-link-recruit_staff {
          margin-top: 14px; }
          .overlay .overlay-menu ul li.job-link-recruit a, .overlay .overlay-menu ul li.job-link-recruit_staff a {
            font-size: 16px;
            font-weight: bold;
            padding: 12px 24px;
            border-radius: 9999px; }
        .overlay .overlay-menu ul li.job-link-recruit a {
          background-color: #f47b8a; }
        .overlay .overlay-menu ul li.job-link-recruit_staff a {
          background-color: #3366ff; }

/*sp nav fin -----------------------------------------------------------------------*/
.home,
.archive,
.single {
  /* キャッチコピー ----------------------------------------*/
  /* 動画 ----------------------------------------*/
  /* ニュース----------------------------------------*/
  /* ニュースシングル ----------------------------------------*/
  /* ショップリスト ----------------------------------------*/
  /* 求人ボタン----------------------------------------*/
  /* footer----------------------------------------*/ }
  .home .container,
  .archive .container,
  .single .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .home .container,
      .archive .container,
      .single .container {
        padding: 0 15px; } }
  .home .sec-title,
  .archive .sec-title,
  .single .sec-title {
    font-family: "Noto Sans JP", sans-serif; }
  .home .catch-section,
  .archive .catch-section,
  .single .catch-section {
    padding: 30px 0 45px; }
    @media (max-width: 768px) {
      .home .catch-section,
      .archive .catch-section,
      .single .catch-section {
        padding: 3vmax 0;
        background-attachment: inherit !important; } }
    .home .catch-section .logo,
    .archive .catch-section .logo,
    .single .catch-section .logo {
      margin-top: 0; }
      .home .catch-section .logo img,
      .archive .catch-section .logo img,
      .single .catch-section .logo img {
        width: 130px;
        height: auto;
        margin: 0 auto 60px;
        text-align: center;
        display: block; }
        @media (max-width: 768px) {
          .home .catch-section .logo img,
          .archive .catch-section .logo img,
          .single .catch-section .logo img {
            width: 100px;
            margin-bottom: 30px; } }
    .home .catch-section .catch,
    .archive .catch-section .catch,
    .single .catch-section .catch {
      text-align: center; }
      .home .catch-section .catch .txt001,
      .archive .catch-section .catch .txt001,
      .single .catch-section .catch .txt001 {
        font-size: 28px;
        letter-spacing: 3px;
        font-weight: 500;
        margin-bottom: 40px; }
        @media (max-width: 768px) {
          .home .catch-section .catch .txt001,
          .archive .catch-section .catch .txt001,
          .single .catch-section .catch .txt001 {
            font-size: 20px; } }
        .home .catch-section .catch .txt001 span,
        .archive .catch-section .catch .txt001 span,
        .single .catch-section .catch .txt001 span {
          display: block; }
      .home .catch-section .catch .txt002,
      .archive .catch-section .catch .txt002,
      .single .catch-section .catch .txt002 {
        text-align: left;
        line-height: 28px;
        font-size: 16px;
        letter-spacing: 3px; }
      @media (max-width: 768px) {
        .home .catch-section .catch .txt001,
        .archive .catch-section .catch .txt001,
        .single .catch-section .catch .txt001 {
          font-size: 20px;
          margin-bottom: 28px; }
        .home .catch-section .catch .txt002,
        .archive .catch-section .catch .txt002,
        .single .catch-section .catch .txt002 {
          font-size: 14px;
          line-height: 26px;
          letter-spacing: 1px; } }
    .home .catch-section .btn,
    .archive .catch-section .btn,
    .single .catch-section .btn {
      width: 100%;
      width: 220px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 20px;
      margin: 48px auto;
      border: solid 1px #fff;
      color: #fff;
      font-weight: 600;
      display: block; }
  .home .video-section,
  .archive .video-section,
  .single .video-section {
    padding: 0; }
    .home .video-section video,
    .archive .video-section video,
    .single .video-section video {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .home .section-news .inner,
  .archive .section-news .inner,
  .single .section-news .inner {
    padding: 40px;
    background: #F0F0F0;
    border-radius: 22px; }
    @media (max-width: 768px) {
      .home .section-news .inner,
      .archive .section-news .inner,
      .single .section-news .inner {
        padding: 18px; } }
  .home .news-post-wrap,
  .archive .news-post-wrap,
  .single .news-post-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px; }
    .home .news-post-wrap .news-post,
    .archive .news-post-wrap .news-post,
    .single .news-post-wrap .news-post {
      position: relative;
      z-index: auto;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 35%;
      margin-right: 32px; }
      @media (max-width: 768px) {
        .home .news-post-wrap .news-post,
        .archive .news-post-wrap .news-post,
        .single .news-post-wrap .news-post {
          width: 65%;
          margin-right: 16px; } }
      .home .news-post-wrap .news-post .thumb img,
      .archive .news-post-wrap .news-post .thumb img,
      .single .news-post-wrap .news-post .thumb img {
        border-radius: 22px;
        border: solid 3px #ddd;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease; }
        .home .news-post-wrap .news-post .thumb img:hover,
        .archive .news-post-wrap .news-post .thumb img:hover,
        .single .news-post-wrap .news-post .thumb img:hover {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          opacity: 0.8; }
      .home .news-post-wrap .news-post .news-info,
      .archive .news-post-wrap .news-post .news-info,
      .single .news-post-wrap .news-post .news-info {
        width: 100%; }
      .home .news-post-wrap .news-post .news-info-meta,
      .archive .news-post-wrap .news-post .news-info-meta,
      .single .news-post-wrap .news-post .news-info-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        letter-spacing: 2px; }
        .home .news-post-wrap .news-post .news-info-meta .date,
        .archive .news-post-wrap .news-post .news-info-meta .date,
        .single .news-post-wrap .news-post .news-info-meta .date {
          font-size: 12px;
          margin-right: 12px;
          margin-bottom: 0; }
        .home .news-post-wrap .news-post .news-info-meta .cat,
        .archive .news-post-wrap .news-post .news-info-meta .cat,
        .single .news-post-wrap .news-post .news-info-meta .cat {
          font-size: 11px;
          line-height: 11px;
          background: #333;
          color: #fff;
          padding: 0px 3px;
          line-height: 20px; }
      .home .news-post-wrap .news-post .title,
      .archive .news-post-wrap .news-post .title,
      .single .news-post-wrap .news-post .title {
        text-align: center;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 6px; }
        .home .news-post-wrap .news-post .title a,
        .archive .news-post-wrap .news-post .title a,
        .single .news-post-wrap .news-post .title a {
          text-decoration: none;
          font-size: 14px; }
        @media (max-width: 768px) {
          .home .news-post-wrap .news-post .title a,
          .archive .news-post-wrap .news-post .title a,
          .single .news-post-wrap .news-post .title a {
            margin-bottom: 3px; } }
      .home .news-post-wrap .news-post .entry-content,
      .archive .news-post-wrap .news-post .entry-content,
      .single .news-post-wrap .news-post .entry-content {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 14px; }
      .home .news-post-wrap .news-post .more-btn,
      .archive .news-post-wrap .news-post .more-btn,
      .single .news-post-wrap .news-post .more-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .home .news-post-wrap .news-post .more-btn a,
        .archive .news-post-wrap .news-post .more-btn a,
        .single .news-post-wrap .news-post .more-btn a {
          color: #fff;
          background: #333;
          font-size: 12px;
          padding: 2px 8px;
          border-radius: 2px;
          margin: 0 0 0 auto;
          display: inline-block; }
  .home .modalArea,
  .archive .modalArea,
  .single .modalArea {
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .home .modalArea__bg,
    .home .modalArea .modalBg,
    .archive .modalArea__bg,
    .archive .modalArea .modalBg,
    .single .modalArea__bg,
    .single .modalArea .modalBg {
      width: 100%;
      height: 100%;
      background-color: rgba(30, 30, 30, 0.9); }
    .home .modalArea__wrapper,
    .home .modalArea .modalWrapper,
    .archive .modalArea__wrapper,
    .archive .modalArea .modalWrapper,
    .single .modalArea__wrapper,
    .single .modalArea .modalWrapper {
      position: absolute;
      z-index: 9999;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 86%;
      max-width: 800px;
      padding: 35px 30px;
      border-radius: 12px;
      background-color: white; }
      .home .modalArea__wrapper__contents,
      .home .modalArea__wrapper .modalContents,
      .home .modalArea .modalWrapper__contents,
      .home .modalArea .modalWrapper .modalContents,
      .archive .modalArea__wrapper__contents,
      .archive .modalArea__wrapper .modalContents,
      .archive .modalArea .modalWrapper__contents,
      .archive .modalArea .modalWrapper .modalContents,
      .single .modalArea__wrapper__contents,
      .single .modalArea__wrapper .modalContents,
      .single .modalArea .modalWrapper__contents,
      .single .modalArea .modalWrapper .modalContents {
        max-height: 80vh;
        overflow-y: auto; }
      .home .modalArea__wrapper__close,
      .home .modalArea__wrapper .closeModal,
      .home .modalArea .modalWrapper__close,
      .home .modalArea .modalWrapper .closeModal,
      .archive .modalArea__wrapper__close,
      .archive .modalArea__wrapper .closeModal,
      .archive .modalArea .modalWrapper__close,
      .archive .modalArea .modalWrapper .closeModal,
      .single .modalArea__wrapper__close,
      .single .modalArea__wrapper .closeModal,
      .single .modalArea .modalWrapper__close,
      .single .modalArea .modalWrapper .closeModal {
        position: absolute;
        top: 0;
        right: 8px;
        cursor: pointer;
        font-size: 28px; }
  .home body.modal-open,
  .archive body.modal-open,
  .single body.modal-open {
    position: fixed;
    width: 100%;
    overflow: hidden; }
  .home .single,
  .archive .single,
  .single .single {
    margin-top: 90px;
    /*ぺージ送り*/ }
    .home .single .logo,
    .archive .single .logo,
    .single .single .logo {
      margin-top: 0;
      margin-bottom: 120px; }
      .home .single .logo img,
      .archive .single .logo img,
      .single .single .logo img {
        width: 130px;
        height: auto;
        margin: 0 auto 60px;
        text-align: center;
        display: block; }
    .home .single .single-inner,
    .archive .single .single-inner,
    .single .single .single-inner {
      max-width: 920px;
      margin: 0 auto; }
    .home .single .single-title,
    .archive .single .single-title,
    .single .single .single-title {
      font-size: 22px;
      letter-spacing: 3px;
      border-bottom: solid 2px #eee;
      padding-bottom: 12px;
      margin-bottom: 9px; }
      @media (max-width: 768px) {
        .home .single .single-title,
        .archive .single .single-title,
        .single .single .single-title {
          font-size: 20px;
          text-align: left; } }
    .home .single .page_link,
    .archive .single .page_link,
    .single .single .page_link {
      position: relative;
      display: block;
      padding: 0;
      margin-left: 0;
      line-height: auto;
      background-color: none;
      border: none;
      margin-top: 120px;
      margin-bottom: 30px;
      clear: both;
      overflow: hidden;
      font-size: 14px; }
      .home .single .page_link a,
      .archive .single .page_link a,
      .single .single .page_link a {
        text-decoration: none; }
      .home .single .page_link .previous,
      .archive .single .page_link .previous,
      .single .single .page_link .previous {
        float: left;
        margin-bottom: 20px;
        max-width: 48.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .home .single .page_link .next,
      .archive .single .page_link .next,
      .single .single .page_link .next {
        float: right;
        margin-bottom: 20px;
        width: 48.5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right; }
      .home .single .page_link .previous a,
      .home .single .page_link .next a,
      .archive .single .page_link .previous a,
      .archive .single .page_link .next a,
      .single .single .page_link .previous a,
      .single .single .page_link .next a {
        background: #f1f1f1;
        display: block;
        padding: 12px; }
  .home .shop-section .shop-description,
  .archive .shop-section .shop-description,
  .single .shop-section .shop-description {
    text-align: left;
    line-height: 26px;
    margin-bottom: 40px; }
  .home .shop-category-block:not(:last-child),
  .archive .shop-category-block:not(:last-child),
  .single .shop-category-block:not(:last-child) {
    margin-bottom: 2vmax; }
  .home .shop-list-title,
  .archive .shop-list-title,
  .single .shop-list-title {
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: normal;
    font-family: "Noto Serif JP", sans-serif;
    margin-bottom: 1vmax;
    border-bottom: solid 1px #ddd; }
    .home .shop-list-title span,
    .archive .shop-list-title span,
    .single .shop-list-title span {
      font-family: "cinzel", "Noto Sans JP", sans-serif;
      font-weight: bold;
      font-size: 18px;
      letter-spacing: 5px; }
  .home .shop-list,
  .archive .shop-list,
  .single .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", sans-serif; }
    @media (max-width: 768px) {
      .home .shop-list,
      .archive .shop-list,
      .single .shop-list {
        gap: 25px; } }
    .home .shop-list li,
    .archive .shop-list li,
    .single .shop-list li {
      width: calc((100% - 40px * 3) / 4);
      background: #fff; }
      @media (max-width: 768px) {
        .home .shop-list li,
        .archive .shop-list li,
        .single .shop-list li {
          width: calc((100% - 25px) / 2); } }
      .home .shop-list li a,
      .archive .shop-list li a,
      .single .shop-list li a {
        text-decoration: none; }
      .home .shop-list li .image,
      .archive .shop-list li .image,
      .single .shop-list li .image {
        margin-bottom: 8px;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease; }
        .home .shop-list li .image:hover,
        .archive .shop-list li .image:hover,
        .single .shop-list li .image:hover {
          -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          opacity: 0.7; }
        .home .shop-list li .image img,
        .archive .shop-list li .image img,
        .single .shop-list li .image img {
          width: 100%; }
      .home .shop-list li .info .shop-name,
      .archive .shop-list li .info .shop-name,
      .single .shop-list li .info .shop-name {
        font-size: 12px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 2px;
        font-weight: 500;
        text-decoration: none; }
      .home .shop-list li .info .shop-catch,
      .archive .shop-list li .info .shop-catch,
      .single .shop-list li .info .shop-catch {
        font-size: 12px;
        margin-bottom: 4px; }
      .home .shop-list li .info .shop-catch,
      .home .shop-list li .info .shop-time,
      .archive .shop-list li .info .shop-catch,
      .archive .shop-list li .info .shop-time,
      .single .shop-list li .info .shop-catch,
      .single .shop-list li .info .shop-time {
        font-family: "Noto Sans JP", sans-serif; }
      .home .shop-list li .info .shop-time,
      .archive .shop-list li .info .shop-time,
      .single .shop-list li .info .shop-time {
        font-size: 12px; }
      .home .shop-list li .info .shop-cat,
      .archive .shop-list li .info .shop-cat,
      .single .shop-list li .info .shop-cat {
        font-size: 12px;
        background: #eee;
        padding: 0 2px;
        margin-top: 12px;
        word-break: keep-all; }
  .home .job-links,
  .archive .job-links,
  .single .job-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 0; }
    @media (max-width: 768px) {
      .home .job-links,
      .archive .job-links,
      .single .job-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px; } }
    .home .job-links .job-link,
    .archive .job-links .job-link,
    .single .job-links .job-link {
      text-align: center; }
      .home .job-links .job-link a,
      .archive .job-links .job-link a,
      .single .job-links .job-link a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 275px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 18px 32px;
        border-radius: 9999px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        position: relative;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        padding-right: 24px; }
        .home .job-links .job-link a::after,
        .archive .job-links .job-link a::after,
        .single .job-links .job-link a::after {
          content: "\f105";
          font-family: "Font Awesome 5 Free";
          position: absolute;
          right: 10px;
          top: 17px;
          font-size: 16px; }
        .home .job-links .job-link a:hover,
        .archive .job-links .job-link a:hover,
        .single .job-links .job-link a:hover {
          -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          opacity: 0.7; }
      .home .job-links .job-link p,
      .archive .job-links .job-link p,
      .single .job-links .job-link p {
        margin-top: 12px;
        font-size: 14px;
        color: #333; }
      .home .job-links .job-link.recruit a,
      .archive .job-links .job-link.recruit a,
      .single .job-links .job-link.recruit a {
        background-color: #f47b8a; }
      .home .job-links .job-link.staff_recruit a,
      .archive .job-links .job-link.staff_recruit a,
      .single .job-links .job-link.staff_recruit a {
        background-color: #3366ff; }
  .home .recruit-links__block,
  .home .staff-recruit-links__block,
  .archive .recruit-links__block,
  .archive .staff-recruit-links__block,
  .single .recruit-links__block,
  .single .staff-recruit-links__block {
    display: none; }
  .home .site-footer__list li:nth-child(2) a,
  .archive .site-footer__list li:nth-child(2) a,
  .single .site-footer__list li:nth-child(2) a {
    color: #f47b8a; }
  .home .site-footer__list li:nth-child(3) a,
  .archive .site-footer__list li:nth-child(3) a,
  .single .site-footer__list li:nth-child(3) a {
    color: #3366ff; }

/*free-space-area -------------------------------------------------*/
.free-space-area {
  padding: 45px 0; }

/* 404ページ ----------------------------------------*/
.error404 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .error404 .container {
      padding: 0 15px; } }
  .error404 .container .logo {
    width: 130px;
    display: block;
    margin: 15px auto 120px; }

/*--------------------------------------------------------------
>>> 男性スタッフリクルートページ
----------------------------------------------------------------

/* -------------------------------
	カスタムカラー
--------------------------------- */
/* -------------------------------
	ヘッダー
--------------------------------- */
.staff_recruit,
.staff_recruit_contact {
  /* -------------------------------
	sp nav
	--------------------------------- */
  /*sp nav fin -----------------------------------------------------------------------*/ }
  .staff_recruit .header-box-wrap,
  .staff_recruit_contact .header-box-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 3%;
    background-color: white;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    .staff_recruit .header-box-wrap.is-scrolled,
    .staff_recruit_contact .header-box-wrap.is-scrolled {
      background-color: white;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 992px) {
      .staff_recruit .header-box-wrap,
      .staff_recruit_contact .header-box-wrap {
        display: none; } }
  .staff_recruit .header-box,
  .staff_recruit_contact .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .staff_recruit .header-box,
      .staff_recruit_contact .header-box {
        padding: 3px 0 0; } }
    .staff_recruit .header-box .site-title,
    .staff_recruit_contact .header-box .site-title {
      max-width: 95px;
      margin: 14px 60px 0 0;
      font-size: 16px; }
      @media (max-width: 768px) {
        .staff_recruit .header-box .site-title,
        .staff_recruit_contact .header-box .site-title {
          max-width: 105px;
          padding: 0 0 10px 0; } }
  .staff_recruit .pc-header-nav,
  .staff_recruit_contact .pc-header-nav {
    width: 93%;
    max-width: 900px; }
    @media (max-width: 992px) {
      .staff_recruit .pc-header-nav,
      .staff_recruit_contact .pc-header-nav {
        display: none; } }
    @media (max-width: 768px) {
      .staff_recruit .pc-header-nav,
      .staff_recruit_contact .pc-header-nav {
        display: none; } }
    .staff_recruit .pc-header-nav .main-navigation,
    .staff_recruit_contact .pc-header-nav .main-navigation {
      display: block;
      width: 100%; }
      .staff_recruit .pc-header-nav .main-navigation ul,
      .staff_recruit_contact .pc-header-nav .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        list-style: none;
        margin: 0;
        padding-left: 0; }
        .staff_recruit .pc-header-nav .main-navigation ul li,
        .staff_recruit_contact .pc-header-nav .main-navigation ul li {
          width: 100%;
          position: relative;
          margin-bottom: 0; }
          .staff_recruit .pc-header-nav .main-navigation ul li:after,
          .staff_recruit_contact .pc-header-nav .main-navigation ul li:after {
            content: '';
            position: absolute;
            top: 26px;
            right: 0;
            height: 22px; }
          .staff_recruit .pc-header-nav .main-navigation ul li:first-child:after,
          .staff_recruit_contact .pc-header-nav .main-navigation ul li:first-child:after {
            content: '';
            position: absolute;
            top: 26px;
            left: 0;
            height: 22px; }
          .staff_recruit .pc-header-nav .main-navigation ul li a,
          .staff_recruit_contact .pc-header-nav .main-navigation ul li a {
            color: #333;
            padding: 15px 0 18px; }
            .staff_recruit .pc-header-nav .main-navigation ul li a .en,
            .staff_recruit_contact .pc-header-nav .main-navigation ul li a .en {
              font-size: 13px;
              letter-spacing: 2px;
              margin-bottom: 4px;
              text-transform: uppercase;
              font-family: "cinzel", "Noto Sans JP", sans-serif;
              font-weight: bold; }
            .staff_recruit .pc-header-nav .main-navigation ul li a span,
            .staff_recruit_contact .pc-header-nav .main-navigation ul li a span {
              display: block;
              font-size: 10px;
              letter-spacing: .5px;
              font-weight: normal; }
            .staff_recruit .pc-header-nav .main-navigation ul li a:hover,
            .staff_recruit_contact .pc-header-nav .main-navigation ul li a:hover {
              background: #e8e5db; }
        .staff_recruit .pc-header-nav .main-navigation ul ul,
        .staff_recruit_contact .pc-header-nav .main-navigation ul ul {
          -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          float: left;
          position: absolute;
          top: 100%;
          left: -999em;
          z-index: 99999; }
          .staff_recruit .pc-header-nav .main-navigation ul ul ul,
          .staff_recruit_contact .pc-header-nav .main-navigation ul ul ul {
            left: -999em;
            top: 0; }
          .staff_recruit .pc-header-nav .main-navigation ul ul li:hover > ul,
          .staff_recruit .pc-header-nav .main-navigation ul ul li.focus > ul,
          .staff_recruit_contact .pc-header-nav .main-navigation ul ul li:hover > ul,
          .staff_recruit_contact .pc-header-nav .main-navigation ul ul li.focus > ul {
            display: block;
            left: auto; }
          .staff_recruit .pc-header-nav .main-navigation ul ul a,
          .staff_recruit_contact .pc-header-nav .main-navigation ul ul a {
            width: 200px; }
        .staff_recruit .pc-header-nav .main-navigation ul li:hover > ul,
        .staff_recruit .pc-header-nav .main-navigation ul li.focus > ul,
        .staff_recruit_contact .pc-header-nav .main-navigation ul li:hover > ul,
        .staff_recruit_contact .pc-header-nav .main-navigation ul li.focus > ul {
          left: auto; }
      .staff_recruit .pc-header-nav .main-navigation li,
      .staff_recruit_contact .pc-header-nav .main-navigation li {
        position: relative; }
      .staff_recruit .pc-header-nav .main-navigation a,
      .staff_recruit_contact .pc-header-nav .main-navigation a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px; }
  .staff_recruit .sp-header,
  .staff_recruit_contact .sp-header {
    width: 100%;
    padding-bottom: 12px;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    display: none; }
    @media (max-width: 992px) {
      .staff_recruit .sp-header,
      .staff_recruit_contact .sp-header {
        display: block; } }
    .staff_recruit .sp-header.is-scrolled,
    .staff_recruit_contact .sp-header.is-scrolled {
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .staff_recruit .sp-header .logo,
    .staff_recruit_contact .sp-header .logo {
      margin: 5px 0 0;
      padding: 0;
      width: 88px; }
      @media (max-width: 768px) {
        .staff_recruit .sp-header .logo,
        .staff_recruit_contact .sp-header .logo {
          margin-left: 12px; } }
  .staff_recruit .button_container,
  .staff_recruit_contact .button_container {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 55px;
    cursor: pointer;
    z-index: 1000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #333;
    display: none; }
    @media (max-width: 992px) {
      .staff_recruit .button_container,
      .staff_recruit_contact .button_container {
        display: block; } }
    .staff_recruit .button_container .inner,
    .staff_recruit_contact .button_container .inner {
      position: relative;
      left: 10px; }
    .staff_recruit .button_container span,
    .staff_recruit_contact .button_container span {
      background: #fff;
      border: none;
      height: 3px;
      width: 35px;
      position: absolute;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 0px; }
    .staff_recruit .button_container .txt,
    .staff_recruit_contact .button_container .txt {
      color: #fff;
      font-size: 11px;
      position: absolute;
      top: -5px;
      margin-bottom: 0; }
    .staff_recruit .button_container .top,
    .staff_recruit_contact .button_container .top {
      top: 25px; }
    .staff_recruit .button_container .middle,
    .staff_recruit_contact .button_container .middle {
      top: 34px; }
    .staff_recruit .button_container .bottom,
    .staff_recruit_contact .button_container .bottom {
      top: 43px; }
    .staff_recruit .button_container.active .txt,
    .staff_recruit_contact .button_container.active .txt {
      color: #fff; }
    .staff_recruit .button_container.active .top,
    .staff_recruit_contact .button_container.active .top {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 36px;
      background: #fff; }
    .staff_recruit .button_container.active .middle,
    .staff_recruit_contact .button_container.active .middle {
      opacity: 0; }
    .staff_recruit .button_container.active .bottom,
    .staff_recruit_contact .button_container.active .bottom {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 36px;
      background: #fff; }
  .staff_recruit .overlay,
  .staff_recruit_contact .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    z-index: 99; }
    .staff_recruit .overlay.open,
    .staff_recruit_contact .overlay.open {
      opacity: 1;
      visibility: visible; }
    .staff_recruit .overlay .overlay-menu,
    .staff_recruit_contact .overlay .overlay-menu {
      height: 100%;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2rem; }
      .staff_recruit .overlay .overlay-menu ul,
      .staff_recruit_contact .overlay .overlay-menu ul {
        list-style: none;
        padding: 0;
        margin: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px; }
        .staff_recruit .overlay .overlay-menu ul li,
        .staff_recruit_contact .overlay .overlay-menu ul li {
          font-size: 24px;
          margin-bottom: 0; }
          .staff_recruit .overlay .overlay-menu ul li a,
          .staff_recruit_contact .overlay .overlay-menu ul li a {
            text-decoration: none;
            color: #fff;
            -webkit-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
            padding: 3px 0; }
            .staff_recruit .overlay .overlay-menu ul li a:hover,
            .staff_recruit_contact .overlay .overlay-menu ul li a:hover {
              color: #fff; }

/* -------------------------------
	staff recruit page styles
--------------------------------- */
.staff-recruit,
.staff_recruit_contact {
  /* -------------------------------
		main visual
	--------------------------------- */
  /* -------------------------------
		catch section
	--------------------------------- */
  /* -------------------------------
		movie section
	--------------------------------- */
  /* -------------------------------
		voice section
	--------------------------------- */
  /* -------------------------------
		recruit-section 
	--------------------------------- */
  /* -------------------------------
		about-section
	--------------------------------- */
  /* -------------------------------
		example-section
	--------------------------------- */
  /* -------------------------------
    benefits-section
--------------------------------- */
  /* -------------------------------
		contact-section
	--------------------------------- */ }
  .staff-recruit section,
  .staff_recruit_contact section {
    padding: 90px 0; }
  .staff-recruit .container,
  .staff_recruit_contact .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  .staff-recruit .staff-recruit__title,
  .staff_recruit_contact .staff-recruit__title {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 68px; }
    @media (max-width: 768px) {
      .staff-recruit .staff-recruit__title,
      .staff_recruit_contact .staff-recruit__title {
        font-size: 24px;
        margin-bottom: 40px; } }
  .staff-recruit .breadcrumbs,
  .staff_recruit_contact .breadcrumbs {
    margin-top: 74px;
    background: #f9f9f9; }
    @media (max-width: 768px) {
      .staff-recruit .breadcrumbs,
      .staff_recruit_contact .breadcrumbs {
        margin-top: 60px; } }
  .staff-recruit .main-visual-section,
  .staff_recruit_contact .main-visual-section {
    padding: 0;
    padding-top: 60px; }
    .staff-recruit .main-visual-section .main-visual,
    .staff_recruit_contact .main-visual-section .main-visual {
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden; }
      .staff-recruit .main-visual-section .main-visual__image,
      .staff_recruit_contact .main-visual-section .main-visual__image {
        width: 100%;
        height: auto;
        display: block; }
      .staff-recruit .main-visual-section .main-visual__content,
      .staff_recruit_contact .main-visual-section .main-visual__content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        padding: 2rem;
        border-radius: 1rem;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .staff-recruit .main-visual-section .main-visual__content .main-visual__title,
        .staff_recruit_contact .main-visual-section .main-visual__content .main-visual__title {
          font-size: 2rem;
          font-weight: bold;
          margin-bottom: 42px;
          line-height: 1.5; }
        .staff-recruit .main-visual-section .main-visual__content .main-visual__description,
        .staff_recruit_contact .main-visual-section .main-visual__content .main-visual__description {
          font-size: 1rem;
          line-height: 1.6; }
      @media (max-width: 768px) {
        .staff-recruit .main-visual-section .main-visual__content .main-visual__title,
        .staff_recruit_contact .main-visual-section .main-visual__content .main-visual__title {
          font-size: 1.5rem; }
        .staff-recruit .main-visual-section .main-visual__content .main-visual__description,
        .staff_recruit_contact .main-visual-section .main-visual__content .main-visual__description {
          font-size: 0.9rem; } }
  .staff-recruit .catch-section .catch__inner,
  .staff_recruit_contact .catch-section .catch__inner {
    max-width: 700px;
    margin: 0 auto; }
    .staff-recruit .catch-section .catch__inner .catch__title,
    .staff_recruit_contact .catch-section .catch__inner .catch__title {
      font-size: 22px;
      line-height: 1.6;
      text-align: left;
      font-weight: 500;
      margin-bottom: 42px; }
      @media (max-width: 768px) {
        .staff-recruit .catch-section .catch__inner .catch__title,
        .staff_recruit_contact .catch-section .catch__inner .catch__title {
          font-size: 20px; } }
    .staff-recruit .catch-section .catch__inner .catch__text,
    .staff_recruit_contact .catch-section .catch__inner .catch__text {
      font-size: 14px;
      line-height: 1.5;
      text-align: left; }
  .staff-recruit .movie-section,
  .staff_recruit_contact .movie-section {
    padding: 90px 0;
    background: #f9f9f9; }
    .staff-recruit .movie-section .movie__video,
    .staff_recruit_contact .movie-section .movie__video {
      max-width: 1180px;
      margin: 0 auto; }
  .staff-recruit .voice-section,
  .staff_recruit_contact .voice-section {
    border-bottom: solid 1px #ccc; }
    .staff-recruit .voice-section .voice__title,
    .staff_recruit_contact .voice-section .voice__title {
      font-size: 2rem;
      text-align: center;
      margin-bottom: 2rem; }
    .staff-recruit .voice-section .voice__list,
    .staff_recruit_contact .voice-section .voice__list {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      overflow-x: auto;
      padding-bottom: 32px;
      padding-right: 60px;
      -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
    .staff-recruit .voice-section .voice__item,
    .staff_recruit_contact .voice-section .voice__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px) / 4);
      flex: 0 0 calc((100% - 60px) / 4);
      text-align: center;
      background-color: #fff;
      border-radius: 10px;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 1rem;
      scroll-snap-align: start;
      -webkit-transition: -webkit-box-shadow 0.3s ease;
      transition: -webkit-box-shadow 0.3s ease;
      -o-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
      @media (max-width: 768px) {
        .staff-recruit .voice-section .voice__item,
        .staff_recruit_contact .voice-section .voice__item {
          width: 160px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      .staff-recruit .voice-section .voice__item:hover,
      .staff_recruit_contact .voice-section .voice__item:hover {
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
    .staff-recruit .voice-section .voice__img,
    .staff_recruit_contact .voice-section .voice__img {
      width: 100%;
      border-radius: 50%;
      margin-bottom: 1rem;
      cursor: pointer; }
    .staff-recruit .voice-section .voice__position,
    .staff_recruit_contact .voice-section .voice__position {
      font-weight: bold;
      margin-bottom: 0.25rem;
      font-size: 1rem;
      line-height: 1.4; }
    .staff-recruit .voice-section .voice__name,
    .staff_recruit_contact .voice-section .voice__name {
      font-size: 1rem;
      line-height: 1.4;
      margin-bottom: 0.5rem; }
    .staff-recruit .voice-section .voice__comment,
    .staff_recruit_contact .voice-section .voice__comment {
      font-size: 0.9rem;
      line-height: 1.4;
      color: #333;
      display: none; }
  .staff-recruit .staffRecruitModal,
  .staff_recruit_contact .staffRecruitModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; }
    .staff-recruit .staffRecruitModal__bg,
    .staff_recruit_contact .staffRecruitModal__bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
    .staff-recruit .staffRecruitModal__content,
    .staff_recruit_contact .staffRecruitModal__content {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 700px;
      width: 90%;
      padding: 20px;
      background: #fff;
      z-index: 10000;
      border-radius: 8px;
      text-align: center; }
    .staff-recruit .staffRecruitModal__close,
    .staff_recruit_contact .staffRecruitModal__close {
      position: absolute;
      top: 10px;
      right: 0px;
      background: transparent;
      border: none;
      font-size: 1.5rem;
      cursor: pointer; }
    .staff-recruit .staffRecruitModal__img,
    .staff_recruit_contact .staffRecruitModal__img {
      width: 120px;
      height: 120px;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem; }
    .staff-recruit .staffRecruitModal__role,
    .staff_recruit_contact .staffRecruitModal__role {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 0.25rem; }
    .staff-recruit .staffRecruitModal__name,
    .staff_recruit_contact .staffRecruitModal__name {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 1rem;
      padding-bottom: 5px;
      border-bottom: solid 1px #ccc; }
    .staff-recruit .staffRecruitModal__comment,
    .staff_recruit_contact .staffRecruitModal__comment {
      font-size: 14px;
      line-height: 28px; }
  .staff-recruit body.staff-recruit-modal-open,
  .staff_recruit_contact body.staff-recruit-modal-open {
    position: fixed;
    width: 100%; }
  .staff-recruit .recruit-section .recruit__title,
  .staff_recruit_contact .recruit-section .recruit__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px; }
  .staff-recruit .recruit-section .recruit__list,
  .staff_recruit_contact .recruit-section .recruit__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .staff-recruit .recruit-section .recruit__list .recruit__item,
    .staff_recruit_contact .recruit-section .recruit__list .recruit__item {
      overflow: hidden;
      margin-bottom: 8px; }
  .staff-recruit .recruit-section .recruit__list li,
  .staff_recruit_contact .recruit-section .recruit__list li {
    margin-bottom: 10px; }
  .staff-recruit .recruit-section .recruit__header,
  .staff_recruit_contact .recruit-section .recruit__header {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F6F6F6;
    position: relative; }
    @media (max-width: 768px) {
      .staff-recruit .recruit-section .recruit__header,
      .staff_recruit_contact .recruit-section .recruit__header {
        font-size: 1rem; } }
  .staff-recruit .recruit-section .recruit__icon,
  .staff_recruit_contact .recruit-section .recruit__icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .staff-recruit .recruit-section .recruit__item.is-open .recruit__header,
  .staff_recruit_contact .recruit-section .recruit__item.is-open .recruit__header {
    background: #505050;
    color: #fff; }
  .staff-recruit .recruit-section .recruit__item.is-open .recruit__icon,
  .staff_recruit_contact .recruit-section .recruit__item.is-open .recruit__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff; }
  .staff-recruit .recruit-section .recruit__body,
  .staff_recruit_contact .recruit-section .recruit__body {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
    -webkit-transition: max-height 0.5s ease, padding 0.3s ease;
    -o-transition: max-height 0.5s ease, padding 0.3s ease;
    transition: max-height 0.5s ease, padding 0.3s ease; }
  .staff-recruit .recruit-section .recruit__item.is-open .recruit__body,
  .staff_recruit_contact .recruit-section .recruit__item.is-open .recruit__body {
    max-height: 2000px;
    padding: 16px 0px 45px; }
  .staff-recruit .recruit-section .recruit__employment-block:not(:last-child),
  .staff_recruit_contact .recruit-section .recruit__employment-block:not(:last-child) {
    margin-bottom: 32px; }
  .staff-recruit .recruit-section .recruit__employment-type,
  .staff_recruit_contact .recruit-section .recruit__employment-type {
    font-weight: bold;
    padding: 10px 24px;
    margin-bottom: 4px;
    font-size: 1.1rem;
    background: #eee; }
  .staff-recruit .recruit-section table,
  .staff_recruit_contact .recruit-section table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%; }
    .staff-recruit .recruit-section table th,
    .staff-recruit .recruit-section table td,
    .staff_recruit_contact .recruit-section table th,
    .staff_recruit_contact .recruit-section table td {
      text-align: center;
      padding: 20px 10px;
      line-height: 30px; }
      @media (max-width: 768px) {
        .staff-recruit .recruit-section table th,
        .staff-recruit .recruit-section table td,
        .staff_recruit_contact .recruit-section table th,
        .staff_recruit_contact .recruit-section table td {
          padding: 16px 8px;
          font-size: 14px; } }
    .staff-recruit .recruit-section table th,
    .staff_recruit_contact .recruit-section table th {
      width: 170px;
      background-color: #eee;
      border-bottom: solid 1px #7e7d7d; }
      @media (max-width: 768px) {
        .staff-recruit .recruit-section table th,
        .staff_recruit_contact .recruit-section table th {
          width: 94px; } }
    .staff-recruit .recruit-section table td,
    .staff_recruit_contact .recruit-section table td {
      text-align: left;
      border-bottom: solid 1px #7e7d7d; }
  .staff-recruit .about-section,
  .staff_recruit_contact .about-section {
    background: #f9f9f9; }
    .staff-recruit .about-section .about-list,
    .staff_recruit_contact .about-section .about-list {
      list-style: none;
      max-width: 700px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 30px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      @media (max-width: 768px) {
        .staff-recruit .about-section .about-list,
        .staff_recruit_contact .about-section .about-list {
          display: block; } }
  .staff-recruit .example-section .example-accordion-wrapper,
  .staff_recruit_contact .example-section .example-accordion-wrapper {
    padding: 40px 20px;
    background-color: #f9f9f9; }
    @media (max-width: 768px) {
      .staff-recruit .example-section .example-accordion-wrapper,
      .staff_recruit_contact .example-section .example-accordion-wrapper {
        padding: 20px 20px; } }
  .staff-recruit .example-section .example-accordion,
  .staff_recruit_contact .example-section .example-accordion {
    width: 100%;
    max-width: 900px;
    margin: 20px auto; }
    @media (max-width: 768px) {
      .staff-recruit .example-section .example-accordion,
      .staff_recruit_contact .example-section .example-accordion {
        width: 100%; } }
  .staff-recruit .example-section .example-accordion:first-child,
  .staff_recruit_contact .example-section .example-accordion:first-child {
    margin-bottom: 60px; }
  .staff-recruit .example-section .example-accordion__text,
  .staff_recruit_contact .example-section .example-accordion__text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    max-height: 500px; }
    @media (max-width: 768px) {
      .staff-recruit .example-section .example-accordion__text,
      .staff_recruit_contact .example-section .example-accordion__text {
        font-size: 14px; } }
  .staff-recruit .example-section .example-accordion__text.collapsed,
  .staff_recruit_contact .example-section .example-accordion__text.collapsed {
    max-height: 4.5em;
    /* 約3行分 */ }
  .staff-recruit .example-section .example-accordion__toggle,
  .staff_recruit_contact .example-section .example-accordion__toggle {
    display: block;
    margin: 24px auto 0;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    background-color: #666;
    color: white;
    border: none;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .staff-recruit .example-section .example-accordion__toggle:focus,
    .staff_recruit_contact .example-section .example-accordion__toggle:focus {
      outline: none; }
  .staff-recruit .example-section .example-accordion__toggle:hover,
  .staff_recruit_contact .example-section .example-accordion__toggle:hover {
    background-color: #666; }
  .staff-recruit .profile-card,
  .staff_recruit_contact .profile-card {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Helvetica", sans-serif; }
    .staff-recruit .profile-card__item:not(:last-child),
    .staff_recruit_contact .profile-card__item:not(:last-child) {
      margin-bottom: 60px; }
    .staff-recruit .profile-card__headline,
    .staff_recruit_contact .profile-card__headline {
      font-size: 30px;
      color: #FE6867;
      padding: 10px 24px;
      border: solid 1px #eee;
      margin-bottom: 16px; }
    .staff-recruit .profile-card__salary-amount,
    .staff_recruit_contact .profile-card__salary-amount {
      font-weight: bold;
      margin-left: 8px; }
    .staff-recruit .profile-card__content,
    .staff_recruit_contact .profile-card__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
      margin-bottom: 20px;
      font-size: 18px;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .staff-recruit .profile-card__main,
    .staff_recruit_contact .profile-card__main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px;
      width: 100%; }
    .staff-recruit .profile-card__info, .staff-recruit .profile-card__salary-breakdown,
    .staff_recruit_contact .profile-card__info,
    .staff_recruit_contact .profile-card__salary-breakdown {
      -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
    .staff-recruit .profile-card__avatar,
    .staff_recruit_contact .profile-card__avatar {
      width: 200px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: auto; }
      .staff-recruit .profile-card__avatar img,
      .staff_recruit_contact .profile-card__avatar img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block; }
    .staff-recruit .profile-card__info,
    .staff_recruit_contact .profile-card__info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 0; }
    .staff-recruit .profile-card__meta,
    .staff_recruit_contact .profile-card__meta {
      min-height: 220px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .staff-recruit .profile-card__meta-row,
    .staff_recruit_contact .profile-card__meta-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 6px;
      border: solid 1px #eee;
      width: 100%;
      background-color: #f2f2f2; }
      .staff-recruit .profile-card__meta-row:last-child,
      .staff_recruit_contact .profile-card__meta-row:last-child {
        margin-bottom: 0; }
    .staff-recruit .profile-card__label,
    .staff_recruit_contact .profile-card__label {
      width: 148px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 4px;
      text-align: center; }
    .staff-recruit .profile-card__value,
    .staff_recruit_contact .profile-card__value {
      padding-left: 32px;
      background: #fff;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .staff-recruit .profile-card__salary-breakdown,
    .staff_recruit_contact .profile-card__salary-breakdown {
      width: 100%;
      max-width: 300px;
      border: solid 1px #eee; }
      .staff-recruit .profile-card__salary-breakdown .salary-breakdown__row,
      .staff_recruit_contact .profile-card__salary-breakdown .salary-breakdown__row {
        padding: 15px 15px 4px 15px; }
      .staff-recruit .profile-card__salary-breakdown .salary-breakdown__label,
      .staff_recruit_contact .profile-card__salary-breakdown .salary-breakdown__label {
        font-size: 22px;
        padding-bottom: 10px;
        border-bottom: solid 1px #eee;
        margin-bottom: 16px; }
      .staff-recruit .profile-card__salary-breakdown .salary-breakdown__value,
      .staff_recruit_contact .profile-card__salary-breakdown .salary-breakdown__value {
        line-height: 34px; }
    .staff-recruit .profile-card__comment,
    .staff_recruit_contact .profile-card__comment {
      font-size: 14px;
      line-height: 1.6;
      padding: 16px;
      border: 2px solid #ccc; }
    @media (max-width: 768px) {
      .staff-recruit .profile-card__headline,
      .staff_recruit_contact .profile-card__headline {
        font-size: 22px;
        padding: 8px 12px;
        margin-bottom: 16px; }
      .staff-recruit .profile-card__content,
      .staff_recruit_contact .profile-card__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
        margin-bottom: 10px; }
      .staff-recruit .profile-card__main,
      .staff_recruit_contact .profile-card__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .staff-recruit .profile-card__avatar,
      .staff_recruit_contact .profile-card__avatar {
        width: 130px;
        max-width: 200px;
        margin: 0 auto; }
      .staff-recruit .profile-card__info,
      .staff_recruit_contact .profile-card__info {
        width: 60%; }
      .staff-recruit .profile-card__label,
      .staff_recruit_contact .profile-card__label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 4px; }
      .staff-recruit .profile-card__value,
      .staff_recruit_contact .profile-card__value {
        padding-left: 10px; }
      .staff-recruit .profile-card__meta,
      .staff_recruit_contact .profile-card__meta {
        min-height: auto; }
      .staff-recruit .profile-card__salary-breakdown,
      .staff_recruit_contact .profile-card__salary-breakdown {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 100%; }
        .staff-recruit .profile-card__salary-breakdown .salary-breakdown__row,
        .staff_recruit_contact .profile-card__salary-breakdown .salary-breakdown__row {
          padding: 10px; }
        .staff-recruit .profile-card__salary-breakdown .salary-breakdown__label,
        .staff_recruit_contact .profile-card__salary-breakdown .salary-breakdown__label {
          font-size: 16px;
          padding-bottom: 6px;
          margin-bottom: 9px; }
        .staff-recruit .profile-card__salary-breakdown .salary-breakdown__value,
        .staff_recruit_contact .profile-card__salary-breakdown .salary-breakdown__value {
          line-height: 24px; }
      .staff-recruit .profile-card__comment,
      .staff_recruit_contact .profile-card__comment {
        font-size: 14px;
        line-height: 1.4;
        padding: 12px;
        border: 2px solid #ccc;
        margin-top: 0; } }
  .staff-recruit .benefits-section,
  .staff_recruit_contact .benefits-section {
    background: #f9f9f9;
    /* スライド内の画像 */ }
    .staff-recruit .benefits-section .benefits-list,
    .staff_recruit_contact .benefits-section .benefits-list {
      list-style: none;
      margin: 0; }
      .staff-recruit .benefits-section .benefits-list li:not(:last-child),
      .staff_recruit_contact .benefits-section .benefits-list li:not(:last-child) {
        margin-bottom: 60px; }
    .staff-recruit .benefits-section .benefits-slider-wrapper,
    .staff_recruit_contact .benefits-section .benefits-slider-wrapper {
      max-width: 100%;
      margin: 0 auto 32px;
      position: relative; }
      .staff-recruit .benefits-section .benefits-slider-wrapper .benefits-button-prev,
      .staff-recruit .benefits-section .benefits-slider-wrapper .benefits-button-next,
      .staff_recruit_contact .benefits-section .benefits-slider-wrapper .benefits-button-prev,
      .staff_recruit_contact .benefits-section .benefits-slider-wrapper .benefits-button-next {
        position: absolute;
        z-index: 10;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: 27px 23px;
        background-repeat: no-repeat;
        pointer-events: auto; }
      .staff-recruit .benefits-section .benefits-slider-wrapper .benefits-button-prev,
      .staff_recruit_contact .benefits-section .benefits-slider-wrapper .benefits-button-prev {
        left: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><g transform='scale(-1,1) translate(-27,0)'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ffffff'/></g></svg>"); }
      .staff-recruit .benefits-section .benefits-slider-wrapper .benefits-button-next,
      .staff_recruit_contact .benefits-section .benefits-slider-wrapper .benefits-button-next {
        right: 0;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'><path d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ffffff'/></svg>"); }
    .staff-recruit .benefits-section #benefits-slider,
    .staff_recruit_contact .benefits-section #benefits-slider {
      position: relative; }
    .staff-recruit .benefits-section .slide-image-wrapper,
    .staff_recruit_contact .benefits-section .slide-image-wrapper {
      position: relative; }
      .staff-recruit .benefits-section .slide-image-wrapper img,
      .staff_recruit_contact .benefits-section .slide-image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 24px; }
    .staff-recruit .benefits-section .swiper-pagination,
    .staff_recruit_contact .benefits-section .swiper-pagination {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 10;
      padding-bottom: 10px; }
      .staff-recruit .benefits-section .swiper-pagination .swiper-pagination-bullet,
      .staff_recruit_contact .benefits-section .swiper-pagination .swiper-pagination-bullet {
        background: rgba(255, 255, 255, 0.9) !important;
        opacity: 1; }
      .staff-recruit .benefits-section .swiper-pagination .swiper-pagination-bullet-active,
      .staff_recruit_contact .benefits-section .swiper-pagination .swiper-pagination-bullet-active {
        background: #007aff !important; }
  .staff-recruit .contact-section .contact-btn,
  .staff_recruit_contact .contact-section .contact-btn {
    text-align: center; }
    .staff-recruit .contact-section .contact-btn a,
    .staff_recruit_contact .contact-section .contact-btn a {
      display: block;
      width: 255px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 14px 32px;
      padding-right: 24px;
      border-radius: 0px;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      position: relative;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background-color: #222; }
      .staff-recruit .contact-section .contact-btn a::after,
      .staff_recruit_contact .contact-section .contact-btn a::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 12px;
        top: 15px;
        font-size: 16px; }
      .staff-recruit .contact-section .contact-btn a:hover,
      .staff_recruit_contact .contact-section .contact-btn a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        opacity: 0.7; }

/* -------------------------------
	footer
--------------------------------- */
.staff_recruit .site-footer,
.staff_recruit_contact .site-footer {
  background: #222; }
  .staff_recruit .site-footer .site-footer__heading,
  .staff_recruit_contact .site-footer .site-footer__heading {
    color: #fff; }
  .staff_recruit .site-footer a,
  .staff_recruit_contact .site-footer a {
    color: #fff; }

.staff_recruit .site-footer__logo,
.staff_recruit_contact .site-footer__logo {
  margin-bottom: 42px; }

.recruit-links__block,
.staff-recruit-links__block {
  display: none; }

/* -------------------------------
	form-section
--------------------------------- */
@media (max-width: 768px) {
  .staff_recruit .form-section,
  .staff_recruit_contact .form-section {
    padding-bottom: 0px; } }

.staff_recruit .form-section .page-title,
.staff_recruit_contact .form-section .page-title {
  line-height: 2.0; }
  .staff_recruit .form-section .page-title span,
  .staff_recruit_contact .form-section .page-title span {
    letter-spacing: 1px; }

.staff_recruit .form-section .container,
.staff_recruit_contact .form-section .container {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 20px; }

.staff_recruit table.form-table,
.staff_recruit_contact table.form-table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse; }

.staff_recruit table.form-table,
.staff_recruit_contact table.form-table {
  margin: 20px auto 34px; }
  .staff_recruit table.form-table th,
  .staff_recruit table.form-table td,
  .staff_recruit_contact table.form-table th,
  .staff_recruit_contact table.form-table td {
    border: solid 1px #ccc;
    border-right: none;
    border-left: none; }
  .staff_recruit table.form-table th,
  .staff_recruit_contact table.form-table th {
    background: #f9f9f9;
    width: 240px; }
  .staff_recruit table.form-table td,
  .staff_recruit_contact table.form-table td {
    background: #fff; }

@media screen and (max-width: 640px) {
  .staff_recruit table.form-table th,
  .staff_recruit table.form-table td,
  .staff_recruit_contact table.form-table th,
  .staff_recruit_contact table.form-table td {
    border-bottom: none;
    display: block;
    width: 100%;
    line-height: 24px; } }

/*--------------------------------------------------------------
>>> 女性スタッフリクルートページ
----------------------------------------------------------------*/
/* -------------------------------
	カスタムカラー
--------------------------------- */
/* -------------------------------
	ヘッダー
--------------------------------- */
.recruit,
.recruit_contact {
  /* -------------------------------
	sp nav
	--------------------------------- */
  /*sp nav fin -----------------------------------------------------------------------*/ }
  .recruit .header-box-wrap,
  .recruit_contact .header-box-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0 3%;
    background-color: white;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    .recruit .header-box-wrap.is-scrolled,
    .recruit_contact .header-box-wrap.is-scrolled {
      background-color: white;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    @media (max-width: 992px) {
      .recruit .header-box-wrap,
      .recruit_contact .header-box-wrap {
        display: none; } }
  .recruit .header-box,
  .recruit_contact .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .recruit .header-box,
      .recruit_contact .header-box {
        padding: 3px 0 0; } }
    .recruit .header-box .site-title,
    .recruit_contact .header-box .site-title {
      max-width: 95px;
      margin: 14px 60px 0 0;
      font-size: 16px; }
      @media (max-width: 768px) {
        .recruit .header-box .site-title,
        .recruit_contact .header-box .site-title {
          max-width: 105px;
          padding: 0 0 10px 0; } }
  .recruit .pc-header-nav,
  .recruit_contact .pc-header-nav {
    width: 93%;
    max-width: 900px; }
    @media (max-width: 992px) {
      .recruit .pc-header-nav,
      .recruit_contact .pc-header-nav {
        display: none; } }
    @media (max-width: 768px) {
      .recruit .pc-header-nav,
      .recruit_contact .pc-header-nav {
        display: none; } }
    .recruit .pc-header-nav .main-navigation,
    .recruit_contact .pc-header-nav .main-navigation {
      display: block;
      width: 100%; }
      .recruit .pc-header-nav .main-navigation ul,
      .recruit_contact .pc-header-nav .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        list-style: none;
        margin: 0;
        padding-left: 0; }
        .recruit .pc-header-nav .main-navigation ul li,
        .recruit_contact .pc-header-nav .main-navigation ul li {
          width: 100%;
          position: relative;
          margin-bottom: 0; }
          .recruit .pc-header-nav .main-navigation ul li:after,
          .recruit_contact .pc-header-nav .main-navigation ul li:after {
            content: '';
            position: absolute;
            top: 26px;
            right: 0;
            height: 22px; }
          .recruit .pc-header-nav .main-navigation ul li:first-child:after,
          .recruit_contact .pc-header-nav .main-navigation ul li:first-child:after {
            content: '';
            position: absolute;
            top: 26px;
            left: 0;
            height: 22px; }
          .recruit .pc-header-nav .main-navigation ul li a,
          .recruit_contact .pc-header-nav .main-navigation ul li a {
            color: #333;
            padding: 15px 0 18px; }
            .recruit .pc-header-nav .main-navigation ul li a .en,
            .recruit_contact .pc-header-nav .main-navigation ul li a .en {
              font-size: 13px;
              letter-spacing: 2px;
              margin-bottom: 0px;
              text-transform: uppercase;
              font-family: "cinzel", "Noto Sans JP", sans-serif;
              font-weight: bold; }
            .recruit .pc-header-nav .main-navigation ul li a span,
            .recruit_contact .pc-header-nav .main-navigation ul li a span {
              display: block;
              font-size: 10px;
              letter-spacing: .5px;
              font-weight: normal; }
            .recruit .pc-header-nav .main-navigation ul li a:hover,
            .recruit_contact .pc-header-nav .main-navigation ul li a:hover {
              background: #e8e5db; }
        .recruit .pc-header-nav .main-navigation ul ul,
        .recruit_contact .pc-header-nav .main-navigation ul ul {
          -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          float: left;
          position: absolute;
          top: 100%;
          left: -999em;
          z-index: 99999; }
          .recruit .pc-header-nav .main-navigation ul ul ul,
          .recruit_contact .pc-header-nav .main-navigation ul ul ul {
            left: -999em;
            top: 0; }
          .recruit .pc-header-nav .main-navigation ul ul li:hover > ul,
          .recruit .pc-header-nav .main-navigation ul ul li.focus > ul,
          .recruit_contact .pc-header-nav .main-navigation ul ul li:hover > ul,
          .recruit_contact .pc-header-nav .main-navigation ul ul li.focus > ul {
            display: block;
            left: auto; }
          .recruit .pc-header-nav .main-navigation ul ul a,
          .recruit_contact .pc-header-nav .main-navigation ul ul a {
            width: 200px; }
        .recruit .pc-header-nav .main-navigation ul li:hover > ul,
        .recruit .pc-header-nav .main-navigation ul li.focus > ul,
        .recruit_contact .pc-header-nav .main-navigation ul li:hover > ul,
        .recruit_contact .pc-header-nav .main-navigation ul li.focus > ul {
          left: auto; }
      .recruit .pc-header-nav .main-navigation li,
      .recruit_contact .pc-header-nav .main-navigation li {
        position: relative; }
      .recruit .pc-header-nav .main-navigation a,
      .recruit_contact .pc-header-nav .main-navigation a {
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px; }
  .recruit .sp-header,
  .recruit_contact .sp-header {
    width: 100%;
    padding-bottom: 12px;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    display: none; }
    @media (max-width: 992px) {
      .recruit .sp-header,
      .recruit_contact .sp-header {
        display: block; } }
    .recruit .sp-header.is-scrolled,
    .recruit_contact .sp-header.is-scrolled {
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .recruit .sp-header .logo,
    .recruit_contact .sp-header .logo {
      margin: 5px 0 0;
      padding: 0;
      width: 88px; }
  .recruit .button_container,
  .recruit_contact .button_container {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 55px;
    cursor: pointer;
    z-index: 1000000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #f2aab7;
    display: none; }
    @media (max-width: 992px) {
      .recruit .button_container,
      .recruit_contact .button_container {
        display: block; } }
    .recruit .button_container .inner,
    .recruit_contact .button_container .inner {
      position: relative;
      left: 10px; }
    .recruit .button_container span,
    .recruit_contact .button_container span {
      background: #fff;
      border: none;
      height: 3px;
      width: 35px;
      position: absolute;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-radius: 0px; }
    .recruit .button_container .txt,
    .recruit_contact .button_container .txt {
      color: #fff;
      font-size: 11px;
      position: absolute;
      top: -5px;
      margin-bottom: 0; }
    .recruit .button_container .top,
    .recruit_contact .button_container .top {
      top: 25px; }
    .recruit .button_container .middle,
    .recruit_contact .button_container .middle {
      top: 34px; }
    .recruit .button_container .bottom,
    .recruit_contact .button_container .bottom {
      top: 43px; }
    .recruit .button_container.active .txt,
    .recruit_contact .button_container.active .txt {
      color: #fff; }
    .recruit .button_container.active .top,
    .recruit_contact .button_container.active .top {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 36px;
      background: #fff; }
    .recruit .button_container.active .middle,
    .recruit_contact .button_container.active .middle {
      opacity: 0; }
    .recruit .button_container.active .bottom,
    .recruit_contact .button_container.active .bottom {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 36px;
      background: #fff; }
  .recruit .overlay,
  .recruit_contact .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.85);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    z-index: 99; }
    .recruit .overlay.open,
    .recruit_contact .overlay.open {
      opacity: 1;
      visibility: visible; }
    .recruit .overlay .overlay-menu,
    .recruit_contact .overlay .overlay-menu {
      height: 100%;
      overflow-y: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2rem; }
      .recruit .overlay .overlay-menu ul,
      .recruit_contact .overlay .overlay-menu ul {
        list-style: none;
        padding: 0;
        margin: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px; }
        .recruit .overlay .overlay-menu ul li,
        .recruit_contact .overlay .overlay-menu ul li {
          font-size: 24px;
          margin-bottom: 0; }
          .recruit .overlay .overlay-menu ul li a,
          .recruit_contact .overlay .overlay-menu ul li a {
            text-decoration: none;
            color: #fff;
            -webkit-transition: color 0.3s;
            -o-transition: color 0.3s;
            transition: color 0.3s;
            padding: 3px 0; }
            .recruit .overlay .overlay-menu ul li a:hover,
            .recruit_contact .overlay .overlay-menu ul li a:hover {
              color: #fff; }

/* -------------------------------
	staff recruit page styles
--------------------------------- */
.recruit,
.recruit_contact {
  /* -------------------------------
		main visual
	--------------------------------- */
  /* -------------------------------
		catch section
	--------------------------------- */
  /* -------------------------------
		news section
	--------------------------------- */
  /* ニュース----------------------------------------*/
  /* -------------------------------
		shop-list section
	--------------------------------- */
  /* -------------------------------
		voice section
	--------------------------------- */
  /* -------------------------------
		effort-section 
	--------------------------------- */
  /* -------------------------------
		recruit-section 
	--------------------------------- */
  /* -------------------------------
		benefits-section
	--------------------------------- */
  /* -------------------------------
		contact-section
	--------------------------------- */ }
  .recruit a,
  .recruit_contact a {
    text-decoration: none; }
  .recruit section,
  .recruit_contact section {
    padding: 90px 0; }
  .recruit .container,
  .recruit_contact .container {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px; }
  .recruit .recruit__title,
  .recruit_contact .recruit__title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      .recruit .recruit__title,
      .recruit_contact .recruit__title {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 1.8; } }
  .recruit .breadcrumbs,
  .recruit_contact .breadcrumbs {
    margin-top: 74px;
    background: #f9f9f9; }
    @media (max-width: 768px) {
      .recruit .breadcrumbs,
      .recruit_contact .breadcrumbs {
        margin-top: 60px; } }
  .recruit .main-visual-section,
  .recruit_contact .main-visual-section {
    padding: 0;
    margin: 74px auto 0; }
    @media (max-width: 768px) {
      .recruit .main-visual-section,
      .recruit_contact .main-visual-section {
        margin: 55px auto 0; } }
    .recruit .main-visual-section img,
    .recruit_contact .main-visual-section img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .recruit .catch-section .catch__inner .catch__title,
  .recruit_contact .catch-section .catch__inner .catch__title {
    font-size: 26px;
    line-height: 2.0;
    font-weight: 500;
    margin-bottom: 2%; }
    @media (max-width: 768px) {
      .recruit .catch-section .catch__inner .catch__title,
      .recruit_contact .catch-section .catch__inner .catch__title {
        font-size: 22px; } }
  .recruit .catch-section .catch__inner .catch__text,
  .recruit_contact .catch-section .catch__inner .catch__text {
    font-size: 14px;
    line-height: 1.5; }
  .recruit .news-post-wrap,
  .recruit_contact .news-post-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .recruit .news-post-wrap,
      .recruit_contact .news-post-wrap {
        display: block; } }
    .recruit .news-post-wrap .news-post,
    .recruit_contact .news-post-wrap .news-post {
      margin-bottom: 32px;
      width: calc((100% - 80px) / 3);
      margin-right: 40px; }
      .recruit .news-post-wrap .news-post:nth-child(3n),
      .recruit_contact .news-post-wrap .news-post:nth-child(3n) {
        margin-right: 0; }
      @media (max-width: 768px) {
        .recruit .news-post-wrap .news-post,
        .recruit_contact .news-post-wrap .news-post {
          width: 100%;
          padding-bottom: 28px; } }
      .recruit .news-post-wrap .news-post .thumb img,
      .recruit_contact .news-post-wrap .news-post .thumb img {
        border-radius: 22px;
        border: solid 3px #ddd;
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease; }
        .recruit .news-post-wrap .news-post .thumb img:hover,
        .recruit_contact .news-post-wrap .news-post .thumb img:hover {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          opacity: 0.8; }
      .recruit .news-post-wrap .news-post .news-info,
      .recruit_contact .news-post-wrap .news-post .news-info {
        width: 100%; }
      .recruit .news-post-wrap .news-post .news-info-meta,
      .recruit_contact .news-post-wrap .news-post .news-info-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        letter-spacing: 2px; }
        .recruit .news-post-wrap .news-post .news-info-meta .date,
        .recruit_contact .news-post-wrap .news-post .news-info-meta .date {
          font-size: 12px;
          margin-right: 12px;
          margin-bottom: 0; }
        .recruit .news-post-wrap .news-post .news-info-meta .cat,
        .recruit_contact .news-post-wrap .news-post .news-info-meta .cat {
          font-size: 11px;
          line-height: 11px;
          background: #333;
          color: #fff;
          padding: 0px 3px;
          line-height: 20px; }
      .recruit .news-post-wrap .news-post .title,
      .recruit_contact .news-post-wrap .news-post .title {
        text-align: center;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 6px; }
        .recruit .news-post-wrap .news-post .title a,
        .recruit_contact .news-post-wrap .news-post .title a {
          text-decoration: none;
          font-size: 14px; }
        @media (max-width: 768px) {
          .recruit .news-post-wrap .news-post .title a,
          .recruit_contact .news-post-wrap .news-post .title a {
            margin-bottom: 3px; } }
      .recruit .news-post-wrap .news-post .entry-content,
      .recruit_contact .news-post-wrap .news-post .entry-content {
        margin-top: 0;
        margin-bottom: 24px;
        font-size: 14px; }
      .recruit .news-post-wrap .news-post .more-btn,
      .recruit_contact .news-post-wrap .news-post .more-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .recruit .news-post-wrap .news-post .more-btn a,
        .recruit_contact .news-post-wrap .news-post .more-btn a {
          color: #fff;
          background: #333;
          font-size: 12px;
          padding: 2px 8px;
          border-radius: 2px;
          margin: 0 0 0 auto;
          display: inline-block; }
  .recruit .modalArea,
  .recruit_contact .modalArea {
    display: none;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .recruit .modalArea__bg,
    .recruit .modalArea .modalBg,
    .recruit_contact .modalArea__bg,
    .recruit_contact .modalArea .modalBg {
      width: 100%;
      height: 100%;
      background-color: rgba(30, 30, 30, 0.9); }
    .recruit .modalArea__wrapper,
    .recruit .modalArea .modalWrapper,
    .recruit_contact .modalArea__wrapper,
    .recruit_contact .modalArea .modalWrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 86%;
      max-width: 800px;
      padding: 35px 30px;
      border-radius: 12px;
      background-color: white; }
      .recruit .modalArea__wrapper__contents,
      .recruit .modalArea__wrapper .modalContents,
      .recruit .modalArea .modalWrapper__contents,
      .recruit .modalArea .modalWrapper .modalContents,
      .recruit_contact .modalArea__wrapper__contents,
      .recruit_contact .modalArea__wrapper .modalContents,
      .recruit_contact .modalArea .modalWrapper__contents,
      .recruit_contact .modalArea .modalWrapper .modalContents {
        max-height: 80vh;
        overflow-y: auto; }
      .recruit .modalArea__wrapper__close,
      .recruit .modalArea__wrapper .closeModal,
      .recruit .modalArea .modalWrapper__close,
      .recruit .modalArea .modalWrapper .closeModal,
      .recruit_contact .modalArea__wrapper__close,
      .recruit_contact .modalArea__wrapper .closeModal,
      .recruit_contact .modalArea .modalWrapper__close,
      .recruit_contact .modalArea .modalWrapper .closeModal {
        position: absolute;
        top: 0;
        right: 8px;
        cursor: pointer;
        font-size: 28px; }
  .recruit body.modal-open,
  .recruit_contact body.modal-open {
    position: fixed;
    width: 100%;
    overflow: hidden; }
  .recruit .modal-title,
  .recruit_contact .modal-title {
    font-size: 24px;
    margin: 20px 0;
    text-align: center; }
  .recruit .modal-content,
  .recruit_contact .modal-content {
    border: none !important; }
  .recruit .shop-list-section,
  .recruit_contact .shop-list-section {
    background: #f9f9f9; }
    .recruit .shop-list-section .shop-list,
    .recruit_contact .shop-list-section .shop-list {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 32px;
      margin: 0 0 60px;
      padding: 0; }
      @media (max-width: 768px) {
        .recruit .shop-list-section .shop-list,
        .recruit_contact .shop-list-section .shop-list {
          margin-bottom: 0; } }
      .recruit .shop-list-section .shop-list li,
      .recruit_contact .shop-list-section .shop-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 32px) / 2);
        flex: 0 0 calc((100% - 32px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
        @media (max-width: 768px) {
          .recruit .shop-list-section .shop-list li,
          .recruit_contact .shop-list-section .shop-list li {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -ms-flex-negative: 0;
            flex-shrink: 0; } }
        .recruit .shop-list-section .shop-list li .inner,
        .recruit_contact .shop-list-section .shop-list li .inner {
          padding: 15px 15px 24px;
          border-radius: 0 0 8px 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
      .recruit .shop-list-section .shop-list__title,
      .recruit_contact .shop-list-section .shop-list__title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 18px;
        line-height: 35px; }
        .recruit .shop-list-section .shop-list__title-inner,
        .recruit_contact .shop-list-section .shop-list__title-inner {
          border-bottom: solid 1px #696969;
          padding-bottom: 4px;
          margin-bottom: 12px; }
      .recruit .shop-list-section .shop-list__name,
      .recruit_contact .shop-list-section .shop-list__name {
        margin-bottom: 5px; }
      .recruit .shop-list-section .shop-list__category:before,
      .recruit_contact .shop-list-section .shop-list__category:before {
        content: "/";
        margin-right: 5px;
        color: #696969; }
      .recruit .shop-list-section .shop-list__description,
      .recruit_contact .shop-list-section .shop-list__description {
        font-size: 14px; }
      .recruit .shop-list-section .shop-list__btn,
      .recruit_contact .shop-list-section .shop-list__btn {
        width: 170px;
        margin: 24px auto 0;
        display: block;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0;
        background-color: #fea7a7;
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
        margin-top: auto;
        margin-bottom: 0; }
        .recruit .shop-list-section .shop-list__btn:hover,
        .recruit_contact .shop-list-section .shop-list__btn:hover {
          -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          opacity: 0.7; }
  .recruit .voice-section .voice__title,
  .recruit_contact .voice-section .voice__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem; }
  .recruit .voice-section .voice__list,
  .recruit_contact .voice-section .voice__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    margin: 0;
    padding-bottom: 32px;
    padding-right: 60px;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1; }
    .recruit .voice-section .voice__list::-webkit-scrollbar,
    .recruit_contact .voice-section .voice__list::-webkit-scrollbar {
      height: 8px; }
    .recruit .voice-section .voice__list::-webkit-scrollbar-track,
    .recruit_contact .voice-section .voice__list::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 4px; }
    .recruit .voice-section .voice__list::-webkit-scrollbar-thumb,
    .recruit_contact .voice-section .voice__list::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px; }
      .recruit .voice-section .voice__list::-webkit-scrollbar-thumb:hover,
      .recruit_contact .voice-section .voice__list::-webkit-scrollbar-thumb:hover {
        background: #999; }
  .recruit .voice-section .voice__item,
  .recruit_contact .voice-section .voice__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 4);
    flex: 0 0 calc((100% - 60px) / 4);
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    scroll-snap-align: start;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
    @media (max-width: 768px) {
      .recruit .voice-section .voice__item,
      .recruit_contact .voice-section .voice__item {
        width: 170px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .recruit .voice-section .voice__item .voice__img,
    .recruit_contact .voice-section .voice__item .voice__img {
      width: 100%;
      border-radius: 50%;
      margin-bottom: 1rem;
      cursor: pointer; }
    .recruit .voice-section .voice__item .voice__shop-meta .voice__shop-name,
    .recruit_contact .voice-section .voice__item .voice__shop-meta .voice__shop-name {
      display: block; }
    .recruit .voice-section .voice__item .voice__shop-meta .voice__shop-category,
    .recruit_contact .voice-section .voice__item .voice__shop-meta .voice__shop-category {
      display: block; }
    .recruit .voice-section .voice__item .voice__name,
    .recruit_contact .voice-section .voice__item .voice__name {
      font-size: 1rem;
      line-height: 1.4;
      margin-bottom: 0.5rem; }
  .recruit .voiceModal,
  .recruit_contact .voiceModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none; }
    .recruit .voiceModal__bg,
    .recruit_contact .voiceModal__bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
    .recruit .voiceModal__content,
    .recruit_contact .voiceModal__content {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 700px;
      width: 90%;
      padding: 2rem;
      background: #fff;
      z-index: 10000;
      border-radius: 8px;
      text-align: center; }
      @media (max-width: 768px) {
        .recruit .voiceModal__content,
        .recruit_contact .voiceModal__content {
          padding: 15px; } }
    .recruit .voiceModal__close,
    .recruit_contact .voiceModal__close {
      position: absolute;
      top: 10px;
      right: 0px;
      background: transparent;
      border: none;
      font-size: 1.5rem;
      cursor: pointer; }
    .recruit .voiceModal__img,
    .recruit_contact .voiceModal__img {
      width: 120px;
      height: 120px;
      -o-object-fit: cover;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 1rem; }
    .recruit .voiceModal__shop-meta .voice__shop-category:before,
    .recruit_contact .voiceModal__shop-meta .voice__shop-category:before {
      content: "/";
      margin-right: 5px;
      color: #696969; }
    .recruit .voiceModal__name,
    .recruit_contact .voiceModal__name {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 1rem;
      padding-bottom: 5px;
      border-bottom: solid 1px #ccc; }
    .recruit .voiceModal__body p,
    .recruit_contact .voiceModal__body p {
      margin-bottom: 8px; }
    .recruit .voiceModal__body .voice__comment-title,
    .recruit_contact .voiceModal__body .voice__comment-title {
      font-weight: bold;
      margin-bottom: 10px; }
    .recruit .voiceModal__body .voice__comment-txt,
    .recruit_contact .voiceModal__body .voice__comment-txt {
      position: relative;
      color: black;
      line-height: 2;
      padding: 8px;
      margin: 42px 0 0 0;
      border: solid 2px #FEA7A7;
      border-radius: 0 5px 5px 5px; }
      .recruit .voiceModal__body .voice__comment-txt:after,
      .recruit_contact .voiceModal__body .voice__comment-txt:after {
        /*タブ*/
        position: absolute;
        content: '女の子のリアルな声♪';
        background: #FEA7A7;
        color: #fff;
        left: -2px;
        bottom: 100%;
        border-radius: 5px 5px 0 0;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0.05em; }
  .recruit .effort-section,
  .recruit_contact .effort-section {
    background: #f9f9f9; }
    .recruit .effort-section .inner,
    .recruit_contact .effort-section .inner {
      margin: 0 auto; }
    .recruit .effort-section .effort__list,
    .recruit_contact .effort-section .effort__list {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 45px;
      margin-bottom: 60px; }
      .recruit .effort-section .effort__list .effort__item,
      .recruit_contact .effort-section .effort__list .effort__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 45px) / 2);
        flex: 0 0 calc((100% - 45px) / 2);
        -webkit-transition: -webkit-box-shadow 0.3s ease;
        transition: -webkit-box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
        @media (max-width: 768px) {
          .recruit .effort-section .effort__list .effort__item,
          .recruit_contact .effort-section .effort__list .effort__item {
            width: calc(100% - 20px);
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            -ms-flex-negative: 0;
            flex-shrink: 0; } }
        .recruit .effort-section .effort__list .effort__item .effort__text,
        .recruit_contact .effort-section .effort__list .effort__item .effort__text {
          font-size: 16px;
          line-height: 1.8;
          margin-bottom: 24px; }
        .recruit .effort-section .effort__list .effort__item .effort__btn,
        .recruit_contact .effort-section .effort__list .effort__item .effort__btn {
          width: 170px;
          position: relative;
          margin: 24px 0 0 auto;
          display: block;
          text-align: center;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px 0;
          background-color: #fea7a7;
          color: #fff;
          text-decoration: none;
          border-radius: 2px;
          margin-top: auto;
          margin-bottom: 0; }
          .recruit .effort-section .effort__list .effort__item .effort__btn:after,
          .recruit_contact .effort-section .effort__list .effort__item .effort__btn:after {
            content: "\f054";
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            right: 12px;
            top: 10px;
            font-size: 16px; }
  .recruit .faq-section .faq__title,
  .recruit_contact .faq-section .faq__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px; }
  .recruit .faq-section .faq__list,
  .recruit_contact .faq-section .faq__list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .recruit .faq-section .faq__list .faq__item,
    .recruit_contact .faq-section .faq__list .faq__item {
      overflow: hidden;
      margin-bottom: 8px; }
      .recruit .faq-section .faq__list .faq__item.is-open .faq__header:after,
      .recruit_contact .faq-section .faq__list .faq__item.is-open .faq__header:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .recruit .faq-section .faq__list .faq__item.is-open .faq__body,
      .recruit_contact .faq-section .faq__list .faq__item.is-open .faq__body {
        max-height: 2000px; }
  .recruit .faq-section .faq__header,
  .recruit_contact .faq-section .faq__header {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    position: relative; }
    @media (max-width: 768px) {
      .recruit .faq-section .faq__header,
      .recruit_contact .faq-section .faq__header {
        padding: 20px 40px 20px 20px;
        font-size: 1rem; } }
    .recruit .faq-section .faq__header:before,
    .recruit_contact .faq-section .faq__header:before {
      content: "Q.";
      margin-right: 4px;
      font-size: 1.2rem;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media (max-width: 768px) {
        .recruit .faq-section .faq__header:before,
        .recruit_contact .faq-section .faq__header:before {
          margin-right: 12px;
          font-size: 1rem; } }
    .recruit .faq-section .faq__header:after,
    .recruit_contact .faq-section .faq__header:after {
      content: "\f107";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      right: 18px;
      top: 18px;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .recruit .faq-section .faq__icon,
  .recruit_contact .faq-section .faq__icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .recruit .faq-section .faq__body,
  .recruit_contact .faq-section .faq__body {
    max-height: 0;
    overflow: hidden;
    background: #f6f6f6;
    font-size: 0.95rem;
    line-height: 1.6;
    -webkit-transition: max-height 0.5s ease, padding 0.3s ease;
    -o-transition: max-height 0.5s ease, padding 0.3s ease;
    transition: max-height 0.5s ease, padding 0.3s ease; }
    .recruit .faq-section .faq__body .faq__body-inner,
    .recruit_contact .faq-section .faq__body .faq__body-inner {
      border-top: solid 1px #ccc;
      padding: 10px 25px 35px; }
    .recruit .faq-section .faq__body p,
    .recruit_contact .faq-section .faq__body p {
      margin-bottom: 0; }
  .recruit .benefits-section,
  .recruit_contact .benefits-section {
    background: #f9f9f9; }
    .recruit .benefits-section .benefits-list,
    .recruit_contact .benefits-section .benefits-list {
      margin: 0;
      list-style: none; }
      .recruit .benefits-section .benefits-list .recruit__title,
      .recruit_contact .benefits-section .benefits-list .recruit__title {
        color: #333; }
      .recruit .benefits-section .benefits-list li:not(:last-child),
      .recruit_contact .benefits-section .benefits-list li:not(:last-child) {
        margin-bottom: 120px; }
      .recruit .benefits-section .benefits-list li img,
      .recruit_contact .benefits-section .benefits-list li img {
        width: 100%; }
  .recruit .contact-section .contact-btn,
  .recruit_contact .contact-section .contact-btn {
    text-align: center; }
    .recruit .contact-section .contact-btn a,
    .recruit_contact .contact-section .contact-btn a {
      display: block;
      width: 255px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 14px 32px;
      padding-right: 24px;
      border-radius: 0px;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      position: relative;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background-color: #FEA7A7;
      border-radius: 50px; }
      .recruit .contact-section .contact-btn a::after,
      .recruit_contact .contact-section .contact-btn a::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 12px;
        top: 15px;
        font-size: 16px; }
      .recruit .contact-section .contact-btn a:hover,
      .recruit_contact .contact-section .contact-btn a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        opacity: 0.7; }

/* -------------------------------
	footer
--------------------------------- */
.recruit .site-footer,
.recruit_contact .site-footer {
  padding-top: 120px; }
  .recruit .site-footer .official-links .site-footer__heading::before,
  .recruit_contact .site-footer .official-links .site-footer__heading::before {
    color: #fff; }

.recruit .site-footer__list li:nth-child(2) a,
.recruit_contact .site-footer__list li:nth-child(2) a {
  color: #f47b8a; }

.recruit .site-footer__list li:nth-child(3) a,
.recruit_contact .site-footer__list li:nth-child(3) a {
  color: #3366ff; }

.recruit-links__block,
.staff-recruit-links__block {
  display: none; }

/* -------------------------------
	form-section
--------------------------------- */
@media (max-width: 768px) {
  .recruit .form-section,
  .recruit_contact .form-section {
    padding-bottom: 0px; } }

.recruit .form-section .page-title,
.recruit_contact .form-section .page-title {
  line-height: 2.0; }
  .recruit .form-section .page-title span,
  .recruit_contact .form-section .page-title span {
    letter-spacing: 1px; }

.recruit table.form-table,
.recruit_contact table.form-table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse; }

.recruit table.form-table,
.recruit_contact table.form-table {
  margin: 20px auto 34px; }
  .recruit table.form-table th,
  .recruit table.form-table td,
  .recruit_contact table.form-table th,
  .recruit_contact table.form-table td {
    border: solid 1px #ccc;
    border-right: none;
    border-left: none; }
  .recruit table.form-table th,
  .recruit_contact table.form-table th {
    background: #f9f9f9;
    width: 240px; }
  .recruit table.form-table td,
  .recruit_contact table.form-table td {
    background: #fff; }

@media screen and (max-width: 640px) {
  .recruit table.form-table th,
  .recruit table.form-table td,
  .recruit_contact table.form-table th,
  .recruit_contact table.form-table td {
    border-bottom: none;
    display: block;
    width: 100%;
    line-height: 24px; } }

.recruit .wpcf7-form .hissu,
.recruit_contact .wpcf7-form .hissu {
  color: #fff;
  background: #FEA7A7; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

.widget_nav_menu {
  margin-bottom: 42px; }
  .widget_nav_menu .widget-title {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #333;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: normal; }
  .widget_nav_menu ul {
    padding: 15px 12px 12px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .widget_nav_menu ul li a {
      color: #fff;
      display: block;
      font-size: 14px; }
      .widget_nav_menu ul li a .en {
        display: none; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Accordion
--------------------------------------------- */
.page-ac-box {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .page-ac-box {
      margin-bottom: 48px; } }
  .page-ac-box .ac-title {
    font-size: 18px;
    color: #333;
    background: #f1f1f1;
    font-weight: normal;
    margin-bottom: 32px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 14px; }
  .page-ac-box .ac-trigger-image {
    position: relative;
    cursor: pointer;
    margin-top: 32px;
    margin-bottom: 42px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    opacity: 1; }
    @media (max-width: 768px) {
      .page-ac-box .ac-trigger-image {
        margin-bottom: 32px; } }
  .page-ac-box .ac-trigger-image:hover {
    opacity: .9; }
  .page-ac-box .ac-btn {
    position: relative;
    width: 160px;
    padding: 10px 24px;
    color: #442404;
    background: #f1f1f1;
    border: solid 1px #ddd7c4;
    display: block;
    margin: 24px auto 0;
    text-align: center;
    border-radius: 4px; }
  .page-ac-box .ac-btn:before {
    content: '詳しくみる'; }
  .page-ac-box .ac-trigger-image.active .ac-btn:before {
    content: '閉じる'; }
  .page-ac-box .ac-btn:after {
    position: absolute;
    bottom: 9px;
    right: 10px;
    color: #442404;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    content: "\f105";
    font-family: FontAwesome;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 50%;
    z-index: 1; }
  .page-ac-box .ac-trigger-image.active .ac-btn:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    /* 中心を基準点に時計回りに回転する */ }
  .page-ac-box .ac-trigger-image.active img {
    opacity: .8; }
  .page-ac-box .ac-box {
    margin-bottom: 50px;
    display: none;
    line-height: 2.2em; }

/* tab
--------------------------------------------- */
.nav-pills {
  margin-bottom: 34px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 0px; }
  .nav-pills .nav-item {
    text-align: center;
    width: 30%;
    font-weight: bold;
    margin: 0 8px;
    font-size: 14px; }
    .nav-pills .nav-item:hover {
      cursor: pointer; }
    .nav-pills .nav-item .nav-link {
      border: solid 1px #d0d0d0;
      background: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .nav-pills .nav-item .nav-link .tab-cast-count {
        color: #333;
        margin-left: 3px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .nav-pills .nav-item .nav-link.active {
        background: #333;
        color: #d1be56; }
        .nav-pills .nav-item .nav-link.active .tab-cast-count {
          color: #d1be56; }
  @media (max-width: 768px) {
    .nav-pills {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .nav-pills .nav-item {
        width: 45%;
        font-size: 12px; }
        .nav-pills .nav-item a {
          padding: 3px 0; }
        .nav-pills .nav-item:last-child {
          margin-top: 10px; }
      .nav-pills .nav-link {
        padding: 0; } }
  .nav-pills .tab-cast-count {
    color: red; }

#tabs {
  background: #007b5e;
  color: #eee; }
  #tabs h6.section-title {
    color: #eee; }
  #tabs .nav-tabs .nav-item.show .nav-link,
  #tabs .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold; }
  #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px; }

@media (max-width: 768px) {
  margin-bottom: 48px; }

/* faq
--------------------------------------------- */
.faq-list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none; }
  .faq-list li:not(:last-child) {
    border-bottom: solid rgba(172, 172, 172, 0.74) 1px;
    padding-bottom: 24px;
    margin-bottom: 42px; }
  .faq-list li:last-child {
    margin-bottom: 0; }
  .faq-list .question {
    position: relative;
    padding-left: 80px;
    position: relative;
    line-height: 35px;
    margin-bottom: 35px; }
    .faq-list .question p {
      padding-top: 4px;
      font-size: 16px;
      line-height: 26px; }
  .faq-list .answer {
    padding-left: 80px;
    position: relative; }
  .faq-list .question::before,
  .faq-list .answer::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;
    position: absolute;
    left: 0px;
    background-repeat: none;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 18px; }
  .faq-list .question:before {
    background: #fb8c76;
    color: #fff;
    content: "Q"; }
  .faq-list .answer:before {
    content: "A";
    border: solid 2px #fb8c76;
    background: #fff;
    color: #fb8c76;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: -4px;
    line-height: 40px; }
  .faq-list .txt {
    line-height: 26px;
    padding-bottom: 12px;
    position: relative;
    top: 4px; }
  .faq-list .txt span {
    color: #EEED80; }

/* voice
--------------------------------------------- */
.voice-list {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0; }
  .voice-list li:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: dashed 1px #d9d9d9; }
    @media (max-width: 768px) {
      .voice-list li:not(:last-child) {
        margin-bottom: 40px;
        padding-bottom: 42px; } }
  .voice-list li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .voice-list li .flex {
        display: block; } }
    .voice-list li .flex .image {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 180px;
      margin-right: 42px; }
      @media (max-width: 768px) {
        .voice-list li .flex .image {
          margin: 0 auto; } }
      .voice-list li .flex .image img {
        padding: 4px;
        border: solid 1px #e5e5e5;
        background: #fff;
        border-radius: 50%; }
      .voice-list li .flex .image .name {
        text-align: center;
        margin-top: 12px;
        font-weight: bold; }
    .voice-list li .flex .info {
      width: 100%; }
      .voice-list li .flex .info .info-txt {
        line-height: 28px;
        border: solid 2px #eee;
        padding: 15px;
        border-radius: 8px;
        position: relative;
        background: #fff; }
        .voice-list li .flex .info .info-txt p {
          margin-bottom: 6px; }

/* contact_sec
--------------------------------------------- */
.site-footer {
  border-top: 3px #eee solid;
  padding: 120px 0 60px; }
  @media (max-width: 768px) {
    .site-footer {
      padding: 45px 0; } }
  .site-footer__branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-footer__logo {
    margin: 0 auto 32px;
    padding: 0; }
    .site-footer__logo a img {
      width: 160px;
      margin: 0 auto; }
  .site-footer__description {
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px; }
  .site-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .site-footer__columns {
        gap: 0;
        margin-bottom: 40px; } }
  .site-footer__column {
    width: calc((100% - 60px) / 2); }
    @media (max-width: 768px) {
      .site-footer__column {
        width: 100%; } }
  .site-footer .site-footer__heading {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: dotted 2px #ddd; }
    @media (max-width: 768px) {
      .site-footer .site-footer__heading {
        font-size: 12px; } }
    .site-footer .site-footer__heading span {
      margin-right: 6px; }
  .site-footer .official-links .site-footer__heading::before {
    color: #222; }
  .site-footer .recruit-links .site-footer__heading::before {
    color: #f47b8a; }
  .site-footer .staff_recruit-links .site-footer__heading::before {
    color: #3366ff; }
  .site-footer .staff_recruit-links .site-footer__heading.pink {
    padding-top: 35px; }
    @media (max-width: 768px) {
      .site-footer .staff_recruit-links .site-footer__heading.pink {
        padding-top: 0; } }
    .site-footer .staff_recruit-links .site-footer__heading.pink::before {
      color: #f47b8a; }
  .site-footer .site-footer__list {
    list-style: none;
    margin-bottom: 32px;
    margin-left: 4px;
    padding-left: 0; }
    @media (max-width: 768px) {
      .site-footer .site-footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 25px; } }
    .site-footer .site-footer__list li a {
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 2px; }
      @media (max-width: 768px) {
        .site-footer .site-footer__list li a {
          font-size: 12px;
          letter-spacing: 1px; } }

/* footer
--------------------------------------------- */
/*footer page_top*/
#footer_contact {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: rgba(32, 166, 152, 0.79); }

.footer-logo {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 14px; }
  @media (max-width: 768px) {
    .footer-logo {
      max-width: 120px;
      margin-bottom: 40px; } }

.logo-list-title {
  border-bottom: solid 1px #fff;
  display: inline-block;
  padding: 0 12px; }

#page-top {
  position: fixed;
  bottom: 0;
  right: 18px;
  font-size: 14px;
  line-height: 1;
  z-index: 99; }
  #page-top a {
    background: #ababab;
    color: #fff;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    border-radius: 90px;
    opacity: 0.9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  #page-top a:hover {
    text-decoration: none;
    opacity: .5; }

#footer {
  padding: 30px;
  background: #2e2e2e; }
  @media (max-width: 768px) {
    #footer {
      padding: 30px 15px; } }

.copy {
  text-align: center;
  margin-bottom: 0; }
  .copy a {
    color: #fff;
    text-decoration: none; }
    @media (max-width: 768px) {
      .copy a {
        font-size: 12px; } }
    .copy a span {
      margin-left: 12px; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/* wp pagenavi
--------------------------------------------- */
/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 40px; }

.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ffffff;
  padding: 6px 10px;
  margin: 0 3px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: solid 1px #333; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #333; }

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

/* animate.css
--------------------------------------------- */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

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

@-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); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

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

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(0px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(0px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(0px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(0px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.9);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.9);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.9);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-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; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-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; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

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

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

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-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;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

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

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

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

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

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-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;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

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

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

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

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

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -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;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

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

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

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

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

/* enter_modal.css
--------------------------------------------- */
.modal_box_wrap {
  display: none; }
  .modal_box_wrap .inner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11000000; }
    .modal_box_wrap .inner .main_imgBox {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      background-size: cover;
      background: #fff; }
      .modal_box_wrap .inner .main_imgBox:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        background: url(../images/overlay.png) repeat center center scroll;
        z-index: 100; }
    .modal_box_wrap .inner .main_img {
      z-index: 10;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0; }

@-webkit-keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  1% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  51% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  52% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  1% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  5% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  51% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  52% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .modal_box_wrap .modal_box {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
    max-width: 500px; }
    @media (max-width: 768px) {
      .modal_box_wrap .modal_box {
        width: 100%; } }
    .modal_box_wrap .modal_box .modal_logo {
      width: 240px;
      margin: 0 auto 32px; }
      @media (max-width: 768px) {
        .modal_box_wrap .modal_box .modal_logo {
          width: 200px; } }
    .modal_box_wrap .modal_box .txt {
      font-size: 12px;
      margin-bottom: 32px; }
    .modal_box_wrap .modal_box .confirm-image {
      margin: 0 24px;
      display: inline-block; }
      @media (max-width: 768px) {
        .modal_box_wrap .modal_box .confirm-image {
          margin: 16px;
          display: block; } }
    .modal_box_wrap .modal_box .enter-box a {
      display: inline-block;
      width: 100%;
      max-width: 140px;
      height: 46px;
      line-height: 42px;
      font-size: 20px;
      letter-spacing: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: #fff;
      border: solid 2px #fff;
      font-family: "cinzel", "Noto Sans JP", sans-serif;
      cursor: pointer;
      text-decoration: none; }
      @media (max-width: 768px) {
        .modal_box_wrap .modal_box .enter-box a {
          max-width: 190px; } }

/* wp pagenavi
--------------------------------------------- */
.form-table {
  margin-top: 40px; }
  .form-table th,
  .form-table td {
    padding: 20px 15px; }

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  -webkit-appearance: none; }

.wpcf7-form label {
  margin-bottom: 0; }

.wpcf7-form th {
  font-weight: normal;
  position: relative; }

.wpcf7-form .hissu {
  background: #4256b9;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 1px;
  position: absolute;
  margin-left: 12px;
  border-radius: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px; }

.wpcf7-form input,
.wpcf7-form select {
  font-size: 14px !important; }

.wpcf7-form .form_input {
  display: block;
  width: 100%;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #DDD;
  -webkit-transition: border-color ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s; }

.wpcf7-form .form-group .wpcf7-list-item {
  margin-bottom: 8px; }

.wpcf7-form .button {
  text-align: center;
  margin: 32px auto 60px !important;
  width: 200px;
  padding: 12px auto;
  display: block;
  height: 52px;
  background: #333;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }
  .wpcf7-form .button:hover {
    opacity: .8; }

.wpcf7-form .form-group {
  margin-bottom: 16px; }
  .wpcf7-form .form-group p {
    margin-top: 0;
    margin-bottom: 6px; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
