@charset "UTF-8";
/*! hirorock */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.invisible {
  visibility: hidden; }

.clearfix:after, .row:after,
.cf:after {
  content: "";
  display: block;
  clear: both; }

/*
The provided mixins are intended to be used with the array-like variables

.icon-email {
  @include sprite($icon-email);
}
.icon-email {
  @include r-sprite($icon-email);
}

*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  overflow-y: scroll;
  -webkit-touch-callout: none; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; }
  img[src*=".svg"] {
    width: 100%; }

.list-square {
  list-style: inside square; }

.list-circle {
  list-style: inside circle; }

.list-disc {
  list-style: inside disc; }

.unlist {
  padding: 0;
  margin: 0;
  list-style: none; }

.row {
  box-sizing: border-box;
  width: 100%;
  display: block; }
  .row [class^='col-'] {
    padding: 0 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
    box-sizing: border-box; }
    .row [class^='col-'] img {
      width: 100%;
      vertical-align: bottom; }
  .row .col-4 {
    width: 33.3%; }
  .row .col-8 {
    width: 66.6%; }
  .row .col-12 {
    width: 100%; }

.is-require, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  color: #ED1B1B !important; }

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: bold; }

input.wpcf7-not-valid {
  background: #FFcccc; }

.mod-privacy {
  height: 165px; }
  .mod-privacy ol {
    padding-left: 1.5em; }
    .mod-privacy ol > li {
      margin-bottom: 1em; }
    .mod-privacy ol ul li {
      list-style: inside; }

div.wpcf7-validation-errors {
  background-color: #FFcccc;
  border: 0 !important;
  margin: 40px 0 20px 0 !important;
  font-weight: bold;
  font-size: 14px;
  text-align: center; }
  .is-pc div.wpcf7-validation-errors {
    font-size: 18px;
    line-height: 47px; }

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block; }

input.wpcf7-form-control {
  border: none;
  width: 50%;
  box-sizing: border-box;
  padding: 4px 10px; }
  input.wpcf7-form-control.text-zip {
    width: 150px; }

textarea.wpcf7-textarea {
  border: none;
  width: 50%;
  box-sizing: border-box;
  padding: 4px 10px;
  width: 75%; }

span.wpcf7-list-item {
  font-weight: normal;
  margin-right: 1.1em;
  margin-left: 0 !important;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 2; }
  span.wpcf7-list-item label {
    line-height: 25px; }
  span.wpcf7-list-item:first-child:before {
    display: none; }

.checkbox-alert {
  width: 100%;
  display: block;
  text-align: center; }
  .checkbox-alert #checkbox-alert {
    margin-top: 20px;
    line-height: 47px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75); }
    .checkbox-alert #checkbox-alert > span {
      padding: 5px 0;
      margin: 0;
      display: block; }
      .is-sp .checkbox-alert #checkbox-alert > span {
        text-indent: -2em;
        position: relative; }
    .checkbox-alert #checkbox-alert.wpcf7-not-valid {
      background-color: #FFcccc; }

.is-sp .mod-contactform dl {
  display: block !important; }
  .is-sp .mod-contactform dl dt {
    padding-bottom: 0; }
  .is-sp .mod-contactform dl dt,
  .is-sp .mod-contactform dl dd {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    background-color: transparent; }
    .is-sp .mod-contactform dl dt input.wpcf7-form-control,
    .is-sp .mod-contactform dl dd input.wpcf7-form-control {
      width: 100%; }
    .is-sp .mod-contactform dl dt textarea.wpcf7-textarea,
    .is-sp .mod-contactform dl dd textarea.wpcf7-textarea {
      width: 100%;
      height: 100px; }
    .is-sp .mod-contactform dl dt input.wpcf7-form-control.text-zip,
    .is-sp .mod-contactform dl dd input.wpcf7-form-control.text-zip {
      width: 100px; }

.mod-contactform h5 {
  color: #70552A;
  font-size: 18px;
  text-align: center;
  margin: 40px 0 20px; }

.mod-contactform > p {
  text-align: center;
  font-weight: bold; }

.mod-contactform-description {
  text-align: left;
  font-weight: bold; }
  .mod-contactform-description h5 {
    margin-top: 20px;
    color: #70552A;
    font-size: 16px; }
  .mod-contactform-description > dl {
    margin-top: 10px;
    margin-bottom: 10px; }
    .mod-contactform-description > dl:last-of-type {
      margin-bottom: 40px; }
    .mod-contactform-description > dl dt {
      position: absolute;
      margin-bottom: 5px; }
    .mod-contactform-description > dl dd {
      margin-left: 70px; }
      .mod-contactform-description > dl dd span:last-child {
        margin-left: 20px; }
        .is-sp .mod-contactform-description > dl dd span:last-child {
          display: block;
          margin-left: 0; }
  .mod-contactform-description > div {
    text-align: center;
    margin-bottom: 40px; }
    .mod-contactform-description > div a.mod-btn, .mod-contactform-description > div a#zip-btn {
      display: block;
      padding: 0; }
      .is-pc .mod-contactform-description > div a.mod-btn, .is-pc .mod-contactform-description > div a#zip-btn {
        display: inline-block; }
      .mod-contactform-description > div a.mod-btn:last-child, .mod-contactform-description > div a#zip-btn:last-child {
        margin-top: 10px; }
        .is-pc .mod-contactform-description > div a.mod-btn:last-child, .is-pc .mod-contactform-description > div a#zip-btn:last-child {
          margin-top: 0;
          margin-left: 20px; }

.mod-submitwrap {
  margin-top: 30px; }
  .mod-submitwrap input.wpcf7-submit {
    background-color: #3e6a8b !important;
    color: #fff !important;
    width: 100%;
    margin: 0 auto !important;
    display: block !important;
    font-weight: bold;
    transition: .1s; }
    .is-pc .mod-submitwrap input.wpcf7-submit {
      width: 367px; }
    .mod-submitwrap input.wpcf7-submit:hover {
      background-color: #fbad18 !important; }
  .mod-submitwrap .ajax-loader {
    display: none; }

#zip-btn {
  background-color: #3e6a8b !important;
  color: #fff !important;
  line-height: 30px !important;
  padding: 0 20px !important;
  margin-left: 10px !important;
  transition: .1s; }
  #zip-btn:hover {
    background-color: #fbad18 !important; }

.wpcf7-mail-sent-ok {
  display: none !important; }

.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden; }

.simpleselect {
  position: relative;
  width: 100%;
  height: 35px;
  color: #3e6a8b;
  font-size: 12px;
  font-weight: bold; }
  .simpleselect.active {
    height: 230px; }
  .simpleselect, .simpleselect * {
    box-sizing: content-box; }
  .simpleselect .placeholder,
  .simpleselect .options .option,
  .simpleselect .options .optgroup .optgroup-label {
    padding: 11px 10px 11px 15px;
    line-height: 13px;
    cursor: pointer; }
  .simpleselect .placeholder,
  .simpleselect .options {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .simpleselect .options {
    width: 100%; }
    .simpleselect .options :first-child {
      position: relative; }
      .simpleselect .options :first-child:before {
        content: "\f0d8";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        width: 8px;
        line-height: 35px; }
  .simpleselect .placeholder {
    position: relative; }
    .simpleselect .placeholder:after {
      content: "\f0d7";
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      width: 8px;
      line-height: 35px; }
    .simpleselect .placeholder:hover {
      background: #fafafa; }
  .simpleselect .options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 195px !important;
    overflow: hidden !important;
    overflow-y: scroll !important; }
    .simpleselect .options .option.active {
      background: #666;
      color: #fff; }
  .simpleselect.disabled .placeholder,
  .simpleselect.disabled .placeholder:hover {
    background: #fafafa;
    color: #aaa;
    border-color: #eee;
    cursor: default; }
  .simpleselect.disabled .placeholder:after {
    opacity: .5; }

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .is-pc .modaal-wrapper {
    overflow: hidden; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0 4% 60px 4%; }
  .is-pc .modaal-inner-wrapper {
    padding: 0; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: inherit;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
  cursor: auto; }
  .is-pc .modaal-container {
    width: 990px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: absolute;
  right: 3px;
  top: 0;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .is-pc .modaal-close {
    top: -57px; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #fbad18; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 3px;
    height: 30px;
    background: #3e6a8b;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 0; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

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

@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }

.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

a {
  color: #3e6a8b;
  font-weight: bold;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

body {
  line-height: 1.7;
  visibility: hidden; }

.tm-audio, .mod-content > h2.is-404,
[data-theme="audio"] {
  font-family: 'Audiowide', cursive;
  letter-spacing: -.01em; }

.is-pc {
  /* Base */ }
  .is-pc body {
    visibility: visible;
    min-width: 1050px;
    width: 100%;
    color: #4C4C4C;
    word-break: break-all;
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  .is-pc header {
    width: 100%;
    height: 180px;
    position: relative;
    left: 0;
    z-index: 2; }
    .is-pc header .mod-header {
      background-color: #FFF;
      position: relative;
      z-index: 1;
      height: 180px;
      border-bottom: 1px solid #D8CEBA;
      font-size: 14px;
      z-index: 2;
      -webkit-transform: translate3d(0, 0, 0); }
    .is-pc header h1 {
      overflow: hidden;
      width: 990px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 1; }
      .is-pc header h1 a {
        width: 388px;
        height: 64px;
        display: inline-block;
        overflow: hidden;
        text-indent: -7777px;
        text-align: left;
        margin-top: 25px;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-image: url(/assets/themes/mps/images/common/head_logo.png); }
    .is-pc header nav {
      width: 990px;
      height: 100%;
      margin-right: auto;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -495px;
      zoom: 1; }
      .is-pc header nav:before, .is-pc header nav:after {
        content: "";
        display: table; }
      .is-pc header nav:after {
        clear: both; }
    .is-pc header.is-fixed .mod-header {
      position: fixed;
      min-width: 1000px;
      top: 0;
      left: 0;
      height: 75px;
      width: 100%;
      z-index: 1;
      margin-left: 50px;
      box-sizing: border-box; }
      .is-pc header.is-fixed .mod-header h1 {
        width: 180px;
        height: 100%;
        padding-right: 810px; }
        .is-pc header.is-fixed .mod-header h1 a {
          width: 100%;
          height: 100%;
          display: inline-block;
          margin: 0;
          background-size: 180px auto;
          background-repeat: no-repeat;
          background-position: 0 center; }
      .is-pc header.is-fixed .mod-header nav {
        width: 810px;
        padding-left: 180px;
        zoom: 1; }
        .is-pc header.is-fixed .mod-header nav:before, .is-pc header.is-fixed .mod-header nav:after {
          content: "";
          display: table; }
        .is-pc header.is-fixed .mod-header nav:after {
          clear: both; }
        .is-pc header.is-fixed .mod-header nav .mod-nav {
          width: 100%;
          left: 180px;
          height: 74px;
          top: 0;
          z-index: 1; }
          .is-pc header.is-fixed .mod-header nav .mod-nav a:before,
          .is-pc header.is-fixed .mod-header nav .mod-nav a:after,
          .is-pc header.is-fixed .mod-header nav .mod-nav li:before,
          .is-pc header.is-fixed .mod-header nav .mod-nav span:before,
          .is-pc header.is-fixed .mod-header nav .mod-nav span:after {
            display: none; }
          .is-pc header.is-fixed .mod-header nav .mod-nav a,
          .is-pc header.is-fixed .mod-header nav .mod-nav span,
          .is-pc header.is-fixed .mod-header nav .mod-nav a:hover,
          .is-pc header.is-fixed .mod-header nav .mod-nav a:hover span {
            left: 0;
            margin-left: 0; }
          .is-pc header.is-fixed .mod-header nav .mod-nav a:hover span {
            color: #FBAD18; }
          .is-pc header.is-fixed .mod-header nav .mod-nav > li {
            line-height: 74px;
            width: auto;
            margin-left: 15px; }
            .is-pc header.is-fixed .mod-header nav .mod-nav > li ul {
              opacity: 0;
              top: -10px;
              left: -20px;
              position: absolute; }
        .is-pc header.is-fixed .mod-header nav .mod-nav_corp {
          line-height: 74px;
          top: 0; }
          .is-pc header.is-fixed .mod-header nav .mod-nav_corp a {
            font-weight: normal;
            font-size: 13px;
            transition: .3s; }
          .is-pc header.is-fixed .mod-header nav .mod-nav_corp > li a[data-theme="gnav-office"] {
            display: inline-block;
            overflow: hidden;
            width: 0; }
          .is-pc header.is-fixed .mod-header nav .mod-nav_corp .mod-btn[data-theme="gnav-info"], .is-pc header.is-fixed .mod-header nav .mod-nav_corp .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"], .mod-submitwrap .is-pc header.is-fixed .mod-header nav .mod-nav_corp input.wpcf7-submit[data-theme="gnav-info"], .is-pc header.is-fixed .mod-header nav .mod-nav_corp #zip-btn[data-theme="gnav-info"] {
            top: -1px;
            height: 30px;
            line-height: 30px;
            width: 140px;
            padding-right: 10px; }
            .is-pc header.is-fixed .mod-header nav .mod-nav_corp .mod-btn[data-theme="gnav-info"] svg, .is-pc header.is-fixed .mod-header nav .mod-nav_corp .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"] svg, .mod-submitwrap .is-pc header.is-fixed .mod-header nav .mod-nav_corp input.wpcf7-submit[data-theme="gnav-info"] svg, .is-pc header.is-fixed .mod-header nav .mod-nav_corp #zip-btn[data-theme="gnav-info"] svg {
              left: 0; }
  .is-pc section {
    position: relative; }
    .is-pc section:before, .is-pc section:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
  .is-pc footer {
    min-width: 1000px;
    font-size: 12px;
    padding: 55px 0 50px 50px;
    background-color: #fff; }
    .is-pc footer > div {
      zoom: 1; }
      .is-pc footer > div:before, .is-pc footer > div:after {
        content: "";
        display: table; }
      .is-pc footer > div:after {
        clear: both; }

/* Layout */
.is-pc .lo-wrap_global {
  min-width: 1000px;
  padding-left: 50px; }

.lo-btn_center {
  margin-top: 50px;
  text-align: center; }

/* Module */
.mod-morepost {
  zoom: 1;
  color: #70552A;
  font-weight: bold; }
  .mod-morepost:before, .mod-morepost:after {
    content: "";
    display: table; }
  .mod-morepost:after {
    clear: both; }
  .mod-morepost i {
    overflow: hidden;
    text-indent: -7777px;
    text-align: left;
    background: center no-repeat;
    top: 0;
    line-height: 40px;
    height: 100%;
    width: 15px;
    box-sizing: border-box;
    position: relative;
    padding: 10px;
    display: inline; }
    .is-pc .mod-morepost i {
      position: absolute;
      display: inline-block; }
  .mod-morepost > span {
    margin-top: 20px;
    position: relative;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%; }
    .is-pc .mod-morepost > span {
      width: auto; }
    .mod-morepost > span.is-post-prev {
      float: left; }
      .is-pc .mod-morepost > span.is-post-prev {
        padding-left: 40px; }
      .mod-morepost > span.is-post-prev i {
        background-image: url(/assets/themes/mps/images/common/icon-g_arrow_l.png);
        background-size: 15px; }
        .is-pc .mod-morepost > span.is-post-prev i {
          left: 20px; }
    .mod-morepost > span.is-post-next {
      float: right; }
      .is-pc .mod-morepost > span.is-post-next {
        padding-right: 40px; }
      .mod-morepost > span.is-post-next i {
        background-image: url(/assets/themes/mps/images/common/icon-g_arrow_r.png);
        background-size: 15px; }
        .is-pc .mod-morepost > span.is-post-next i {
          right: 20px; }
    .mod-morepost > span a {
      color: inherit;
      display: inline-block;
      text-decoration: none;
      padding: 0 .5em; }
      .is-pc .mod-morepost > span a {
        padding: 0 1em; }

.mod-static-cat {
  font-weight: bold;
  font-size: 12px;
  background-color: #FED744;
  color: #70552A;
  line-height: 1.7;
  padding: 0 15px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 5px; }

.mod-opening {
  background: #fff; }
  .is-pc .home .mod-opening {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fbad18;
    z-index: 999;
    background-image: url(/assets/themes/mps/images/common/opening_logo.png);
    background-position: center center;
    background-repeat: no-repeat; }
    .is-pc .home .mod-opening_shine {
      height: 100%;
      width: 350px;
      background-image: url(/assets/themes/mps/images/common/opening_shine01.png);
      background-repeat: repeat-y;
      background-position: right top;
      position: absolute;
      right: -350px;
      z-index: -1; }
    .is-pc .home .mod-opening_shine:nth-child(2) {
      background-image: url(/assets/themes/mps/images/common/opening_shine02.png);
      right: -350px; }
  .is-sp .mod-opening {
    display: none; }

.mod-a_top {
  position: fixed;
  bottom: -100px;
  cursor: pointer;
  transition: .3s;
  right: 40px;
  z-index: 10; }
  .mod-a_top .mod-icon {
    margin: 0; }
  .mod-a_top.is-view {
    bottom: 40px; }
  .mod-a_top:hover .mod-icon {
    background-color: rgba(0, 0, 0, 0.3); }
  .is-sidebar_open .mod-a_top {
    opacity: 0;
    bottom: -100px; }

.mod-a_sidebar {
  display: inline-block;
  cursor: pointer;
  width: 100%; }
  .mod-a_sidebar:hover .mod-icon {
    background-color: rgba(0, 0, 0, 0.3); }
  .is-sidebar_open .mod-a_sidebar .mod-icon {
    background-image: url(/assets/themes/mps/images/common/icon_cross.png); }

.mod-a_pampam {
  display: inline-block;
  background: url(/assets/themes/mps/images/common/side_character.png);
  height: 190px;
  width: 130px;
  position: absolute;
  top: 210px;
  left: -76px;
  z-index: 1;
  transition: .5s; }
  a.mod-a_sidebar:hover .mod-a_pampam {
    left: -50px;
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg); }
  .is-sidebar_open .mod-a_pampam,
  .is-sidebar_open a.mod-a_sidebar:hover .mod-a_pampam {
    left: -500px; }

.mod-txt_m {
  font-size: 16px; }

.mod-txt_xs {
  font-size: 12px; }

.mod-btn, .mod-submitwrap input.wpcf7-submit, #zip-btn {
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 25px;
  display: inline-block;
  background-color: #f3ede1;
  text-align: center;
  line-height: 45px;
  color: inherit;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer; }
  .mod-btn svg, .mod-submitwrap input.wpcf7-submit svg, #zip-btn svg {
    width: 1em;
    height: 1em; }
  .mod-btn.is-svg180 svg, .mod-submitwrap input.is-svg180.wpcf7-submit svg, .is-svg180#zip-btn svg {
    top: 3px;
    position: relative;
    margin-right: 0;
    fill: #fff;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .mod-btn.is-svg90 svg, .mod-submitwrap input.is-svg90.wpcf7-submit svg, .is-svg90#zip-btn svg {
    top: 3px;
    position: relative;
    margin-right: 0;
    fill: #fff;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .mod-btn.is-svg00 svg, .mod-submitwrap input.is-svg00.wpcf7-submit svg, .is-svg00#zip-btn svg {
    top: 3px;
    position: relative;
    margin-right: 0;
    fill: #fff; }
  .mod-btn:hover, .mod-submitwrap input.wpcf7-submit:hover, #zip-btn:hover {
    text-decoration: none; }
  .mod-btn[data-theme="gnav-info"], .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"], #zip-btn[data-theme="gnav-info"] {
    position: relative;
    position: relative;
    padding-left: 35px;
    width: 160px;
    box-sizing: border-box;
    padding-right: 0;
    font-weight: bold;
    font-size: 15px;
    transition: .3s; }
    .mod-btn[data-theme="gnav-info"]:before, .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"]:before, #zip-btn[data-theme="gnav-info"]:before, .mod-btn[data-theme="gnav-info"]:after, .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"]:after, #zip-btn[data-theme="gnav-info"]:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .mod-btn[data-theme="gnav-info"] svg, .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"] svg, #zip-btn[data-theme="gnav-info"] svg {
      width: 40px;
      height: 100%;
      position: absolute;
      left: 10px; }
    .is-pc .mod-btn[data-theme="gnav-info"]:hover, .is-pc .mod-submitwrap input.wpcf7-submit[data-theme="gnav-info"]:hover, .mod-submitwrap .is-pc input.wpcf7-submit[data-theme="gnav-info"]:hover, .is-pc #zip-btn[data-theme="gnav-info"]:hover {
      background-color: #FBAD18;
      text-decoration: none; }
  .mod-btn[data-theme="flat"], .mod-submitwrap input.wpcf7-submit[data-theme="flat"], #zip-btn[data-theme="flat"] {
    background-color: #FFF;
    line-height: 32px;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    color: #3e6a8b;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    position: relative; }
    .mod-btn[data-theme="flat"]:before, .mod-submitwrap input.wpcf7-submit[data-theme="flat"]:before, #zip-btn[data-theme="flat"]:before, .mod-btn[data-theme="flat"]:after, .mod-submitwrap input.wpcf7-submit[data-theme="flat"]:after, #zip-btn[data-theme="flat"]:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .mod-btn[data-theme="flat"]:after, .mod-submitwrap input.wpcf7-submit[data-theme="flat"]:after, #zip-btn[data-theme="flat"]:after {
      background: url(/assets/themes/mps/images/common/04arrow.png) center no-repeat;
      background-size: 15px;
      position: absolute;
      top: 0;
      line-height: 30px;
      right: 8px;
      height: 30px;
      width: 15px; }
    .mod-btn[data-theme="flat"]:hover, .mod-submitwrap input.wpcf7-submit[data-theme="flat"]:hover, #zip-btn[data-theme="flat"]:hover {
      transition: .3s;
      background-color: #3e6a8b;
      color: #FFF; }
      .mod-btn[data-theme="flat"]:hover:after, .mod-submitwrap input.wpcf7-submit[data-theme="flat"]:hover:after, #zip-btn[data-theme="flat"]:hover:after {
        background-image: url(/assets/themes/mps/images/common/icon-w-arrow_r.png); }
    .mod-btn[data-theme="flat"] a, .mod-submitwrap input.wpcf7-submit[data-theme="flat"] a, #zip-btn[data-theme="flat"] a {
      padding-right: 15px;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      display: inline-block;
      color: inherit;
      text-decoration: none; }
  .mod-btn[data-theme="inactive"], .mod-submitwrap input.wpcf7-submit[data-theme="inactive"], #zip-btn[data-theme="inactive"] {
    background-color: #FFF;
    line-height: 32px;
    width: 100%;
    display: inline-block;
    box-shadow: none;
    color: #3e6a8b;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    cursor: default;
    position: relative; }
    .mod-btn[data-theme="inactive"]:before, .mod-submitwrap input.wpcf7-submit[data-theme="inactive"]:before, #zip-btn[data-theme="inactive"]:before, .mod-btn[data-theme="inactive"]:after, .mod-submitwrap input.wpcf7-submit[data-theme="inactive"]:after, #zip-btn[data-theme="inactive"]:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }

.mod-tags-half {
  zoom: 1;
  margin-top: -10px;
  margin-left: -10px; }
  .mod-tags-half:before, .mod-tags-half:after {
    content: "";
    display: table; }
  .mod-tags-half:after {
    clear: both; }
  .mod-tags-half li {
    width: 100px;
    margin-left: 5%; }

.mod-tag {
  zoom: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  margin-top: 10px !important;
  border-radius: 5px;
  float: left;
  transition: .3s; }
  .mod-tag:before, .mod-tag:after {
    content: "";
    display: table; }
  .mod-tag:after {
    clear: both; }
  .mod-tag:hover {
    background-color: #3e6a8b; }
  .mod-tag a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    width: 100%; }

.mod-icon {
  width: 33px;
  height: 33px;
  display: block;
  text-align: left;
  text-indent: -777px;
  overflow: hidden;
  margin: 16px auto;
  display: block; }

.mod-video {
  position: fixed !important;
  min-width: 1000px; }

.mod-section-profile_msg {
  text-align: center;
  background-color: #FFD54D;
  z-index: 1;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 15px 15px 0px;
  box-sizing: border-box;
  position: relative;
  margin-top: -15px;
  border-radius: 10px; }
  .is-pc .mod-section-profile_msg {
    width: 100%;
    margin-top: -60px;
    margin-bottom: 0;
    padding: 55px 0 110px 0;
    border-radius: 0; }
  .mod-section-profile_msg .is-topmsg {
    font-size: 17px;
    color: #70552A;
    font-weight: bold;
    margin-left: -10px;
    margin-right: -10px; }
    .is-pc .mod-section-profile_msg .is-topmsg {
      margin: 0;
      font-size: 22px; }
  .mod-section-profile_msg svg {
    height: 30px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    fill: #FFF; }
  .mod-section-profile_msg .is-bottommsg {
    text-align: left;
    font-size: 14px;
    padding-bottom: 1px;
    font-weight: bold; }
    .is-pc .mod-section-profile_msg .is-bottommsg {
      font-weight: normal;
      text-align: center; }

.mod-section-profile_strong {
  padding: 0 0 30px;
  background-color: #F2ECE0;
  text-align: center; }
  .is-pc .mod-section-profile_strong {
    padding: 48px 0 66px; }
  .mod-section-profile_strong > h2 {
    color: #70552A;
    text-align: center;
    font-size: 20px;
    border-bottom: 4px solid #fbad18;
    display: inline-table;
    margin: 0 auto 15px;
    clear: both;
    padding-bottom: 5px;
    padding-top: 30px; }
    .is-pc .mod-section-profile_strong > h2 {
      font-size: 22px;
      line-height: 1;
      width: 200px;
      left: 50%;
      top: -90px;
      position: absolute;
      z-index: 1;
      background-color: inherit;
      height: 100px;
      padding-top: 60px;
      box-sizing: border-box;
      margin-left: -100px;
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
      border: 0; }
  .mod-section-profile_strong_descriptions {
    zoom: 1;
    width: 92%;
    margin: 0 auto; }
    .mod-section-profile_strong_descriptions:before, .mod-section-profile_strong_descriptions:after {
      content: "";
      display: table; }
    .mod-section-profile_strong_descriptions:after {
      clear: both; }
    .is-pc .mod-section-profile_strong_descriptions {
      width: 990px; }
    .mod-section-profile_strong_descriptions dl {
      margin-top: 0;
      width: 100%;
      background-color: #fff;
      border-radius: 10px;
      background: #FFF no-repeat 15px 20px;
      background-size: 100px; }
      .is-pc .mod-section-profile_strong_descriptions dl {
        width: 31.333%;
        float: left;
        margin: 0 0 0 3%;
        padding-top: 190px;
        padding-top: 200px;
        background: #FFF no-repeat center 40px;
        background-size: auto; }
      .mod-section-profile_strong_descriptions dl:first-child {
        margin-left: 0; }
      .mod-section-profile_strong_descriptions dl.is-description_support {
        background-image: url(/assets/themes/mps/images/cat-strong/cut_Z_TOP_90.png); }
      .mod-section-profile_strong_descriptions dl.is-description_ordermade {
        background-image: url(/assets/themes/mps/images/cat-strong/cut_Z_TOP_92.png); }
      .mod-section-profile_strong_descriptions dl.is-description_directly {
        background-image: url(/assets/themes/mps/images/cat-strong/F_3.png); }
      .mod-section-profile_strong_descriptions dl dt {
        display: table;
        height: 105px;
        padding-top: 10px;
        margin-bottom: 5px; }
        .is-pc .mod-section-profile_strong_descriptions dl dt {
          margin: 0;
          height: auto;
          display: block;
          padding-top: 0; }
        .mod-section-profile_strong_descriptions dl dt h4 {
          text-align: left;
          font-size: 14px;
          color: #70552A;
          position: relative;
          padding-left: 130px;
          display: table-cell;
          vertical-align: middle; }
          .is-pc .mod-section-profile_strong_descriptions dl dt h4 {
            display: block;
            text-align: center;
            padding-left: 0; }
          .mod-section-profile_strong_descriptions dl dt h4:before {
            content: attr(data-eng);
            font-family: 'Audiowide', cursive;
            letter-spacing: -.01em;
            color: #3e6a8b;
            font-size: 23px;
            font-weight: normal;
            text-align: left;
            width: 100%;
            left: 0;
            position: relative;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            line-height: 1;
            top: 0;
            margin-bottom: 5px;
            font-weight: normal; }
            .is-pc .mod-section-profile_strong_descriptions dl dt h4:before {
              font-weight: bold;
              font-size: 30px;
              text-align: center;
              margin-bottom: 20px; }
          .is-pc .mod-section-profile_strong_descriptions dl dt h4 {
            height: 115px;
            font-size: 14px; }
      .mod-section-profile_strong_descriptions dl dd {
        font-size: 14px;
        padding: 0 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        text-align: left;
        font-weight: normal; }
        .is-pc .mod-section-profile_strong_descriptions dl dd {
          line-height: 1.7;
          padding: 0 30px 30px 30px; }

.mod-section-static {
  padding: 25px 0;
  background-color: #F2ECE0; }
  .is-pc .mod-section-static {
    padding: 50px 0; }
  .mod-section-static > h2 {
    color: #70552A;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }
    .is-pc .mod-section-static > h2 {
      font-size: 22px;
      margin-bottom: 50px; }

.mod-section > div {
  width: 100%;
  background-color: #f3ede1;
  position: relative;
  z-index: 1;
  padding-bottom: 40px; }
  .home .mod-section > div {
    padding-bottom: 80px; }
  .mod-section > div[data-theme="motif"] {
    background: #fff url(/assets/themes/mps/images/common/background_motif.gif) center top repeat-y; }
    .mod-section > div[data-theme="motif"] .mod-content {
      position: relative;
      text-align: center;
      background: transparent; }
      .mod-section > div[data-theme="motif"] .mod-content > div {
        text-align: left; }
        .mod-section > div[data-theme="motif"] .mod-content > div.lo-btn_center {
          text-align: center; }
      .mod-section > div[data-theme="motif"] .mod-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        background-color: #FFF; }
      .mod-section > div[data-theme="motif"] .mod-content h2 {
        background-color: #fff;
        display: inline-block; }
  .mod-section > div[data-theme="motif-nopadding"] {
    background: #fff url(/assets/themes/mps/images/common/background_motif.gif) center top repeat-y;
    padding-bottom: 0; }
    .mod-section > div[data-theme="motif-nopadding"] .mod-content {
      position: relative;
      text-align: center;
      background: transparent; }
      .mod-section > div[data-theme="motif-nopadding"] .mod-content > div {
        text-align: left; }
        .mod-section > div[data-theme="motif-nopadding"] .mod-content > div.lo-btn_center {
          text-align: center; }
      .mod-section > div[data-theme="motif-nopadding"] .mod-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        background-color: #FFF; }
      .mod-section > div[data-theme="motif-nopadding"] .mod-content h2 {
        background-color: #fff;
        display: inline-block; }
  .mod-section > div > div:first-child {
    width: 100%;
    top: 0;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat;
    background-color: #FFF;
    height: 300px;
    background-attachment: fixed;
    background-position: center -230px;
    background-size: cover; }
    .is-pc .home .mod-section > div > div:first-child {
      background-position: center;
      height: 600px;
      border-bottom: 0; }

.mod-section.theme-work > div > div:first-child {
  background-position: center -10px; }

.mod-section-copyright {
  background-color: #F7F2E8;
  padding: 10px 0 0; }
  .is-pc .mod-section-copyright {
    padding: 55px 0 0; }
  .mod-section-copyright h5 {
    margin: 0 auto;
    width: 92%;
    text-align: left;
    font-size: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #D8C7B4;
    font-weight: normal; }
    .is-pc .mod-section-copyright h5 {
      width: 100%; }
  .mod-section-copyright > div {
    background-color: #F7F2E8;
    padding-bottom: 15px !important; }
    .is-pc .mod-section-copyright > div {
      padding-bottom: 50px !important; }
  .mod-section-copyright_uls {
    font-size: 11px;
    zoom: 1;
    margin-top: 10px; }
    .mod-section-copyright_uls:before, .mod-section-copyright_uls:after {
      content: "";
      display: table; }
    .mod-section-copyright_uls:after {
      clear: both; }
    .is-pc .mod-section-copyright_uls {
      margin-top: 30px; }
    .mod-section-copyright_uls ul {
      zoom: 1;
      float: left;
      width: 100%;
      text-align: left; }
      .mod-section-copyright_uls ul:before, .mod-section-copyright_uls ul:after {
        content: "";
        display: table; }
      .mod-section-copyright_uls ul:after {
        clear: both; }
      .mod-section-copyright_uls ul li {
        margin-bottom: 5px; }
        .mod-section-copyright_uls ul li:lalst-child {
          margin-bottom: 0; }
        .mod-section-copyright_uls ul li .logo-piapro {
          width: 44px;
          vertical-align: middle; }
      .is-pc .mod-section-copyright_uls ul {
        width: 49%;
        margin-left: 2%; }
        .is-pc .mod-section-copyright_uls ul:first-child {
          margin-left: 0; }

.mod-section[data-theme="video_dummy"] {
  background-color: #000;
  display: block; }
  .is-pc .home .mod-section[data-theme="video_dummy"] {
    height: 600px;
    position: relative; }
  .mod-section[data-theme="video_dummy"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mod-section[data-theme="video_dummy"] span {
    position: relative;
    bottom: 15px;
    position: absolute;
    color: #FFF;
    font-style: italic;
    font-size: 21px;
    right: 5px;
    display: inline-block;
    line-height: 1;
    z-index: 1; }
    .mod-section[data-theme="video_dummy"] span:before, .mod-section[data-theme="video_dummy"] span:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .is-pc .mod-section[data-theme="video_dummy"] span {
      right: 10px; }
    .mod-section[data-theme="video_dummy"] span:before {
      width: 10px;
      height: 1px;
      background-color: #FFF;
      top: .5em;
      left: -60px; }
      .is-pc .mod-section[data-theme="video_dummy"] span:before {
        width: 50px; }

.mod-section[data-theme="video"] {
  display: none;
  height: 600px;
  overflow: hidden;
  position: absolute;
  background-color: #000;
  z-index: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  padding-left: 50px;
  box-sizing: border-box;
  transition-property: opacity;
  transition-duration: 2000ms; }
  .home .mod-section[data-theme="video"] {
    display: block;
    min-width: 1050px; }
  .mod-section[data-theme="video"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mod-section[data-theme="video"] iframe {
    width: 100%;
    margin: 0 auto;
    display: inherit;
    position: relative;
    position: relative; }
    .mod-section[data-theme="video"] iframe:before, .mod-section[data-theme="video"] iframe:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .mod-section[data-theme="video"] iframe.is-fit {
      max-width: 1600px;
      min-width: 1440px; }

.mod-section[data-theme="character"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/1.jpg); }

.mod-section[data-theme="character"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-1.png);
  background-position: 0px 0px; }

.mod-section[data-theme="character"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime31 3.5s steps(31);
  animation: charaAnime31 3.5s steps(31);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="service"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/2.jpg); }

.mod-section[data-theme="service"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-2.png);
  background-position: 0px 0px; }

.mod-section[data-theme="service"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime37 3.5s steps(37);
  animation: charaAnime37 3.5s steps(37);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="company"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/2.jpg); }

.mod-section[data-theme="company"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-3.png);
  background-position: 0px 0px; }

.mod-section[data-theme="company"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime37 3.5s steps(37);
  animation: charaAnime37 3.5s steps(37);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="inquiry"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/2.jpg); }

.mod-section[data-theme="inquiry"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-4.png);
  background-position: 0px 0px; }

.mod-section[data-theme="inquiry"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime48 3.5s steps(48);
  animation: charaAnime48 3.5s steps(48);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="search"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/3.jpg); }

.mod-section[data-theme="search"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-5.png);
  background-position: 0px 0px; }

.mod-section[data-theme="search"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime36 3.5s steps(36);
  animation: charaAnime36 3.5s steps(36);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="search"].theme-work > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/10.jpg); }

.mod-section[data-theme="search"].theme-work > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-5.png);
  background-position: 0px 0px; }

.mod-section[data-theme="search"].theme-work > div > div > h2.is-active:after {
  -webkit-animation: charaAnime36 3.5s steps(36);
  animation: charaAnime36 3.5s steps(36);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="strong"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/4.jpg); }

.mod-section[data-theme="strong"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-6.png);
  background-position: 0px 0px; }

.mod-section[data-theme="strong"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime32 3.5s steps(32);
  animation: charaAnime32 3.5s steps(32);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="strong"] > div > div:first-child {
  background-position: center 13% !important; }
  .is-pc .mod-section[data-theme="strong"] > div > div:first-child {
    background-position: center 34px !important; }

.mod-section[data-theme="strong_under"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/4.jpg); }

.mod-section[data-theme="strong_under"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-6.png);
  background-position: 0px 0px; }

.mod-section[data-theme="strong_under"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime32 3.5s steps(32);
  animation: charaAnime32 3.5s steps(32);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="strong_under"] > div > div:first-child {
  background-position: center 13% !important; }
  .is-pc .mod-section[data-theme="strong_under"] > div > div:first-child {
    background-position: center -44px !important; }

.mod-section[data-theme="news"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/5.jpg); }

.mod-section[data-theme="news"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-7.png);
  background-position: 0px 0px; }

.mod-section[data-theme="news"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime36 3.5s steps(36);
  animation: charaAnime36 3.5s steps(36);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="news_under"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/9.jpg); }

.mod-section[data-theme="news_under"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-7.png);
  background-position: 0px 0px; }

.mod-section[data-theme="news_under"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime36 3.5s steps(36);
  animation: charaAnime36 3.5s steps(36);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="news_under"] > div > div:first-child {
  background-position: center 0 !important;
  background-image: url(/assets/themes/mps/images/common/background/5.jpg); }
  .is-pc .mod-section[data-theme="news_under"] > div > div:first-child {
    background-position: center -230px !important;
    background-image: url(/assets/themes/mps/images/common/background/9.jpg); }

.mod-section[data-theme="stage"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/6.jpg); }

.mod-section[data-theme="stage"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-2.png);
  background-position: 0px 0px; }

.mod-section[data-theme="stage"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime37 3.5s steps(37);
  animation: charaAnime37 3.5s steps(37);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="special"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/8.jpg); }

.mod-section[data-theme="special"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-2.png);
  background-position: 0px 0px; }

.mod-section[data-theme="special"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime37 3.5s steps(37);
  animation: charaAnime37 3.5s steps(37);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.is-pc .mod-section[data-theme="special"] > div > div:first-child {
  background-position: center -200px !important; }

.mod-section[data-theme="show"] > div > div:first-child {
  background-image: url(/assets/themes/mps/images/common/background/7.jpg); }

.mod-section[data-theme="show"] > div > div > h2:after {
  background-image: url(/assets/themes/mps/images/common/background/head-2.png);
  background-position: 0px 0px; }

.mod-section[data-theme="show"] > div > div > h2.is-active:after {
  -webkit-animation: charaAnime37 3.5s steps(37);
  animation: charaAnime37 3.5s steps(37);
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2; }

.mod-section[data-theme="show"] > div > div:first-child {
  background-position: center 13% !important; }
  .is-pc .mod-section[data-theme="show"] > div > div:first-child {
    background-position: center -90px !important; }

.mod-section[data-theme="none"] > div > div:first-child {
  height: 0; }
  .is-pc .mod-section[data-theme="none"] > div > div:first-child {
    display: none; }

.mod-section[data-theme="none"] > div > div > h2:after {
  display: none; }

.mod-section[data-theme="none"] .mod-content:after {
  display: none; }

.mod-content {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  background-color: inherit;
  position: relative; }
  .mod-content:before, .mod-content:after {
    content: "";
    display: block;
    position: relative;
    text-indent: 0;
    text-align: left;
    line-height: 1; }
  .mod-content.theme-work h2 {
    color: #396780; }
  .mod-content.theme-work .mod-search-sort a {
    background-color: #396780;
    color: #fff; }
  .mod-content.theme-work .mod-search-sort_child > div > div h5 {
    color: #396780; }
  .mod-content.theme-work .mod-content_project_detail {
    border-color: #396780; }
  .mod-content[data-theme="no-circle"]:after, .mod-content[data-theme="no-circle"]:before {
    display: none; }
  .mod-content:after {
    position: absolute;
    top: -60px;
    height: 105px;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    background-color: inherit;
    border-top-left-radius: 210px 210px;
    border-top-right-radius: 210px 210px;
    z-index: 0; }
    [data-theme="no-circle"] .mod-content:after {
      display: none; }
    [data-theme="motif"] .mod-content:after {
      background-color: #fff; }
    .is-pc footer .mod-content:after {
      display: none; }
  .mod-content > h2 {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
    position: relative;
    text-align: center;
    font-size: 32px;
    color: #3e6a8b;
    background-color: inherit;
    padding-top: 70px;
    padding-bottom: 0;
    line-height: 1;
    z-index: 1; }
    .mod-content > h2:before, .mod-content > h2:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .mod-content > h2.is-none_h3 {
      margin-bottom: 55px; }
    .mod-content > h2.is-404 {
      font-size: 25px;
      font-weight: normal;
      border: none;
      padding-bottom: 0; }
      .is-pc .mod-content > h2.is-404 {
        font-size: 40px; }
    .mod-content > h2:after {
      height: 100px;
      width: 120px;
      left: 50%;
      position: absolute;
      top: -50px;
      margin-left: -60px;
      background-repeat: no-repeat; }
    .is-pc .home .mod-content > h2 {
      font-size: 22px;
      color: #70552A;
      padding-bottom: 55px; }
  .mod-content > h3 {
    font-size: 16px;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    margin-top: 16px;
    color: #70552A;
    padding: 0 10px; }
    .is-pc .mod-content > h3 {
      margin-bottom: 55px; }
    [data-theme="motif"] .mod-content > h3 {
      text-shadow: 0 0 10px #FFF;
      text-shadow: 0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF,0 0 10px #FFF; }
  .mod-content > div {
    position: relative;
    z-index: 1; }
  .mod-content_404 {
    color: #3e6a8b;
    text-align: center;
    background: url(/assets/themes/mps/images/404.png) no-repeat center bottom;
    height: 300px;
    min-width: 240px;
    margin-bottom: 0px;
    background-size: 200px; }
    .is-pc .mod-content_404 {
      height: 350px;
      min-width: 240px;
      margin-bottom: 100px;
      background-size: auto; }
  .mod-content_formsend {
    color: inherit; }
    .mod-content_formsend > div {
      text-align: center;
      border: 2px solid rgba(174, 128, 38, 0.3);
      padding: 10px 10px 120px 10px;
      box-sizing: border-box;
      position: relative; }
      .is-pc .mod-content_formsend > div {
        padding: 40px 0; }
      .mod-content_formsend > div:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 13%;
        width: 100px;
        padding-top: 120px;
        background: url(/assets/themes/mps/images/common/formsend01.png) no-repeat center bottom;
        background-size: 100px auto; }
        .is-pc .mod-content_formsend > div:before {
          left: 37px;
          width: 140px;
          height: 160px;
          background-size: auto; }
      .mod-content_formsend > div:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 13%;
        width: 100px;
        padding-top: 120px;
        background: url(/assets/themes/mps/images/common/formsend02.png) no-repeat center bottom;
        background-size: 100px auto; }
        .is-pc .mod-content_formsend > div:after {
          right: 37px;
          width: 125px;
          height: 145px;
          background-size: auto; }
      .mod-content_formsend > div h4 {
        font-size: 18px;
        font-weight: bold; }
        .is-pc .mod-content_formsend > div h4 {
          font-size: 26px; }
      .mod-content_formsend > div p {
        text-align: left;
        color: #ED1B1B; }
        .is-pc .mod-content_formsend > div p {
          text-align: center; }
  .mod-content_single {
    background-color: #FFF;
    border-top: 4px solid #FED744;
    padding: 15px 15px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: left; }
    .is-pc .mod-content_single {
      width: 100%;
      padding: 20px 30px; }
    .mod-content_single > div span.is-data {
      color: #70552A;
      font-weight: bold;
      font-size: 14px;
      margin-right: 15px;
      top: 2px;
      position: relative; }
      .is-pc .mod-content_single > div span.is-data {
        font-size: 16px; }
    .mod-content_single > div span.mod-static-cat {
      font-size: 14px; }
    .mod-content_single p {
      font-size: 14px; }
      .mod-content_single p:last-child {
        margin-bottom: 0; }
    .mod-content_single img {
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 100%; }
    .mod-content_single > h1 {
      font-size: 18px;
      color: #3e6a8b;
      line-height: 1.5;
      margin-bottom: 15px;
      margin-top: 10px; }
      .is-pc .mod-content_single > h1 {
        font-size: 32px; }
    .mod-content_single .is-single-section-child {
      margin-top: 20px; }
      .is-pc .mod-content_single .is-single-section-child {
        margin-top: 30px; }
      .mod-content_single .is-single-section-child h3 {
        margin-top: 1em;
        font-size: 16px;
        color: #3e6a8b; }
        .is-pc .mod-content_single .is-single-section-child h3 {
          font-size: 18px; }
      .mod-content_single .is-single-section-child p.is-single-section-p1 {
        font-weight: bold;
        color: #70552A; }
      .mod-content_single .is-single-section-child p.is-single-section-p2 {
        font-weight: normal; }
      .mod-content_single .is-single-section-child p a {
        color: #3e6a8b;
        font-weight: bold; }
        .mod-content_single .is-single-section-child p a:hover {
          text-decoration: none; }
      .mod-content_single .is-single-section-child img {
        max-width: 85%;
        margin-bottom: 1em;
        margin-top: 1em; }
  .mod-content_project {
    text-align: left;
    color: inherit;
    margin-top: 20px; }
    .mod-content_project:after {
      display: none;
      height: 0; }
    .mod-content_project_detail_wrapper {
      padding: 60px 0; }
      .is-pc .mod-content_project_detail_wrapper {
        padding: 0; }
    .mod-content_project_detail {
      zoom: 1;
      box-sizing: border-box;
      padding: 20px 20px 10px 20px;
      background-color: #FFF;
      margin-bottom: 20px;
      border-top: 4px solid #FED744; }
      .mod-content_project_detail:before, .mod-content_project_detail:after {
        content: "";
        display: table; }
      .mod-content_project_detail:after {
        clear: both; }
      .modaal-content-container .mod-content_project_detail {
        margin-top: 0;
        margin-bottom: 0; }
      .is-pc .mod-content_project_detail {
        width: 990px;
        padding: 30px; }
      .mod-content_project_detail_photo {
        width: 450px;
        float: left;
        margin-bottom: 20px;
        overflow: hidden; }
        .is-pc .mod-content_project_detail_photo {
          margin-bottom: 0px; }
        .mod-content_project_detail_photo_img {
          position: relative;
          width: 100%;
          overflow: hidden; }
          .mod-content_project_detail_photo_img > ul {
            display: block;
            width: 100%;
            position: relative;
            padding-top: 66.666%; }
            .mod-content_project_detail_photo_img > ul > li {
              position: absolute;
              top: 0;
              height: 100%;
              width: 100%;
              display: none;
              text-align: center; }
              .mod-content_project_detail_photo_img > ul > li:first-child {
                display: block; }
              .mod-content_project_detail_photo_img > ul > li > img {
                max-height: 100%;
                max-width: 100%;
                height: auto;
                display: block;
                margin: 0 auto; }
          .mod-content_project_detail_photo_img span {
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.75);
            font-size: 10px;
            line-height: 20px;
            box-sizing: border-box;
            padding-left: 10px; }
        .mod-content_project_detail_photo_imgs {
          zoom: 1;
          background-color: rgba(174, 128, 38, 0.3);
          padding: 10px 0;
          position: relative; }
          .mod-content_project_detail_photo_imgs:before, .mod-content_project_detail_photo_imgs:after {
            content: "";
            display: table; }
          .mod-content_project_detail_photo_imgs:after {
            clear: both; }
          .mod-content_project_detail_photo_imgs > ul {
            left: 50%;
            position: relative;
            float: left;
            height: 40px; }
            .mod-content_project_detail_photo_imgs > ul > li {
              max-width: 50px;
              height: 30px;
              display: inline-block;
              margin-left: 10px;
              position: relative;
              left: -50%;
              vertical-align: initial; }
              .mod-content_project_detail_photo_imgs > ul > li:first-child {
                margin-left: 0; }
              .mod-content_project_detail_photo_imgs > ul > li a {
                cursor: pointer;
                display: inline-block; }
                .mod-content_project_detail_photo_imgs > ul > li a.is-active {
                  position: relative;
                  opacity: .8; }
                  .mod-content_project_detail_photo_imgs > ul > li a.is-active:before, .mod-content_project_detail_photo_imgs > ul > li a.is-active:after {
                    content: "";
                    display: block;
                    position: relative;
                    text-indent: 0;
                    text-align: left;
                    line-height: 1; }
                  .mod-content_project_detail_photo_imgs > ul > li a.is-active:after {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: 3px solid #fff;
                    box-sizing: border-box; }
                .mod-content_project_detail_photo_imgs > ul > li a img {
                  width: auto;
                  max-height: 40px;
                  max-width: 50px; }
      .mod-content_project_detail_description {
        width: 450px;
        float: right; }
        .mod-content_project_detail_description h2 {
          font-size: 18px;
          color: #3e6a8b;
          line-height: 1.2; }
          .is-pc .mod-content_project_detail_description h2 {
            font-size: 24px; }
        .mod-content_project_detail_description .tm-cat {
          margin-top: 15px; }
          .is-pc .mod-content_project_detail_description .tm-cat {
            margin-top: 20px; }
          .mod-content_project_detail_description .tm-cat ul {
            zoom: 1; }
            .mod-content_project_detail_description .tm-cat ul:before, .mod-content_project_detail_description .tm-cat ul:after {
              content: "";
              display: table; }
            .mod-content_project_detail_description .tm-cat ul:after {
              clear: both; }
            .mod-content_project_detail_description .tm-cat ul li {
              float: left;
              margin-right: 15px;
              margin-bottom: 10px; }
              .mod-content_project_detail_description .tm-cat ul li a {
                /*
                  font-weight: bold;
                  font-size: 14px;
                  background-color: #FED744;
                  color: $cl-gold;
                  line-height: 26px;
                  padding: 0 15px;
                  display: inline-block;
                  text-decoration: none;
                  border-radius: 3px;
                  */ }
                .mod-content_project_detail_description .tm-cat ul li a:hover {
                  text-decoration: none; }
        .mod-content_project_detail_description .tm-txt {
          font-size: 14px;
          font-weight: normal;
          margin-top: 10px;
          margin-bottom: 15px;
          width: 100%;
          border-bottom: 1px solid rgba(174, 128, 38, 0.3); }
          .mod-content_project_detail_description .tm-txt p {
            margin-bottom: 15px; }
            .mod-content_project_detail_description .tm-txt p:first-child {
              margin-top: 0; }
        .mod-content_project_detail_description .tm-hosoku {
          color: #70552A;
          font-weight: bold;
          font-size: 14px;
          margin-bottom: 0;
          margin-top: 15px; }
        .mod-content_project_detail_description .tm-links a {
          font-size: 14px;
          font-weight: bold;
          color: #3e6a8b;
          text-decoration: none; }
          .mod-content_project_detail_description .tm-links a:hover {
            text-decoration: underline; }
        .mod-content_project_detail_description .tm-tags {
          margin-top: 15px;
          zoom: 1; }
          .mod-content_project_detail_description .tm-tags:before, .mod-content_project_detail_description .tm-tags:after {
            content: "";
            display: table; }
          .mod-content_project_detail_description .tm-tags:after {
            clear: both; }
          .mod-content_project_detail_description .tm-tags ul li {
            float: left; }
            .mod-content_project_detail_description .tm-tags ul li span {
              display: inline-block;
              border: 1px solid #ccc;
              font-size: 12px;
              font-weight: normal;
              border-radius: 3px;
              line-height: 25px;
              padding: 0 10px;
              margin-right: 15px;
              margin-bottom: 10px; }
              .is-pc .mod-content_project_detail_description .tm-tags ul li span {
                padding: 0 5px;
                margin-right: 5px;
                line-height: 20px; }
  .mod-content_event-search {
    zoom: 1; }
    .mod-content_event-search:before, .mod-content_event-search:after {
      content: "";
      display: table; }
    .mod-content_event-search:after {
      clear: both; }
    .mod-content_event-search a {
      text-align: center;
      text-decoration: none;
      font-size: 20px;
      font-weight: 100;
      width: 50%;
      float: left;
      height: 100px;
      padding: 20px 0;
      color: inherit;
      position: relative;
      text-align: center;
      text-decoration: none;
      overflow: hidden;
      display: table; }
      .is-pc .mod-content_event-search a {
        height: 273px;
        width: 33.333%;
        box-sizing: border-box; }
      .mod-content_event-search a:hover {
        text-decoration: none; }
      .mod-content_event-search a[data-theme][data-theme="yellow"] {
        background-color: #FFD64D;
        color: #686868; }
      .mod-content_event-search a[data-theme][data-theme="lightblue"] {
        background-color: #84B9D0;
        color: #FFF; }
      .mod-content_event-search a[data-theme][data-theme="white"] {
        background-color: #fff;
        color: #806A40; }
      .mod-content_event-search a[data-theme][data-theme="blue"] {
        background-color: #3e6a8b;
        color: #FFF; }
        .mod-content_event-search a[data-theme][data-theme="blue"] h3:after {
          color: #fff; }
      .mod-content_event-search a[data-theme][data-theme="orange"] {
        background-color: #E6A236;
        color: #FFF; }
      .is-pc .mod-content_event-search a[data-theme]:hover > div:before {
        transition: .5s;
        height: 273px; }
      .is-pc .mod-content_event-search a[data-theme]:hover > div:after {
        transition: .5s;
        margin-right: -15px; }
      .is-sp .mod-content_event-search a[data-theme]:nth-child(4) {
        padding-top: 12px;
        padding-bottom: 28px; }
        .is-sp .mod-content_event-search a[data-theme]:nth-child(4) > h3:after {
          margin-top: 14px; }
      .mod-content_event-search a > h3 {
        position: relative;
        line-height: 1;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
        font-size: 20px; }
        .mod-content_event-search a > h3:before, .mod-content_event-search a > h3:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .is-pc .mod-content_event-search a > h3 {
          font-size: 35px; }
        .mod-content_event-search a > h3:after {
          content: attr(data-eng);
          font-family: 'Audiowide', cursive;
          letter-spacing: -.01em;
          font-size: 12px;
          font-weight: normal;
          text-align: center;
          margin-top: 20px;
          color: #3e6a8b; }
          .mod-content_event-search a > h3:after .is-pc {
            font-size: 14px; }
      .mod-content_event-search a > div {
        position: relative;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: right;
        padding-right: 25px;
        box-sizing: border-box;
        line-height: 33px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        z-index: 1; }
        .mod-content_event-search a > div:before, .mod-content_event-search a > div:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .is-pc .mod-content_event-search a > div {
          font-size: 15px;
          padding-right: 50px; }
        .mod-content_event-search a > div:before {
          height: 33px;
          position: absolute;
          bottom: 0;
          width: 100%;
          z-index: -1;
          background-color: rgba(0, 0, 0, 0.15); }
        .mod-content_event-search a > div:after {
          width: 15px;
          height: 33px;
          background: url(/assets/themes/mps/images/common/icon-w-arrow_r.png) center no-repeat;
          background-size: 17px;
          right: 5px;
          bottom: 0;
          position: absolute; }
          .is-pc .mod-content_event-search a > div:after {
            background-size: 20px;
            width: 30px;
            right: 15px; }
  .mod-content_archives {
    color: inherit; }
    .mod-content_archives ul {
      zoom: 1; }
      .mod-content_archives ul:before, .mod-content_archives ul:after {
        content: "";
        display: table; }
      .mod-content_archives ul:after {
        clear: both; }
      .mod-content_archives ul li {
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        background: #FFF;
        position: relative; }
        .mod-content_archives ul li:after {
          content: '';
          position: absolute;
          right: 1%;
          top: 0;
          width: 4%;
          min-width: 10px;
          height: 100%;
          background: #fff url(./../images/common/icon-g_arrow2_r.svg) center center no-repeat;
          background-size: 10px; }
        .is-pc .mod-content_archives ul li {
          width: 310px;
          margin: 0 0 30px 30px;
          float: left; }
          .is-pc .mod-content_archives ul li:after {
            display: none; }
        .mod-content_archives ul li:nth-child(3n+1) {
          margin-left: 0; }
        .mod-content_archives ul li a {
          text-decoration: none; }
          .is-sp .mod-content_archives ul li a {
            display: table;
            width: 100%; }
          .mod-content_archives ul li a:hover img {
            opacity: .7; }
          .mod-content_archives ul li a:hover h3 {
            color: #fbad18; }
        .mod-content_archives ul li .is-archive-img {
          width: 42%;
          position: relative;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .is-pc .mod-content_archives ul li .is-archive-img {
            width: 310px;
            height: 310px; }
          .is-pc .mod-content_project-list .mod-content_archives ul li .is-archive-img {
            height: 206.6px; }
          .mod-content_archives ul li .is-archive-img img {
            transition: opacity .2s;
            width: 100%;
            height: auto;
            max-width: 100%; }
            .is-pc .mod-content_archives ul li .is-archive-img img {
              width: auto;
              max-width: 310px;
              max-height: 310px; }
            .is-pc .mod-content_project-list .mod-content_archives ul li .is-archive-img img {
              height: 206.6px; }
        .mod-content_archives ul li .is-archie-data {
          width: 50%;
          display: table-cell;
          padding: 10px 20px 10px 10px;
          box-sizing: border-box; }
          .is-pc .mod-content_archives ul li .is-archie-data {
            width: 100%;
            display: block;
            float: none;
            padding: 15px; }
          .mod-content_archives ul li .is-archie-data span {
            line-height: 20px;
            font-size: 11px;
            color: #806A40; }
            .mod-content_archives ul li .is-archie-data span:first-child {
              margin-right: 10px; }
          .mod-content_archives ul li .is-archie-data h3 {
            margin-top: 5px;
            color: #3e6a8b;
            font-size: 15px;
            line-height: 1.2;
            transition: .1s; }
            .is-pc .mod-content_archives ul li .is-archie-data h3 {
              margin-top: 10px;
              font-size: 18px; }
            .mod-content_project-list .mod-content_archives ul li .is-archie-data h3 {
              margin-bottom: 3px; }
            .is-pc .mod-content_project-list .mod-content_archives ul li .is-archie-data h3 {
              margin: 0 0 8px 0; }
  .mod-content_service > div {
    background-color: #ddd;
    position: relative;
    height: 360px;
    overflow: hidden;
    zoom: 1; }
    .mod-content_service > div:before, .mod-content_service > div:after {
      content: "";
      display: table; }
    .mod-content_service > div:after {
      clear: both; }
    .mod-content_service > div[data-theme][data-theme="saiji"]:before {
      background-image: url(/assets/themes/mps/images/cat-service/img_special.jpg); }
    .mod-content_service > div[data-theme][data-theme="kigurumi"]:before {
      background-image: url(/assets/themes/mps/images/cat-service/img_show.jpg); }
    .mod-content_service > div[data-theme][data-theme="unei"]:before {
      background-image: url(/assets/themes/mps/images/cat-service/img_stage.jpg); }
    .mod-content_service > div:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      width: 495px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .is-pc .mod-content_service > div:nth-child(odd):before {
      right: auto;
      left: 0;
      float: right; }
    .is-pc .mod-content_service > div:nth-child(odd) > div {
      position: relative;
      top: 0;
      float: right; }
    .mod-content_service > div > div {
      width: 50%;
      box-sizing: border-box;
      padding: 50px 50px 0;
      background-color: #f3ede1;
      color: #70552A;
      height: 100%; }
      .mod-content_service > div > div > h3 {
        font-size: 30px;
        line-height: 1.1;
        font-weight: normal;
        border-bottom: 2px solid #FFF;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative; }
        .mod-content_service > div > div > h3:before, .mod-content_service > div > div > h3:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .mod-content_service > div > div > h3:after {
          content: attr(data-eng);
          font-family: 'Audiowide', cursive;
          letter-spacing: -.01em;
          color: #E6A236;
          font-size: 14px;
          font-weight: normal; }
        .mod-content_service > div > div > h3 a {
          position: relative;
          color: inherit;
          text-decoration: none;
          display: block;
          margin-bottom: 10px;
          transition: .2s; }
          .mod-content_service > div > div > h3 a:before, .mod-content_service > div > div > h3 a:after {
            content: "";
            display: block;
            position: relative;
            text-indent: 0;
            text-align: left;
            line-height: 1; }
          .mod-content_service > div > div > h3 a svg {
            fill: #705528;
            width: 20px;
            position: absolute;
            right: 6px;
            top: 6px;
            height: 20px;
            transition: .2s; }
            .is-pc .mod-content_service > div > div > h3 a svg {
              right: 9px;
              top: 9px;
              width: 25px;
              height: 25px; }
          .mod-content_service > div > div > h3 a:after {
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            height: 40px;
            border: 1px solid;
            border-radius: 20px; }
          .mod-content_service > div > div > h3 a:hover {
            color: #fbad18; }
            .mod-content_service > div > div > h3 a:hover svg {
              fill: #fbad18; }
      .mod-content_service > div > div > p {
        margin: 0;
        font-weight: bold;
        font-size: 14px; }
      .mod-content_service > div > div > ul {
        float: right;
        width: 170px;
        margin-right: -10px; }
        .mod-content_service > div > div > ul li {
          margin-top: 10px; }
          .mod-content_service > div > div > ul li:first-child {
            margin-top: 0; }
  .mod-content_service_saiji {
    zoom: 1;
    background: #FFF; }
    .mod-content_service_saiji:before, .mod-content_service_saiji:after {
      content: "";
      display: table; }
    .mod-content_service_saiji:after {
      clear: both; }
    .mod-content_service_saiji dl {
      margin-top: 0;
      width: 100%;
      background-color: #FFD54D;
      border-radius: 10px; }
      .is-pc .mod-content_service_saiji dl {
        width: 31.333%;
        float: left;
        margin: 0 0 0 3%; }
      .mod-content_service_saiji dl:first-child {
        margin-left: 0; }
      .mod-content_service_saiji dl dt {
        display: table;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px; }
        .is-pc .mod-content_service_saiji dl dt {
          height: 160px; }
        .mod-content_service_saiji dl dt:before {
          content: '';
          background-image: url(); }
        .mod-content_service_saiji dl dt > svg {
          width: 7px;
          margin-left: 25px;
          fill: #FFF;
          position: absolute;
          height: 100%;
          margin-top: -5px;
          margin-top: -5px; }
          .is-pc .mod-content_service_saiji dl dt > svg {
            margin-left: 30px; }
        .mod-content_service_saiji dl dt h4 {
          font-size: 18px;
          display: table-cell;
          vertical-align: middle;
          padding: 10px 20px 10px 45px;
          color: #70552A;
          text-align: left; }
          .is-pc .mod-content_service_saiji dl dt h4 {
            font-size: 22px;
            padding: 20px 5px 20px 55px; }
      .mod-content_service_saiji dl dd {
        font-size: 14px;
        padding: 0 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        text-align: left; }
        .is-pc .mod-content_service_saiji dl dd {
          padding: 0 30px 30px 30px; }
  .mod-content_service_more {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background-color: inherit;
    position: relative; }
    .is-pc .mod-content_service_more {
      width: 990px; }
    .mod-content_service_more ul {
      zoom: 1; }
      .mod-content_service_more ul:before, .mod-content_service_more ul:after {
        content: "";
        display: table; }
      .mod-content_service_more ul:after {
        clear: both; }
      .mod-content_service_more ul li {
        float: left;
        box-sizing: border-box;
        width: 100%;
        background-color: #FFF;
        margin-bottom: 6%;
        border-radius: 10px;
        overflow: hidden;
        position: relative; }
        .mod-content_service_more ul li:nth-child(odd) {
          margin-right: 6%; }
        .is-pc .mod-content_service_more ul li {
          width: 47%; }
        .mod-content_service_more ul li > h4 {
          background-color: #3e6a8b;
          line-height: 48px;
          box-sizing: border-box;
          padding-left: 30px;
          color: #fff; }
          .mod-content_service_more ul li > h4 > svg {
            height: 21px;
            width: 20px;
            fill: #fff;
            position: relative;
            top: 5px;
            margin-left: -20px; }
        .mod-content_service_more ul li > div:before {
          content: '';
          width: 100%;
          position: relative;
          height: 0;
          padding-top: 55%;
          display: block; }
          .is-pc .mod-content_service_more ul li > div:before {
            height: 310px;
            padding: 0; }
        .mod-content_service_more ul li > div h5 {
          position: relative;
          font-size: 18px;
          padding-left: 30px;
          padding-right: 20px;
          margin-top: 25px;
          line-height: 25px;
          color: #70552A;
          margin-left: 20px; }
          .is-pc .mod-content_service_more ul li > div h5 {
            line-height: 30px;
            padding-right: 30px;
            margin-top: 35px;
            margin-left: 25px; }
          .mod-content_service_more ul li > div h5:before {
            width: 25px;
            height: 30px;
            content: '';
            position: absolute;
            left: 0; }
          .mod-content_service_more ul li > div h5[data-theme="triangle"]:before {
            background: url(/assets/themes/mps/images/cat-news/02mark.png) no-repeat center center/20px; }
          .mod-content_service_more ul li > div h5[data-theme="star"]:before {
            background: url(/assets/themes/mps/images/cat-news/01mark.png) no-repeat center center/20px; }
          .mod-content_service_more ul li > div h5[data-theme="circle"]:before {
            background: url(/assets/themes/mps/images/cat-news/03mark.png) no-repeat center center/20px; }
          .mod-content_service_more ul li > div h5[data-theme="stick"]:before {
            background: url(/assets/themes/mps/images/cat-news/04mark.png) no-repeat center center/20px; }
        .mod-content_service_more ul li > div > div {
          padding: 20px 20px 70px; }
          .is-pc .mod-content_service_more ul li > div > div {
            padding: 30px 30px 90px; }
          .mod-content_service_more ul li > div > div p {
            font-size: 14px;
            line-height: 1.7; }
            .mod-content_service_more ul li > div > div p:first-child {
              margin-top: 0; }
        .mod-content_service_more ul li > div > span {
          display: block;
          width: 100%;
          border-top: 1px solid #CCC;
          padding-top: 15px;
          padding-bottom: 15px;
          background-color: rgba(128, 106, 64, 0.03);
          text-align: center;
          position: absolute;
          bottom: 0; }
        .mod-content_service_more ul li#sp-anc01 > div:before {
          background: url(/assets/themes/mps/images/cat-service/service_01.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sp-anc02 > div:before {
          background: url(/assets/themes/mps/images/cat-service/service_02.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sp-anc03 > div:before {
          background: url(/assets/themes/mps/images/cat-service/service_03.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sp-anc04 > div:before {
          background: url(/assets/themes/mps/images/cat-service/service_04.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sp-anc05 > div:before {
          background: url(/assets/themes/mps/images/cat-service/service_05.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sp-anc06 > div:before {
          background: url(/assets/themes/mps/images/cat-service/service_06.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sh-anc01 > div:before {
          background: url(/assets/themes/mps/images/cat-service/show_01.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sh-anc02 > div:before {
          background: url(/assets/themes/mps/images/cat-service/show_02.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#sh-anc03 > div:before {
          background: url(/assets/themes/mps/images/cat-service/show_03.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#st-anc01 > div:before {
          background: url(/assets/themes/mps/images/cat-service/stage_01.jpg);
          background-size: cover; }
        .mod-content_service_more ul li#st-anc02 > div:before {
          background: url(/assets/themes/mps/images/cat-service/stage_02.jpg);
          background-size: cover; }
  .mod-content_charalist {
    margin-left: -22.5px;
    overflow: hidden; }
    .mod-content_charalist ul {
      zoom: 1;
      margin-top: -22.5px; }
      .mod-content_charalist ul:before, .mod-content_charalist ul:after {
        content: "";
        display: table; }
      .mod-content_charalist ul:after {
        clear: both; }
    .mod-content_charalist li {
      overflow: hidden;
      background-color: #fff;
      border-radius: 5px;
      float: left;
      margin-left: 22.5px;
      margin-top: 22.5px;
      transition: .1s; }
      .mod-content_charalist li a {
        overflow: hidden;
        text-indent: -7777px;
        text-align: left;
        display: block;
        width: 180px;
        min-height: 180px;
        height: 100%;
        position: relative;
        background-size: 0%;
        box-sizing: border-box; }
        .mod-content_charalist li a > div {
          vertical-align: bottom;
          display: table-cell; }
          .mod-content_charalist li a > div.is-character-top {
            width: 100%;
            display: block;
            height: auto; }
            .is-pc .mod-content_charalist li a > div.is-character-top {
              height: 150px; }
          .mod-content_charalist li a > div.is-character-bottom {
            display: table;
            width: 100%; }
            .mod-content_charalist li a > div.is-character-bottom > div {
              display: table-cell;
              vertical-align: bottom; }
        .mod-content_charalist li a span {
          background: url(/assets/themes/mps/images/cat-character/character/effect-background.png) center 10% no-repeat;
          width: 100%;
          height: 150px;
          position: absolute;
          top: 10px;
          background-size: 75%;
          left: 0;
          -moz-transform: scale(0);
          -webkit-transform: scale(0);
          -o-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          transition: .4s .14s; }
          .mod-content_charalist li a span img {
            transition: .8s; }
        .is-pc .mod-content_charalist li a {
          cursor: pointer; }
        .is-pc .mod-content_charalist li a:hover span {
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .is-pc .mod-content_charalist li a:hover img.tm-logo {
          opacity: .7 !important; }
        .is-pc.is-release .mod-content_charalist li a:hover span {
          display: none; }
        .is-pc.is-release .mod-content_charalist li a:hover img.tm-logo {
          opacity: 1; }
        .mod-content_charalist li a img.tm-logo {
          transition: .3s 0s;
          display: block; }
          .is-pc .mod-content_charalist li a img.tm-logo {
            position: absolute; }
        .mod-content_charalist li a img.tm-character {
          transition: .4s 0s;
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          opacity: 0; }
        .mod-content_charalist li a img.tm-copy {
          width: 100%;
          left: 0;
          position: relative;
          vertical-align: bottom;
          display: block; }
  .mod-content_company {
    color: inherit;
    margin-bottom: 20px; }
    .mod-content_company > div {
      margin-top: 40px; }
      .mod-content_company > div:first-child {
        margin-top: 0; }
  .mod-content_inquiry {
    color: inherit;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left; }
    .mod-content_inquiry h2 {
      font-size: 18px;
      color: #70552A;
      padding-left: 20px;
      text-align: left;
      border-bottom: 2px solid rgba(174, 128, 38, 0.3);
      padding-bottom: 10px; }
      .is-pc .mod-content_inquiry h2 {
        font-size: 20px; }
      .mod-content_inquiry h2 svg {
        height: 1em;
        width: 20px;
        fill: #70552A;
        position: relative;
        top: 2px;
        margin-left: -20px; }
      .mod-content_inquiry h2 span {
        position: relative; }
        .mod-content_inquiry h2 span:after {
          content: attr(data-eng);
          font-family: 'Audiowide', cursive;
          letter-spacing: -.01em;
          color: #E6A236;
          font-size: 14px;
          font-weight: normal;
          display: block;
          margin-left: 0; }
          .is-pc .mod-content_inquiry h2 span:after {
            margin-bottom: 10px;
            display: inline;
            margin-left: 10px; }
    .mod-content_inquiry .is-privacypolicy > div {
      color: inherit;
      margin: 10px 0; }
      .is-pc .mod-content_inquiry .is-privacypolicy > div {
        margin: 20px; }
    .mod-content_inquiry .is-termsofuse {
      margin-top: 40px; }
      .mod-content_inquiry .is-termsofuse > div > p {
        margin: 10px 0; }
        .is-pc .mod-content_inquiry .is-termsofuse > div > p {
          margin: 20px; }
      .mod-content_inquiry .is-termsofuse dl {
        zoom: 1;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid rgba(174, 128, 38, 0.3); }
        .mod-content_inquiry .is-termsofuse dl:before, .mod-content_inquiry .is-termsofuse dl:after {
          content: "";
          display: table; }
        .mod-content_inquiry .is-termsofuse dl:after {
          clear: both; }
        .is-pc .mod-content_inquiry .is-termsofuse dl {
          padding: 20px; }
        .mod-content_inquiry .is-termsofuse dl dt {
          color: #70552A;
          font-size: 16px; }
        .mod-content_inquiry .is-termsofuse dl dd {
          margin: 10px 0 0 0; }
          .mod-content_inquiry .is-termsofuse dl dd p {
            margin-bottom: 30px; }
            .mod-content_inquiry .is-termsofuse dl dd p:first-child {
              margin-top: 0; }
            .mod-content_inquiry .is-termsofuse dl dd p:last-child {
              margin-bottom: 0; }
    .mod-content_inquiry .is-enactmentDate {
      margin-top: 40px; }
    .mod-content_inquiry h5 {
      color: #70552A;
      font-size: 16px;
      margin-bottom: 5px; }
    .mod-content_inquiry h5 + p {
      margin-top: 0; }
    .mod-content_inquiry ol {
      padding: 0; }
    .mod-content_inquiry div > ol {
      margin: 20px 0; }
      .is-pc .mod-content_inquiry div > ol {
        margin: 30px 0; }
      .mod-content_inquiry div > ol > li {
        counter-increment: linum;
        list-style: none;
        padding-left: 1em;
        box-sizing: border-box;
        text-indent: -1em; }
        .mod-content_inquiry div > ol > li:before {
          content: "◆ " counter(linum) ". "; }
        .mod-content_inquiry div > ol > li ol li {
          counter-increment: linum_child;
          list-style: none; }
          .mod-content_inquiry div > ol > li ol li:before {
            content: "(" counter(linum_child) "). "; }
  .mod-content_toiawase {
    min-height: 80px;
    width: 380px;
    float: left;
    font-weight: bold;
    color: #70552A;
    box-sizing: border-box;
    padding-left: 95px;
    position: relative; }
    .mod-content_toiawase:before, .mod-content_toiawase:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .mod-content_toiawase:before {
      height: 100%;
      width: 80px;
      position: absolute;
      left: 0;
      background-image: url(/assets/themes/mps/images/common/icon_phone.png);
      background-size: 80px;
      background-repeat: no-repeat;
      background-position: center; }
    .mod-content_toiawase p {
      font-size: 16px;
      margin: 0; }
    .mod-content_toiawase div {
      font-size: 32px;
      color: #3e6a8b;
      color: #4D4D4D;
      font-weight: normal;
      font-family: 'Audiowide', cursive;
      letter-spacing: -.01em; }
  .mod-content_strong {
    zoom: 1; }
    .mod-content_strong:before, .mod-content_strong:after {
      content: "";
      display: table; }
    .mod-content_strong:after {
      clear: both; }
    .is-pc .mod-content_strong > a {
      opacity: 0;
      top: 150px;
      text-decoration: none; }
    .mod-content_strong > a {
      position: relative;
      display: block;
      float: left;
      width: 320px;
      height: 320px;
      margin-left: 15px;
      border-radius: 15px;
      text-align: center;
      background-color: #f3ede1;
      background-repeat: no-repeat;
      background-position: center 40px;
      color: #70552A;
      text-decoration: none; }
      .mod-content_strong > a:first-child {
        margin-left: 0px; }
      .mod-content_strong > a > h3 {
        position: relative;
        font-size: 14px;
        margin-top: 240px; }
        .mod-content_strong > a > h3:before, .mod-content_strong > a > h3:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .mod-content_strong > a > h3:before {
          content: attr(data-eng);
          font-family: 'Audiowide', cursive;
          letter-spacing: -.01em;
          color: #3e6a8b;
          font-size: 25px;
          font-weight: normal;
          text-align: center;
          width: 100%;
          left: 0;
          position: absolute;
          display: block;
          background-repeat: no-repeat;
          background-position: center;
          height: 30px;
          top: -40px; }
    .mod-content_strong_support {
      background-image: url(/assets/themes/mps/images/cat-strong/cut_Z_TOP_90.png); }
    .mod-content_strong_ordermade {
      background-image: url(/assets/themes/mps/images/cat-strong/cut_Z_TOP_92.png); }
    .mod-content_strong_directly {
      background-image: url(/assets/themes/mps/images/cat-strong/cut_Z_TOP_87.png); }
  .mod-content_news ul {
    border-top: 2px solid #3e6a8b;
    border-bottom: 2px solid #3e6a8b; }
    .mod-content_news ul li {
      border-top: 1px solid #3e6a8b;
      width: 100%;
      display: table; }
      .mod-content_news ul li:first-child {
        border-top: 0; }
      .mod-content_news ul li > div {
        position: relative;
        position: relative;
        display: table;
        padding: 20px 0px;
        margin-left: 10px;
        color: #70552A; }
        .mod-content_news ul li > div:before, .mod-content_news ul li > div:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .mod-content_news ul li > div p {
          margin: 0; }
        .mod-content_news ul li > div:before {
          content: attr(data-category);
          padding-left: 45px;
          line-height: 40px;
          width: 130px;
          font-size: 14px;
          font-weight: bold;
          box-sizing: border-box;
          display: table-cell;
          vertical-align: middle; }
        .mod-content_news ul li > div:after {
          transition: .8s;
          transition-delay: .3s;
          width: 40px;
          height: 100%;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          background-position: center;
          background-size: 20px;
          display: table-cell;
          vertical-align: middle;
          top: 0; }
        .mod-content_news ul li > div[data-theme][data-theme="star"]:after {
          background-image: url(/assets/themes/mps/images/cat-news/01mark.png); }
        .mod-content_news ul li > div[data-theme][data-theme="circle"]:after {
          background-image: url(/assets/themes/mps/images/cat-news/03mark.png); }
        .mod-content_news ul li > div[data-theme][data-theme="triangle"]:after {
          background-image: url(/assets/themes/mps/images/cat-news/02mark.png); }
        .mod-content_news ul li > div h4 {
          min-width: 270px;
          width: 270px;
          font-size: 18px;
          display: table-cell;
          vertical-align: middle;
          box-sizing: border-box;
          padding-right: 1em; }
          .mod-content_news ul li > div h4 a {
            margin-bottom: 10px;
            line-height: 1;
            color: #3e6a8b;
            text-decoration: none;
            position: relative; }
            .mod-content_news ul li > div h4 a:before, .mod-content_news ul li > div h4 a:after {
              content: "";
              display: block;
              position: relative;
              text-indent: 0;
              text-align: left;
              line-height: 1; }
            .mod-content_news ul li > div h4 a:before {
              margin-bottom: 3px;
              line-height: 1;
              content: attr(data-date);
              color: #70552A !important;
              font-size: 11px; }
        .mod-content_news ul li > div .is-pc div {
          padding-right: 1em;
          color: #70552A;
          font-size: 14px;
          display: table-cell;
          vertical-align: middle; }
  .mod-content_mpsinfo {
    width: 320px;
    float: right;
    font-weight: bold;
    color: #70552A;
    position: relative; }
    .mod-content_mpsinfo:before, .mod-content_mpsinfo:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .is-pc .mod-content_mpsinfo {
      margin-bottom: 30px; }
    .mod-content_mpsinfo:before {
      background: url(/assets/themes/mps/images/common/foot_logo.png) no-repeat center 0;
      background-size: 320px auto;
      height: 60px;
      width: 100%;
      position: relative; }
    .mod-content_mpsinfo address {
      font-style: normal;
      margin-top: 10px; }
    .mod-content_mpsinfo ul {
      color: #4C4C4C;
      margin-top: 10px;
      zoom: 1; }
      .mod-content_mpsinfo ul:before, .mod-content_mpsinfo ul:after {
        content: "";
        display: table; }
      .mod-content_mpsinfo ul:after {
        clear: both; }
      .mod-content_mpsinfo ul li {
        float: left;
        border-right: 1px solid;
        padding-left: 5px;
        padding-right: 5px; }
        .mod-content_mpsinfo ul li:first-child {
          border-left: 1px solid; }
        .mod-content_mpsinfo ul li a {
          display: block;
          line-height: 15px;
          color: inherit;
          text-decoration: none; }
          .mod-content_mpsinfo ul li a:hover {
            text-decoration: underline; }
  .mod-content_project-search {
    color: inherit; }

.mod-search-sort a {
  position: relative;
  color: #70552A;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #FED744;
  border-radius: 5px;
  cursor: pointer;
  text-indent: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box; }
  .mod-search-sort a:hover {
    text-decoration: none; }
    .mod-search-sort a:hover:after {
      background-color: rgba(0, 0, 0, 0.3); }
  .mod-search-sort a:after {
    text-indent: 0;
    content: "+";
    color: #fff;
    line-height: 22px;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #fff;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold; }
  .is-open-sort .mod-search-sort a:after {
    content: "-"; }
  .mod-search-sort a > svg {
    width: 10px;
    height: 24px;
    fill: #FFF;
    margin-right: 10px;
    margin-left: 10px;
    top: 3px;
    position: relative; }

.mod-search-sort_child {
  background-color: #fff;
  overflow: hidden; }
  .mod-search-sort_child > div {
    transition: 1s;
    margin-top: -700px; }
    .is-open-sort .mod-search-sort_child > div {
      transition: .6s;
      zoom: 1;
      margin-top: 22px; }
      .is-open-sort .mod-search-sort_child > div:before, .is-open-sort .mod-search-sort_child > div:after {
        content: "";
        display: table; }
      .is-open-sort .mod-search-sort_child > div:after {
        clear: both; }
    .mod-search-sort_child > div > div h5 {
      position: relative;
      text-align: left;
      font-size: 15px;
      color: #3e6a8b;
      width: 100%;
      margin-bottom: 17px;
      border-bottom: 2px solid rgba(174, 128, 38, 0.3); }
      .mod-search-sort_child > div > div h5:before, .mod-search-sort_child > div > div h5:after {
        content: "";
        display: block;
        position: relative;
        text-indent: 0;
        text-align: left;
        line-height: 1; }
    .mod-search-sort_child > div > div ul {
      zoom: 1;
      margin-bottom: 12px; }
      .mod-search-sort_child > div > div ul:before, .mod-search-sort_child > div > div ul:after {
        content: "";
        display: table; }
      .mod-search-sort_child > div > div ul:after {
        clear: both; }

@keyframes more-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes more-hidden {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
      .mod-search-sort_child > div > div ul.is-search-more .search-more-close_btn,
      .mod-search-sort_child > div > div ul.is-search-more .search-more_target {
        display: block !important;
        animation: more-show .7s linear 0s; }
      .mod-search-sort_child > div > div ul.is-search-more .search-more-open_btn {
        display: none !important;
        animation: more-hidden .7s linear 0s; }
      .mod-search-sort_child > div > div ul li label span {
        background-color: rgba(174, 128, 38, 0.3);
        color: #000;
        text-decoration: none;
        display: inline-block;
        float: left;
        cursor: pointer;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 3px;
        position: relative;
        line-height: 40px;
        font-size: 13px;
        padding: 0 10px;
        transition: .1s; }
        .is-pc .mod-search-sort_child > div > div ul li label span {
          line-height: 25px;
          font-size: 12px;
          padding-right: 18px;
          padding-left: 18px;
          margin-bottom: 10px;
          margin-right: 10px; }
        .mod-search-sort_child > div > div ul li label span:hover {
          background-color: #fbad18; }
      .mod-search-sort_child > div > div ul li label input[type="checkbox"] {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .mod-search-sort_child > div > div ul li label input[type="checkbox"]:checked ~ span {
          background-color: #3e6a8b;
          color: #fff; }
      .mod-search-sort_child > div > div ul li input[type="checkbox"] ~ label {
        background-color: #3e6a8b; }
        .mod-search-sort_child > div > div ul li input[type="checkbox"] ~ label:checked ~ label {
          background-color: #3e6a8b; }
      .mod-search-sort_child > div > div ul li.search-more-open_btn, .mod-search-sort_child > div > div ul li.search-more-close_btn {
        animation: more-show .7s linear 0s;
        border: 1px solid #70552A;
        color: #70552A;
        text-decoration: none;
        display: inline-block;
        float: left;
        cursor: pointer;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 3px;
        position: relative;
        line-height: 38px;
        font-size: 13px;
        padding: 0 10px;
        transition: .1s; }
        .is-pc .mod-search-sort_child > div > div ul li.search-more-open_btn, .is-pc .mod-search-sort_child > div > div ul li.search-more-close_btn {
          line-height: 23px;
          font-size: 12px;
          padding-right: 18px;
          padding-left: 18px;
          margin-bottom: 10px;
          margin-right: 10px; }
        .mod-search-sort_child > div > div ul li.search-more-open_btn:hover, .mod-search-sort_child > div > div ul li.search-more-close_btn:hover {
          background-color: #70552A;
          color: #fff; }
      .mod-search-sort_child > div > div ul li.search-more-close_btn, .mod-search-sort_child > div > div ul li.search-more_target {
        display: none;
        animation: more-hidden .7s linear 0s; }
    .mod-search-sort_child > div > div.is-shiborikomu {
      clear: both;
      width: 100% !important;
      margin-left: 0 !important;
      border-top: 2px solid rgba(174, 128, 38, 0.3); }
      .mod-search-sort_child > div > div.is-shiborikomu button,
      .mod-search-sort_child > div > div.is-shiborikomu a {
        width: 126px;
        line-height: 32px;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none;
        margin: 13px auto 16px;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        background: #70552A url(/assets/themes/mps/images/common/icon_search.png) no-repeat 10px center;
        background-size: 16px;
        padding-left: 10px;
        transition: .1s; }
        .mod-search-sort_child > div > div.is-shiborikomu button:hover,
        .mod-search-sort_child > div > div.is-shiborikomu a:hover {
          background-color: #fbad18; }
    .is-pc .mod-search-sort_child > div > div {
      width: 910px;
      margin: 0 40px; }
      .is-pc .mod-search-sort_child > div > div h5 {
        float: left;
        width: 15%;
        border-bottom: none; }
      .is-pc .mod-search-sort_child > div > div ul {
        float: left;
        width: 85%; }

.is-pc .mod-nav {
  zoom: 1;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 45px;
  transition: .3s; }
  .is-pc .mod-nav:before, .is-pc .mod-nav:after {
    content: "";
    display: table; }
  .is-pc .mod-nav:after {
    clear: both; }

.is-pc .mod-nav > li {
  float: left;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  position: relative; }
  .is-pc .mod-nav > li:before, .is-pc .mod-nav > li:after {
    content: "";
    display: block;
    position: relative;
    text-indent: 0;
    text-align: left;
    line-height: 1; }

.is-pc .mod-nav > li:before {
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #fbad18;
  border-radius: 2px; }

.is-pc .mod-nav > li.is-hover[data-is="effect-little"] a:before {
  transition: .9s 0;
  left: 2px; }

.is-pc .mod-nav > li.is-hover[data-is="effect-little"] a span {
  margin-left: 45px; }

.is-pc .is-fixed .mod-nav > li.is-hover[data-is="effect-little"] a:before {
  transition: .2s 0;
  left: 2px; }

.is-pc .is-fixed .mod-nav > li.is-hover[data-is="effect-little"] a span {
  margin-left: 0px; }

.mod-nav > li.mod-nav_li_news a:before {
  background-image: url(/assets/themes/mps/images/common/gnav_news.png); }

.mod-nav > li.mod-nav_li_service a:before {
  background-image: url(/assets/themes/mps/images/common/gnav_service.png); }

.mod-nav > li.mod-nav_li_character a:before {
  background-image: url(/assets/themes/mps/images/common/gnav_character.png); }

.mod-nav > li.mod-nav_li_search a:before {
  background-image: url(/assets/themes/mps/images/common/gnav_search.png); }

.mod-nav > li.mod-nav_li_aboutus a:before {
  background-image: url(/assets/themes/mps/images/common/gnav_aboutus.png); }

.is-pc .mod-nav > li > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin-left: 4px;
  position: relative;
  overflow: hidden;
  border-radius: 2px; }
  .is-pc .mod-nav > li > a:before, .is-pc .mod-nav > li > a:after {
    content: "";
    display: block;
    position: relative;
    text-indent: 0;
    text-align: left;
    line-height: 1; }
  .is-pc .mod-nav > li > a:before {
    transition: .2s 0s;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    left: -50px;
    top: 2px;
    position: absolute;
    background-color: #f5b136;
    background-position: center;
    background-repeat: no-repeat; }
  .is-pc .mod-nav > li > a span {
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    transition: .3s;
    margin-left: 15px;
    position: relative;
    overflow: hidden; }
    .is-pc .mod-nav > li > a span:before, .is-pc .mod-nav > li > a span:after {
      content: "";
      display: block;
      position: relative;
      text-indent: 0;
      text-align: left;
      line-height: 1; }
    .is-pc .mod-nav > li > a span:before {
      content: attr(data-eng);
      font-size: 20px;
      font-weight: normal;
      font-family: 'Audiowide', cursive;
      letter-spacing: -.01em;
      color: #3e6a8b;
      margin-bottom: 5px; }

.is-pc .mod-nav > li.is-hover a:before {
  transition: .4s .1s;
  left: 8px; }

.is-pc .mod-nav > li.is-hover a span {
  margin-left: 55px; }

.is-pc .mod-nav > li ul {
  background-color: #3e6a8b;
  top: 5px;
  left: 0;
  border-radius: 5px;
  position: relative;
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-top: 100px;
  display: none; }
  .is-pc .mod-nav > li ul:before, .is-pc .mod-nav > li ul:after {
    content: "";
    display: block;
    position: relative;
    text-indent: 0;
    text-align: left;
    line-height: 1; }
  .is-pc .mod-nav > li ul.is-nav_hover {
    transition: .3s;
    opacity: 1;
    display: inline-block; }
  .is-pc .mod-nav > li ul:before {
    position: absolute;
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3e6a8b transparent; }
  .is-pc .mod-nav > li ul li {
    border-top: 2px dotted #fff;
    padding: 0 20px;
    white-space: nowrap; }
    .is-pc .mod-nav > li ul li:first-child {
      border: none; }
    .is-pc .mod-nav > li ul li a {
      color: #fff;
      text-decoration: none;
      display: block;
      height: 40px;
      line-height: 40px;
      transition: .3s; }
      .is-pc .mod-nav > li ul li a:hover {
        color: #f5b136;
        text-decoration: none; }

.mod-nav_corp {
  zoom: 1;
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1; }
  .mod-nav_corp:before, .mod-nav_corp:after {
    content: "";
    display: table; }
  .mod-nav_corp:after {
    clear: both; }
  .mod-nav_corp > li {
    margin-left: 20px;
    float: left; }
    .mod-nav_corp > li:hover a:before {
      fill: #f00; }
    .mod-nav_corp > li a {
      display: table-cell;
      vertical-align: middle;
      height: 45px; }
      .mod-nav_corp > li a[data-theme="gnav-office"] {
        position: relative;
        padding-left: 35px;
        text-decoration: none;
        color: #000; }
        .mod-nav_corp > li a[data-theme="gnav-office"]:before, .mod-nav_corp > li a[data-theme="gnav-office"]:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .mod-nav_corp > li a[data-theme="gnav-office"] > * {
          display: table-cell;
          vertical-align: middle; }
        .mod-nav_corp > li a[data-theme="gnav-office"] svg {
          width: 35px;
          height: 35px;
          position: absolute;
          left: 0;
          top: 11px;
          margin-top: -10px; }
          .is-fixed .mod-nav_corp > li a[data-theme="gnav-office"] svg {
            top: 0;
            margin-top: 0; }
        .is-pc .mod-nav_corp > li a[data-theme="gnav-office"]:hover {
          color: #FBAD18; }
          .is-pc .mod-nav_corp > li a[data-theme="gnav-office"]:hover svg {
            fill: #FBAD18; }

.mod-sidebar-search {
  width: 350px;
  left: -300px;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #FFC943;
  min-height: 1000px;
  transition: .4s;
  z-index: 5;
  display: none; }
  .is-pc .mod-sidebar-search {
    left: -300px;
    display: block; }
    .is-pc .mod-sidebar-search:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      background-color: #f5b136;
      width: 50px; }
  .mod-sidebar-search_clickable {
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 1;
    height: 100%; }
    .mod-sidebar-search_clickable span {
      display: block;
      margin: 14px auto 0; }
    .mod-sidebar-search_clickable p {
      width: 100%;
      height: 353px;
      overflow: hidden;
      text-indent: -7777px;
      text-align: left;
      background: url(/assets/themes/mps/images/common/side_txt.png) no-repeat center 30px;
      margin: 0; }
  .mod-sidebar-search_cont {
    width: 230px;
    margin-left: 35px;
    padding-top: 56px; }
    .mod-sidebar-search_cont > span {
      color: #3e6a8b;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: 40px;
      display: inline-block; }
      .mod-sidebar-search_cont > span:first-child {
        margin-top: 0; }
    .mod-sidebar-search_cont > ul li {
      margin-top: 5px; }
      .mod-sidebar-search_cont > ul li:first-child {
        margin-top: 0; }

.mod-pagenation {
  zoom: 1;
  display: block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .mod-pagenation:before, .mod-pagenation:after {
    content: "";
    display: table; }
  .mod-pagenation:after {
    clear: both; }
  .mod-pagenation ol,
  .mod-pagenation ul {
    float: right; }
    .mod-pagenation ol > li,
    .mod-pagenation ul > li {
      display: inline; }
      .mod-pagenation ol > li:first-child a,
      .mod-pagenation ul > li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
        .mod-pagenation ol > li:first-child a svg,
        .mod-pagenation ul > li:first-child a svg {
          height: 1em;
          width: 1em;
          position: relative;
          top: 2px;
          fill: #70552A;
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .mod-pagenation ol > li:last-child a,
      .mod-pagenation ul > li:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
        .mod-pagenation ol > li:last-child a svg,
        .mod-pagenation ul > li:last-child a svg {
          height: 1em;
          width: 1em;
          position: relative;
          top: 2px;
          fill: #70552A; }
      .mod-pagenation ol > li > a,
      .mod-pagenation ul > li > a {
        color: #70552A;
        margin-left: 0;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #f3ede1;
        transition: .3s; }
        .mod-pagenation ol > li > a.is-active, .mod-pagenation ol > li > a:hover,
        .mod-pagenation ul > li > a.is-active,
        .mod-pagenation ul > li > a:hover {
          background-color: #70552A;
          color: #fff; }
          .mod-pagenation ol > li > a.is-active svg, .mod-pagenation ol > li > a:hover svg,
          .mod-pagenation ul > li > a.is-active svg,
          .mod-pagenation ul > li > a:hover svg {
            fill: #fff; }

.mod-dls h2 {
  font-size: 18px;
  color: #70552A;
  margin: 10px 0;
  padding-left: 20px;
  text-align: left; }
  .is-pc .mod-dls h2 {
    font-size: 20px; }
  .mod-dls h2 svg {
    height: 1em;
    width: 20px;
    fill: #70552A;
    position: relative;
    top: 2px;
    margin-left: -20px; }

.mod-dls dl {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  display: table;
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(174, 128, 38, 0.3); }
  .is-pc .mod-dls dl {
    font-size: 14px; }
  .mod-dls dl:first-of-type {
    border-top: 2px solid rgba(174, 128, 38, 0.3); }
  .mod-dls dl:last-of-type {
    border-bottom: 2px solid rgba(174, 128, 38, 0.3); }
  .mod-dls dl dt,
  .mod-dls dl dd {
    display: table-cell;
    vertical-align: middle; }
  .mod-dls dl dt {
    width: 28%;
    background-color: rgba(174, 128, 38, 0.1);
    padding: 10px;
    vertical-align: top; }
    .is-pc .mod-dls dl dt {
      vertical-align: middle;
      padding: 1.5em 0 1.5em 1.5em;
      width: 20%; }
  .mod-dls dl dd {
    padding: 10px;
    position: relative; }
    .is-pc .mod-dls dl dd {
      width: 80%;
      padding: 1.5em 0 1.5em 1.5em; }
    .is-pc .mod-dls dl dd.is-dd-company:after {
      content: '';
      width: 29%;
      height: 100%;
      position: absolute;
      right: 0;
      background-color: rgba(255, 255, 255, 0.45);
      top: 0;
      z-index: -1; }
    .mod-dls dl dd.is-amuseworks img {
      width: 100px;
      margin-top: 10px; }
      .is-pc .mod-dls dl dd.is-amuseworks img {
        width: auto;
        margin-top: 0;
        margin-left: 40px; }
    .mod-dls dl dd a {
      color: #3e6a8b;
      text-decoration: none; }
      .mod-dls dl dd a:hover {
        text-decoration: underline; }
    .is-pc .mod-dls dl dd > div.is-dl-address {
      display: block;
      float: left; }
    .mod-dls dl dd > div.is-dl-tel {
      float: none;
      width: 100%; }
      .is-pc .mod-dls dl dd > div.is-dl-tel {
        display: block;
        float: right;
        width: 27%; }

.is-pc .mod-pc-fleft {
  float: left; }

.mod-icon-post {
  font-style: normal;
  margin-right: 10px; }

.mod-iframelike {
  text-align: left;
  overflow: scroll;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 25px; }
  .mod-iframelike > p:first-child {
    margin-top: 0; }

.mod-txt-red {
  color: #ED1B1B; }

.mod-baloon {
  color: #fff;
  background-color: #3e6a8b;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  opacity: 0;
  border-radius: 5px;
  display: inline-block; }
  .mod-baloon:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3e6a8b transparent; }
  .mod-baloon:after {
    content: '';
    top: -20px;
    width: 100%;
    position: absolute;
    height: 20px; }
  .mod-baloon li:first-child a {
    border-top: 0; }
  .mod-baloon li a {
    text-decoration: none;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    transition: .3s;
    border-top: 2px dotted #fff; }
    .mod-baloon li a:hover {
      color: #f5b136; }
  .mod-baloon-guide {
    display: none;
    color: #fff;
    background-color: #fbad18;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 120px;
    line-height: 40px; }
    .mod-baloon-guide:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fbad18 transparent; }
    .mod-baloon-guide:after {
      content: '';
      top: -20px;
      width: 100%;
      position: absolute;
      height: 20px; }

.mod-recruit-link {
  z-index: 10;
  display: block;
  position: fixed;
  right: 0;
  bottom: 112px;
  background-color: #fff; }
  .mod-recruit-link .recruit-banner {
    display: block;
    width: 50px;
    height: 245px;
    background-image: url(/assets/themes/mps/images/common/bnr_recruit-pc.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: opacity .2s; }
    .mod-recruit-link .recruit-banner:hover {
      opacity: .7; }
    .mod-recruit-link .recruit-banner img {
      vertical-align: bottom; }

[data-module][data-module="search"] {
  background: url(/assets/themes/mps/images/common/icon_search.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box; }
  [data-module][data-module="search"]:hover {
    background-color: rgba(0, 0, 0, 0.3); }

[data-module][data-module="w-arrow2_t"] {
  background: url(/assets/themes/mps/images/common/icon-w-arrow2_t.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box; }
  [data-module][data-module="w-arrow2_t"]:hover {
    background-color: rgba(0, 0, 0, 0.3); }

/* State */
.is-sidebar_open {
  left: 0 !important; }

.is-nav_hover {
  opacity: 1 !important;
  z-index: 1 !important; }

/* Theme */
.is-pc .tm-character_anpan {
  position: relative; }
  .is-pc .tm-character_anpan:before, .is-pc .tm-character_anpan:after {
    content: "";
    display: block;
    position: relative;
    text-indent: 0;
    text-align: left;
    line-height: 1; }
  .is-pc .tm-character_anpan:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

[data-theme][data-theme="more"] {
  background-color: #3e6a8b;
  width: 365px;
  color: #fff;
  transition: .1s; }
  [data-theme][data-theme="more"]:hover {
    background-color: #fbad18;
    text-decoration: none; }

[data-theme][data-theme="full"] {
  background-color: #3e6a8b;
  width: 100%;
  max-width: 365px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: .1s; }
  .is-pc [data-theme][data-theme="full"] {
    width: 365px; }
  [data-theme][data-theme="full"]:hover {
    background-color: #fbad18;
    text-decoration: none; }

[data-theme][data-theme="yellow-border"] {
  background-color: #fff;
  color: #3e6a8b;
  font-weight: bold;
  box-sizing: border-box;
  border: 3px solid #ffd54d;
  line-height: 1.9;
  min-width: 270px;
  font-size: 14px;
  padding-right: 30px;
  position: relative;
  transition: .1s; }
  [data-theme][data-theme="yellow-border"] svg {
    position: absolute;
    right: 20px;
    width: 18px;
    height: 18px;
    top: 4px;
    fill: #3e6a8b;
    transition: right .2s; }
  [data-theme][data-theme="yellow-border"]:hover {
    text-decoration: none;
    background-color: #3e6a8b;
    border-color: #3e6a8b;
    color: #fff; }
    [data-theme][data-theme="yellow-border"]:hover svg {
      fill: #fff;
      right: 10px; }

[data-theme][data-theme="sidebar-lists"] li:after {
  right: 20px;
  transition: .3s; }

[data-theme][data-theme="sidebar-lists"] li:hover:after {
  right: 10px; }

[data-theme].is-inview:after {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

@-webkit-keyframes charaAnime30 {
  from {
    background-position: 0px -3000px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime30 {
  from {
    background-position: 0px -3000px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime31 {
  from {
    background-position: 0px -3100px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime31 {
  from {
    background-position: 0px -3100px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime32 {
  from {
    background-position: 0px -3200px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime32 {
  from {
    background-position: 0px -3200px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime33 {
  from {
    background-position: 0px -3300px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime33 {
  from {
    background-position: 0px -3300px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime34 {
  from {
    background-position: 0px -3400px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime34 {
  from {
    background-position: 0px -3400px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime35 {
  from {
    background-position: 0px -3500px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime35 {
  from {
    background-position: 0px -3500px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime36 {
  from {
    background-position: 0px -3600px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime36 {
  from {
    background-position: 0px -3600px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime37 {
  from {
    background-position: 0px -3700px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime37 {
  from {
    background-position: 0px -3700px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime38 {
  from {
    background-position: 0px -3800px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime38 {
  from {
    background-position: 0px -3800px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime39 {
  from {
    background-position: 0px -3900px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime39 {
  from {
    background-position: 0px -3900px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime40 {
  from {
    background-position: 0px -4000px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime40 {
  from {
    background-position: 0px -4000px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime41 {
  from {
    background-position: 0px -4100px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime41 {
  from {
    background-position: 0px -4100px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime42 {
  from {
    background-position: 0px -4200px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime42 {
  from {
    background-position: 0px -4200px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime43 {
  from {
    background-position: 0px -4300px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime43 {
  from {
    background-position: 0px -4300px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime44 {
  from {
    background-position: 0px -4400px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime44 {
  from {
    background-position: 0px -4400px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime45 {
  from {
    background-position: 0px -4500px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime45 {
  from {
    background-position: 0px -4500px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime46 {
  from {
    background-position: 0px -4600px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime46 {
  from {
    background-position: 0px -4600px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime47 {
  from {
    background-position: 0px -4700px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime47 {
  from {
    background-position: 0px -4700px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime48 {
  from {
    background-position: 0px -4800px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime48 {
  from {
    background-position: 0px -4800px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime49 {
  from {
    background-position: 0px -4900px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime49 {
  from {
    background-position: 0px -4900px; }
  to {
    background-position: 0px 0px; } }

@-webkit-keyframes charaAnime50 {
  from {
    background-position: 0px -5000px; }
  to {
    background-position: 0px 0px; } }

@keyframes charaAnime50 {
  from {
    background-position: 0px -5000px; }
  to {
    background-position: 0px 0px; } }

.selected-search-sort_inner {
  padding: 20px 0 12px 15px; }
  .is-pc .selected-search-sort_inner {
    padding: 30px 30px 20px 30px; }
  .selected-search-sort_inner p {
    width: 50px;
    float: left;
    line-height: 33px;
    color: #70552A;
    text-align: left;
    margin: 0;
    height: 33px;
    font-size: 12px; }
    .is-pc .selected-search-sort_inner p {
      width: 60px;
      font-size: 13px;
      height: 39px;
      line-height: 39px; }
  .selected-search-sort_inner ul {
    width: calc(100% - 50px);
    float: left;
    text-align: left; }
    .is-pc .selected-search-sort_inner ul {
      width: calc(100% - 80px);
      margin-right: 18px;
      margin-bottom: 10px; }
    .selected-search-sort_inner ul li.mod-btn, .selected-search-sort_inner ul li#zip-btn {
      position: relative;
      display: inline-block;
      width: auto;
      padding: 10px;
      line-height: 13px;
      margin-right: 8px;
      margin-bottom: 8px;
      font-size: 12px;
      font-weight: normal; }
      .is-pc .selected-search-sort_inner ul li.mod-btn, .is-pc .selected-search-sort_inner ul li#zip-btn {
        font-size: 13px;
        padding: 13px 15px;
        margin-right: 16px;
        margin-bottom: 10px; }
      .selected-search-sort_inner ul li.mod-btn:after, .selected-search-sort_inner ul li#zip-btn:after {
        content: "・";
        color: #70552A;
        height: 32px;
        line-height: 32px;
        position: absolute;
        right: -12px;
        top: 0;
        font-weight: bold; }
        .is-pc .selected-search-sort_inner ul li.mod-btn:after, .is-pc .selected-search-sort_inner ul li#zip-btn:after {
          height: 39px;
          line-height: 39px;
          right: -18px; }
      .selected-search-sort_inner ul li.mod-btn:last-child:after, .selected-search-sort_inner ul li#zip-btn:last-child:after {
        content: ""; }

.hidden {
  display: none !important; }

/* 表示領域が↓px以上の場合に適用するスタイル */
@media screen and (min-width: 737px) {
  body:not(.home) > div > .mod-section[data-theme="news_under"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/5_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="special"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/8_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="show"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/7_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="stage"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/6_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="character"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/1_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="service"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/2_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="strong_under"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/4_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="company"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/2_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="inquiry"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/2_s.jpg); }
  body:not(.home) > div > .mod-section[data-theme="search"] > div > div:first-child {
    background-image: url(/assets/themes/mps/images/common/background/3_s.jpg); }
  body:not(.home) > div > .mod-section:not([data-theme="none"]) > div > div:first-child {
    position: absolute;
    top: -300px;
    left: 0;
    background-position: center 0 !important;
    background-size: auto; } }
  @media screen and (min-width: 737px) and (min-width: 1200px) {
    body:not(.home) > div > .mod-section:not([data-theme="none"]) > div > div:first-child {
      background-position: 20px 0 !important; } }
  @media screen and (min-width: 737px) and (min-width: 1220px) {
    body:not(.home) > div > .mod-section:not([data-theme="none"]) > div > div:first-child {
      background-size: contain; } }

@media screen and (min-width: 737px) {
  body:not(.home) > div > .mod-section[data-theme="none"] .mod-content.mod-content_header {
    margin-top: 0 !important; }
  body:not(.home) > div > .mod-section .mod-content.mod-content_header {
    margin-top: 300px; }
    .page-template-default body:not(.home) > div > .mod-section .mod-content.mod-content_header {
      background-color: #fff; }
  .hidden-pc {
    display: none !important; } }

/* 表示領域が↓px以下の場合に適用するスタイル */
@media screen and (max-width: 736px) {
  
  body {
    font-size: 14px;
    visibility: visible; }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 10; }
    header .mod-header h1 {
      height: 55px;
      border-bottom: 1px solid #ccc;
      box-sizing: border-box; }
      header .mod-header h1 a.tm-mps {
        overflow: hidden;
        text-indent: -7777px;
        text-align: left;
        background: url(./../images/common/head_logo.png) no-repeat center/200px;
        height: 100%;
        display: inline-block;
        width: 200px;
        margin: 0 auto;
        display: block;
        top: 4px;
        position: relative; }
      header .mod-header h1 a.mod-button-menu {
        color: #3e6a8b;
        position: absolute;
        right: 10px;
        height: 30px;
        width: 40px;
        text-align: center;
        top: 10px;
        text-decoration: none; }
        header .mod-header h1 a.mod-button-menu:after {
          content: "MENU";
          font-family: 'Audiowide', cursive;
          letter-spacing: -.01em;
          font-size: 10px;
          position: absolute;
          bottom: -10px;
          left: 0;
          width: 100%; }
        header .mod-header h1 a.mod-button-menu i {
          vertical-align: top;
          position: relative;
          top: 0px; }
    header nav {
      position: relative;
      top: 0;
      width: 80%;
      height: 100%;
      right: -1000px;
      background-color: #fbad18;
      z-index: 777;
      position: fixed;
      overflow-x: hidden;
      overflow-y: scroll; }
      header nav:before, header nav:after {
        content: "";
        display: block;
        position: relative;
        text-indent: 0;
        text-align: left;
        line-height: 1; }
      header nav .mod-nav {
        font-size: 16px; }
        header nav .mod-nav > li {
          font-weight: bold;
          border-bottom: 1px solid #fff; }
          header nav .mod-nav > li a {
            line-height: 45px;
            color: #333333;
            text-decoration: none;
            padding-left: 30px;
            display: inline-block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            position: relative; }
            header nav .mod-nav > li a:after {
              content: '';
              background: url(/assets/themes/mps/images/common/icon-w_arrow2_r.png) center no-repeat;
              background-size: 10px auto;
              right: 15px;
              bottom: 0;
              height: 100%;
              width: 15px;
              position: absolute;
              z-index: -1; }
          header nav .mod-nav > li.mod-nav_li_service > a:after {
            display: none; }
          header nav .mod-nav > li.mod-nav_li_service > ul {
            margin-top: 0 !important;
            font-size: 14px;
            border-top: 1px dotted #fff; }
          header nav .mod-nav > li.mod-nav_li_service li {
            font-weight: normal;
            border-top: 1px dotted #fff; }
            header nav .mod-nav > li.mod-nav_li_service li:first-child {
              border-top: 0; }
            header nav .mod-nav > li.mod-nav_li_service li a {
              position: relative; }
              header nav .mod-nav > li.mod-nav_li_service li a:after {
                content: '';
                background: url(/assets/themes/mps/images/common/icon-w-arrow_r.png) center no-repeat;
                background-size: 15px;
                right: 15px;
                bottom: 0;
                height: 100%;
                width: 15px;
                position: absolute;
                z-index: -1; }
      header nav .mod-nav_corp {
        width: 100%;
        position: relative;
        top: 5px;
        flex-wrap: wrap; }
        header nav .mod-nav_corp li {
          float: none;
          margin-top: 5px;
          margin-left: 20px; }
        header nav .mod-nav_corp_recruit {
          order: 2; }
        header nav .mod-nav_corp_company {
          order: 1; }
        header nav .mod-nav_corp_contact {
          order: 3;
          width: 100%; }
  .lo-wrap_global {
    width: 100%;
    overflow: hidden;
    padding: 0; }
  .mod-section[data-theme="video_dummy"] {
    background-color: #fff;
    margin-top: 55px;
    margin-bottom: 30px;
    position: relative;
    height: auto !important; }
    .mod-section[data-theme="video_dummy"] div {
      position: relative;
      padding-bottom: 41%;
      padding-top: 0;
      height: 0;
      overflow: hidden; }
      .mod-section[data-theme="video_dummy"] div:after {
        content: "";
        width: 100%;
        height: 30px; }
      .mod-section[data-theme="video_dummy"] div iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 137%;
        margin-top: -7.5%; }
    .mod-section[data-theme="video_dummy"] span {
      color: #333;
      font-size: 10px;
      bottom: -30px;
      font-weight: bold;
      position: absolute;
      text-align: right;
      height: 30px;
      line-height: 30px; }
      .mod-section[data-theme="video_dummy"] span:before {
        background-color: #333;
        width: 15px;
        left: -20px;
        top: 15px; }
  .mod-section > div {
    padding-bottom: 50px; }
    body.page .mod-section > div {
      padding-bottom: 20px; }
    .mod-section > div[data-theme="motif"] {
      background: #fff; }
    .mod-section > div > div:first-child {
      background-attachment: inherit;
      height: 165px;
      margin-top: 55px;
      background-position: center; }
      .home .mod-section > div > div:first-child {
        margin-top: 0; }
  .mod-content {
    text-align: center;
    width: 100%; }
    .mod-content > div {
      width: 92%;
      margin-left: auto;
      margin-right: auto; }
    .mod-content:after {
      display: none; }
    .mod-content > h2 {
      font-size: 20px;
      border-bottom: 4px solid #fbad18;
      display: inline-table;
      margin: 0 auto;
      clear: both;
      padding-bottom: 5px;
      padding-top: 30px; }
      .mod-content > h2.is-none_h3 {
        margin-bottom: 20px; }
      .mod-content > h2:after {
        display: none; }
      .home .mod-content > h2 {
        margin-bottom: 20px; }
    .mod-content_charalist {
      margin: 0; }
      .mod-content_charalist ul {
        margin: 0 auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 100%; }
        .mod-content_charalist ul li {
          float: left;
          width: 47%;
          box-sizing: border-box;
          margin: 1.5%; }
          .mod-content_charalist ul li a {
            text-indent: 0;
            display: inline; }
            .mod-content_charalist ul li a img {
              display: inline-block;
              width: 100%; }
    .mod-content_service > div {
      height: auto;
      margin-bottom: 15px; }
      .mod-content_service > div:before {
        width: 100%;
        height: 240px;
        display: block;
        position: relative; }
      .mod-content_service > div > div {
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0;
        padding: 20px;
        text-align: left; }
        .mod-content_service > div > div p {
          float: none;
          width: auto; }
        .mod-content_service > div > div h3 a {
          font-size: 22px; }
          .is-pc .mod-content_service > div > div h3 a {
            font-size: 25px; }
          .mod-content_service > div > div h3 a:after {
            background-size: 15px;
            width: 30px;
            height: 30px; }
    .mod-content_search a {
      width: 50%;
      height: 180px; }
      .mod-content_search a > h3 {
        font-size: 23px; }
        .mod-content_search a > h3:after {
          font-size: 13px; }
      .mod-content_search a > div {
        font-size: 11px;
        padding-right: 30px; }
        .mod-content_search a > div:after {
          background-size: 13px;
          right: 0; }
    .mod-content_strong > a {
      width: 100%;
      margin: 15px 0 0;
      display: table;
      height: auto;
      min-height: 130px;
      text-align: left;
      background-position: 15px center;
      background-size: 120px;
      box-sizing: border-box; }
      .mod-content_strong > a:first-child {
        margin-top: 0; }
      .mod-content_strong > a > h3 {
        height: 100%;
        margin: 0;
        vertical-align: middle;
        display: table-cell;
        box-sizing: border-box;
        padding: 35px 0 35px 145px; }
        .mod-content_strong > a > h3:before {
          font-size: 20px;
          margin-top: 0;
          top: inherit;
          position: relative;
          text-align: left; }
    .mod-content_toiawase {
      width: 100% !important;
      background-color: #3e6a8b;
      color: #fff;
      padding: 20px 0; }
      .mod-content_toiawase:before {
        display: none; }
      .mod-content_toiawase div {
        position: relative;
        position: relative;
        color: #fff;
        height: 50px;
        line-height: 50px;
        background-color: #053B4C;
        width: auto;
        margin: 10px auto;
        display: table;
        padding: 5px 10px;
        border-radius: 25px;
        font-size: 25px; }
        .mod-content_toiawase div:before, .mod-content_toiawase div:after {
          content: "";
          display: block;
          position: relative;
          text-indent: 0;
          text-align: left;
          line-height: 1; }
        .mod-content_toiawase div:before {
          background: url(./../images/common/icon-w_phone.png) 0 center/40px;
          width: 40px;
          height: 40px;
          position: relative;
          margin-top: -40px;
          left: 0;
          display: table-cell;
          vertical-align: middle;
          background-repeat: no-repeat;
          padding-right: 5px; }
      .mod-content_toiawase span {
        font-size: 13px; }
    .mod-content_mpsinfo {
      width: 100% !important;
      text-align: left;
      padding: 20px 4% 40px;
      box-sizing: border-box;
      font-size: 14px; }
      .mod-content_mpsinfo:before {
        background-position: left;
        background-size: 200px auto;
        height: 40px; }
    .mod-content_news ul li {
      position: relative;
      text-align: left;
      cursor: pointer;
      display: block;
      width: 100%;
      box-sizing: border-box; }
      .mod-content_news ul li:before, .mod-content_news ul li:after {
        content: "";
        display: block;
        position: relative;
        text-indent: 0;
        text-align: left;
        line-height: 1; }
      .mod-content_news ul li:after {
        width: 25px;
        position: absolute;
        top: 7%;
        right: 0;
        height: 86%;
        border-radius: 5px;
        background: #fff url(./../images/common/icon-g_arrow2_r.svg) center center no-repeat;
        background-size: 10px; }
      .mod-content_news ul li > div {
        color: inherit;
        display: block;
        padding-right: 40px; }
        .mod-content_news ul li > div:after {
          top: 15px;
          position: absolute;
          left: 0;
          display: block;
          vertical-align: top;
          height: 30px;
          width: 30px;
          display: block; }
        .mod-content_news ul li > div:before {
          content: attr(data-category);
          color: #fbad18;
          padding-left: 0;
          font-size: 14px;
          font-weight: bold;
          display: block;
          vertical-align: middle;
          line-height: 20px;
          margin-left: 30px;
          float: left;
          width: auto;
          white-space: nowrap; }
        .mod-content_news ul li > div h4 {
          display: block;
          width: 100%; }
          .mod-content_news ul li > div h4 a {
            line-height: 30px; }
            .mod-content_news ul li > div h4 a:before {
              line-height: 25px;
              top: -3px;
              position: relative;
              left: 10px;
              display: block; }
        .mod-content_news ul li > div div {
          clear: both;
          color: #806A40; }
    .mod-content_project-search {
      width: 100%; }
    .mod-content_project_detail {
      text-align: left; }
      .mod-content_project_detail_photo, .mod-content_project_detail_description {
        float: none;
        width: 100%; }
  .mod-search-sort_child .is-service,
  .mod-search-sort_child .is-tag,
  .mod-search-sort_child .is-character {
    margin: auto;
    width: 90%; }
  [data-theme] [data-theme="more"] {
    width: auto;
    padding: 0 50px; }
  /* SIDEBAR */
  .mod-sidebar-search {
    left: -350px; }
  /* FOOTER */
  /* その他 */
  .mod-sidebarclose {
    background-color: #000;
    opacity: .2;
    transition: .3s;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 770; }
  .mod-recruit-link {
    position: relative;
    bottom: auto;
    display: inline-block;
    margin: 25px 0 20px;
    padding-left: 20px;
    background-color: transparent; }
    .mod-recruit-link .recruit-banner {
      display: block;
      width: 245px;
      height: 65px;
      background-image: url(/assets/themes/mps/images/common/bnr_recruit-sp.jpg);
      box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2); }
      .mod-recruit-link .recruit-banner:hover {
        opacity: 1; } }
    @media screen and (max-width: 736px) and (max-width: 320px) {
      .mod-recruit-link .recruit-banner {
        width: 220px;
        height: 59px; } }

@media screen and (max-width: 736px) {
  .hidden-sp {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */
