@charset "UTF-8";
/******************************************************************
Theme Name: unite
Site Name: 
Author: xi

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
m,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
  text-decoration: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  lis: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 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 */
  display: inline-block; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.ectmb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: ease-in-out 1s; }

.ectmb img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: scale(1);
  transition: ease-in-out 1s; }

.ectmb img:hover {
  transform: scale(1.2); }

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

.mobile-menu-button {
  display: inline-block;
  opacity: 0 !important; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* ==========================================================================
   User agent reset
   ========================================================================== */
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
*********************/
/*line height*/
/*letter spacing*/
/*
tblet__font
*/
/*
sp__font
*/
/*0.50em */
/*0.63em */
/*0.75em */
/*0.88em */
/*1.00em */
/*1.18em */
/*1.25em */
/*1.37em */
/*1.50em */
/*1.63em */
/*1.75em */
/*1.88em */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography


******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  src: url("library/fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("otf");
  font-weight: 900;
  font-style: normal; }
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
 /* -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
	*/ }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
*********************/
/*********************
RESPONSIVE HELPER FUNCTION

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
IMPORTING MODULES
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

******************************************************************/
/*  @media only screen and (max-width: 767px){
.cta-mod-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/sec_bg4.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
    z-index: -999;
}
}*/
/*********************
BASE (MOBILE) SIZE
*********************/
@media screen and (max-width: 1030px) {
  #container .wrap {
    width: auto !important;
    padding: 0 5%; } }
/******************************************************************

Site Name: t-style
Author:xi

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 75%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333333;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative; }

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  width: 100%;
  background: #B3EDFF;
  z-index: 9999;
  height: 64px;
  border-bottom: 5px solid #fff;
  display: none;
  /** pc-navigation-menu **/ }
  .header-logo {
    height: auto;
    float: left; }
    .header-logo a {
      text-align: center;
      margin: 0 auto 0;
      text-align: center;
      height: auto;
      display: block; }
      .header-logo a img {
        width: auto;
        max-height: 58px;
        margin-top: 10px;
        margin-left: 10px; }
  .header-navi {
    display: none; }
  .header-menu {
    display: none; }
  .header-site-title {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    background: #fff;
    padding: 2px 0;
    background: #fff;
    display: none; }
  .header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    animation: slideDown 0.5s ease;
    -ms-animation: slideDown 0.5s ease;
    -webkit-animation: slideDown 0.5s ease;
    -moz-animation: slideDown 0.5s ease; }
  .header .hamburger-menu {
    width: 14%;
    float: right;
    transition: .3s;
    display: inline-block;
    opacity: 1 !important;
    margin: 15px auto 0;
    box-sizing: border-box;
    padding-left: 8px; }
    .header .hamburger-menu-button {
      width: 30px;
      padding-right: 20px; }
  .header.hsingle {
    display: block; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.mobile-menu-container {
  overflow: hidden;
  z-index: 888;
  padding-top: 90px;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: fixed;
  right: 0; }

.footer-menu-container,
.mobile-menu-container {
  width: 250px;
  height: 100%;
  bottom: 0;
  right: -250px;
  -webkit-scroll: touch; }
  .footer-menu-container .mobile-navi,
  .mobile-menu-container .mobile-navi {
    width: 96%;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%; }
    .footer-menu-container .mobile-navi-item,
    .mobile-menu-container .mobile-navi-item {
      height: 42px;
      color: #fff;
      margin-bottom: 8px; }
      .footer-menu-container .mobile-navi-item a,
      .mobile-menu-container .mobile-navi-item a {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 42px;
        background: #fff;
        text-indent: .34em;
        font-weight: bold; }
  .footer-menu-container .mobile-navi-sub,
  .mobile-menu-container .mobile-navi-sub {
    margin: 10px 2% 0;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    align-items: stretch;
    align-content: stretch; }
    .footer-menu-container .mobile-navi-sub-item,
    .mobile-menu-container .mobile-navi-sub-item {
      box-sizing: border-box;
      width: 49%;
      margin-right: 2%; }
      .footer-menu-container .mobile-navi-sub-item a,
      .mobile-menu-container .mobile-navi-sub-item a {
        box-sizing: border-box;
        margin-bottom: 10px;
        border: 1px solid #bb2f9d;
        display: block;
        text-align: left;
        text-indent: 1em;
        font-size: 11px;
        line-height: 32px;
        font-weight: 700;
        background: #fff; }
      .footer-menu-container .mobile-navi-sub-item:nth-of-type(2n),
      .mobile-menu-container .mobile-navi-sub-item:nth-of-type(2n) {
        margin-right: 0; }
  .footer-menu-container .mobile-cta,
  .mobile-menu-container .mobile-cta {
    width: 80%;
    margin: 30px auto 20px; }
    .footer-menu-container .mobile-cta-item,
    .mobile-menu-container .mobile-cta-item {
      margin-bottom: 26px; }
  .footer-menu-container a,
  .mobile-menu-container a {
    color: #bb2f9d; }

.mm-tel {
  text-align: center;
  font-size: 175%;
  border-bottom: 1px solid #353535;
  padding: 1.2rem 0;
  display: block; }
  .mm-tel a {
    color: #fff; }

.active.mobile-menu-container {
  display: block; }

.active #wrapper,
.active .overlay {
  display: block; }

.lines-button {
  transition: 0.3s; }

.hamburger-menu-lines, .hamburger-menu-lines:before, .hamburger-menu-lines:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #fff; }

.hamburger-menu-lines {
  position: relative; }

.hamburger-menu-lines:before, .hamburger-menu-lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 15px center;
  transform-origin: 15px center;
  background: #fff; }

.hamburger-menu-lines:before {
  top: 10px; }

.hamburger-menu-lines:after {
  top: -10px; }

.lines-button.active .hamburger-menu-lines:before, .lines-button.active .hamburger-menu-lines:after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 30px; }

.lines-button .hamburger-menu-lines:before, .lines-button .hamburger-menu-lines:after {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out; }

.lines-button.active .hamburger-menu-lines {
  transition: background 0.3s 0s ease-in-out; }

.lines-button.active .hamburger-menu-lines {
  background: transparent; }

.lines-button.active .hamburger-menu-lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg); }

.lines-button.active .hamburger-menu-lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg); }

/*********************
TYPOGRAPHY STYLES
*********************/
.bgstan {
  background: #fff; }

.bgbk {
  background: #fff; }

.ruby {
  font-size: 0.8rem; }

.singler {
  padding-top: 40px;
  margin-bottom: 60px; }

.mt40 {
  margin: 40px auto !important; }

.marker {
  background: linear-gradient(transparent 50%, yellow 50%); }

.marker2 {
  background: linear-gradient(transparent 50%, #fff 50%); }

.sec-tit {
  color: #333333;
  font-size: 62%;
  text-align: center;
  font-weight: bold; }
  .sec-tit.type-w {
    color: #333333; }

a {
  color: #333333; }

.section-title {
  width: 100%;
  color: #333333;
  background: #ffffff;
  font-size: 112%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px; }

.section-title2 {
  width: 100%;
  color: #848484;
  font-size: 100%;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 16px; }
  .section-title2 span {
    padding-left: .3em;
    font-size: 0.625rem; }

/** hgroup **/
.content-title {
  font-size: 20px;
  width: auto;
  line-height: 26px;
  letter-spacing: 0.4px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 700; }
  .content-title .accent {
    font-weight: 500;
    color: #55B9E2;
    display: block; }

/** text **/
.txt {
  padding: 2% 0 6%;
  letter-spacing: 3px;
  font-size: 62%; }
  .txt .type2 {
    padding-bottom: 7%;
    letter-spacing: 1; }
  .txt .txt2 {
    padding: 4% 0 8%;
    letter-spacing: 0px; }

.atn {
  font-size: 8px;
  padding: 0 3rem;
  line-height: 1.2;
  color: #cccccc; }

.cgf {
  font-family:  century-gothic, sans-serif;
  font-weight:  400;
  font-style:  normal; }

.more {
  position: relative;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 600;
  width: 161px;
  padding-bottom: 4px; }
  .more a {
    display: block; }
  .more:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background: #55B9E2;
    bottom: 0px;
    left: 0;
    transition: all 700ms cubic-bezier(0.24, 1.06, 0.54, 1.08); }
  .more:hover:before {
    width: calc(100% + 46px); }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row; }

.type-flex {
  width: 80%;
  margin: 0 auto; }
  .type-flex .flex_l {
    width: 100%;
    margin-bottom: 30px; }
  .type-flex.maps {
    color: #333;
    margin-bottom: 30px; }
  .type-flex .f_title {
    font-size: 125%;
    display: block;
    color: #55B9E2;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #d2d2d2; }

.dxbox {
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 2px;
  border: 1px solid #969696;
  background: url("../images/lux-tl.png"), url("../images/lux-tr.png"), url("../images/lux-bl.png"), url("../images/lux-br.png"), linear-gradient(110deg, #800c0c, #bb0303);
  background-position: left top,right top,bottom left,bottom right;
  background-size: 37px,37px,37px,37px,cover;
  background-repeat: no-repeat;
  padding: 30px;
  margin-bottom: 30px; }

.center {
  text-align: center; }

.vi-box-01 {
  font-size: .75rem;
  padding: 0 20px 5px;
  margin: 0 auto 10px;
  text-align: left; }
  .vi-box-01 li {
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 3px;
    margin-bottom: 5px;
    padding: 15px 0;
    line-height: 1.8rem; }
    .vi-box-01 li b {
      padding-right: .6em; }

.lpWrap {
  padding: 30px;
  text-align: center; }

.key-visual {
  width: 100%;
  height: auto;
  z-index: 1; }

.base-w {
  margin: 10% auto;
  padding: 5%; }

.space {
  min-height: 30px;
  margin-bottom: 1em; }

.flap {
  display: none; }

.m30 {
  margin-top: 30px;
  margin-bottom: 80px; }

.pb10 {
  padding: 10%; }

.pb5 {
  padding: 0 5%; }

.basic-row {
  padding: 40px 0; }
  .basic-row-inner {
    position: relative; }
  .basic-row-content {
    padding-top: 20px;
    text-align: center;
    margin: 40px auto 0; }
    .basic-row-content-card {
      margin-bottom: 15px; }
      .basic-row-content-card.last {
        margin-bottom: 0; }
    .basic-row-content.type_w {
      color: #333333;
      font-size: 12px;
      line-height: 2.2;
      text-align: left;
      width: 80%;
      margin: 0 auto; }
  .basic-row-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .basic-row-desc {
    text-align: left;
    color: #000;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 5px double #bb2f9d;
    border-bottom: 5px double #bb2f9d; }

span.badge-type1 {
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: block;
  position: relative;
  font-size: 87%;
  letter-spacing: .12em;
  margin: 13px auto 14px;
  padding-left: 4px;
  color: #333333; }
  span.badge-type1::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    bottom: -8px;
    background: #333; }
  span.badge-type1::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    top: -56px;
    background-size: 60px 60px;
    border-radius: 50%; }
  span.badge-type1.type-w {
    color: #333333; }
    span.badge-type1.type-w::after {
      background: #fff; }

.sns-wrap {
  display: none; }

.dms {
  background: url(../images/main_bg.png) repeat top center; }

.bg3 {
  background: #bb2f9d; }

span.badge-type1.type3::after {
  background: #fff; }

.negation {
  text-decoration: line-through; }

/* table */
table {
  width: 100%;
  border: 1px solid #222;
  margin: 0 auto;
  font-size: 1rem;
  margin-bottom: 20px;
  background: #fff; }

table tr th, table tr td {
  padding: 5px; }

.markup {
  font-size: 1.25rem;
  font-weight: bold;
  color: red; }

table tr th {
  border-right: 1px solid #222;
  font-weight: normal;
  text-align: center; }

table tr {
  border-bottom: 1px solid #222; }

.bgtype4_sp {
  height: 100vh !important; }

.bgtype1_sp {
  height: 100% !important; }

.bgtype4 {
  background: #B3EDFF; }

.bgtype1 {
  background: #B3EDFF; }

.bgtype2 {
  background: #B3EDFF; }

.card-pay {
  width: 280px;
  margin: 10px auto; }

.prtable {
  width: 100%;
  padding: 3% 0; }

.prtable th {
  font-size: 12px;
  font-weight: bold;
  width: 35%; }

.prtable.r-type th {
  font-size: 100%;
  font-weight: bold;
  width: 35%; }

.prtable .m-tit {
  background: #B3EDFF;
  color: #333333;
  font-size: 100%;
  line-height: 1.2; }
  .prtable .m-tit spna {
    font-size: 62%;
    font-weight: 300;
    color: #333333; }

.prtable .sp-menu {
  text-align: center;
  padding: 2em 1em;
  font-weight: 800; }

.prtable td {
  text-align: center;
  width: 65%; }

.prtable .ta-l {
  text-align: left;
  font-size: 75%; }

/*********************
COMMON LAYOUT
*********************/
#wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-scroll: touch;
  clear: both; }

#container {
  margin-top: 0;
  clear: both;
  width: 100%;
  margin: 0 auto 0;
  position: relative; }

#container.under-content {
  margin-top: 71px; }

.wrap {
  transform: none;
  top: auto;
  left: auto;
  margin-top: 50px;
  position: relative; }

.under-inner {
  background: url(../images/main_bg.jpg) repeat top left;
  padding-bottom: 40px; }

/*********************
TOP STYELES
*********************/
.bnl-box {
  margin: 0 auto; }

.event {
  margin: 0 auto; }
  .event img {
    width: 100%; }
  .event-inner {
    margin: 0 20px; }
  .event .event-parent {
    margin-bottom: 25px; }
    .event .event-parent dl dt {
      text-align: center;
      padding-bottom: 20px; }
    .event .event-parent dl dd {
      font-weight: bold; }
  .event .event-child {
    margin: 0 auto 15px; }
    .event .event-child dl dt {
      float: left;
      width: 40%; }
    .event .event-child dl dd {
      float: right;
      width: 60%;
      padding-left: 1.5em;
      box-sizing: border-box;
      font-weight: bold;
      font-size: .75rem; }
      .event .event-child dl dd span {
        color: #bb2f9d;
        display: block;
        font-size: .625rem; }

.recruitment {
  color: #fff;
  padding: 0;
  position: relative;
  background: #B3EDFF; }
  .recruitment-inner {
    width: 80%;
    padding: 42px 0 52px;
    margin: 0 auto; }
  .recruitment .yaku {
    display: block; }
  .recruitment .box-title {
    text-align: center;
    font-weight: 200;
    padding-bottom: 12px;
    line-height: 1.8em;
    color: #fff; }
  .recruitment-content {
    margin-bottom: 26px;
    margin: 0 auto;
    text-align: center; }
  .recruitment-desc {
    color: #fff;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    margin: 22px auto 16px;
    letter-spacing: 0;
    width: 80%;
    font-weight: bold; }
  .recruitment a {
    border-color: #333; }

/*********************
CAST STYELES
*********************/
.cast-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0px; }
  .cast-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
    column-count: 2;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    height: auto; }
    .cast-list ul li {
      display: block;
      width: calc(100% / 2 - 2%);
      text-align: center;
      margin-right: 3.7%;
      padding: 0px;
      height: auto;
      margin-bottom: 15px;
      box-sizing: border-box;
      overflow: hidden; }
      .cast-list ul li .staff-photo {
        padding: 0px;
        position: relative; }
        .cast-list ul li .staff-photo img {
          width: 100%;
          height: auto;
          vertical-align: top; }
        .cast-list ul li .staff-photo .new-face {
          position: absolute;
          z-index: 999;
          bottom: 5px;
          right: 5px;
          background: #89cd7d;
          border-radius: 50%;
          width: 48px;
          height: 48px;
          line-height: 48px;
          font-size: 12px;
          font-weight: bold;
          color: #fff; }
      .cast-list ul li .c_c {
        display: block;
        padding-bottom: 1px;
        font-size: 75%; }
      .cast-list ul li .c_pos {
        border-radius: 50px;
        background: #bb2f9d;
        font-size: 1.0rem;
        width: 94%;
        font-weight: 400;
        line-height: 1.2rem;
        text-align: left;
        margin-left: 7px;
        text-align: center;
        padding: 5px 0;
        margin: 3px auto 0;
        font-weight: bold;
        color: #fff; }
      .cast-list ul li .c_size {
        text-align: center;
        padding: 0;
        margin: 0 auto;
        font-size: 75%;
        color: #7d7d7d; }
        .cast-list ul li .c_size span {
          margin-left: 6px; }
      .cast-list ul li .c_time {
        margin: 8px auto 4px;
        display: inline-block;
        color: #555;
        font-size: 100%;
        padding: 8px 22px;
        background: #f9f9f9;
        border-radius: 4px; }
        .cast-list ul li .c_time span {
          background: #f1ede7;
          padding: 4px 10px;
          font-size: 12px;
          border-radius: 5px;
          margin-bottom: 8px;
          display: block; }
      .cast-list ul li .c_name {
        background: none;
        font-size: 87%;
        font-weight: 600;
        padding-top: 3px;
        width: 100%;
        margin-bottom: 0;
        text-align: center; }
      .cast-list ul li .c_age {
        text-align: center;
        border-radius: 50px;
        padding: 5px;
        margin: 5px auto; }
      .cast-list ul li .c_type {
        margin-top: 4px; }
      .cast-list ul li .c-caption {
        color: #fff; }
        .cast-list ul li .c-caption a {
          color: #fff; }
      .cast-list ul li .img {
        position: relative; }
        .cast-list ul li .img a.tw-icon {
          position: absolute;
          top: 0;
          right: 0;
          z-index: 99;
          width: 30px;
          height: 30px;
          display: block; }

.blg {
  background: #8c8965;
  padding: 4px 9px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  color: #fff;
  width: 46%; }

/** single **/
.profile-main {
  width: 90%;
  margin: 0 auto 20px; }

.prof-main-data {
  border: none; }
  .prof-main-data tr {
    border-bottom: none; }
  .prof-main-data th {
    color: #fff;
    font-size: 15px;
    padding: 4px 0  4px 4px;
    text-align: left;
    border-bottom: 1px solid #333; }
  .prof-main-data td {
    background: #3d3d3d;
    display: block;
    min-height: 40px; }

.schedule-nav {
  margin-bottom: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  column-count: 4; }
  .schedule-nav li {
    width: calc(100% / 4 - 2%);
    display: inline-block;
    background: #F6ADC6;
    margin-bottom: 2%;
    margin-left: 1%; }
    .schedule-nav li a {
      color: #fff;
      display: block;
      padding: 15px 0;
      text-align: center; }
      .schedule-nav li a:hover {
        background: #de81a3;
        transition: .4s;
        color: #fff; }
    .schedule-nav li.target {
      background: #de81a3; }
      .schedule-nav li.target a {
        color: #fff; }

.bg_com {
  background-color: #ffe7ea; }

.p_photo {
  width: 90%;
  margin: 10px auto 30px; }
  .p_photo img {
    width: 100%; }

.p_text {
  padding: 10px;
  font-size: 13px;
  background: #333;
  color: #b3b3b3; }

.p_c_title {
  font-weight: bold;
  height: 20px;
  line-height: 22px;
  margin-bottom: 10px; }

.sc-title {
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background: #333;
  font-weight: bold; }

.p_name {
  display: block;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  padding-bottom: 15px; }
  .p_name span {
    padding-left: 20px;
    font-size: 20px; }

.p_catch, .p_c_title {
  font-size: 18px;
  margin-bottom: 10px; }

.p_catch {
  margin-top: 8px; }

.p_meta {
  margin-bottom: 30px; }

#p_comm_w, #p_course_w {
  margin-bottom: 20px; }

.p_comm {
  padding: 10px;
  font-size: 13px;
  color: #b3b3b3; }

.sin-schedule {
  width: 90%;
  margin: 24px auto 30px;
  border: 1px solid #222; }

.mb30 {
  margin-bottom: 30px; }

.single_calendar dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  border-top: 0;
  border-bottom: 1px solid #333;
  box-sizing: border-box; }

.single_calendar dl dt {
  width: 30%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #333; }
  .single_calendar dl dt.sun + dd {
    background: #900000; }
  .single_calendar dl dt.sat + dd {
    background: #5d5d5d; }

.single_calendar dl dd {
  width: 69%;
  text-align: center;
  text-decoration: none;
  line-height: 40px; }

.cta-mod {
  position: relative; }
  .cta-mod-inner {
    position: relative;
    padding: 120px 30px 3%; }
  .cta-mod-title {
    text-align: center;
    font-size: 24px;
    color: #fff; }
  .cta-mod-content {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 5%; }
    .cta-mod-content p {
      font-size: 14px;
      width: 80%;
      margin: 0 auto;
      color: #fff; }

.val_txarea {
  background: #3d3d3d;
  overflow-y: scroll;
  min-height: 150px; }

.profile-title {
  background: #ffffff;
  padding: 8px 0;
  text-align: center; }
.profile-data {
  width: 100%;
  margin: 30px auto; }
  .profile-data th, .profile-data td {
    text-align: left;
    padding-bottom: 10px; }

.sub2-tit {
  text-align: left;
  padding: 6px 10px;
  border-bottom: 1px dashed #bb2f9d;
  font-weight: bold;
  margin-bottom: 15px; }

.under_cont {
  padding: 40px 0; }
  .under_cont-inner {
    position: relative; }
  .under_cont-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px; }
  .under_cont-content {
    padding-top: 20px;
    text-align: center; }
  .under_cont-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .under_cont-desc {
    text-align: left;
    color: #000;
    line-height: 1.4em;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px; }

/*********************
PAGE STYELES
*********************/
.system ul {
  width: 96%;
  margin: 0 auto 10%; }
  .system ul li {
    font-size: 14px;
    position: relative;
    color: #bb2f9d;
    font-weight: bold;
    display: block;
    border: 1px solid #bb2f9d;
    padding: 8px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 1em;
    background: #fff; }
    .system ul li .evprice {
      color: red;
      padding-left: 1em; }

.access {
  position: relative;
  margin: 0 0 0;
  font-weight: bold;
  background: #B3EDFF;
  padding: 20px; }
  .access-upper {
    width: 100%;
    text-align: center; }
  .access-logo img {
    width: 250px;
    height: auto; }
  .access-shopinfo {
    line-height: 2;
    padding-top: 20px; }
  .access-address {
    line-height: 2;
    padding-top: 20px; }
  .access-bottom {
    margin-top: 40px;
    width: 100%; }
    .access-bottom .engtxt {
      margin-bottom: 30px; }
  .access p {
    font-size: .75rem;
    color: #333; }
  .access a {
    color: #333; }

/*********************
RECRUIT STYELES
*********************/
#recruit {
  font-size: 0.75rem; }

.button-type1 {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: linear-gradient(#5d5d5d, #000); }
  .button-type1 span {
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 10px 0;
    display: block;
    font-weight: 500; }

.button-type2 {
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #cb5b7c; }
  .button-type2 span {
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 10px 0;
    display: block;
    font-weight: 500; }

.button-type5 {
  color: #fff;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  margin: 0 auto;
  width: 80%; }
  .button-type5 span {
    font-size: 12px;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    display: block;
    padding: 9px 24px;
    font-weight: bold;
    padding-left: 30px; }

.index_button {
  margin-top: 60px;
  text-align: center; }

.button-type7 {
  display: inline-block;
  min-width: 240px;
  height: 60px;
  padding: 0 15px;
  border-radius: 0;
  background-color: #F6ADC6;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-align: center; }

/* FOURTH BUTTON */
.attention {
  text-align: left; }

.hover-2 {
  position: relative;
  background: #F6ADC6;
  border: 0 solid #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  width: 60%;
  margin: 0 auto; }
  .hover-2 a {
    color: #fff;
    display: inline;
    font-size: 100%; }
  .hover-2::before, .hover-2::after,
  .hover-2 a::before,
  .hover-2 a::after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(#55B9E2, #bb2f9d); }
  .hover-2::before {
    right: 0;
    top: 0;
    height: 1px;
    width: 0%;
    transition: width 200ms; }
  .hover-2::after {
    right: 0;
    top: 0;
    height: 0%;
    width: 1px;
    transition: height 200ms; }
  .hover-2 a::before {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    transition: width 200ms; }
  .hover-2 a::after {
    left: 0;
    bottom: 0;
    height: 0%;
    width: 1px;
    transition: height 200ms; }
  .hover-2:hover::before {
    width: 100%; }
  .hover-2:hover::after {
    height: 100%; }
  .hover-2:hover a::before {
    width: 100%; }
  .hover-2:hover a::after {
    height: 100%; }
  .hover-2.type-g {
    background: #101010; }

/*********************
SINGLE LAYOUT
*********************/
.page-heading {
  width: 100%;
  background: #B3EDFF;
  background-size: cover;
  position: relative;
  height: 300px;
  margin: 0;
  padding: 4% 0; }
  .page-heading .page-title {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    left: 0;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    text-align: center;
    color: #333333;
    letter-spacing: .2rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; }
    .page-heading .page-title::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 1px;
      left: 50%;
      transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      bottom: -8px;
      background: #333333; }

#page-single {
  margin-top: 5%; }
  #page-single .single-inner {
    padding: 5% 5% 5%; }
  #page-single .single-header .single-title {
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: .05rem;
    padding: 42px 0 8%; }
  #page-single .single-header .anthor {
    margin-right: auto;
    margin-left: -4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #page-single .single-header .anthor img {
      margin: 0;
      -webkit-flex-basis: 62px;
      -ms-flex-preferred-size: 62px;
      flex-basis: 62px;
      max-width: 62px;
      width: 62px;
      height: 62px; }
  #page-single .single-header .keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0; }
    #page-single .single-header .keyword a {
      display: inline-block;
      padding: 4px 12px 3px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      line-height: 1;
      color: #666;
      border-radius: 20px;
      border: 1px solid #666;
      -webkit-transition: color .25s ease,background .25s ease;
      transition: color .25s ease,background .25s ease;
      overflow: hidden;
      margin-left: 3px; }
      #page-single .single-header .keyword a:hover {
        color: #fff;
        background: #666; }
    #page-single .single-header .keyword.cat-list a {
      background: #bb2f9d;
      color: white;
      margin-right: 1em; }
      #page-single .single-header .keyword.cat-list a:hover {
        color: #000;
        background: #fff; }
  #page-single .single-header .photo {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    max-height: 460px;
    overflow: hidden; }
    #page-single .single-header .photo:before {
      content: "";
      clear: both;
      display: table; }
    #page-single .single-header .photo img {
      width: 100%;
      height: auto; }
  #page-single .single-header .headding-inner {
    width: 100%; }
  #page-single .single-body {
    margin-top: 4%;
    padding-top: 4%;
    line-height: 2.3;
    letter-spacing: .05rem; }
    #page-single .single-body h2 {
      position: relative;
      font-size: 16px;
      font-weight: bold;
      height: 32px;
      line-height: 32px;
      margin-top: 25px;
      margin-bottom: 35px;
      padding: 10px 0 10px 12%; }
    #page-single .single-body h3 {
      font-size: 16px;
      line-height: 1.6rem;
      font-weight: bold;
      border-bottom: 1px dotted #000;
      border-top: 1px dotted #000;
      margin-top: 15px;
      margin-bottom: 30px;
      padding: 10px 0 10px 10px;
      font-size: 18px; }
    #page-single .single-body h4 {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      margin: 5% 0 3%;
      position: relative;
      padding: 0 0 0 15px; }
      #page-single .single-body h4:before {
        position: absolute;
        top: 5px;
        left: 0;
        content: '';
        display: block;
        width: 3px;
        height: calc(100% - 10px);
        background-color: #0B318F;
        border-radius: 10px; }
    #page-single .single-body p {
      font-size: 12px; }
  #page-single .single-footer {
    clear: both; }
  #page-single .date ol {
    float: right; }
    #page-single .date ol li {
      display: inline-block;
      padding-left: 1em; }

.tag-group {
  float: left; }
  .tag-group li {
    padding-left: 1em;
    display: inline-block; }

.single-title.type2 {
  padding-bottom: 4% !important;
  border-bottom: 1px solid #ccc; }

.flow dl {
  background: #fff;
  padding: 5%;
  margin-bottom: 30px;
  color: #fff;
  border: 1px solid white; }
  .flow dl dt {
    border-bottom: 1px solid #bb2f9d;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #d24bb5; }
  .flow dl dd {
    text-align: left; }
  .flow dl:last-child {
    margin-bottom: 0; }

.att {
  text-align: left;
  border: 1px solid #fff;
  padding: 5%;
  margin: 0 auto; }

.t_e {
  margin-top: 20px;
  text-align: left; }

.er {
  text-decoration: line-through;
  font-size: 10px;
  margin-right: 8px; }

/*********************
CTA NAV UI STYLES
*********************/
.mobile-menu-container {
  border-left: 1px solid #222; }
  .mobile-menu-container .main-navi {
    padding-top: 10px; }
    .mobile-menu-container .main-navi li {
      border-bottom: 1px solid #333; }
      .mobile-menu-container .main-navi li:nth-of-type(1) a {
        opacity: 0;
        transition-delay: .3s;
        transition: all 0.3s ease; }
      .mobile-menu-container .main-navi li:nth-of-type(2) a {
        opacity: 0;
        transition-delay: .4s;
        transition: all 0.3s ease; }
      .mobile-menu-container .main-navi li:nth-of-type(3) a {
        opacity: 0;
        transition-delay: .5s;
        transition: all 0.3s ease; }
      .mobile-menu-container .main-navi li:nth-of-type(4) a {
        opacity: 0;
        transition-delay: .6s;
        transition: all 0.3s ease; }
      .mobile-menu-container .main-navi li:nth-of-type(5) a {
        opacity: 0;
        transition-delay: .7s;
        transition: all 0.3s ease; }
  .mobile-menu-container.active .main-navi li:nth-of-type(1) a {
    opacity: 1;
    transition-delay: .3s; }
  .mobile-menu-container.active .main-navi li:nth-of-type(2) a {
    opacity: 1;
    transition-delay: .4s; }
  .mobile-menu-container.active .main-navi li:nth-of-type(3) a {
    opacity: 1;
    transition-delay: .5s; }
  .mobile-menu-container.active .main-navi li:nth-of-type(4) a {
    opacity: 1;
    transition-delay: .6s; }
  .mobile-menu-container.active .main-navi li:nth-of-type(5) a {
    opacity: 1;
    transition-delay: .7s; }

#global-menu {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  width: 100%;
  padding-top: 70px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background: #55B9E2; }
  #global-menu ul.main-navi {
    margin: 0;
    padding: 0px;
    width: 100%; }
    #global-menu ul.main-navi li a {
      color: #fff;
      padding-top: .6rem;
      padding-bottom: .6rem;
      text-indent: 10px;
      display: block;
      font-size: 137%; }
    #global-menu ul.main-navi li:last-child {
      border: none; }
    #global-menu ul.main-navi li:first-child {
      border-top: none; }
  #global-menu ul.sub-navi {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top: 1px solid #333; }
    #global-menu ul.sub-navi li {
      margin: 0px;
      padding: 0px;
      float: left;
      height: auto;
      width: calc(100% / 3);
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      box-sizing: border-box;
      text-align: center; }

/*global-end*/
#page-top {
  display: block;
  width: 60px;
  height: 40px;
  position: fixed;
  bottom: 80px;
  right: 0;
  display: none;
  z-index: 120;
  line-height: 40px;
  text-align: center;
  background: #a7a7a7; }

#foot-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fbfbfb;
  z-index: 9999;
  height: 54px;
  border-top: 1px solid #f2f2f2;
  display: none; }

.foot-cta {
  display: block; }
  .foot-cta-item {
    float: left;
    width: 25%;
    height: 54px;
    box-sizing: border-box; }
    .foot-cta-item-button {
      width: 100%;
      height: auto;
      margin-top: 5px;
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center;
      color: #fff; }
      .foot-cta-item-button i {
        position: absolute;
        left: calc(50% - 8px);
        top: -5px;
        font-size: 1.25rem; }
      .foot-cta-item-button span {
        padding-top: 24px;
        display: block;
        font-family: century-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 8px; }
    .foot-cta-item.last {
      border-right: none; }
  .foot-cta-item2 {
    height: 50px;
    padding-top: 5px; }
    .foot-cta-item2.type-tel {
      width: calc(100% / 2);
      float: left; }
    .foot-cta-item2.type-recruit {
      width: calc(100% / 3);
      float: left;
      background: #efefef; }
    .foot-cta-item2.type-line {
      width: calc(100% / 2);
      float: left; }
    .foot-cta-item2-button2 {
      width: 96%;
      height: auto;
      display: block;
      overflow: hidden;
      position: relative;
      margin: 0 auto;
      border-radius: 50px; }
      .foot-cta-item2-button2 i {
        position: absolute;
        left: 8%;
        top: 6px;
        font-size: 1.25rem; }
      .foot-cta-item2-button2 span {
        display: block;
        font-size: 1rem; }
  .foot-cta.type-top {
    width: 100%;
    border-bottom: 1px solid #3d3d3d; }

#foot-recruit-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-top: 1px solid #ccc; }

/*********************
FOOTER STYLES
*********************/
.recruit-cta {
  padding: 1%; }
  .recruit-cta ul {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 1%; }
    .recruit-cta ul li a {
      border-radius: 8px;
      display: block;
      min-height: 64px;
      line-height: 64px;
      text-align: center; }
      .recruit-cta ul li a i {
        padding-right: .5rem; }
    .recruit-cta ul .sns {
      width: 40%; }
      .recruit-cta ul .sns a {
        background: #d6d6d6;
        color: #6a6a6a; }
    .recruit-cta ul .apply {
      width: 59%; }
      .recruit-cta ul .apply a {
        background: #F6ADC6;
        color: #fff; }

.cta-mod-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed; }

.footer {
  position: relative;
  width: 100%;
  font-weight: 600;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0.4px;
  background: #fff; }
  .footer .foot-link {
    position: relative;
    margin: 0 auto;
    text-align: center; }
  .footer small {
    color: #333333;
    display: block;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
    background: #B3EDFF;
    width: 100%;
    font-size: 10px;
    padding-bottom: 54px; }
  .footer-info {
    width: 100%;
    padding: 40px 0;
    text-align: center; }
    .footer-info-container {
      width: 80%;
      margin: 22px auto; }
    .footer-info-logo {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0 auto 6px; }
    .footer-info-title {
      padding: 12px 0;
      letter-spacing: 0em;
      width: 72%;
      line-height: 16px;
      margin: 0 auto 16px; }
      .footer-info-title-sub {
        padding: 3px 0 0;
        margin: 0;
        font-size: 12px;
        display: block; }
    .footer-info-tel {
      font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
      font-size: 28px;
      letter-spacing: .14em; }

@media screen and (max-width: 767px) {
  .cast-list li:nth-of-type(2n) {
    margin-right: 0; } }
/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: flugel
  Author: xi
  
  Stylesheet: 481px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /** typography **/
  /*#top-content{
   height: 100vh;
   margin-top: 18%;
   padding-top: 1%;
   .wrap{   
    ._col{
     padding-left: 2%;
     .logo{
      width: 320px;
      height: 90px;
      img{
       width: 320px;
       height: 90px;
      }
     }  
    } 
    #mission{
     padding-top: 0;
    }
   }
   }*/
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  __layout  
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /*********************
  FOOTER STYLES
  *********************/ }
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: 
  Author:xi
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-size: 100%;
    color: #333333;
    margin: 0;
    padding: 0;
    position: relative; } }
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .system-content-card:nth-of-type(2n) {
    margin-left: 4%; } }
@media only screen and (min-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 64px;
    border-bottom: 5px solid #fff;
    display: none; }
    .header-logo {
      height: auto;
      float: left; }
      .header-logo a {
        text-align: center;
        margin: 0 auto 0;
        text-align: center;
        height: auto;
        display: block; }
        .header-logo a img {
          max-height: 58px;
          margin-left: 0;
          margin-top: 3px; }

  .page-heading {
    width: 100%;
    background-size: cover;
    position: relative;
    height: 300px;
    margin: 0;
    padding: 4% 0; }
    .page-heading .page-title {
      position: absolute;
      top: calc(50% - 30px);
      width: 100%;
      left: 0;
      height: 60px;
      font-size: 2.5rem;
      line-height: 60px;
      text-align: center;
      letter-spacing: .4rem;
      font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
      .page-heading .page-title::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 1px;
        left: 50%;
        transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        bottom: -8px; }

  .profile-main {
    width: 90%;
    margin: 0 auto; }

  .profile-data {
    float: left;
    width: 370px; }

  .side-single {
    width: 260px;
    float: right; }

  .bg_com {
    background-color: #ffe7ea; }

  .p_photo {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-right: 20px; }
    .p_photo img {
      width: 100%; }

  .p_text {
    padding: 10px;
    font-size: 13px;
    background: #333;
    color: #b3b3b3; }

  .p_c_title {
    font-weight: bold;
    height: 20px;
    line-height: 22px;
    margin-bottom: 10px; }

  .sc-title {
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background: #333;
    font-weight: bold; }

  .p_name {
    display: block;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    padding-bottom: 2px;
    color: #333333; }
    .p_name span {
      padding-left: 20px;
      font-size: 20px; }

  .p_catch, .p_c_title {
    font-size: 18px;
    margin-bottom: 10px; }

  .p_catch {
    margin-top: 8px;
    color: #714b52; }

  .p_meta {
    margin-bottom: 30px; }

  .p_comm, .p_size {
    color: #fff; }

  #p_comm_w, #p_course_w {
    margin-bottom: 20px; }

  .p_comm {
    padding: 10px;
    font-size: 13px;
    color: #b3b3b3; }

  .single_calendar dl {
    width: 14.285%;
    /* 100割る7 */
    float: left;
    display: block;
    text-align: center;
    border: 1px solid #333;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box; }
    .single_calendar dl:first-child {
      border-left: 1px solid #333; }

  .single_calendar dl dt {
    width: 100%;
    height: 40px;
    line-height: 42px;
    border-bottom: 1px solid #333;
    background: #191919; }

  .single_calendar dl dd {
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 24px 2px;
    display: block;
    font-size: 10px;
    box-sizing: border-box; }

  .under_cont {
    padding: 8% 0; }
    .under_cont.rec_top {
      padding: 0; }
    .under_cont-inner {
      position: relative; }
    .under_cont-title {
      text-align: center;
      font-size: 18px;
      margin-bottom: 30px; }
    .under_cont-content {
      padding-top: 20px;
      text-align: center; }
    .under_cont-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .under_cont-desc {
      text-align: left;
      color: #000;
      line-height: 1.4em;
      padding-top: 6%;
      padding-bottom: 6%; }

  .flow {
    padding: 8% 0;
    background: #fff; }
    .flow ul {
      width: 100%;
      margin: 0 auto; }
      .flow ul li {
        font-size: 14px;
        position: relative;
        color: #bb2f9d;
        font-weight: bold;
        display: block;
        border: 1px solid #bb2f9d;
        padding: 8px;
        margin-bottom: 10px;
        text-align: left;
        padding-left: 1em;
        background: #fff; }
        .flow ul li .evprice {
          color: red;
          padding-left: 1em; }
    .flow-content {
      padding-top: 50px; }
      .flow-content-card {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        position: relative;
        width: 80%;
        background: #fff;
        padding: 10px;
        margin: 0 auto 66px; }
        .flow-content-card-type {
          text-align: left;
          font-weight: bold;
          color: #843f0f;
          padding: 20px 0 18px;
          letter-spacing: 2;
          font-size: 0.85rem; }
          .flow-content-card-type .rtex {
            font-family: bureau-grot-condensed, sans-serif;
            font-weight: 800;
            font-style: normal;
            font-size: 3em;
            letter-spacing: -0.3em;
            color: #F6ADC6;
            padding-right: .3em; }
        .flow-content-card-desc {
          font-size: 0.85rem;
          line-height: 1.8;
          border-top: 1px solid #ccc;
          padding-top: 12px;
          color: #000; }
        .flow-content-card-icon {
          text-align: center;
          width: 100%;
          height: 70px;
          padding-bottom: 20px; }
        .flow-content-card-title {
          margin: -32px auto 0;
          position: relative;
          color: #fff;
          font-size: 1em;
          font-weight: bold;
          text-align: left;
          padding: 10px 0 10px 5rem;
          width: 96%;
          background: #3e0e38;
          box-sizing: border-box;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
          .flow-content-card-title .flow-content-tag {
            position: absolute;
            top: 5%;
            left: 2px;
            width: 60px;
            height: 38px;
            background: #fff;
            color: #bb2f9d;
            text-align: center;
            line-height: 38px;
            font-weight: bold;
            font-size: 0.635rem; }

  .cast-list {
    padding: 0px;
    margin-bottom: 20px; }
    .cast-list ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      column-gap: 2%;
      column-count: 2;
      column-count: 3;
      width: 100%;
      padding: 0px;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto;
      height: auto; }
      .cast-list ul li {
        width: calc(100% / 3 - 2%);
        text-align: center;
        padding: 0px;
        height: auto;
        margin-right: 2%;
        margin-bottom: 15px; }
        .cast-list ul li .staff-photo {
          padding: 0px;
          position: relative; }
          .cast-list ul li .staff-photo img {
            width: 100%;
            height: auto;
            vertical-align: top; }
          .cast-list ul li .staff-photo .new-face {
            position: absolute;
            z-index: 999;
            bottom: 5px;
            right: 5px;
            background: #89cd7d;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            line-height: 48px;
            font-size: 12px;
            font-weight: bold;
            color: #fff; }
        .cast-list ul li .staff-pos {
          border-radius: 50px;
          background: #bb2f9d;
          font-size: 1.0rem;
          width: 94%;
          font-weight: 400;
          line-height: 1.2rem;
          text-align: left;
          margin-left: 7px;
          text-align: center;
          padding: 5px 0;
          margin: 3px auto 0;
          font-weight: bold;
          color: #fff; }
        .cast-list ul li .staff-size {
          font-size: 1.0rem;
          width: 94%;
          line-height: 1.2rem;
          text-align: center;
          padding: 5px 0;
          margin: 3px auto 0;
          font-weight: bold;
          color: #333; }
        .cast-list ul li .staff-name {
          background: none;
          font-size: 1.2rem;
          font-weight: 600;
          padding-top: 3px;
          width: 100%;
          line-heigh: 1.4rem;
          margin-bottom: 0;
          text-align: center; }
        .cast-list ul li .staff-age {
          text-align: center;
          background: #bb2f9d;
          border-radius: 50px;
          padding: 5px;
          margin: 5px auto; }
        .cast-list ul li .staff-type {
          margin-top: 4px; }
        .cast-list ul li .d-caption {
          background: #bb2f9d; }
        .cast-list ul li .img a.tw-icon {
          width: 30px;
          height: 30px; }

  .footer-menu-container,
  .mobile-menu-container {
    width: 375px;
    height: 100%;
    bottom: 0;
    right: -375px; }

  .recruitment {
    color: #fff; }
    .recruitment-inner {
      padding: 0 0 60px; }
    .recruitment-title {
      font-size: 24px;
      text-align: center;
      font-weight: 600;
      padding-bottom: 28px;
      line-height: 1.8em; }
    .recruitment-content {
      width: 90%;
      margin-bottom: 26px;
      margin: 0 auto; }

  .box-title {
    font-size: 87%;
    margin: 0 auto 0;
    font-weight: 700; }
    .box-title span.yaku {
      display: block;
      font-size: 14px;
      line-height: 14px; }

  .size6 {
    width: 48%;
    margin-right: 4%; }

  .left {
    float: left; }

  .right {
    float: right;
    margin-right: 0; }

  .sub-tit {
    text-indent: 0.75em;
    color: #fff;
    font-weight: bold;
    background: #bb2f9d;
    font-size: 16px;
    text-align: left;
    padding: 14px 0;
    margin-bottom: 4%; }

  .rroom {
    position: relative; }
    .rroom dl {
      width: 49%;
      display: block;
      height: 100px;
      min-height: 142px;
      position: relative;
      border: 1px solid #bb2f9d;
      letter-spacing: 0;
      text-align: left;
      padding: 15px;
      box-sizing: border-box;
      background: #fff;
      margin-bottom: 2%;
      margin-right: 2%;
      float: left; }
      .rroom dl dt {
        width: 100%;
        font-weight: bold;
        font-size: 14px;
        padding-bottom: 2%;
        color: #55B9E2; }
        .rroom dl dt a {
          color: #55B9E2; }
      .rroom dl dd {
        padding-bottom: 2%;
        font-size: 100%; }
      .rroom dl .stmb {
        display: block;
        position: absolute;
        float: right;
        padding: 1px;
        width: 120px;
        height: 120px;
        top: 6px;
        right: 6px;
        border: 1px solid #ccc; }
        .rroom dl .stmb img {
          width: 120px;
          height: 120px; }
      .rroom dl:nth-of-type(2n) {
        margin-right: 0; }

  .sin-schedulef {
    width: 100%;
    margin: 24px auto 0; }

  .info-tips li {
    float: left;
    width: 49%;
    margin-bottom: 5px;
    margin-right: 2%; }
    .info-tips li:nth-of-type(2) {
      margin-right: 0; }

  .map_w {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    z-index: 99; }

  /*access_map*/
  #access_map {
    padding-top: 10px;
    margin-bottom: 40px; }

  .block_list_2 li span, .block_list_3 li span {
    display: block;
    height: 25px;
    line-height: 27px;
    font-size: 11px; }

  .block_list_2 li {
    background: #ffdadf; }

  .block_list_2 li:nth-child(2n) {
    background: #ffeaee; }

  .amap_title {
    width: 50%;
    padding-left: 25px;
    float: left; }

  .amap_text {
    width: 450px;
    float: left; }

  /*hotel_map*/
  .block_list_3 {
    width: 50%;
    margin: 0 auto 8%;
    float: left; }

  .block_list_3 li {
    cursor: pointer;
    background: #fff4cf;
    transition: background 0.3s;
    padding: 2% 0; }
    .block_list_3 li span {
      box-sizing: border-box; }

  .block_list_3 li:nth-child(2n) {
    background: #fff6e9; }

  .block_list_3 li:hover {
    background: #fcf; }

  .hmap_nam {
    width: 5%;
    color: #ed9a00;
    float: left;
    padding-left: 10px; }

  .hmap_name {
    width: 45%;
    float: left;
    padding-left: 10px; }

  .hmap_tel {
    width: 50%;
    float: left; }

  .rname {
    text-align: center;
    color: #bb2f9d;
    background: #fff !important; }

  .pb10 {
    padding: 10%; }

  .pb5 {
    padding: 0 5%; }

  #rentalroom .left {
    float: left !important; }

  .c-option {
    position: relative;
    width: 600px;
    height: 114px;
    margin-bottom: 1rem; }
    .c-option dt {
      position: absolute;
      top: 10px;
      left: 12px; }
    .c-option dd {
      position: absolute;
      bottom: 30px;
      left: 30px; }

  .footer small {
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 1029px) {
  .cast-list li:nth-of-type(3n) {
    margin-right: 0; } }
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: flugel inc
  Author:xi
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  .header {
    min-width: 100%;
    position: fixed;
    border-bottom: 7px solid #fff;
    z-index: 9999;
    height: 120px;
    top: 0;
    left: 0;
    display: none;
    /** pc-navigation-menu **/ }
    .header-inner {
      background: none;
      width: 100%;
      position: static;
      margin: 0 auto;
      z-index: 9999;
      min-height: 160px;
      border-bottom: none; }
    .header-logo {
      position: absolute;
      width: 304px;
      padding-top: 0;
      left: 0;
      top: 8px;
      height: auto;
      margin: 0 auto;
      float: none; }
      .header-logo a {
        width: 304px;
        padding-left: 0; }
      .header-logo img {
        margin-top: 0;
        width: auto;
        max-height: 108px !important; }
    .header-navi {
      display: block; }
      .header-navi-item {
        display: block;
        float: left;
        width: calc(100% / 5 - 6%);
        margin-right: 1.5%; }
        .header-navi-item a {
          font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
          font-size: 87%;
          color: #333;
          transition: all 1.4s;
          position: relative;
          display: block;
          text-align: center; }
          .header-navi-item a:before {
            content: '';
            left: 45%;
            right: 45%;
            top: 125%;
            border-bottom: 1px solid #bb2f9d;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 1px;
            opacity: 0;
            position: absolute;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
          .header-navi-item a:hover:before {
            left: 0;
            right: 0;
            opacity: 1;
            color: #55B9E2; }
          .header-navi-item a span {
            font-size: 10px;
            display: block; }
        .header-navi-item:nth-of-type(4) {
          padding-right: 0; }
    .header-menu {
      position: absolute;
      top: 32px;
      left: 320px;
      width: 60%;
      padding-top: 12px;
      display: block;
      margin: 0 auto; }
    .header .hamburger-menu {
      display: none; }
    .header-cta {
      width: 460px;
      margin-top: 8px;
      float: right;
      padding-left: 5px; }
      .header-cta-item {
        float: left;
        width: 86%;
        padding-right: 4%; }
        .header-cta-item-button {
          margin-top: 12px;
          display: block;
          overflow: hidden; }
        .header-cta-item.last {
          padding-right: 0; }
        .header-cta-item.tel {
          display: none; }
    .header .hamburger-menu {
      display: none; }
    .header.single {
      display: block;
      position: fixed; }

  .sin {
    padding: 4% 0 6%; }

  .type-g {
    background: #ffffff; }

  .type-b {
    background: #000; }

  .cast-list {
    max-width: 1030px;
    padding: 0px;
    margin-bottom: 20px; }
    .cast-list ul {
      column-count: 5;
      width: 100%;
      padding: 0px;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto;
      height: auto; }
      .cast-list ul li {
        width: calc(100% / 5 - 2%);
        text-align: center;
        margin-right: 2%;
        padding: 0px;
        height: auto;
        margin-bottom: 15px; }
        .cast-list ul li .staff-photo {
          padding: 0px;
          position: relative; }
          .cast-list ul li .staff-photo img {
            border: 3px solid #fff;
            width: 100%;
            height: auto;
            vertical-align: top; }
          .cast-list ul li .staff-photo .new-face {
            position: absolute;
            z-index: 999;
            bottom: 5px;
            right: 5px;
            background: #89cd7d;
            border-radius: 50%;
            width: 48px;
            height: 48px;
            line-height: 48px;
            font-size: 12px;
            font-weight: bold;
            color: #fff; }
        .cast-list ul li .staff-pos {
          border-radius: 50px;
          background: #bb2f9d;
          font-size: 1.0rem;
          width: 94%;
          font-weight: 400;
          line-height: 1.2rem;
          text-align: left;
          margin-left: 7px;
          text-align: center;
          padding: 5px 0;
          margin: 3px auto 0;
          font-weight: bold;
          color: #fff; }
        .cast-list ul li .staff-size {
          font-size: 1.0rem;
          width: 94%;
          line-height: 1.2rem;
          text-align: center;
          padding: 5px 0;
          margin: 3px auto 0;
          font-weight: bold;
          color: #333; }
        .cast-list ul li .staff-name {
          background: none;
          font-size: 1.2rem;
          font-weight: 600;
          padding-top: 3px;
          width: 100%;
          line-heigh: 1.4rem;
          margin-bottom: 0;
          text-align: center; }
        .cast-list ul li .staff-age {
          text-align: center;
          background: #bb2f9d;
          border-radius: 50px;
          padding: 5px;
          margin: 5px auto; }
        .cast-list ul li .staff-type {
          margin-top: 4px; }
        .cast-list ul li:nth-of-type(5n) {
          margin-right: 0; }

  .bgstan {
    background: #fff; }

  .base-w {
    max-width: 1030px;
    margin: 10% auto;
    padding: 0; }

  .profile-main {
    width: 980px;
    margin-right: 20px; }

  .p_photo {
    width: 40%;
    float: left; }

  .profile-title {
    background: none;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px; }
  .profile-data {
    width: 60%;
    float: right;
    margin-top: 0; }
    .profile-data tr {
      margin-bottom: 5px; }
    .profile-data th, .profile-data td {
      text-align: left;
      padding-bottom: 10px;
      padding-top: 10px; }

  .hover-2 {
    padding: 28px 0; }

  .sin-schedule {
    width: 100%;
    max-width: 1030px;
    margin: 24px auto 30px; }

  .singler {
    padding-top: 140px;
    width: 980px;
    margin: 0 auto 80px; }

  .section-title {
    width: 100%;
    color: #fff;
    background: none;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4%;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative; }
    .section-title:before {
      content: '';
      width: 100px;
      left: calc( 50% - 50px);
      top: 90%;
      border-bottom: 1px solid #3d3d3d;
      height: 1px;
      opacity: 1;
      position: absolute; }
    .section-title.rev {
      color: #fff; }
      .section-title.rev:before {
        border-bottom: 1px solid #fff; }

  .section-title2 {
    width: 100%;
    color: #000;
    background: none;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4%;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    padding-left: 0;
    line-height: normal; }
    .section-title2:before {
      content: '';
      width: 100px;
      left: calc( 50% - 50px);
      top: 90%;
      border-bottom: 1px solid #3d3d3d;
      height: 1px;
      opacity: 1;
      position: absolute; }
    .section-title2 span {
      display: none;
      padding-left: .3em;
      font-size: 0.625rem; }

  /** hgroup **/
  .content-title {
    font-size: 20px;
    width: auto;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-weight: 700; }
    .content-title .accent {
      font-weight: 500;
      color: #55B9E2;
      display: block; }

  .sec-tit {
    color: #333333;
    font-size: 1rem; }
    .sec-tit.type-w {
      color: #333333; }

  .cnt {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .cnt2 {
    width: 1040px;
    margin-left: auto;
    margin-right: auto; }

  .cnt3 {
    width: 878px;
    margin-left: auto;
    margin-right: auto; }

  .full-img img {
    max-width: auto;
    width: 100%;
    height: auto;
    margin-bottom: 2%; }

  .bnl-box li {
    display: block;
    margin-bottom: 20px; }
  .bnl-box img {
    max-width: 100%;
    height: auto; }

  .flap {
    display: block; }

  .event {
    margin: 0 auto; }
    .event img {
      width: 100%; }
    .event-inner {
      margin: 0 20px; }
    .event .event-parent {
      width: 50%;
      float: left;
      margin-right: 3%;
      margin-bottom: 25px; }
      .event .event-parent dl dt {
        text-align: center;
        padding-bottom: 20px; }
      .event .event-parent dl dd {
        font-weight: bold;
        font-size: 1.25rem; }
    .event .event-child {
      width: 47%;
      float: right;
      margin: 0 auto 15px; }
      .event .event-child dl dt {
        float: left;
        width: 40%; }
      .event .event-child dl dd {
        float: right;
        width: 60%;
        padding-left: 1.5em;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 1.25rem; }
        .event .event-child dl dd span {
          color: #bb2f9d;
          display: block;
          font-size: .85rem; }

  .shop-photo {
    display: none; }

  .bgtype1 {
    background: url(../images/sec_bg4.jpg) center top no-repeat; }

  .bgtype2 {
    background: #B3EDFF; }

  #basic-page {
    padding-top: 140px; }

  .system {
    background: none;
    margin: 0 auto; }
    .system-content {
      width: 100%;
      margin-bottom: 26px;
      margin: 50px auto 0; }
      .system-content-card {
        min-height: 420px;
        position: relative;
        width: 48%;
        background: #fff;
        padding: 0;
        margin-right: 4%;
        float: left;
        padding: 2% 2% 5% 2%;
        margin-bottom: 20px;
        box-sizing: border-box; }
        .system-content-card-desc {
          color: #000; }
        .system-content-card-icon {
          width: 71px;
          height: 70px;
          padding-top: 37px; }
        .system-content-card:nth-of-type(2n) {
          margin-right: 0; }
        .system-content-card.col1 {
          width: 100%; }
    .system ul {
      margin-bottom: 2%; }
    .system .price_img {
      width: 496px;
      height: auto; }

  .block-type1 {
    background: #fff;
    width: 96%;
    margin: 0 auto 10px;
    border: 1px solid #bb2f9d; }
    .block-type1 h3 {
      text-indent: 0.75em;
      color: #fff;
      font-weight: bold;
      background: #bb2f9d;
      font-size: 14px;
      text-align: left;
      padding: 6px 0;
      margin: 0; }
    .block-type1 .play-desc {
      font-weight: bold;
      padding: 22px;
      line-height: 24px; }
    .block-type1.type-pc {
      width: 100%;
      margin-bottom: 2%; }

  .card-pay-button input[type="submit"] {
    width: 80%; }

  .type-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    justify-content: space-between;
    column-count: 2; }
    .type-flex .flex_l {
      width: calc(50% - 4%); }
    .type-flex .flex_r {
      width: calc(50% - 4%); }

  .recruitment-inner {
    width: auto;
    padding: 60px 0;
    margin: 0 auto;
    background: none;
    border: none; }
  .recruitment .box-title {
    color: #fff; }
  .recruitment-content {
    margin-bottom: 26px;
    margin: 0 auto;
    text-align: center; }
  .recruitment-desc {
    color: #fff;
    font-size: 1rem;
    text-align: center; }
  .recruitment a {
    border-color: #fff; }

  .atn {
    font-size: 8px;
    text-align: center;
    padding: 0 3rem;
    line-height: 1.2;
    color: #cccccc; }

  .access {
    margin: 0 auto 0;
    padding: 3% 0;
    overflow: hidden;
    position: relative;
    font-weight: bold; }
    .access-upper {
      width: 40%; }
    .access-logo {
      margin-bottom: 5%; }
      .access-logo img {
        width: 190px;
        height: auto; }
    .access-address {
      line-height: 2;
      padding-top: 20px; }
    .access-bottom {
      margin-top: 40px;
      width: 100%; }
      .access-bottom .engtxt {
        margin-bottom: 80px; }
    .access .bg {
      position: absolute;
      right: 3%;
      top: 8%;
      width: 50%;
      padding-top: 1120px;
      background: url(../svg/tri.svg) top right no-repeat;
      z-index: 0;
      opacity: .4; }
    .access iframe {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 420px;
      min-height: 160px; }
    .access p {
      font-size: 1rem; }

  .movie {
    display: none; }

  .hover-2 {
    margin-top: 30px;
    width: 36%; }

  /*********************
  RECRUIT PC STYELES
  *********************/
  .single-title.type2 {
    padding-bottom: 20px;
    border-bottom: none; }

  #page-single {
    overflow: hidden; }
    #page-single .wrap {
      padding: 10% 5% 5%; }
    #page-single .single-header .single-title {
      max-width: 100%;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.4em;
      letter-spacing: .02rem;
      word-wrap: nomal;
      padding: 0 0 3%; }
    #page-single .single-header .anthor {
      margin-right: auto;
      margin-left: -4px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #page-single .single-header .anthor img {
        margin: 0;
        -webkit-flex-basis: 62px;
        -ms-flex-preferred-size: 62px;
        flex-basis: 62px;
        max-width: 62px;
        width: 62px;
        height: 62px; }
    #page-single .single-header .date {
      display: block;
      margin: 0 auto 0 0;
      font-size: 12px;
      color: #666;
      line-height: 1;
      letter-spacing: .14rem; }
    #page-single .single-header .keyword-cat {
      width: 30%;
      display: flex;
      flex-wrap: wrap;
      float: left; }
      #page-single .single-header .keyword-cat a {
        display: inline-block;
        padding: 4px 12px 3px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1;
        color: #666;
        border-radius: 20px;
        border: 1px solid #666;
        -webkit-transition: color .25s ease,background .25s ease;
        transition: color .25s ease,background .25s ease;
        overflow: hidden; }
        #page-single .single-header .keyword-cat a:hover {
          color: #fff;
          background: #666; }
    #page-single .single-header .keyword-tag {
      float: right;
      width: 60%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
    #page-single .single-header .headding-inner {
      width: 42%;
      padding-right: 3%; }
    #page-single .single-header .photo {
      margin-bottom: 30px;
      display: block;
      text-align: center;
      max-height: 460px;
      overflow: hidden; }
      #page-single .single-header .photo:before {
        content: "";
        clear: both;
        display: table; }
      #page-single .single-header .photo img {
        width: 100%;
        max-width: 640px;
        height: auto; }
    #page-single .single-body {
      margin-top: 0;
      font-size: 14px;
      line-height: 2.3;
      letter-spacing: .05rem; }
      #page-single .single-body h2 {
        margin: 41px 0 22px;
        padding: 8px 0;
        font-size: 22px;
        line-height: 1.5; }
      #page-single .single-body h3 {
        font-size: 21px;
        line-height: 1.6rem;
        font-weight: bold;
        border-bottom: 1px dotted #000;
        border-top: 1px dotted #000;
        margin-top: 15px;
        margin-bottom: 30px;
        padding: 10px 0 10px 10px; }
    #page-single .single-footer {
      clear: both;
      margin: 33px 0;
      padding: 0 10px; }

  .single-wrap {
    width: 80%;
    margin: 220px auto 0; }

  .single-main {
    width: 72%;
    float: left; }

  .tag-group {
    float: left; }
    .tag-group li {
      padding-left: 1em;
      display: inline-block; }

  .pc-catch {
    margin: 2% auto;
    font-size: 32px;
    text-align: center;
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block; }

  .center {
    text-align: center; }

  .vi-box-01 {
    font-size: 1rem;
    padding: 0 0 5px;
    margin: 0 auto 10px;
    text-align: left; }
    .vi-box-01 li {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 3px;
      margin-bottom: 5px;
      padding: 15px 0; }
      .vi-box-01 li b {
        padding-right: .6em; }

  .button-type5 {
    width: 320px; }
    .button-type5 span {
      font-size: 22px;
      letter-spacing: 0.15em;
      line-height: 1.5em;
      display: block;
      padding-top: 16px;
      padding-bottom: 16px;
      padding-right: 30px;
      font-weight: bold;
      padding-left: 30px; }

  .sns-wrap {
    display: none; }

  .footer {
    padding-bottom: 0; }

  span.badge-type1 {
    text-align: center;
    display: block;
    position: relative;
    font-size: 100%;
    letter-spacing: 0;
    margin: 13px auto 14px;
    padding-left: 4px;
    color: #fff; }
    span.badge-type1::after {
      content: "";
      position: absolute;
      width: 80px;
      height: 1px;
      left: 50%;
      transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      bottom: -8px;
      background: #fff; }
    span.badge-type1::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 60px;
      left: 50%;
      transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      top: -56px;
      background-size: 60px 60px;
      border-radius: 50%; }
    span.badge-type1.type-w {
      color: #333333; }
      span.badge-type1.type-w::after {
        background: #fff; }

  .dms {
    background: url(../images/main_bg.png) repeat top center; }

  .sec-tit.type-w {
    color: #333333; }

  .basic-row {
    padding: 8% 0; }
    .basic-row-inner {
      position: relative; }
    .basic-row-content {
      padding-top: 6%;
      text-align: center;
      margin: 0 auto; }
      .basic-row-content-card {
        margin-bottom: 15px; }
        .basic-row-content-card.last {
          margin-bottom: 0; }
      .basic-row-content.type_w {
        font-size: 16px;
        line-height: 3.2; }
    .basic-row-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .basic-row-desc {
      text-align: left;
      color: #000;
      line-height: 1.4em;
      font-size: 14px;
      padding-top: 8px;
      padding-bottom: 8px;
      border-top: 5px double #ffcfe3;
      border-bottom: 5px double #ffcfe3; }

  #foot-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 54px;
    border-top: 1px solid #f2f2f2;
    display: none; }

  .foot-cta {
    display: block;
    width: 100%; }
    .foot-cta-item {
      float: left;
      width: 20%;
      height: 54px;
      box-sizing: border-box; }
      .foot-cta-item-button {
        width: 100%;
        height: auto;
        margin-top: 8px;
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        color: #fff; }
        .foot-cta-item-button i {
          position: absolute;
          left: calc(50% - 8px);
          top: -5px;
          font-size: 1.25rem; }
        .foot-cta-item-button span {
          padding-top: 24px;
          display: block;
          font-family: century-gothic, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 8px; }
      .foot-cta-item.last {
        border-right: none; }

  #page-top {
    display: block;
    width: 90px;
    height: 60px;
    position: fixed;
    bottom: 3%;
    right: 2%;
    display: none;
    line-height: 60px;
    z-index: 999; }

  .index_button {
    margin-top: 60px;
    text-align: center; }

  .card-pay {
    width: 320px; }

  .button-type7 {
    display: inline-block;
    min-width: 240px;
    height: 60px;
    padding: 0 15px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center; }

  .footer {
    position: relative;
    width: 100%;
    font-weight: 600;
    line-height: 30px;
    color: #333333;
    letter-spacing: 0.4px; }
    .footer .foot-link {
      position: relative;
      margin: 0 auto;
      text-align: center; }
    .footer small {
      display: block;
      margin: 0 auto;
      line-height: 60px;
      text-align: center;
      width: 100%;
      font-size: 10px;
      height: 60px;
      padding: 0; }
    .footer-info {
      width: 100%;
      padding: 40px 0;
      text-align: center; }
      .footer-info-container {
        width: 80%;
        margin: 22px auto; }
      .footer-info-logo {
        display: block;
        width: 80%;
        margin: 0 auto 6px; }
      .footer-info-title {
        padding: 12px 0;
        letter-spacing: 0em;
        width: 72%;
        line-height: 16px;
        margin: 0 auto 16px; }
        .footer-info-title-sub {
          padding: 3px 0 0;
          margin: 0;
          font-size: 12px;
          display: block; }
      .footer-info-tel {
        font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
        font-size: 28px;
        letter-spacing: .14em; }

  span.badge-type1.type2::before {
    background: transparent url(../images/sec_icon4.png) center bottom no-repeat/60px 60px; }

  span.badge-type1.type3::before {
    background: transparent url(../images/sec_icon4_w.png) center center no-repeat/60px 60px; } }
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1030px) {
  .cta-mod-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed; } }
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  */
  .ganv li {
    transition-delay: .4s;
    opacity: 0;
    padding: 5% 0 5% 10px;
    transition: all 0.3s ease;
    font-size: 21px; }

  .gnav li a {
    display: block;
    position: relative;
    z-index: 1; } }
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
