@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
$global-body-font-family: -apple-system,
BlinkMacSystemFont,
'Lato',
'Droid Sans',
"Noto Sans JP",
"游ゴシック",
YuGothic,
"ヒラギノ角ゴ Pro",
"Hiragino Kaku Gothic Pro",
"メイリオ",
"Meiryo",
sans-serif !default;
/*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

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

p {
  margin-top: 0;
}

button,
select {
  cursor: pointer;
}

a {
  color: #115da4;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

a:hover, a:focus {
  color: #2080da;
}

a:hover, a:focus, a:active {
  outline: 0;
}

.no-data {
  text-align: center;
  width: 100%;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

/** more navigation **/
.more {
  margin-top: 1rem;
  text-align: right;
}

.more .more-label {
  color: #221714;
  margin-right: 0.2rem;
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
}

.more a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  line-height: 1.2;
}

.more a:hover .more-label {
  color: #2080da;
}

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Lato", "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.6;
  background-color: #FFF;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  color: #0a0a0a;
  font-family: -apple-system, BlinkMacSystemFont, "Lato", "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
}

/*--------------------------------------------------------------
# lazysizes
--------------------------------------------------------------*/
img.lazyload, img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img.lazyloaded {
  opacity: 1;
}

a:hover img.lazyloaded {
  opacity: 0.8;
}

/*--------------------------------------------------------------
#Header
--------------------------------------------------------------*/
#global-header {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #FFF;
  /*----------  header line  ----------*/
}

#global-header.sticking {
  position: fixed;
  top: 0;
  left: 0;
}

#global-header.sticking.on {
  -webkit-animation: stickingmenu 0.6s ease-in-out;
          animation: stickingmenu 0.6s ease-in-out;
}

#global-header #header-line {
  -webkit-box-shadow: 0 1px 0px 0px #e9ebef;
          box-shadow: 0 1px 0px 0px #e9ebef;
}

#global-header #header-line #header-line-innter {
  width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6rem 0;
  /*----------  user menu  ----------*/
}

#global-header #header-line #header-line-innter h1 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

#global-header #header-line #header-line-innter #site-description, #global-header #header-line #header-line-innter #user-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

#global-header #header-line #header-line-innter #user-menu {
  text-align: right;
}

#global-header #header-line #header-line-innter #user-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#global-header #header-line #header-line-innter #user-menu ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#global-header #header-line #header-line-innter #user-menu ul li span.user-info {
  display: inline-block;
}

#global-header #header-line #header-line-innter #user-menu ul li a {
  padding: 0.4rem 1rem;
}

#global-header #header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  margin: 0 auto;
  padding: 1rem 0;
}

#global-header #header-wrap #header-site-logo {
  width: 300px;
}

#global-header #header-wrap #header-site-content-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  padding-right: 1rem;
}

#global-header #header-wrap #header-site-count {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#global-header #header-wrap #header-site-count .count-list:not(:first-child) {
  margin-left: 0.8rem;
}

#global-header #header-wrap #header-site-count .label {
  font-size: 1.2rem;
}

#global-header #header-wrap #header-site-count .count {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

#global-header #header-wrap #header-site-count .unit {
  margin-right: 0.6rem;
}

#global-header #header-wrap #header-site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 1rem;
  min-width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#global-header #header-wrap #header-site-content #header-search-form .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#global-header #header-wrap #header-site-content #header-search-form .form-inline .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.8rem;
}

#global-header #header-wrap #header-site-content #header-search-form .form-inline .radio-custom-label {
  margin-left: 0.4rem;
}

#global-header #header-wrap #header-site-content-right {
  width: 468px;
}

/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/
.home #contents {
  margin-top: 2rem;
}

#content {
  margin: 0 auto 1rem;
  width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.content-all #main-content {
  padding: .5rem 0;
}

body #main-content {
  margin: 0 2rem 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.archive.category .entry-title, .search.category .entry-title {
  margin: 0 0 1rem;
}

.archive.category .entry-header, .search.category .entry-header {
  margin: 0 0 1rem;
}

.archive.category .hentry, .archive.search-results .hentry, .search.category .hentry, .search.search-results .hentry {
  border-bottom: 1px solid #DDDDDD;
}

/*=======================================
=            archive commons            =
=======================================*/
.entry-title {
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cat-label {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0.25rem;
  padding: .25rem .5rem;
  margin: 0 .25rem .25rem;
  border: 1px solid #DEDEDE;
}

.cat-label:not(:first-child) {
  margin: 0 0 0 .25rem;
}

.cat-label:not(:first-child), .cast-icon-image:not(:first-child) {
  margin: 0 0 0 .25rem;
}

.cast-icon-image img {
  vertical-align: middle;
}

/*=======================================
=           single            =
=======================================*/
#single .post-title {
  font-weight: bold;
}

/*=============================================
=            cast common           =
=============================================*/
.cast-state-icon .machihime-icon {
  display: block;
  width: 100%;
  border-radius: 2px;
}

/*=================================
=            cast list            =
=================================*/
#cast-list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.5rem 2rem;
  padding: 0 1rem;
}

#cast-list li {
  width: calc( 20% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 0.6rem;
  margin: 0 0.25rem;
}

#cast-list li:nth-child(n + 6) {
  margin-top: 0.5rem;
}

#cast-list li .cast-image {
  margin-bottom: 0.4rem;
  text-align: center;
}

#cast-list li .cast-section {
  text-align: center;
}

#cast-list li .cast-section span.size,
#cast-list li .cast-section .cast-shop-name {
  color: #0a0a0a;
}

#cast-list li .cast-section .name {
  font-weight: bold;
}

#cast-list li .cast-section .size {
  font-size: 1.1rem;
}

#cast-list li .cast-shop-name {
  border-top: 1px dotted #333;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

#cast-list li .cast-shop-name .shop-area {
  display: block;
}

.cast-state-icon span.machihime-icon {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #FFF;
  padding: .25rem;
  max-width: 240px;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cast-state-messege {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

.cast-icon-lists {
  text-align: left;
  margin: 0 -0.1rem;
}

.cast-icon-lists .cast-icon {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 0.2rem;
  margin: 0 0.1rem;
  background: #FFF;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.2;
}

/*=============================================
=            cast common           =
=============================================*/
.cast-image {
  overflow: hidden;
}

.cast-image img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.cast-image:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.query-count {
  margin: 1rem;
}

/*=============================================
=            cast page            =
=============================================*/
#cast-search-tag {
  margin: 0 0 1em;
}

#cast-search-tag #cast-search-frame ul {
  margin: 0;
}

#cast-sort-lists li {
  display: inline-block;
  padding: 0 .5rem;
}

#cast-sort-lists li .sort-label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0.25rem;
  padding: .5rem;
}

#cast-order-lists li {
  display: inline-block;
  padding: 0 .5rem;
}

#cast-order-lists li .sort-label, #cast-order-lists li .order-label, #cast-sort-lists li .sort-label, #cast-sort-lists li .order-label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0.25rem;
  padding: .5rem;
}

#cast-order-lists li a.selected, #cast-sort-lists li a.selected {
  font-weight: bold;
}

#cast-sort-lists li a, #cast-sort-lists li a {
  display: block;
  padding: .3rem;
  border: solid 1px #D4D4D4;
}

.cast-lists-frame {
  margin: 0 0 2rem;
  padding: 0 1rem;
}

.cast-lists-frame li {
  text-align: center;
  padding: .5rem;
}

.cast-lists-frame li .cast-image {
  margin: 0 auto .5rem;
  position: relative;
}

.cast-lists-frame li .cast-section .cast-ranking-icon {
  font-size: 1.6rem;
  font-weight: bold;
}

.cast-lists-frame li .cast-section .cast-name {
  font-weight: bold;
}

.cast-lists-frame li .cast-section .cast-size {
  font-size: 1.2rem;
  font-family: Century Gothic;
}

.cast-lists-frame li .cast-schedule-time {
  font-size: 1.4rem;
}

.cast-lists-frame li .cast-state-icon, .cast-lists-frame li .mEx-time {
  font-size: 1.2rem;
}

.cast-icon-lists {
  margin: .25rem 0 0 0;
}

#enter {
  padding: 4rem 0 0 0;
}

#enter.open {
  overflow-y: auto;
}

body.enter-open {
  overflow-y: hidden !important;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  display: block;
}

.overlay ul li a:hover, .overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

#enter-image {
  margin: 0 0 2rem;
  padding: 15rem 0;
}

#enter-navi {
  margin: 0 0 2rem;
}

#event-select-search {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #EFEFEF;
}

#event-select-search #event-serach-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#event-select-search #event-serach-form .select-genre, #event-select-search #event-serach-form .select-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#event-select-search #event-serach-form .select-genre, #event-select-search #event-serach-form .select-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 3 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
}

#event-select-search #event-serach-form .select-genre label, #event-select-search #event-serach-form .select-area label {
  padding: 0 0.5rem;
}

#event-select-search #event-serach-form .select-genre .selecter, #event-select-search #event-serach-form .select-area .selecter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#event-select-search #event-serach-form .selecter-selected {
  width: 100%;
}

#event-select-search #event-serach-form .submit {
  width: 140px;
  text-align: center;
}

#shop-event-lists {
  display: block;
}

#event-lists {
  margin-bottom: 2rem;
}

#event-lists .event-frame {
  border: 1px solid #fadf58;
  background: #FFF;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#event-lists .event-frame:not(:first-child) {
  margin-top: 2rem;
}

#event-lists .event-frame .event-thumb {
  width: 200px;
}

#event-lists .event-frame .event-thumb + .event-seciton {
  margin-left: 1rem;
}

#event-lists .event-frame .event-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#event-lists .event-frame .event-section .event-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: #fef4c4;
  padding: 0.5rem;
}

#event-lists .event-frame .event-section .event-shop-name {
  font-size: 1.2rem;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 1rem;
}

#event-lists .event-frame .event-section .event-date {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

#site-links li {
  padding: .5rem;
}

#site-links li .link-title {
  font-weight: bold;
}

/*===============================
=            my page            =
===============================*/
#menu-mypage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #EDEDED;
  padding: 1rem 0.5rem 0;
  margin: 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#menu-mypage:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #CCC;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0.8rem;
}

#menu-mypage::after {
  content: "";
  height: 1px;
  background-color: #CCC;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#menu-mypage li {
  margin: 0 0.2rem;
  font-size: 1.2rem;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #FFF;
}

#menu-mypage li:not(.current-menu-item) {
  border-bottom: 1px solid #CCC;
}

#menu-mypage li a {
  padding: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid transparent;
}

#wpum-form-profile .form-group:not(:first-child) {
  margin-top: 2rem;
}

#wpum-form-profile .form-group > label {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#wpum-form-profile .form-group > label .field-label {
  font-weight: bold;
}

#wpum-form-profile .form-group input[type="email"], #wpum-form-profile .form-group input[type="text"] {
  width: 100%;
}

#mypage-top-lists .top-fav-title {
  background: #999;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
}

#mypage-top-lists .more {
  text-align: right;
  margin-bottom: 1rem;
}

#mypage-top-lists #top-fav-casts {
  margin-bottom: 2rem;
}

.favorite-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#favorite-shop-list {
  margin: 0 0 2rem;
}

#favorite-shop-list li {
  width: 25%;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#favorite-shop-list li:nth-child(n+5) {
  margin-top: 0.4rem;
}

#favorite-shop-list li .shop-image {
  margin-bottom: 0.2rem;
}

#favorite-shop-list li .shop-section {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#favorite-shop-list li .shop-section .shop-name {
  font-weight: bold;
  display: block;
}

#favorite-shop-list li .shop-section .shop-area {
  font-size: 1.1rem;
  color: #0a0a0a;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

#favorite-shop-list li .shop-bookmark {
  text-align: center;
}

#favorite-shop-list li .shop-bookmark .button {
  padding: 0.5rem;
}

#favorite-shop-list li .delete-shop {
  text-align: center;
}

#favorite-cast-list {
  margin: 0 0 2rem;
}

#favorite-cast-list li {
  width: 25%;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#favorite-cast-list li:nth-child(n + 5) {
  margin-top: 1rem;
}

#favorite-cast-list li .cast-image {
  margin-bottom: 0.5rem;
}

#favorite-cast-list li .cast-section {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#favorite-cast-list li .cast-section .name {
  font-weight: bold;
  font-size: 1.4rem;
}

#favorite-cast-list li .cast-section .age,
#favorite-cast-list li .cast-section .size {
  font-size: 1.1rem;
}

#favorite-cast-list li .cast-section .size {
  color: #0a0a0a;
}

#favorite-cast-list li .cast-section .cast-shop-name {
  font-size: 1.1rem;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

#favorite-cast-list li .cast-section .cast-shop-name .shop-name {
  display: block;
}

#favorite-cast-list li .cast-section .cast-shop-name .shop-area {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  font-size: 1rem;
}

#favorite-cast-list li .shop-bookmark {
  text-align: center;
}

#favorite-cast-list li .shop-bookmark .button {
  padding: 0.5rem;
}

#favorite-cast-list li .delete-cast {
  text-align: center;
}

#user-sendreview-list li {
  border-bottom: 1px solid #CCC;
  padding: 0.5rem;
}

#user-sendreview-list li:first-child {
  border-top: 1px solid #CCC;
}

#user-sendreview-list li .user-review-frame .user-review-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-author {
  width: 42px;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.25rem;
  min-width: 0;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .shop-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  min-width: 0;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .shop-info .shop-name {
  font-size: 1.2;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .shop-info .author-name {
  font-size: 1.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: right;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .rationg {
  line-height: 1;
  margin-left: 0.25rem;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .responsible {
  margin-right: 0.25rem;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .date .author {
  display: none;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .more .label {
  margin-left: 0.25rem;
}

#user-sendreview-list li .review-detail .responsible,
#user-sendreview-list li .review-detail .excerpt {
  margin-bottom: 0.5rem;
}

/*----------  star rating  ----------*/
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 100px;
  height: 2rem;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNFQUNGMTE7fS5zdDF7ZmlsbDojRUE4QjNEO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMC4xLDE2LjRjMCwwLTAuMSwwLTAuMSwwcy0wLjEsMC0wLjEsMGwtNS43LDMuMmwxLjEtNi43YzAtMC4xLDAtMC4yLTAuMS0wLjJMMC41LDcuOGw2LjQtMWMwLjEsMCwwLjItMC4xLDAuMi0wLjFMMTAsMC42bDIuOSw2LjFjMCwwLjEsMC4xLDAuMSwwLjIsMC4xbDYuNCwxbC00LjcsNC44Yy0wLjEsMC4xLTAuMSwwLjEtMC4xLDAuMmwxLjEsNi43TDEwLjEsMTYuNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAsMS4ybDIuNiw1LjZjMC4xLDAuMiwwLjIsMC4zLDAuNCwwLjNMMTksOGwtNC4zLDQuNGMtMC4xLDAuMS0wLjIsMC4zLTAuMSwwLjRsMSw2LjJsLTUuMy0yLjljLTAuMSwwLTAuMi0wLjEtMC4yLTAuMXMtMC4yLDAtMC4yLDAuMWwtNS4zLDIuOWwxLTYuMmMwLTAuMiwwLTAuMy0wLjEtMC40TDEsOEw3LDcuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjNMMTAsMS4yIE0xMCwwTDYuOSw2LjZMMCw3LjZsNSw1LjFMMy44LDIwbDYuMi0zLjRsNi4yLDMuNEwxNSwxMi44bDUtNS4xbC02LjktMS4xTDEwLDBMMTAsMHoiLz48L2c+PC9zdmc+");
  background-size: contain;
}

.star-rating .star {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating .star.on + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}

.star-rating i ~ i ~ i {
  width: 60%;
}

.star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}

/*=====  End of my page  ======*/
#news-select-search {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #EFEFEF;
}

#news-select-search #news-serach-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#news-select-search #news-serach-form .select-genre, #news-select-search #news-serach-form .select-area, #news-select-search #news-serach-form .select-cat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news-select-search #news-serach-form .select-genre, #news-select-search #news-serach-form .select-area, #news-select-search #news-serach-form .select-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 3 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
}

#news-select-search #news-serach-form .select-genre label, #news-select-search #news-serach-form .select-area label, #news-select-search #news-serach-form .select-cat label {
  padding: 0 0.5rem;
}

#news-select-search #news-serach-form .select-genre .selecter, #news-select-search #news-serach-form .select-area .selecter, #news-select-search #news-serach-form .select-cat .selecter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news-select-search #news-serach-form .submit {
  width: 140px;
  text-align: center;
}

#news-lists li {
  margin-bottom: 2rem;
  border: 1px solid #CCC;
  padding: 1rem;
  background: #FFF;
}

#news-lists li:not(:first-child) {
  margin-top: 2rem;
}

#news-lists li .news-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#news-lists li .news-frame .news-thumb {
  width: 120px;
}

#news-lists li .news-frame .news-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#news-lists li .news-frame .news-section .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.4rem;
  margin-bottom: 1rem;
}

#news-lists li .news-frame .news-section .title a {
  color: #0a0a0a;
}

#news-lists li .news-frame .news-section .info {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EDEDED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#news-lists li .news-frame .news-section .info span {
  vertical-align: middle;
}

#news-lists li .news-frame .news-section .info .shop-logo {
  width: 60px;
}

#news-lists li .news-frame .news-section .info .news-meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#news-lists li .news-frame .news-section .info .shop-name {
  margin-left: 0.5rem;
}

#news-lists li .news-frame .news-section .info .shop-area {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

#news-lists li .news-list-navi {
  text-align: right;
  padding: 0.5rem;
}

.news-icon {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 0.25rem;
}

/*==========  nodata ==========*/
.no-data {
  padding: .5em 0;
}

/*==========  query count  ==========*/
.query-count {
  margin-bottom: 1rem;
}

.query-count .num {
  font-size: 1.6rem;
}

.query-count .total-num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e50039;
}

/*==========  page wrap ==========*/
.entry-content, .entry-footer {
  padding: 1rem;
}

/*==========  page title ==========*/
#main-content .portal-page-title {
  padding: 2rem 1rem 1rem;
  font-weight: 800;
  margin-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #efefef;
  background: #FFF;
}

#main-content .portal-page-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 4px solid #eaeaea;
  border-bottom: 1px solid #d2d2d2;
}

.post-inline-cast .cast_name {
  display: block;
  margin-bottom: 1rem;
}

/*========== common ==========*/
/*==========  nodata ==========*/
.no-data {
  padding: .5em 0;
}

/*==========  query count  ==========*/
.query-count {
  margin-bottom: 1rem;
}

.query-count .num {
  font-size: 1.6rem;
}

.query-count .total-num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e50039;
}

/*==========  page wrap ==========*/
.entry-content, .entry-footer {
  padding: 1rem;
}

/*========== title ==========*/
/*==========  page title ==========*/
#main-content .portal-page-title {
  padding: 2rem 1rem 1rem;
  font-weight: 800;
  margin-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #efefef;
  background: #FFF;
}

#main-content .portal-page-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 4px solid #eaeaea;
  border-bottom: 1px solid #d2d2d2;
}

/*========== top ==========*/
/*----------  TOP Common  ----------*/
#main-content .top-center-block {
  border: 1px solid #DEDEDE;
}

#main-content .top-center-block:not(:last-child) {
  margin-bottom: 2rem;
}

#main-content .top-center-block .top-center-title {
  padding: 1.2rem 0.8rem 0.8rem;
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #DEDEDE;
}

#main-content .top-center-block .top-center-title:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ff58c9;
  top: -1px;
  left: 0;
  width: 100%;
}

#main-content .top-center-block .top-center-title h2 {
  display: inline-block;
  font-size: 1.6rem;
}

#main-content .top-center-block .top-center-title .small {
  font-size: 1.1rem;
}

#main-content .top-center-block .top-center-title .fa, #main-content .top-center-block .top-center-title .title, #main-content .top-center-block .top-center-title .small {
  vertical-align: base-line;
}

#main-content .top-center-block-content {
  padding: 1rem;
}

.all-navi {
  text-align: right;
}

/*==========  TOP Image Slider ==========*/
#top-main-carousel {
  margin: 0 auto 2rem;
}

#top-content .widget {
  background: #FFFFFF;
  padding: 1rem;
}

#top-content .widget .widget-title {
  margin: -1rem -1rem 1rem -1rem;
}

/*==========  TOP News ==========*/
.nav-horizontal {
  overflow: hidden;
  height: 3em;
  /* 可視領域の高さ */
  width: 100%;
}

.nav-horizontal .mask {
  height: 5em;
  /* 横スクロールする理屈上の高さ */
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* 慣性スクロール */
}

.nav-horizontal .list {
  display: inline-table;
  max-width: 100%;
}

.nav-horizontal .list li {
  display: table-cell;
}

#top-center-news #news-cat-tabs {
  margin-bottom: 1rem;
}

#top-center-news #news-cat-tabs .tabs {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 1rem;
}

#top-center-news #news-cat-tabs .tabs:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  display: block;
  z-index: 1;
  position: absolute;
}

#top-center-news #news-cat-tabs .tabs li {
  border-top: 1px solid #CCC;
  border-bottom: none;
  border-right: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-center-news #news-cat-tabs .tabs li:first-child {
  border-left: 1px solid #CCC;
}

#top-center-news #news-cat-tabs .tabs li:not(.selected) {
  border-bottom: 1px solid #CCC;
}

#top-center-news #news-cat-tabs .tabs li.selected {
  border-bottom: transparent;
  padding-bottom: 1px;
  position: relative;
  z-index: 5;
}

#top-center-news #news-cat-tabs .tabs li.selected a {
  font-weight: bold;
}

#top-center-news #news-cat-tabs .tabs li a {
  padding: 0.6rem 0.8rem;
  display: inline-block;
  color: #0a0a0a;
}

#top-center-news #top-news-frame.loading {
  position: relative;
  min-height: 50px;
}

#top-center-news #top-news-frame.loading:after {
  background: rgba(255, 255, 255, 0.6) url(assets/svg/rolling.svg) no-repeat center center;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

ul#top-news-lists {
  display: grid;
  grid-template-columns: 1fr 185px;
  grid-auto-flow: column;
  margin-bottom: 0.8rem;
}

ul#top-news-lists li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul#top-news-lists li a {
  display: block;
}

ul#top-news-lists li:first-child {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 6;
}

ul#top-news-lists li:first-child:not(.news-nodata) {
  background: #EFEFEF;
  margin-left: 0.5rem;
  padding: 0.6rem;
}

ul#top-news-lists li:first-child.news-nodata {
  grid-column-start: 1;
  grid-column-end: 3;
}

ul#top-news-lists li:nth-child(2) {
  grid-column-start: 1;
}

ul#top-news-lists li:nth-child(n + 2) {
  border-bottom: 1px solid #CCC;
}

ul#top-news-lists li:nth-child(n + 3) {
  grid-column-start: 1;
}

ul#top-news-lists li .news-section {
  line-height: 1.4;
}

ul#top-news-lists li .news-section .title {
  font-weight: bold;
  color: #221714;
}

ul#top-news-lists li .news-section .date {
  font-size: 1.2rem;
}

ul#top-news-lists li .news-section .icons .news-icon {
  font-size: 1rem;
}

ul#top-news-lists li .news-column .news-section .news-date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

ul#top-news-lists li .news-column .news-section .posted-on {
  line-height: 1;
}

ul#top-news-lists li .news-column .news-section .author {
  display: none;
}

ul#top-news-lists li .news-column .news-section .icons {
  line-height: 1;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul#top-news-lists li .news-column .news-section .title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

ul#top-news-lists li .news-column .news-section .date {
  font-size: 1.1rem;
  color: #0a0a0a;
}

ul#top-news-lists li .news-column .shop-info {
  font-size: 1rem;
  color: #0a0a0a;
}

ul#top-news-lists li:first-child .news-column .news-image {
  margin-bottom: 0.2rem;
  text-align: center;
}

ul#top-news-lists li:first-child .news-column .title {
  margin-bottom: 0.2rem;
}

ul#top-news-lists li:first-child .news-section {
  line-height: 1.3;
}

ul#top-news-lists li:not(:first-child) {
  padding: 0.6rem;
}

ul#top-news-lists li:not(:first-child) .news-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul#top-news-lists li:not(:first-child) .news-frame .news-thumb {
  width: 60px;
}

ul#top-news-lists li:not(:first-child) .news-frame .news-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  padding-left: 0.6rem;
}

/*==========  TOP Center Search ==========*/
#top-center-search .search-title {
  margin: 0 0 1rem;
}

#top-center-search .search-title .title {
  padding: 0 0 0 .25rem;
  border-left: 4px solid #4e4b46;
  display: inline-block;
  font-weight: bold;
}

#top-center-search #top-word-search {
  background: #EDEDED;
  padding: 1rem;
}

#top-center-search #top-word-search .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#top-center-search #top-word-search .form-inline .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top-center-search #top-search-form {
  padding: 1rem;
}

#top-center-search #search-cat-tabs {
  padding: 0 1rem;
  display: block;
  position: relative;
  z-index: 2;
}

#top-center-search #search-cat-tabs::before, #top-center-search #search-cat-tabs::after {
  display: table;
  content: ' ';
}

#top-center-search #search-cat-tabs::after {
  clear: both;
}

#top-center-search #search-cat-tabs:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  display: block;
  z-index: -1;
  position: absolute;
}

#top-center-search #search-cat-tabs li {
  float: left;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#top-center-search #search-cat-tabs li:not(:first-child) {
  margin-left: 0.5rem;
}

#top-center-search #search-cat-tabs li:not(.selected) {
  border-bottom: 1px solid #CCC;
}

#top-center-search #search-cat-tabs li.selected {
  border-bottom: transparent;
  background: #FFF;
  padding-bottom: 1px;
  position: relative;
  z-index: 2;
}

#top-center-search #search-cat-tabs li.selected a {
  font-weight: bold;
}

#top-center-search #search-cat-tabs li a {
  padding: 1rem;
  display: inline-block;
  color: #0a0a0a;
}

#top-center-search #search-tabs-frame .content {
  padding: 1rem;
}

#top-center-search #panel-name + .search-check-lists {
  margin-bottom: 1rem;
}

#top-center-search #panel-price .search-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 3 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
}

#top-center-search #panel-price .search-price .selectbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top-center-search #panel-price .search-price .selectbox select {
  width: 100%;
}

#top-center-search #panel-price .search-price .tilde {
  width: 1rem;
  text-align: center;
}

#top-center-search .parent-name {
  background: #EFEFEF;
  padding: 0.25rem;
  margin-bottom: 1rem;
}

#top-center-search .parent-name + .search-check-lists {
  margin-bottom: 1rem;
}

#top-center-search .search-check-lists::before, #top-center-search .search-check-lists::after {
  display: table;
  content: ' ';
}

#top-center-search .search-check-lists::after {
  clear: both;
}

#top-center-search .search-check-lists li {
  width: 25%;
  float: left;
}

#top-center-search .search-check-lists li input {
  margin-right: 0.5rem;
}

#top-center-search #top-search-navi {
  padding: 0;
  margin: 0;
}

#top-center-search #top-search-navi::before, #top-center-search #top-search-navi::after {
  display: table;
  content: ' ';
}

#top-center-search #top-search-navi::after {
  clear: both;
}

#top-center-search #top-search-navi li {
  width: 33.33333%;
  float: left;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-center-search #top-search-navi li button {
  width: 100%;
}

/*==========  TOP Castlist Common ==========*/
.top-center-block-content .top-cast-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.top-center-block-content .top-cast-lists li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 0.25rem;
}

.top-center-block-content .top-cast-lists li .cast-image {
  margin-bottom: 0.5rem;
  position: relative;
}

.top-center-block-content .top-cast-lists li .cast-section {
  line-height: 1.4;
  text-align: center;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-name .name {
  font-weight: bold;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-name .age, .top-center-block-content .top-cast-lists li .cast-section .cast-name .size {
  font-size: 1.1rem;
  color: #0a0a0a;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-size {
  font-size: 1.1rem;
  color: #0a0a0a;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-shop {
  font-size: 1.1rem;
  color: #0a0a0a;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-shop .shop-name, .top-center-block-content .top-cast-lists li .cast-section .cast-shop .shop-area {
  display: block;
}

/*==========  TOP Center Waitcast ==========*/
/*==========  TOP Center Pickup ==========*/
/*==========  TOP Center newface ==========*/
#top-center-newface #top-newface-cast .regist-date {
  color: #f00;
  text-align: center;
  font-size: 1.2rem;
}

/*==========  TOP Center Event ==========*/
#top-center-event .event-query-count {
  text-align: right;
  margin-bottom: 1rem;
}

#top-center-event #top-event-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

#top-center-event #top-event-lists li {
  width: 50%;
}

#top-center-event #top-event-lists li:nth-child(n + 2) {
  margin-top: 1rem;
}

#top-center-event #top-event-lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#top-center-event #top-event-lists li a .event-thumb {
  width: 100px;
}

#top-center-event #top-event-lists li a .event-section {
  padding-left: 1rem;
}

#top-center-event #top-event-lists li a .event-section .event-title {
  font-weight: bold;
}

#top-center-event #top-event-lists li a .event-section .event-shop-name, #top-center-event #top-event-lists li a .event-section .event-date {
  font-size: 1.2rem;
  color: #0a0a0a;
}

/*==========  TOP Center Ranking ==========*/
/*==========  shop list  ==========*/
#shop-lists {
  margin-bottom: 2rem;
}

#shop-lists .shop-list-frame:not(:first-child) {
  margin-top: 4rem;
}

#shop-lists .shop-list-frame:not(:first-child).rank-2, #shop-lists .shop-list-frame:not(:first-child).rank-3 {
  margin-top: 0;
}

#shop-lists .shop-list-frame.rank-1, #shop-lists .shop-list-frame.rank-4 {
  border-bottom: 1px solid #e0e0e0;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header, #shop-lists .shop-list-frame.rank-4 .shop-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  position: relative;
  border-top: 4px solid #ed6879;
  border-bottom: 1px solid #dedede;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(white));
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header:before, #shop-lists .shop-list-frame.rank-4 .shop-list-header:before {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-list-name, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-list-name {
  border-left: 4px solid #dedede;
  padding-left: 0.8rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-list-name .shop-head-info, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-list-name .shop-head-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left .shop-name, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left .shop-name {
  font-weight: bold;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left .up-time, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left .up-time {
  color: #F00;
  margin-right: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left .shop-area, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left .shop-area {
  font-size: 1.1rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-right, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-right {
  width: 180px;
  text-align: rigth;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists li:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists li:not(:first-child) {
  margin-left: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon {
  font-size: 1rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  vertical-align: middle;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon:not(:first-child) {
  margin-left: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.event, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.event {
  background: #FF9800;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.recruit, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.recruit {
  background: #FF6699;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.recruit a, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.recruit a {
  color: #FFF;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.open, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.open {
  background: #e74c3c;
  color: #FFF;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-bookmark, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-bookmark {
  text-align: right;
}

#shop-lists .shop-list-frame.rank-1 .shop-section, #shop-lists .shop-list-frame.rank-4 .shop-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*----------  shop thumb  ----------*/
  /*----------  shop detail  ----------*/
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb {
  width: 240px;
  text-align: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .shop-logo, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .shop-logo {
  margin-bottom: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .shop-logo img, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .shop-logo img {
  width: 100%;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .cast-pickup, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .cast-pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .cast-pickup .cast-list, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .cast-pickup .cast-list {
  width: calc(20%);
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 0;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .lead, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .lead {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .main-thumb, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .main-thumb {
  width: 140px;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data {
  border: 1px solid #CCC;
  padding: 0.25rem;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data:not(:first-child) {
  margin-left: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .icon, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .icon {
  background: #EDE7D5;
  color: #5A4417;
  width: 8.8rem;
  padding: 0.25rem 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .icon .label, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .icon .label {
  font-size: 1.2rem;
  margin-left: 0.25rem;
  font-weight: 800;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .title, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .title {
  background: #ECECEC;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .count, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .count {
  margin-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFBF7;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .count .num, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .count .num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .count .unit, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .count .unit {
  font-size: 1rem;
  margin-left: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail ul.shop-icon, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail ul.shop-icon {
  word-break: break-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail ul.shop-icon .icon-label, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail ul.shop-icon .icon-label {
  border: solid 1px #d6ceb4;
  color: #797152;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  vertical-align: middle;
  background: #FFF;
  display: inline-block;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail ul.shop-icon .icon-label:not(:last-child), #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail ul.shop-icon .icon-label:not(:last-child) {
  margin-right: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info:not(:first-child) {
  margin-top: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.tel .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.tel .arrow-box i {
  background: #7986CB;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.time .detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.time .detail {
  font-size: 1.8rem;
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.time .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.time .arrow-box i {
  background: #8BC34A;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.price .detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.price .detail {
  font-size: 2.4rem;
  color: #F00;
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.price .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.price .arrow-box i {
  background: #FFA726;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.address .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.address .arrow-box i {
  background: #BA68C8;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .arrow-box, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .arrow-box {
  width: 90px;
  background: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .arrow-box i {
  padding: 0.6rem;
  color: #FFF;
  min-width: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 0.2rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .arrow-box .label, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .arrow-box .label {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  font-weight: 800;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .detail {
  margin-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  min-width: 0;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-recruit, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-recruit {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CCC;
  padding: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-recruit .recruit-title, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-recruit .recruit-title {
  background: #666;
  color: #FFF;
  padding: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-recruit .recruit-lead, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-recruit .recruit-lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup {
  margin-bottom: 1rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul {
  margin: 0 -0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul::before, #shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul::after, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul::before, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul::after {
  display: table;
  content: ' ';
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul::after, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul::after {
  clear: both;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li {
  float: left;
  width: 16.66667%;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-image, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-image {
  position: relative;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-section, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-section .name, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-section .name {
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-section .size, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-section .size {
  display: block;
}

#shop-lists .shop-list-frame.rank-2, #shop-lists .shop-list-frame.rank-3 {
  border-top: 2px solid #ed6879;
}

#shop-lists .shop-list-frame.rank-2 .shop-section, #shop-lists .shop-list-frame.rank-3 .shop-section {
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-thumb, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-thumb {
  width: 100px;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-free-left, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-free-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-free-left .shop-name, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-free-left .shop-name {
  font-weight: bold;
  font-size: 1.6rem;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-free-left .shop-info-area, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-free-left .shop-info-area {
  font-size: 1.2rem;
}

.shop-ad-bnr {
  text-align: center;
  margin: 2rem 0;
}

.shop-ad-bnr .name {
  margin-top: 0.5rem;
}

/*========== news list ==========*/
#news-select-search {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #EFEFEF;
}

#news-select-search #news-serach-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#news-select-search #news-serach-form .select-genre, #news-select-search #news-serach-form .select-area, #news-select-search #news-serach-form .select-cat {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news-select-search #news-serach-form .select-genre, #news-select-search #news-serach-form .select-area, #news-select-search #news-serach-form .select-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 3 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
}

#news-select-search #news-serach-form .select-genre label, #news-select-search #news-serach-form .select-area label, #news-select-search #news-serach-form .select-cat label {
  padding: 0 0.5rem;
}

#news-select-search #news-serach-form .select-genre .selecter, #news-select-search #news-serach-form .select-area .selecter, #news-select-search #news-serach-form .select-cat .selecter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news-select-search #news-serach-form .submit {
  width: 140px;
  text-align: center;
}

#news-lists li {
  margin-bottom: 2rem;
  border: 1px solid #CCC;
  padding: 1rem;
  background: #FFF;
}

#news-lists li:not(:first-child) {
  margin-top: 2rem;
}

#news-lists li .news-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#news-lists li .news-frame .news-thumb {
  width: 120px;
}

#news-lists li .news-frame .news-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#news-lists li .news-frame .news-section .title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.4rem;
  margin-bottom: 1rem;
}

#news-lists li .news-frame .news-section .title a {
  color: #0a0a0a;
}

#news-lists li .news-frame .news-section .info {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EDEDED;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#news-lists li .news-frame .news-section .info span {
  vertical-align: middle;
}

#news-lists li .news-frame .news-section .info .shop-logo {
  width: 60px;
}

#news-lists li .news-frame .news-section .info .news-meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#news-lists li .news-frame .news-section .info .shop-name {
  margin-left: 0.5rem;
}

#news-lists li .news-frame .news-section .info .shop-area {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

#news-lists li .news-list-navi {
  text-align: right;
  padding: 0.5rem;
}

.news-icon {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 0.25rem;
}

/*==========  cast list  ==========*/
/*=============================================
=            cast common           =
=============================================*/
.cast-state-icon .machihime-icon {
  display: block;
  width: 100%;
  border-radius: 2px;
}

/*=================================
=            cast list            =
=================================*/
#cast-list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.5rem 2rem;
  padding: 0 1rem;
}

#cast-list li {
  width: calc( 20% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 0.6rem;
  margin: 0 0.25rem;
}

#cast-list li:nth-child(n + 6) {
  margin-top: 0.5rem;
}

#cast-list li .cast-image {
  margin-bottom: 0.4rem;
  text-align: center;
}

#cast-list li .cast-section {
  text-align: center;
}

#cast-list li .cast-section span.size,
#cast-list li .cast-section .cast-shop-name {
  color: #0a0a0a;
}

#cast-list li .cast-section .name {
  font-weight: bold;
}

#cast-list li .cast-section .size {
  font-size: 1.1rem;
}

#cast-list li .cast-shop-name {
  border-top: 1px dotted #333;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

#cast-list li .cast-shop-name .shop-area {
  display: block;
}

.cast-state-icon span.machihime-icon {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #FFF;
  padding: .25rem;
  max-width: 240px;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cast-state-messege {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

.cast-icon-lists {
  text-align: left;
  margin: 0 -0.1rem;
}

.cast-icon-lists .cast-icon {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 0.2rem;
  margin: 0 0.1rem;
  background: #FFF;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.2;
}

/*==========  ranking  ==========*/
#ranking .ranking-title {
  margin: 0 0 1rem;
  font-weight: bold;
}

#ranking-aggregation-period {
  text-align: right;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 2rem;
}

/*----------  ALL Ranking  ----------*/
#all-ranking-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.5rem;
}

#all-ranking-lists .ranking-list {
  background: #FFF;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

#all-ranking-lists .ranking-list:nth-child(n + 3) {
  margin-top: 2rem;
}

#all-ranking-lists .ranking-list .ranking-name {
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 4px #7db4e6;
  /*左線*/
}

#all-ranking-lists .ranking-list .ranking-data {
  margin-bottom: 1rem;
}

#all-ranking-lists .ranking-list .ranking-data li {
  padding: 1rem 0;
}

#all-ranking-lists .ranking-list .ranking-data li:nth-child(1) .rank-number {
  color: #c58626;
}

#all-ranking-lists .ranking-list .ranking-data li:nth-child(2) .rank-number {
  color: #7b8181;
}

#all-ranking-lists .ranking-list .ranking-data li:nth-child(3) .rank-number {
  color: #83582d;
}

#all-ranking-lists .ranking-list .ranking-data li:not(:first-child) {
  border-top: 1px solid #CCC;
}

#all-ranking-lists .ranking-list .ranking-data li:last-child {
  border-bottom: 1px solid #CCC;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-thumb {
  width: 100px;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .rank-number {
  font-size: 1.8rem;
  font-weight: bold;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .age, #all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .size {
  font-size: 1.2rem;
  color: #0a0a0a;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name .shop-area {
  font-size: 1.2rem;
  display: block;
  color: #0a0a0a;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-shop {
  font-size: 1.2rem;
  color: #0a0a0a;
}

#all-ranking-lists .ranking-list .ranking-navi {
  text-align: right;
}

#ranking-period {
  margin-bottom: 2rem;
  text-align: right;
}

#ranking-period-tabs {
  margin-bottom: 4rem;
}

#ranking-period-tabs .tabs {
  display: block;
  position: relative;
  padding: 0 2rem;
}

#ranking-period-tabs .tabs:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  display: block;
  z-index: -1;
  position: absolute;
}

#ranking-period-tabs .tabs::before, #ranking-period-tabs .tabs::after {
  display: table;
  content: ' ';
}

#ranking-period-tabs .tabs::after {
  clear: both;
}

#ranking-period-tabs .tabs li {
  float: left;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#ranking-period-tabs .tabs li:not(:first-child) {
  margin-left: 0.5rem;
}

#ranking-period-tabs .tabs li:not(.selected) {
  border-bottom: 1px solid #CCC;
  background-color: #ededed;
}

#ranking-period-tabs .tabs li.selected {
  border-bottom: transparent;
  background: #FFF;
  padding-bottom: 1px;
}

#ranking-period-tabs .tabs li a {
  padding: 1rem;
  display: inline-block;
}

/*----------  Detail Ranking  ----------*/
#ranking-read {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data li {
  padding: 1rem;
  border: 1px solid #CCC;
  background: #FFF;
}

#detailed-ranking-lists .ranking-data li:nth-child(n+2) {
  margin-top: 2rem;
}

#detailed-ranking-lists .ranking-data li:not(:first-child) {
  margin-top: 2rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-number {
  width: 60px;
  text-align: center;
  margin-right: 1rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1.8rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-thumb {
  width: 200px;
  text-align: center;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .name {
  font-size: 1.6rem;
  font-weight: bold;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .size {
  display: block;
  font-size: 1.2rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .cast-shop-name {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-shop .shop-area {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  background: #DEDEDE;
  padding: 0.5rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name .shop-name {
  font-size: 1.8rem;
  font-weight: bold;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name .shop-area {
  font-size: 1.2rem;
  display: block;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-icon {
  width: 240px;
  text-align: right;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-icon .icon {
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 1.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  vertical-align: middle;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-comment {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info .arrow-box {
  background: #666;
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
  min-width: 7.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info .detail {
  margin-left: 0.5rem;
}

/*==========  schedule  ==========*/
.cast-schedule-time {
  text-align: center;
  position: absolute;
  color: #FFF;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(216, 21, 21, 0.8);
  line-height: 1.4;
}

#schedule-display-date {
  margin-bottom: 1rem;
}

/*=================================
=          schedule cast list            =
=================================*/
#schedule-list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#schedule-list li {
  width: calc( 20% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 1rem;
  margin: 0 0.25rem;
}

#schedule-list li:nth-child(n + 6) {
  margin-top: 0.5rem;
}

#schedule-list li .cast-image {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}

#schedule-list li .cast-section {
  text-align: center;
}

#schedule-list li .cast-section span.size,
#schedule-list li .cast-section .cast-shop-name {
  color: #0a0a0a;
}

#schedule-list li .cast-section .name {
  font-weight: bold;
}

#schedule-list li .cast-section .size {
  font-size: 1.1rem;
  display: block;
}

#schedule-list li .cast-shop-name {
  border-top: 1px dotted #333;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

#schedule-list li .cast-shop-name .shop-area {
  display: block;
}

/*==========  photodiary list  ==========*/
#photodiary-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.25rem 3rem;
}

#photodiary-list li {
  width: calc(16.66667% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 1rem;
  margin: 0 0.25rem;
  box-sizing: border-box;
}

#photodiary-list li:nth-child(n + 7) {
  margin-top: 0.5rem;
}

#photodiary-list li .diary-thumb {
  margin-bottom: 0.5rem;
}

#photodiary-list li .diary-section .diary-title {
  font-weight: bold;
}

#photodiary-list li .diary-section .diary-date {
  font-size: 1.2rem;
}

#photodiary-list li .diary-section .diary-cast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #333;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-thumb {
  width: 40px;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-thumb .cast-thumb {
  border-radius: 100%;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-info .cast-shop-name .shop-area {
  display: block;
}

/*==========  waiting  ==========*/
#waiting-cast-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#waiting-cast-count .total-num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e50039;
  line-height: 1;
}

/*=================================
=          waiting cast list            =
=================================*/
#waiting-list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#waiting-list li {
  width: calc( 20% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 1rem;
  margin: 0 0.25rem;
}

#waiting-list li:nth-child(n + 6) {
  margin-top: 0.5rem;
}

#waiting-list li .cast-image {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}

#waiting-list li .cast-section {
  text-align: center;
}

#waiting-list li .cast-section span.size,
#waiting-list li .cast-section .cast-shop-name {
  color: #0a0a0a;
}

#waiting-list li .cast-section .name {
  font-weight: bold;
}

#waiting-list li .cast-section .size {
  font-size: 1.1rem;
  display: block;
}

#waiting-list li .cast-shop-name {
  border-top: 1px dotted #333;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

#waiting-list li .cast-shop-name .shop-area {
  display: block;
}

/*==========  event  ==========*/
#event-select-search {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 2rem;
  background: #EFEFEF;
}

#event-select-search #event-serach-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#event-select-search #event-serach-form .select-genre, #event-select-search #event-serach-form .select-area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#event-select-search #event-serach-form .select-genre, #event-select-search #event-serach-form .select-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 3 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
}

#event-select-search #event-serach-form .select-genre label, #event-select-search #event-serach-form .select-area label {
  padding: 0 0.5rem;
}

#event-select-search #event-serach-form .select-genre .selecter, #event-select-search #event-serach-form .select-area .selecter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#event-select-search #event-serach-form .selecter-selected {
  width: 100%;
}

#event-select-search #event-serach-form .submit {
  width: 140px;
  text-align: center;
}

#shop-event-lists {
  display: block;
}

#event-lists {
  margin-bottom: 2rem;
}

#event-lists .event-frame {
  border: 1px solid #fadf58;
  background: #FFF;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#event-lists .event-frame:not(:first-child) {
  margin-top: 2rem;
}

#event-lists .event-frame .event-thumb {
  width: 200px;
}

#event-lists .event-frame .event-thumb + .event-seciton {
  margin-left: 1rem;
}

#event-lists .event-frame .event-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#event-lists .event-frame .event-section .event-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: #fef4c4;
  padding: 0.5rem;
}

#event-lists .event-frame .event-section .event-shop-name {
  font-size: 1.2rem;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 1rem;
}

#event-lists .event-frame .event-section .event-date {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/*==========  mypage  ==========*/
/*===============================
=            my page            =
===============================*/
#menu-mypage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #EDEDED;
  padding: 1rem 0.5rem 0;
  margin: 0 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#menu-mypage:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #CCC;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0.8rem;
}

#menu-mypage::after {
  content: "";
  height: 1px;
  background-color: #CCC;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#menu-mypage li {
  margin: 0 0.2rem;
  font-size: 1.2rem;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #FFF;
}

#menu-mypage li:not(.current-menu-item) {
  border-bottom: 1px solid #CCC;
}

#menu-mypage li a {
  padding: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid transparent;
}

#wpum-form-profile .form-group:not(:first-child) {
  margin-top: 2rem;
}

#wpum-form-profile .form-group > label {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#wpum-form-profile .form-group > label .field-label {
  font-weight: bold;
}

#wpum-form-profile .form-group input[type="email"], #wpum-form-profile .form-group input[type="text"] {
  width: 100%;
}

#mypage-top-lists .top-fav-title {
  background: #999;
  border-radius: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
}

#mypage-top-lists .more {
  text-align: right;
  margin-bottom: 1rem;
}

#mypage-top-lists #top-fav-casts {
  margin-bottom: 2rem;
}

.favorite-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#favorite-shop-list {
  margin: 0 0 2rem;
}

#favorite-shop-list li {
  width: 25%;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#favorite-shop-list li:nth-child(n+5) {
  margin-top: 0.4rem;
}

#favorite-shop-list li .shop-image {
  margin-bottom: 0.2rem;
}

#favorite-shop-list li .shop-section {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#favorite-shop-list li .shop-section .shop-name {
  font-weight: bold;
  display: block;
}

#favorite-shop-list li .shop-section .shop-area {
  font-size: 1.1rem;
  color: #0a0a0a;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

#favorite-shop-list li .shop-bookmark {
  text-align: center;
}

#favorite-shop-list li .shop-bookmark .button {
  padding: 0.5rem;
}

#favorite-shop-list li .delete-shop {
  text-align: center;
}

#favorite-cast-list {
  margin: 0 0 2rem;
}

#favorite-cast-list li {
  width: 25%;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#favorite-cast-list li:nth-child(n + 5) {
  margin-top: 1rem;
}

#favorite-cast-list li .cast-image {
  margin-bottom: 0.5rem;
}

#favorite-cast-list li .cast-section {
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#favorite-cast-list li .cast-section .name {
  font-weight: bold;
  font-size: 1.4rem;
}

#favorite-cast-list li .cast-section .age,
#favorite-cast-list li .cast-section .size {
  font-size: 1.1rem;
}

#favorite-cast-list li .cast-section .size {
  color: #0a0a0a;
}

#favorite-cast-list li .cast-section .cast-shop-name {
  font-size: 1.1rem;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}

#favorite-cast-list li .cast-section .cast-shop-name .shop-name {
  display: block;
}

#favorite-cast-list li .cast-section .cast-shop-name .shop-area {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  font-size: 1rem;
}

#favorite-cast-list li .shop-bookmark {
  text-align: center;
}

#favorite-cast-list li .shop-bookmark .button {
  padding: 0.5rem;
}

#favorite-cast-list li .delete-cast {
  text-align: center;
}

#user-sendreview-list li {
  border-bottom: 1px solid #CCC;
  padding: 0.5rem;
}

#user-sendreview-list li:first-child {
  border-top: 1px solid #CCC;
}

#user-sendreview-list li .user-review-frame .user-review-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-author {
  width: 42px;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.25rem;
  min-width: 0;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .shop-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  min-width: 0;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .shop-info .shop-name {
  font-size: 1.2;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .shop-info .author-name {
  font-size: 1.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: right;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .rationg {
  line-height: 1;
  margin-left: 0.25rem;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .responsible {
  margin-right: 0.25rem;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .date .author {
  display: none;
}

#user-sendreview-list li .user-review-frame .user-review-head .user-review-head-section .review-date .more .label {
  margin-left: 0.25rem;
}

#user-sendreview-list li .review-detail .responsible,
#user-sendreview-list li .review-detail .excerpt {
  margin-bottom: 0.5rem;
}

/*----------  star rating  ----------*/
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 100px;
  height: 2rem;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNFQUNGMTE7fS5zdDF7ZmlsbDojRUE4QjNEO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMC4xLDE2LjRjMCwwLTAuMSwwLTAuMSwwcy0wLjEsMC0wLjEsMGwtNS43LDMuMmwxLjEtNi43YzAtMC4xLDAtMC4yLTAuMS0wLjJMMC41LDcuOGw2LjQtMWMwLjEsMCwwLjItMC4xLDAuMi0wLjFMMTAsMC42bDIuOSw2LjFjMCwwLjEsMC4xLDAuMSwwLjIsMC4xbDYuNCwxbC00LjcsNC44Yy0wLjEsMC4xLTAuMSwwLjEtMC4xLDAuMmwxLjEsNi43TDEwLjEsMTYuNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAsMS4ybDIuNiw1LjZjMC4xLDAuMiwwLjIsMC4zLDAuNCwwLjNMMTksOGwtNC4zLDQuNGMtMC4xLDAuMS0wLjIsMC4zLTAuMSwwLjRsMSw2LjJsLTUuMy0yLjljLTAuMSwwLTAuMi0wLjEtMC4yLTAuMXMtMC4yLDAtMC4yLDAuMWwtNS4zLDIuOWwxLTYuMmMwLTAuMiwwLTAuMy0wLjEtMC40TDEsOEw3LDcuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjNMMTAsMS4yIE0xMCwwTDYuOSw2LjZMMCw3LjZsNSw1LjFMMy44LDIwbDYuMi0zLjRsNi4yLDMuNEwxNSwxMi44bDUtNS4xbC02LjktMS4xTDEwLDBMMTAsMHoiLz48L2c+PC9zdmc+");
  background-size: contain;
}

.star-rating .star {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating .star.on + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}

.star-rating i ~ i ~ i {
  width: 60%;
}

.star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}

/*=====  End of my page  ======*/
/*==========  recruit  ==========*/
#recruit table {
  width: 100%;
  margin: 0 0 1rem;
}

#recruit table th, #recruit table td {
  border-width: 1px;
  border-style: solid;
}

/*==========  link  ==========*/
#site-links li {
  padding: .5rem;
}

#site-links li .link-title {
  font-weight: bold;
}

/*==========  posts  ==========*/
.entry-header {
  margin: 0 0 1rem;
}

.entry-header .entry-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.hentry {
  margin: 0 0 2rem;
}

/*==============================
=            single            =
==============================*/
#single .entry-content {
  padding: 1rem;
}

#single .entry-footer {
  clear: both;
}

/*==========  archive  ==========*/
.archive.category .entry-title, .search.category .entry-title {
  margin: 0 0 1rem;
}

.archive.category .entry-header, .search.category .entry-header {
  margin: 0 0 1rem;
}

.archive.category .hentry, .archive.search-results .hentry, .search.category .hentry, .search.search-results .hentry {
  border-bottom: 1px solid #DDDDDD;
}

/*=======================================
=            archive commons            =
=======================================*/
.entry-title {
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cat-label {
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0.25rem;
  padding: .25rem .5rem;
  margin: 0 .25rem .25rem;
  border: 1px solid #DEDEDE;
}

.cat-label:not(:first-child) {
  margin: 0 0 0 .25rem;
}

.cat-label:not(:first-child), .cast-icon-image:not(:first-child) {
  margin: 0 0 0 .25rem;
}

.cast-icon-image img {
  vertical-align: middle;
}

/*=======================================
=           single            =
=======================================*/
#single .post-title {
  font-weight: bold;
}

/*========== enter ==========*/
#enter {
  padding: 4rem 0 0 0;
}

#enter.open {
  overflow-y: auto;
}

body.enter-open {
  overflow-y: hidden !important;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay ul li a {
  display: block;
}

.overlay ul li a:hover, .overlay ul li a:focus {
  color: #f0f0f0;
}

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

#enter-image {
  margin: 0 0 2rem;
  padding: 15rem 0;
}

#enter-navi {
  margin: 0 0 2rem;
}

#photodiary-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.25rem 3rem;
}

#photodiary-list li {
  width: calc(16.66667% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 1rem;
  margin: 0 0.25rem;
  box-sizing: border-box;
}

#photodiary-list li:nth-child(n + 7) {
  margin-top: 0.5rem;
}

#photodiary-list li .diary-thumb {
  margin-bottom: 0.5rem;
}

#photodiary-list li .diary-section .diary-title {
  font-weight: bold;
}

#photodiary-list li .diary-section .diary-date {
  font-size: 1.2rem;
}

#photodiary-list li .diary-section .diary-cast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #333;
  margin-top: 0.25rem;
  padding-top: 0.5rem;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-thumb {
  width: 40px;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-thumb .cast-thumb {
  border-radius: 100%;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}

#photodiary-list li .diary-section .diary-cast .diary-cast-info .cast-shop-name .shop-area {
  display: block;
}

.entry-header {
  margin: 0 0 1rem;
}

.entry-header .entry-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
}

.hentry {
  margin: 0 0 2rem;
}

/*==============================
=            single            =
==============================*/
#single .entry-content {
  padding: 1rem;
}

#single .entry-footer {
  clear: both;
}

#profile-frame {
  /*======================================
    =            profile common            =
    ======================================*/
  /*=====================================
    =            profile image            =
    =====================================*/
  /*=====================================
    =            profile detail          =
    =====================================*/
  /*=====================================
    =            profile Section         =
    =====================================*/
  /*=====  Chack List  ======*/
}

#profile-frame .profile-title {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

#profile-frame .profile-frame {
  margin: 0 0 2rem;
}

#profile-frame #profile-main-image {
  margin: 0 0 1rem;
}

#profile-frame #profile-image #profile-thumbs li {
  padding: 0 .25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#profile-frame #profile-image #profile-thumbs li.active img {
  opacity: .6;
}

#profile-frame #profile-image .profile-movie video {
  width: 100%;
  height: auto;
}

#profile-frame #profile-detail #profile-name {
  font-weight: bold;
}

#profile-frame #profile-detail #profile-name .name {
  font-size: 1.8rem;
}

#profile-frame #profile-detail #profile-name .age {
  font-size: 1.6rem;
}

#profile-frame #profile-detail #profile-size {
  margin: 0 0 1rem;
}

#profile-frame #profile-detail #profire-wait-info {
  margin: 0 0 1rem;
}

#profile-frame #profile-detail #profile-icons {
  margin: 0 0 2rem;
}

#profile-frame #profile-detail .cast-checkform input {
  margin: 0;
}

#profile-frame #profile-detail .cast-checkform .label {
  width: 100%;
  margin: 0 0 .5rem;
  border-radius: 2px;
}

#profile-frame #profile-detail .cast-checkform label {
  color: #FFF;
}

#profile-frame #profile-section {
  /*=====  FAQ  ======*/
}

#profile-frame #profile-section .section-column > .column:nth-child(odd), #profile-frame #profile-section .section-column .columns:nth-child(odd) {
  padding-left: 0;
}

#profile-frame #profile-section .section-column > .column:nth-child(even), #profile-frame #profile-section .section-column .columns:nth-child(even) {
  padding-right: 0;
}

#profile-frame #profile-section .profile-faq-lists dt {
  padding: .25rem 0 0 0;
  margin: 0;
  border-bottom: 1px  dotted #d4d4d4;
}

#profile-frame #profile-section .profile-faq-lists dd {
  padding: 0 0 .25rem;
  margin: 0;
}

#profile-frame .profile-check-list {
  margin: 0 0 .25rem;
}

#profile-frame .profile-check-list .option-label {
  border: 1px solid #CCC;
  display: block;
  border-radius: 0.5rem;
  padding: .25rem .5rem;
  margin: 0 .25rem .25rem;
}

#profile-frame .profile-check-list .on .option-label {
  background: #f50057;
  color: #FFF;
  background-clip: padding-box;
}

#ranking .ranking-title {
  margin: 0 0 1rem;
  font-weight: bold;
}

#ranking-aggregation-period {
  text-align: right;
  padding: 0.5rem 0;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 2rem;
}

/*----------  ALL Ranking  ----------*/
#all-ranking-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.5rem;
}

#all-ranking-lists .ranking-list {
  background: #FFF;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}

#all-ranking-lists .ranking-list:nth-child(n + 3) {
  margin-top: 2rem;
}

#all-ranking-lists .ranking-list .ranking-name {
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 4px #7db4e6;
  /*左線*/
}

#all-ranking-lists .ranking-list .ranking-data {
  margin-bottom: 1rem;
}

#all-ranking-lists .ranking-list .ranking-data li {
  padding: 1rem 0;
}

#all-ranking-lists .ranking-list .ranking-data li:nth-child(1) .rank-number {
  color: #c58626;
}

#all-ranking-lists .ranking-list .ranking-data li:nth-child(2) .rank-number {
  color: #7b8181;
}

#all-ranking-lists .ranking-list .ranking-data li:nth-child(3) .rank-number {
  color: #83582d;
}

#all-ranking-lists .ranking-list .ranking-data li:not(:first-child) {
  border-top: 1px solid #CCC;
}

#all-ranking-lists .ranking-list .ranking-data li:last-child {
  border-bottom: 1px solid #CCC;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-thumb {
  width: 100px;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .rank-number {
  font-size: 1.8rem;
  font-weight: bold;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .age, #all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .size {
  font-size: 1.2rem;
  color: #0a0a0a;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name .shop-area {
  font-size: 1.2rem;
  display: block;
  color: #0a0a0a;
}

#all-ranking-lists .ranking-list .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-shop {
  font-size: 1.2rem;
  color: #0a0a0a;
}

#all-ranking-lists .ranking-list .ranking-navi {
  text-align: right;
}

#ranking-period {
  margin-bottom: 2rem;
  text-align: right;
}

#ranking-period-tabs {
  margin-bottom: 4rem;
}

#ranking-period-tabs .tabs {
  display: block;
  position: relative;
  padding: 0 2rem;
}

#ranking-period-tabs .tabs:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  display: block;
  z-index: -1;
  position: absolute;
}

#ranking-period-tabs .tabs::before, #ranking-period-tabs .tabs::after {
  display: table;
  content: ' ';
}

#ranking-period-tabs .tabs::after {
  clear: both;
}

#ranking-period-tabs .tabs li {
  float: left;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#ranking-period-tabs .tabs li:not(:first-child) {
  margin-left: 0.5rem;
}

#ranking-period-tabs .tabs li:not(.selected) {
  border-bottom: 1px solid #CCC;
  background-color: #ededed;
}

#ranking-period-tabs .tabs li.selected {
  border-bottom: transparent;
  background: #FFF;
  padding-bottom: 1px;
}

#ranking-period-tabs .tabs li a {
  padding: 1rem;
  display: inline-block;
}

/*----------  Detail Ranking  ----------*/
#ranking-read {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data li {
  padding: 1rem;
  border: 1px solid #CCC;
  background: #FFF;
}

#detailed-ranking-lists .ranking-data li:nth-child(n+2) {
  margin-top: 2rem;
}

#detailed-ranking-lists .ranking-data li:not(:first-child) {
  margin-top: 2rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-number {
  width: 60px;
  text-align: center;
  margin-right: 1rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1.8rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-thumb {
  width: 200px;
  text-align: center;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .name {
  font-size: 1.6rem;
  font-weight: bold;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-name .size {
  display: block;
  font-size: 1.2rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .cast-shop-name {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-cast-shop .shop-area {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  background: #DEDEDE;
  padding: 0.5rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name .shop-name {
  font-size: 1.8rem;
  font-weight: bold;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-name .shop-area {
  font-size: 1.2rem;
  display: block;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-icon {
  width: 240px;
  text-align: right;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-icon .icon {
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 1.1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  vertical-align: middle;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-comment {
  margin-bottom: 1rem;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info .arrow-box {
  background: #666;
  color: #FFF;
  font-size: 1.2rem;
  padding: 0.25rem 0.5rem;
  min-width: 7.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
}

#detailed-ranking-lists .ranking-data li .ranking-detail .ranking-detail-section .ranking-shop-info .detail {
  margin-left: 0.5rem;
}

#recruit table {
  width: 100%;
  margin: 0 0 1rem;
}

#recruit table th, #recruit table td {
  border-width: 1px;
  border-style: solid;
}

.wpcf7-form .form-section-head {
  font-weight: bold;
}

.wpcf7-form .form-section-head .caption {
  color: #F00;
}

.wpcf7-form .wpcf7-submit.button {
  max-width: 300px;
  width: 100%;
}

.wpcf7-form select {
  width: auto;
}

#schedule-week .cast-frame {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#schedule-week .cast-frame .cast-section .cast-detail {
  margin: 0 0 .5rem;
}

#schedule-week .cast-frame .cast-section .cast-detail .name, #schedule-week .cast-frame .cast-section .cast-detail .age {
  font-weight: bold;
}

#schedule-week .cast-frame .cast-section .cast-detail .name {
  font-size: 1.6rem;
}

.profile-weekly-schedule-list, .weekly-schedule-list {
  border: 1px solid #CCCCCC;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-weekly-schedule-list::before, .profile-weekly-schedule-list::after, .weekly-schedule-list::before, .weekly-schedule-list::after {
  display: table;
  content: ' ';
}

.profile-weekly-schedule-list::after, .weekly-schedule-list::after {
  clear: both;
}

.profile-weekly-schedule-list li, .weekly-schedule-list li {
  width: 14.28571%;
  float: left;
  border-left: 1px solid #CCCCCC;
}

.profile-weekly-schedule-list li .weekly-date.head, .weekly-schedule-list li .weekly-date.head {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: -1px 0 0 0;
  padding: .5rem;
  font-weight: bold;
}

.profile-weekly-schedule-list li .weekly-date, .profile-weekly-schedule-list li .weekly-time, .weekly-schedule-list li .weekly-date, .weekly-schedule-list li .weekly-time {
  padding: .25rem;
}

.profile-weekly-schedule-list li .free_text, .weekly-schedule-list li .free_text {
  font-size: 1.2rem;
}

.profile-weekly-schedule-list li:first-child, .weekly-schedule-list li:first-child {
  border: none;
}

.cast-schedule-time {
  text-align: center;
  position: absolute;
  color: #FFF;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(216, 21, 21, 0.8);
  line-height: 1.4;
}

#schedule-display-date {
  margin-bottom: 1rem;
}

/*=================================
=          schedule cast list            =
=================================*/
#schedule-list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#schedule-list li {
  width: calc( 20% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 1rem;
  margin: 0 0.25rem;
}

#schedule-list li:nth-child(n + 6) {
  margin-top: 0.5rem;
}

#schedule-list li .cast-image {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}

#schedule-list li .cast-section {
  text-align: center;
}

#schedule-list li .cast-section span.size,
#schedule-list li .cast-section .cast-shop-name {
  color: #0a0a0a;
}

#schedule-list li .cast-section .name {
  font-weight: bold;
}

#schedule-list li .cast-section .size {
  font-size: 1.1rem;
  display: block;
}

#schedule-list li .cast-shop-name {
  border-top: 1px dotted #333;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

#schedule-list li .cast-shop-name .shop-area {
  display: block;
}

#shop-lists {
  margin-bottom: 2rem;
}

#shop-lists .shop-list-frame:not(:first-child) {
  margin-top: 4rem;
}

#shop-lists .shop-list-frame:not(:first-child).rank-2, #shop-lists .shop-list-frame:not(:first-child).rank-3 {
  margin-top: 0;
}

#shop-lists .shop-list-frame.rank-1, #shop-lists .shop-list-frame.rank-4 {
  border-bottom: 1px solid #e0e0e0;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header, #shop-lists .shop-list-frame.rank-4 .shop-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  position: relative;
  border-top: 4px solid #ed6879;
  border-bottom: 1px solid #dedede;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(white));
  background: linear-gradient(to bottom, #efefef 0%, white 100%);
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header:before, #shop-lists .shop-list-frame.rank-4 .shop-list-header:before {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-list-name, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-list-name {
  border-left: 4px solid #dedede;
  padding-left: 0.8rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-list-name .shop-head-info, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-list-name .shop-head-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left .shop-name, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left .shop-name {
  font-weight: bold;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left .up-time, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left .up-time {
  color: #F00;
  margin-right: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-left .shop-area, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-left .shop-area {
  font-size: 1.1rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-header-right, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-header-right {
  width: 180px;
  text-align: rigth;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists li:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists li:not(:first-child) {
  margin-left: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon {
  font-size: 1rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  vertical-align: middle;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon:not(:first-child) {
  margin-left: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.event, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.event {
  background: #FF9800;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.recruit, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.recruit {
  background: #FF6699;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.recruit a, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.recruit a {
  color: #FFF;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-icon-lists .icon.open, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-icon-lists .icon.open {
  background: #e74c3c;
  color: #FFF;
}

#shop-lists .shop-list-frame.rank-1 .shop-list-header .shop-bookmark, #shop-lists .shop-list-frame.rank-4 .shop-list-header .shop-bookmark {
  text-align: right;
}

#shop-lists .shop-list-frame.rank-1 .shop-section, #shop-lists .shop-list-frame.rank-4 .shop-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*----------  shop thumb  ----------*/
  /*----------  shop detail  ----------*/
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb {
  width: 240px;
  text-align: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .shop-logo, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .shop-logo {
  margin-bottom: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .shop-logo img, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .shop-logo img {
  width: 100%;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .cast-pickup, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .cast-pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-thumb .cast-pickup .cast-list, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-thumb .cast-pickup .cast-list {
  width: calc(20%);
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-width: 0;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .lead, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .lead {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .main-thumb, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .main-thumb {
  width: 140px;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5rem 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data {
  border: 1px solid #CCC;
  padding: 0.25rem;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data:not(:first-child) {
  margin-left: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .icon, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .icon {
  background: #EDE7D5;
  color: #5A4417;
  width: 8.8rem;
  padding: 0.25rem 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .icon .label, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .icon .label {
  font-size: 1.2rem;
  margin-left: 0.25rem;
  font-weight: 800;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .title, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .title {
  background: #ECECEC;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .count, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .count {
  margin-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFBF7;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .count .num, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .count .num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-status .data .count .unit, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-status .data .count .unit {
  font-size: 1rem;
  margin-left: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail ul.shop-icon, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail ul.shop-icon {
  word-break: break-all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail ul.shop-icon .icon-label, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail ul.shop-icon .icon-label {
  border: solid 1px #d6ceb4;
  color: #797152;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  vertical-align: middle;
  background: #FFF;
  display: inline-block;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail ul.shop-icon .icon-label:not(:last-child), #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail ul.shop-icon .icon-label:not(:last-child) {
  margin-right: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info:not(:first-child), #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info:not(:first-child) {
  margin-top: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.tel .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.tel .arrow-box i {
  background: #7986CB;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.time .detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.time .detail {
  font-size: 1.8rem;
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.time .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.time .arrow-box i {
  background: #8BC34A;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.price .detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.price .detail {
  font-size: 2.4rem;
  color: #F00;
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.price .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.price .arrow-box i {
  background: #FFA726;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .info.address .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .info.address .arrow-box i {
  background: #BA68C8;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .arrow-box, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .arrow-box {
  width: 90px;
  background: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .arrow-box i, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .arrow-box i {
  padding: 0.6rem;
  color: #FFF;
  min-width: 2.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 0.2rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .arrow-box .label, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .arrow-box .label {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  font-weight: 800;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-info .detail, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-info .detail {
  margin-left: 0.5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem;
  min-width: 0;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-recruit, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-recruit {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CCC;
  padding: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-recruit .recruit-title, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-recruit .recruit-title {
  background: #666;
  color: #FFF;
  padding: 0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-recruit .recruit-lead, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-recruit .recruit-lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.5rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup {
  margin-bottom: 1rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul {
  margin: 0 -0.25rem;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul::before, #shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul::after, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul::before, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul::after {
  display: table;
  content: ' ';
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul::after, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul::after {
  clear: both;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li {
  float: left;
  width: 16.66667%;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-image, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-image {
  position: relative;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-section, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-section .name, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-section .name {
  font-weight: bold;
}

#shop-lists .shop-list-frame.rank-1 .shop-section .shop-detail .shop-pickup ul li .cast-section .size, #shop-lists .shop-list-frame.rank-4 .shop-section .shop-detail .shop-pickup ul li .cast-section .size {
  display: block;
}

#shop-lists .shop-list-frame.rank-2, #shop-lists .shop-list-frame.rank-3 {
  border-top: 2px solid #ed6879;
}

#shop-lists .shop-list-frame.rank-2 .shop-section, #shop-lists .shop-list-frame.rank-3 .shop-section {
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-thumb, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-thumb {
  width: 100px;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-free-left, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-free-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-free-left .shop-name, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-free-left .shop-name {
  font-weight: bold;
  font-size: 1.6rem;
}

#shop-lists .shop-list-frame.rank-2 .shop-section .shop-free-left .shop-info-area, #shop-lists .shop-list-frame.rank-3 .shop-section .shop-free-left .shop-info-area {
  font-size: 1.2rem;
}

.shop-ad-bnr {
  text-align: center;
  margin: 2rem 0;
}

.shop-ad-bnr .name {
  margin-top: 0.5rem;
}

#system .system-title {
  margin: 0 0 2rem;
  font-weight: bold;
}

#system table {
  width: 100%;
  margin: 0 0 2rem;
  table-layout: fixed;
}

#system table th, #system table td {
  border-width: 1px;
  border-style: solid;
}

#system .system-lead {
  margin: 0 0 2rem;
}

/*----------  TOP Common  ----------*/
#main-content .top-center-block {
  border: 1px solid #DEDEDE;
}

#main-content .top-center-block:not(:last-child) {
  margin-bottom: 2rem;
}

#main-content .top-center-block .top-center-title {
  padding: 1.2rem 0.8rem 0.8rem;
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #DEDEDE;
}

#main-content .top-center-block .top-center-title:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ff58c9;
  top: -1px;
  left: 0;
  width: 100%;
}

#main-content .top-center-block .top-center-title h2 {
  display: inline-block;
  font-size: 1.6rem;
}

#main-content .top-center-block .top-center-title .small {
  font-size: 1.1rem;
}

#main-content .top-center-block .top-center-title .fa, #main-content .top-center-block .top-center-title .title, #main-content .top-center-block .top-center-title .small {
  vertical-align: base-line;
}

#main-content .top-center-block-content {
  padding: 1rem;
}

.all-navi {
  text-align: right;
}

/*==========  TOP Image Slider ==========*/
#top-main-carousel {
  margin: 0 auto 2rem;
}

#top-content .widget {
  background: #FFFFFF;
  padding: 1rem;
}

#top-content .widget .widget-title {
  margin: -1rem -1rem 1rem -1rem;
}

/*==========  TOP News ==========*/
.nav-horizontal {
  overflow: hidden;
  height: 3em;
  /* 可視領域の高さ */
  width: 100%;
}

.nav-horizontal .mask {
  height: 5em;
  /* 横スクロールする理屈上の高さ */
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* 慣性スクロール */
}

.nav-horizontal .list {
  display: inline-table;
  max-width: 100%;
}

.nav-horizontal .list li {
  display: table-cell;
}

#top-center-news #news-cat-tabs {
  margin-bottom: 1rem;
}

#top-center-news #news-cat-tabs .tabs {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 1rem;
}

#top-center-news #news-cat-tabs .tabs:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  display: block;
  z-index: 1;
  position: absolute;
}

#top-center-news #news-cat-tabs .tabs li {
  border-top: 1px solid #CCC;
  border-bottom: none;
  border-right: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-center-news #news-cat-tabs .tabs li:first-child {
  border-left: 1px solid #CCC;
}

#top-center-news #news-cat-tabs .tabs li:not(.selected) {
  border-bottom: 1px solid #CCC;
}

#top-center-news #news-cat-tabs .tabs li.selected {
  border-bottom: transparent;
  padding-bottom: 1px;
  position: relative;
  z-index: 5;
}

#top-center-news #news-cat-tabs .tabs li.selected a {
  font-weight: bold;
}

#top-center-news #news-cat-tabs .tabs li a {
  padding: 0.6rem 0.8rem;
  display: inline-block;
  color: #0a0a0a;
}

#top-center-news #top-news-frame.loading {
  position: relative;
  min-height: 50px;
}

#top-center-news #top-news-frame.loading:after {
  background: rgba(255, 255, 255, 0.6) url(assets/svg/rolling.svg) no-repeat center center;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

ul#top-news-lists {
  display: grid;
  grid-template-columns: 1fr 185px;
  grid-auto-flow: column;
  margin-bottom: 0.8rem;
}

ul#top-news-lists li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul#top-news-lists li a {
  display: block;
}

ul#top-news-lists li:first-child {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 6;
}

ul#top-news-lists li:first-child:not(.news-nodata) {
  background: #EFEFEF;
  margin-left: 0.5rem;
  padding: 0.6rem;
}

ul#top-news-lists li:first-child.news-nodata {
  grid-column-start: 1;
  grid-column-end: 3;
}

ul#top-news-lists li:nth-child(2) {
  grid-column-start: 1;
}

ul#top-news-lists li:nth-child(n + 2) {
  border-bottom: 1px solid #CCC;
}

ul#top-news-lists li:nth-child(n + 3) {
  grid-column-start: 1;
}

ul#top-news-lists li .news-section {
  line-height: 1.4;
}

ul#top-news-lists li .news-section .title {
  font-weight: bold;
  color: #221714;
}

ul#top-news-lists li .news-section .date {
  font-size: 1.2rem;
}

ul#top-news-lists li .news-section .icons .news-icon {
  font-size: 1rem;
}

ul#top-news-lists li .news-column .news-section .news-date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

ul#top-news-lists li .news-column .news-section .posted-on {
  line-height: 1;
}

ul#top-news-lists li .news-column .news-section .author {
  display: none;
}

ul#top-news-lists li .news-column .news-section .icons {
  line-height: 1;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul#top-news-lists li .news-column .news-section .title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}

ul#top-news-lists li .news-column .news-section .date {
  font-size: 1.1rem;
  color: #0a0a0a;
}

ul#top-news-lists li .news-column .shop-info {
  font-size: 1rem;
  color: #0a0a0a;
}

ul#top-news-lists li:first-child .news-column .news-image {
  margin-bottom: 0.2rem;
  text-align: center;
}

ul#top-news-lists li:first-child .news-column .title {
  margin-bottom: 0.2rem;
}

ul#top-news-lists li:first-child .news-section {
  line-height: 1.3;
}

ul#top-news-lists li:not(:first-child) {
  padding: 0.6rem;
}

ul#top-news-lists li:not(:first-child) .news-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul#top-news-lists li:not(:first-child) .news-frame .news-thumb {
  width: 60px;
}

ul#top-news-lists li:not(:first-child) .news-frame .news-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100px;
  padding-left: 0.6rem;
}

/*==========  TOP Center Search ==========*/
#top-center-search .search-title {
  margin: 0 0 1rem;
}

#top-center-search .search-title .title {
  padding: 0 0 0 .25rem;
  border-left: 4px solid #4e4b46;
  display: inline-block;
  font-weight: bold;
}

#top-center-search #top-word-search {
  background: #EDEDED;
  padding: 1rem;
}

#top-center-search #top-word-search .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#top-center-search #top-word-search .form-inline .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top-center-search #top-search-form {
  padding: 1rem;
}

#top-center-search #search-cat-tabs {
  padding: 0 1rem;
  display: block;
  position: relative;
  z-index: 2;
}

#top-center-search #search-cat-tabs::before, #top-center-search #search-cat-tabs::after {
  display: table;
  content: ' ';
}

#top-center-search #search-cat-tabs::after {
  clear: both;
}

#top-center-search #search-cat-tabs:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCC;
  display: block;
  z-index: -1;
  position: absolute;
}

#top-center-search #search-cat-tabs li {
  float: left;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#top-center-search #search-cat-tabs li:not(:first-child) {
  margin-left: 0.5rem;
}

#top-center-search #search-cat-tabs li:not(.selected) {
  border-bottom: 1px solid #CCC;
}

#top-center-search #search-cat-tabs li.selected {
  border-bottom: transparent;
  background: #FFF;
  padding-bottom: 1px;
  position: relative;
  z-index: 2;
}

#top-center-search #search-cat-tabs li.selected a {
  font-weight: bold;
}

#top-center-search #search-cat-tabs li a {
  padding: 1rem;
  display: inline-block;
  color: #0a0a0a;
}

#top-center-search #search-tabs-frame .content {
  padding: 1rem;
}

#top-center-search #panel-name + .search-check-lists {
  margin-bottom: 1rem;
}

#top-center-search #panel-price .search-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 3 */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 4 */
}

#top-center-search #panel-price .search-price .selectbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#top-center-search #panel-price .search-price .selectbox select {
  width: 100%;
}

#top-center-search #panel-price .search-price .tilde {
  width: 1rem;
  text-align: center;
}

#top-center-search .parent-name {
  background: #EFEFEF;
  padding: 0.25rem;
  margin-bottom: 1rem;
}

#top-center-search .parent-name + .search-check-lists {
  margin-bottom: 1rem;
}

#top-center-search .search-check-lists::before, #top-center-search .search-check-lists::after {
  display: table;
  content: ' ';
}

#top-center-search .search-check-lists::after {
  clear: both;
}

#top-center-search .search-check-lists li {
  width: 25%;
  float: left;
}

#top-center-search .search-check-lists li input {
  margin-right: 0.5rem;
}

#top-center-search #top-search-navi {
  padding: 0;
  margin: 0;
}

#top-center-search #top-search-navi::before, #top-center-search #top-search-navi::after {
  display: table;
  content: ' ';
}

#top-center-search #top-search-navi::after {
  clear: both;
}

#top-center-search #top-search-navi li {
  width: 33.33333%;
  float: left;
  padding: 0 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-center-search #top-search-navi li button {
  width: 100%;
}

/*==========  TOP Castlist Common ==========*/
.top-center-block-content .top-cast-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

.top-center-block-content .top-cast-lists li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  padding: 0.25rem;
}

.top-center-block-content .top-cast-lists li .cast-image {
  margin-bottom: 0.5rem;
  position: relative;
}

.top-center-block-content .top-cast-lists li .cast-section {
  line-height: 1.4;
  text-align: center;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-name .name {
  font-weight: bold;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-name .age, .top-center-block-content .top-cast-lists li .cast-section .cast-name .size {
  font-size: 1.1rem;
  color: #0a0a0a;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-size {
  font-size: 1.1rem;
  color: #0a0a0a;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-shop {
  font-size: 1.1rem;
  color: #0a0a0a;
}

.top-center-block-content .top-cast-lists li .cast-section .cast-shop .shop-name, .top-center-block-content .top-cast-lists li .cast-section .cast-shop .shop-area {
  display: block;
}

/*==========  TOP Center Waitcast ==========*/
/*==========  TOP Center Pickup ==========*/
/*==========  TOP Center newface ==========*/
#top-center-newface #top-newface-cast .regist-date {
  color: #f00;
  text-align: center;
  font-size: 1.2rem;
}

/*==========  TOP Center Event ==========*/
#top-center-event .event-query-count {
  text-align: right;
  margin-bottom: 1rem;
}

#top-center-event #top-event-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}

#top-center-event #top-event-lists li {
  width: 50%;
}

#top-center-event #top-event-lists li:nth-child(n + 2) {
  margin-top: 1rem;
}

#top-center-event #top-event-lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#top-center-event #top-event-lists li a .event-thumb {
  width: 100px;
}

#top-center-event #top-event-lists li a .event-section {
  padding-left: 1rem;
}

#top-center-event #top-event-lists li a .event-section .event-title {
  font-weight: bold;
}

#top-center-event #top-event-lists li a .event-section .event-shop-name, #top-center-event #top-event-lists li a .event-section .event-date {
  font-size: 1.2rem;
  color: #0a0a0a;
}

/*==========  TOP Center Ranking ==========*/
#sendreview-list {
  margin-bottom: 2rem;
}

#sendreview-list li:not(:first-child) {
  margin-top: 2rem;
}

#userreview-lists {
  margin-bottom: 4rem;
}

.userreview-lists li {
  border-bottom: 1px solid #CCC;
  padding: 0.5rem;
}

.userreview-lists li:first-child {
  border-top: 1px solid #CCC;
}

.userreview-lists li .user-review-frame .user-review-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-author {
  width: 42px;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0.25rem;
  min-width: 0;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .shop-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  min-width: 0;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .shop-info .shop-name {
  font-size: 1.2;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .shop-info .author-name {
  font-size: 1.1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  text-align: right;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .rationg {
  line-height: 1;
  margin-left: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .has-reply {
  margin-left: 0.6rem;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .has-reply i {
  color: #f14742;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .has-reply .reply-label {
  margin-left: 0.4rem;
  font-size: 1.1rem;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .review-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .review-date .responsible {
  margin-right: 0.25rem;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .review-date .date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .review-date .date .author {
  display: none;
}

.userreview-lists li .user-review-frame .user-review-head .user-review-head-section .review-date .more .label {
  margin-left: 0.25rem;
}

.userreview-lists li .review-detail .responsible,
.userreview-lists li .review-detail .excerpt {
  margin-bottom: 0.5rem;
}

/*----------  star rating  ----------*/
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: calc(1.6rem * 5);
  height: 1.6rem;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}

.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNFQUNGMTE7fS5zdDF7ZmlsbDojRUE4QjNEO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMC4xLDE2LjRjMCwwLTAuMSwwLTAuMSwwcy0wLjEsMC0wLjEsMGwtNS43LDMuMmwxLjEtNi43YzAtMC4xLDAtMC4yLTAuMS0wLjJMMC41LDcuOGw2LjQtMWMwLjEsMCwwLjItMC4xLDAuMi0wLjFMMTAsMC42bDIuOSw2LjFjMCwwLjEsMC4xLDAuMSwwLjIsMC4xbDYuNCwxbC00LjcsNC44Yy0wLjEsMC4xLTAuMSwwLjEtMC4xLDAuMmwxLjEsNi43TDEwLjEsMTYuNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTAsMS4ybDIuNiw1LjZjMC4xLDAuMiwwLjIsMC4zLDAuNCwwLjNMMTksOGwtNC4zLDQuNGMtMC4xLDAuMS0wLjIsMC4zLTAuMSwwLjRsMSw2LjJsLTUuMy0yLjljLTAuMSwwLTAuMi0wLjEtMC4yLTAuMXMtMC4yLDAtMC4yLDAuMWwtNS4zLDIuOWwxLTYuMmMwLTAuMiwwLTAuMy0wLjEtMC40TDEsOEw3LDcuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjNMMTAsMS4yIE0xMCwwTDYuOSw2LjZMMCw3LjZsNSw1LjFMMy44LDIwbDYuMi0zLjRsNi4yLDMuNEwxNSwxMi44bDUtNS4xbC02LjktMS4xTDEwLDBMMTAsMHoiLz48L2c+PC9zdmc+");
  background-size: contain;
}

.star-rating .star {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating .star.on + i {
  opacity: 1;
}

.star-rating i ~ i {
  width: 40%;
}

.star-rating i ~ i ~ i {
  width: 60%;
}

.star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.choice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  display: block;
}

#waiting-cast-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#waiting-cast-count .total-num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #e50039;
  line-height: 1;
}

/*=================================
=          waiting cast list            =
=================================*/
#waiting-list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#waiting-list li {
  width: calc( 20% - 0.5rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #FAFAFA;
  padding: 1rem;
  margin: 0 0.25rem;
}

#waiting-list li:nth-child(n + 6) {
  margin-top: 0.5rem;
}

#waiting-list li .cast-image {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: center;
}

#waiting-list li .cast-section {
  text-align: center;
}

#waiting-list li .cast-section span.size,
#waiting-list li .cast-section .cast-shop-name {
  color: #0a0a0a;
}

#waiting-list li .cast-section .name {
  font-weight: bold;
}

#waiting-list li .cast-section .size {
  font-size: 1.1rem;
  display: block;
}

#waiting-list li .cast-shop-name {
  border-top: 1px dotted #333;
  font-size: 1.1rem;
  text-align: left;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
}

#waiting-list li .cast-shop-name .shop-area {
  display: block;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.ranking-cat-menu {
  background: #FFF;
  padding: 1rem;
}

.ranking-cat-menu:not(:first-child) {
  margin-top: 2rem;
}

.ranking-cat-menu .ranking-cat-title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.ranking-cat-menu .ranking-menu {
  margin-bottom: 3rem;
}

.ranking-cat-menu .ranking-menu li {
  padding: 0.5rem;
  border-top: 1px dotted #DEDEDE;
}

.ranking-cat-menu .ranking-menu li:last-child {
  border-bottom: 1px dotted #DEDEDE;
}

.ranking-cat-menu .ranking-menu li a {
  display: block;
}

/*===================================
=          Search Common            =
===================================*/
.serach-count {
  padding: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}

.serach-count .count {
  font-size: 2.8rem;
  font-weight: 800;
  color: #e50039;
  font-family: 'Nunito', sans-serif;
}

#shop-search-form,
#cast-search-form,
#schedule-search-form,
#waitcast-search-form,
#diary-search-form {
  border: 2px solid #CCC;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}

#shop-search-form .search-parent-title,
#cast-search-form .search-parent-title,
#schedule-search-form .search-parent-title,
#waitcast-search-form .search-parent-title,
#diary-search-form .search-parent-title {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1rem;
  background: #F7F4F0;
  border-top: 1px solid #CCC;
}

#shop-search-form .search-modal .search-title,
#cast-search-form .search-modal .search-title,
#schedule-search-form .search-modal .search-title,
#waitcast-search-form .search-modal .search-title,
#diary-search-form .search-modal .search-title {
  padding: 1rem;
  position: relative;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin-top: -1px;
}

#shop-search-form .search-modal .search-title + .side-search-content,
#cast-search-form .search-modal .search-title + .side-search-content,
#schedule-search-form .search-modal .search-title + .side-search-content,
#waitcast-search-form .search-modal .search-title + .side-search-content,
#diary-search-form .search-modal .search-title + .side-search-content {
  margin-top: -1.5rem;
}

#shop-search-form .search-modal .search-title a,
#cast-search-form .search-modal .search-title a,
#schedule-search-form .search-modal .search-title a,
#waitcast-search-form .search-modal .search-title a,
#diary-search-form .search-modal .search-title a {
  display: block;
}

#shop-search-form .search-modal .search-title a:after,
#cast-search-form .search-modal .search-title a:after,
#schedule-search-form .search-modal .search-title a:after,
#waitcast-search-form .search-modal .search-title a:after,
#diary-search-form .search-modal .search-title a:after {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  right: 6px;
  top: calc(50% - 1rem);
}

#shop-search-form .search-check-lists,
#cast-search-form .search-check-lists,
#schedule-search-form .search-check-lists,
#waitcast-search-form .search-check-lists,
#diary-search-form .search-check-lists {
  width: 100%;
  margin-bottom: 2rem;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#shop-search-form .search-check-lists li,
#cast-search-form .search-check-lists li,
#schedule-search-form .search-check-lists li,
#waitcast-search-form .search-check-lists li,
#diary-search-form .search-check-lists li {
  width: 25%;
}

#shop-search-form .search-check-lists li:nth-child(n + 5),
#cast-search-form .search-check-lists li:nth-child(n + 5),
#schedule-search-form .search-check-lists li:nth-child(n + 5),
#waitcast-search-form .search-check-lists li:nth-child(n + 5),
#diary-search-form .search-check-lists li:nth-child(n + 5) {
  margin-top: 0.5rem;
}

#shop-search-form .search-check-lists li input,
#cast-search-form .search-check-lists li input,
#schedule-search-form .search-check-lists li input,
#waitcast-search-form .search-check-lists li input,
#diary-search-form .search-check-lists li input {
  margin-right: 0.5rem;
}

#shop-search-form .parent-name,
#cast-search-form .parent-name,
#schedule-search-form .parent-name,
#waitcast-search-form .parent-name,
#diary-search-form .parent-name {
  background: #EFEFEF;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

#shop-search-form .parent-name + .search-check-lists,
#cast-search-form .parent-name + .search-check-lists,
#schedule-search-form .parent-name + .search-check-lists,
#waitcast-search-form .parent-name + .search-check-lists,
#diary-search-form .parent-name + .search-check-lists {
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}

#shop-search-form .search-select,
#cast-search-form .search-select,
#schedule-search-form .search-select,
#waitcast-search-form .search-select,
#diary-search-form .search-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#shop-search-form .search-select .selectbox,
#cast-search-form .search-select .selectbox,
#schedule-search-form .search-select .selectbox,
#waitcast-search-form .search-select .selectbox,
#diary-search-form .search-select .selectbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 80px;
}

#shop-search-form .search-select .selectbox select,
#cast-search-form .search-select .selectbox select,
#schedule-search-form .search-select .selectbox select,
#waitcast-search-form .search-select .selectbox select,
#diary-search-form .search-select .selectbox select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#shop-search-form .search-select .tilde,
#cast-search-form .search-select .tilde,
#schedule-search-form .search-select .tilde,
#waitcast-search-form .search-select .tilde,
#diary-search-form .search-select .tilde {
  width: 2rem;
  text-align: center;
}

#shop-search-form .side-search-content,
#cast-search-form .side-search-content,
#schedule-search-form .side-search-content,
#waitcast-search-form .side-search-content,
#diary-search-form .side-search-content {
  padding: 1rem;
}

#shop-search-form #side-search-word input,
#cast-search-form #side-search-word input,
#schedule-search-form #side-search-word input,
#waitcast-search-form #side-search-word input,
#diary-search-form #side-search-word input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#shop-search-form .submit,
#cast-search-form .submit,
#schedule-search-form .submit,
#waitcast-search-form .submit,
#diary-search-form .submit {
  text-align: center;
  padding: 1rem 0.5rem;
}

#shop-search-form .reset,
#cast-search-form .reset,
#schedule-search-form .reset,
#waitcast-search-form .reset,
#diary-search-form .reset {
  margin-top: 1rem;
  padding: 0.5rem;
  text-align: right;
}

/*=============================================
=           search-modal           =
=============================================*/
#side-search-wrap .search-modal {
  position: relative;
}

#side-search-wrap .search-modal:last-child .search-title {
  border-bottom: 1px solid #dbccb8;
}

#side-search-wrap .search-modal .modal-title {
  margin-bottom: 2rem;
  border-bottom: 2px solid #CCC;
}

#side-search-wrap .search-modal .modal-frame {
  opacity: 0;
  width: 0;
  position: absolute;
  padding: 1.6rem;
  top: -70px;
  left: calc(300px - 6px - 1.6rem);
  max-width: calc(1240px - 300px - 100px);
  z-index: -1;
}

#side-search-wrap .search-modal .modal-wrap {
  position: relative;
  border-radius: 0.6rem;
  padding: 4rem 1.6rem;
  width: 50vw;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 2px rgba(51, 51, 51, 0.2);
  border: 2px solid #CCC;
}

#side-search-wrap .search-modal.open .modal-frame {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 80vw;
  left: calc(300px - 6px);
  z-index: 100;
  opacity: 1;
}

#side-search-wrap .search-modal.open .search-title {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  margin-right: -1.6rem;
  background: #FFF;
  position: relarive;
  z-index: 1000;
}

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

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

#schedule-datepanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.1rem;
  position: relative;
}

#schedule-datepanel li {
  text-align: center;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 .1em;
}

#schedule-datepanel li:nth-child(n+5) {
  margin-top: 0.25rem;
}

#schedule-datepanel li label {
  display: block;
  border: 1px solid #CCC;
  border-radius: 6px;
  cursor: pointer;
  background: #F5F5F5;
  padding: 0.25rem;
}

#schedule-datepanel li input[type="radio"] {
  display: none;
}

#schedule-datepanel li input[type="radio"]:checked + label {
  color: #FFF;
  background: #ff555e;
}

#schedule-datepanel li:hover a, #schedule-datepanel li.active a {
  border-top: 4px solid #e43480;
}

#schedule-datepanel li.week-prev, #schedule-datepanel li.week-next {
  float: left;
  width: 6.25%;
}

#schedule-datepanel li a {
  padding: .25em;
  border-top: 4px solid #8a8a8a;
  display: block;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out;
  transition: color 0.4s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out;
}

#schedule-datepanel li a.last {
  margin-right: 0;
}

#schedule-datepanel li a.sat {
  color: #006;
}

#schedule-datepanel li a.sun {
  color: #e9007a;
}

#schedule-datepanel span.arrow {
  font-weight: 700;
}

#schedule-datepanel span.arrow .fa {
  font-size: 2.4rem;
  vertical-align: baseline;
  line-height: 1.6;
}

#schedule-datepanel span.month, #schedule-datepanel span.day {
  font-family: 'Roboto', sans-serif;
}

#schedule-datepanel span.month {
  display: inline;
  vertical-align: baseline;
  font-size: 1.4rem;
  font-weight: 700;
}

#schedule-datepanel span.day {
  vertical-align: baseline;
  font-weight: 700;
}

#schedule-datepanel span.date {
  vertical-align: top;
  display: block;
  font-size: 1.1rem;
}

#schedule-datepanel a.active {
  cursor: default;
}

#schedule-datepanel a.active span {
  cursor: default;
}

#shop-search-form #side-search-area .balloon-left:after, #shop-search-form #side-search-area .balloon-left:before {
  top: 43px;
}

#shop-search-form #side-search-genre .balloon-left:after, #shop-search-form #side-search-genre .balloon-left:before {
  top: 86px;
}

#shop-search-form #side-search-price .balloon-left:after, #shop-search-form #side-search-price .balloon-left:before {
  top: 129px;
}

#shop-search-form #side-search-attribute .balloon-left:after, #shop-search-form #side-search-attribute .balloon-left:before {
  top: 172px;
}

#cast-search-form #side-search-profile .balloon-left:after, #cast-search-form #side-search-profile .balloon-left:before {
  top: 43px;
}

#cast-search-form #side-search-area .balloon-left:after, #cast-search-form #side-search-area .balloon-left:before {
  top: 86px;
}

#cast-search-form #side-search-genre .balloon-left:after, #cast-search-form #side-search-genre .balloon-left:before {
  top: 129px;
}

#cast-search-form #side-search-type .balloon-left:after, #cast-search-form #side-search-type .balloon-left:before {
  top: 172px;
}

#cast-search-form #side-search-play .balloon-left:after, #cast-search-form #side-search-play .balloon-left:before {
  top: 215px;
}

#cast-search-form #side-search-icon .balloon-left:after, #cast-search-form #side-search-icon .balloon-left:before {
  top: 258px;
}

/*========================================
=            Shop Entered       =
========================================*/
#search-entered {
  background: #EDEDED;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}

#search-entered #search-entered-title {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1rem;
}

#search-entered #search-entered-title .search-entered-label {
  margin-left: 0.6rem;
}

#search-entered #search-entered-lists {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.4rem 0 0;
}

#search-entered #search-entered-lists li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.25rem;
  margin-top: 0.4rem;
}

#search-entered #search-entered-lists li:not(:last-child) {
  margin-right: 0.6rem;
}

#search-entered #search-entered-lists li a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#search-entered #search-entered-lists li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  opacity: 0;
  margin: 0 0 0 0.4rem;
  color: #221714;
}

#search-entered #search-entered-lists li a:hover .search-label {
  text-decoration: line-through;
  -webkit-text-decoration-color: #221714;
          text-decoration-color: #221714;
}

#search-entered #search-entered-lists li a:hover:after {
  opacity: 1;
}

/*========================================
=            Shop neighborhood Area             =
========================================*/
#search-neighborhood-area {
  background: #EDEDED;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1rem;
  border-radius: 0.4rem;
}

#search-neighborhood-area #search-entered-title {
  margin-right: 1rem;
}

#search-neighborhood-area #search-entered-title .area-label {
  background: #8E8E8E;
  color: #FFF;
  padding: 0.25rem 0.5rem;
}

#search-neighborhood-area #search-entered-lists {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#search-neighborhood-area #search-entered-lists ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 0 .5rem;
  position: relative;
}

#search-neighborhood-area #search-entered-lists ul li:after {
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  margin: auto;
  background: #666;
  height: 60%;
}

/*========================================
=            Shop list AD area            =
========================================*/
ul.shop-list-ad-area {
  text-align: center;
  margin: 0 0 2rem;
}

ul.shop-list-ad-area li img {
  margin-bottom: 0.5rem;
}

/*========================================
=            Shop Area pickup            =
========================================*/
#area-pickup-girl #area-pickup-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#2f221a), to(#4e1617));
  background: linear-gradient(to bottom, #2f221a 0%, #4e1617 100%);
  color: #E9E7CC;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem;
  position: relative;
  z-index: 0;
}

#area-pickup-girl #area-pickup-title:before {
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  z-index: 1;
  border: 1px solid #CDC4B3;
  content: "";
  left: 0.5rem;
  top: 0.5rem;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}

#area-pickup-girl #area-pickup-frame {
  border: 1px solid #B99748;
  -webkit-box-shadow: inset 0 0 1px #FFF;
          box-shadow: inset 0 0 1px #FFF;
  padding: 0.5rem;
  margin-bottom: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffad9), color-stop(50%, #fbfaf2), to(#fffad9));
  background: linear-gradient(to bottom, #fffad9 0%, #fbfaf2 50%, #fffad9 100%);
}

#area-pickup-girl #area-pickup-frame .carousel-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66667%;
  padding: 0.25rem;
}

#area-pickup-girl #area-pickup-frame .carousel-cell .cast-image {
  position: relative;
}

#area-pickup-girl #area-pickup-frame .carousel-cell .cast-image .cast-section {
  background: rgba(35, 2, 2, 0.6);
  color: #FFF;
  padding: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#bottom-area-caption {
  background: rgba(255, 249, 234, 0.5);
  border: 1px solid #FEEBBB;
  padding: 1rem;
  margin-top: 2rem;
}

.content-area {
  float: right;
}

.site-content .widget-area {
  float: left;
  overflow: hidden;
}

.site-footer {
  clear: both;
}

#sidebar-left .side-left-title, #sidebar-left .side-right-title, #sidebar-right .side-left-title, #sidebar-right .side-right-title {
  padding: 0.5rem;
  position: relative;
  border-bottom: 4px solid #CCC;
  color: #6e544b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

#sidebar-left .side-left-title:after, #sidebar-left .side-right-title:after, #sidebar-right .side-left-title:after, #sidebar-right .side-right-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px rgba(0, 0, 0, 0.4);
  bottom: -4px;
  left: 0;
  width: 20%;
}

#sidebar-left .side-left-title h2, #sidebar-left .side-right-title h2, #sidebar-right .side-left-title h2, #sidebar-right .side-right-title h2 {
  font-size: 1.6rem;
  font-weight: 500;
}

#sidebar-left .side-left-title .small, #sidebar-left .side-right-title .small, #sidebar-right .side-left-title .small, #sidebar-right .side-right-title .small {
  font-size: 1rem;
}

#sidebar-left .sidebar-block, #sidebar-right .sidebar-block {
  background-color: #FFFFFF;
}

#sidebar-left .sidebar-block:not(:last-child), #sidebar-right .sidebar-block:not(:last-child) {
  margin-bottom: 1rem;
}

#sidebar-left .sidebar-block-content, #sidebar-right .sidebar-block-content {
  padding: 0.5rem;
  border: 1px solid #DEDEDE;
}

.content-area {
  float: right;
  margin: 0 0 0 -25%;
  width: 100%;
}

.site-main {
  margin: 0 0 0 25%;
}

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  clear: both;
  width: 100%;
}

#top-sidebar-left .side-left-title, #top-sidebar-left .side-right-title,
#sidebar-left .side-left-title,
#sidebar-left .side-right-title,
#top-sidebar-right .side-left-title,
#top-sidebar-right .side-right-title,
#sidebar-right .side-left-title,
#sidebar-right .side-right-title {
  padding: 1.2rem 0.8rem 0.8rem;
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #DEDEDE;
}

#top-sidebar-left .side-left-title:before, #top-sidebar-left .side-right-title:before,
#sidebar-left .side-left-title:before,
#sidebar-left .side-right-title:before,
#top-sidebar-right .side-left-title:before,
#top-sidebar-right .side-right-title:before,
#sidebar-right .side-left-title:before,
#sidebar-right .side-right-title:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ff58c9;
  top: -1px;
  left: 0;
  width: 100%;
}

#top-sidebar-left .side-left-title h2, #top-sidebar-left .side-right-title h2,
#sidebar-left .side-left-title h2,
#sidebar-left .side-right-title h2,
#top-sidebar-right .side-left-title h2,
#top-sidebar-right .side-right-title h2,
#sidebar-right .side-left-title h2,
#sidebar-right .side-right-title h2 {
  display: inline-block;
  font-size: 1.4rem;
}

#top-sidebar-left .side-left-title .small, #top-sidebar-left .side-right-title .small,
#sidebar-left .side-left-title .small,
#sidebar-left .side-right-title .small,
#top-sidebar-right .side-left-title .small,
#top-sidebar-right .side-right-title .small,
#sidebar-right .side-left-title .small,
#sidebar-right .side-right-title .small {
  font-size: 1rem;
}

#top-sidebar-left .sidebar-block,
#sidebar-left .sidebar-block,
#top-sidebar-right .sidebar-block,
#sidebar-right .sidebar-block {
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
}

#top-sidebar-left .sidebar-block:not(:last-child),
#sidebar-left .sidebar-block:not(:last-child),
#top-sidebar-right .sidebar-block:not(:last-child),
#sidebar-right .sidebar-block:not(:last-child) {
  margin-bottom: 2rem;
}

#top-sidebar-left .sidebar-block-content,
#sidebar-left .sidebar-block-content,
#top-sidebar-right .sidebar-block-content,
#sidebar-right .sidebar-block-content {
  padding: 1rem;
}

/*====================================
=            Sidebar left            =
====================================*/
#top-sidebar-left {
  width: 240px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  /*----------  Search Button ----------*/
  /*----------  Genre Search ----------*/
  /*----------  Genre Search ----------*/
  /*----------  New Shop  ----------*/
}

#top-sidebar-left #side-search-button {
  border: none;
}

#top-sidebar-left #side-search-button .button-item:not(:first-child) {
  margin-top: 1rem;
}

#top-sidebar-left #side-genre-search .side-search-frame > li:not(:first-child),
#top-sidebar-left #side-area-search .side-search-frame > li:not(:first-child),
#top-sidebar-left #side-discerning-search .side-search-frame > li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#top-sidebar-left #side-genre-search .side-search-frame .fa-caret-right,
#top-sidebar-left #side-area-search .side-search-frame .fa-caret-right,
#top-sidebar-left #side-discerning-search .side-search-frame .fa-caret-right {
  color: #000;
}

#top-sidebar-left #side-genre-search .side-search-frame li a,
#top-sidebar-left #side-area-search .side-search-frame li a,
#top-sidebar-left #side-discerning-search .side-search-frame li a {
  padding: 0.6rem 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#top-sidebar-left #side-genre-search .side-search-frame li a .name,
#top-sidebar-left #side-area-search .side-search-frame li a .name,
#top-sidebar-left #side-discerning-search .side-search-frame li a .name {
  margin-left: 0.4rem;
}

#top-sidebar-left #side-genre-search .side-search-frame li a .count,
#top-sidebar-left #side-area-search .side-search-frame li a .count,
#top-sidebar-left #side-discerning-search .side-search-frame li a .count {
  margin: 0 0 0 auto;
  background: #DEDEDE;
  padding: 0.4rem 0.6rem;
  line-height: 1;
  font-size: 1.2rem;
}

#top-sidebar-left #side-genre-search .side-search-frame li .search-child-cat,
#top-sidebar-left #side-area-search .side-search-frame li .search-child-cat,
#top-sidebar-left #side-discerning-search .side-search-frame li .search-child-cat {
  border-top: 1px solid #DEDEDE;
}

#top-sidebar-left #side-genre-search .side-search-frame li .search-child-cat li,
#top-sidebar-left #side-area-search .side-search-frame li .search-child-cat li,
#top-sidebar-left #side-discerning-search .side-search-frame li .search-child-cat li {
  padding-left: 1rem;
}

#top-sidebar-left #side-genre-search .side-search-frame li .search-child-cat li:not(:first-child),
#top-sidebar-left #side-area-search .side-search-frame li .search-child-cat li:not(:first-child),
#top-sidebar-left #side-discerning-search .side-search-frame li .search-child-cat li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#top-sidebar-left #side-discerning-search .side-search-frame {
  margin-bottom: 1rem;
  border-bottom: 1px solid #DEDEDE;
}

#top-sidebar-left #side-discerning-search .side-search-frame > li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#top-sidebar-left #side-discerning-search .side-search-frame li a {
  padding: 0.5rem;
}

#top-sidebar-left #side-discerning-search .side-search-frame li a .name {
  margin-left: 0.5rem;
}

#top-sidebar-left #side-newshop #side-newshop-lists {
  padding: 0;
  margin: 0 0 1rem;
  border-bottom: 1px solid #DEDEDE;
}

#top-sidebar-left #side-newshop #side-newshop-lists li:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #DEDEDE;
}

#top-sidebar-left #side-newshop .newshop-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#top-sidebar-left #side-newshop .newshop-frame .shop-thumb {
  width: 80px;
}

#top-sidebar-left #side-newshop .newshop-frame .shop-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
}

#top-sidebar-left #side-newshop .newshop-frame .shop-section .shop-name, #top-sidebar-left #side-newshop .newshop-frame .shop-section .shop-area {
  display: block;
}

#top-sidebar-left #side-newshop .newshop-frame .shop-section .shop-name {
  font-weight: bold;
}

#top-sidebar-left #side-newshop .newshop-frame .shop-section .shop-area {
  font-size: 1.2rem;
  color: #0a0a0a;
}

#top-sidebar-left #side-newshop .newshop-frame .shop-section .entry-date {
  font-size: 1.2rem;
}

/*====================================
=            Sidebar Right         =
====================================*/
#sidebar-right {
  width: 240px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  /*----------  Banner lists  ----------*/
  /*----------  Photodiary lists  ----------*/
  /*-----  side-movie ------*/
  /*-----  side-movie ------*/
}

#sidebar-right #side-ad-area {
  text-align: center;
}

#sidebar-right #side-bnr-lists .carousel-cell {
  width: 100%;
  height: auto;
}

#sidebar-right #side-bnr-lists .carousel-cell img {
  width: 100%;
}

#sidebar-right #side-bnr-lists .name {
  text-align: center;
}

#sidebar-right #side-photodiary-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

#sidebar-right #side-photodiary-lists li {
  width: 33.33333%;
}

#sidebar-right #side-movie-lists {
  padding: .5rem;
  margin: 0;
}

#sidebar-right #side-movie-lists li {
  text-align: center;
}

#sidebar-right #side-movie-lists li .movie-thumb {
  margin: 0 0 .5rem;
  position: relative;
}

#sidebar-right #side-movie-lists li .movie-thumb .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#sidebar-right #side-movie-lists li:nth-child(n + 2) {
  margin-top: 1rem;
}

#sidebar-right #side-movie-lists li .age, #sidebar-right #side-movie-lists li .size, #sidebar-right #side-movie-lists li .cast-shop-name {
  font-size: 1rem;
}

#sidebar-right #side-movie-lists li .movie-detail {
  line-height: 1;
}

#sidebar-right .icon-movies {
  margin: 0 .25rem 0 0;
}

#sidebar-right #side-bottom-bnr-space ul li {
  text-align: center;
}

#sidebar-right #side-bottom-bnr-space ul li img {
  width: 100%;
}

#sidebar-right #side-bottom-bnr-space ul li .name {
  font-size: 1.2rem;
}

#sidebar-right #side-bottom-bnr-space ul li:not(:first-child) {
  margin-top: 1rem;
}

/*====================================
=            Sidebar left            =
====================================*/
#sidebar-left {
  width: 300px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  /*----------  Search Button ----------*/
  /*----------  Genre Search ----------*/
  /*----------  Genre Search ----------*/
  /*----------  Search Button ----------*/
}

#sidebar-left .side-search-frame {
  background-color: #FFF;
}

#sidebar-left #side-top-bnrs {
  margin-bottom: 1rem;
}

#sidebar-left #side-top-bnrs .bnr-frame:not(:first-child) {
  margin-top: 0.5rem;
}

#sidebar-left #side-top-bnrs img {
  margin-bottom: 0.4rem;
}

#sidebar-left #side-top-bnrs .name {
  text-align: center;
}

#sidebar-left #side-genre-search .side-search-frame > li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#sidebar-left #side-genre-search .side-search-frame li a {
  padding: 0.25rem;
  display: block;
  -webkit-transition: padding 0.4s,color 0.4s;
  transition: padding 0.4s,color 0.4s;
}

#sidebar-left #side-genre-search .side-search-frame li a .name {
  margin-left: 0.5rem;
  color: #221714;
}

#sidebar-left #side-genre-search .side-search-frame li a:hover {
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}

#sidebar-left #side-genre-search .side-search-frame li .child-cat {
  border-top: 1px solid #DEDEDE;
}

#sidebar-left #side-genre-search .side-search-frame li .child-cat li a {
  padding-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#sidebar-left #side-genre-search .side-search-frame li .child-cat li a:hover {
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
}

#sidebar-left #side-genre-search .side-search-frame li .child-cat li a:after {
  content: attr(data-count);
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  color: #221714;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 auto;
  line-height: 1.65rem;
  padding: 0.25rem;
  border-radius: 50%;
  background-color: #DDD;
  letter-spacing: -0.05rem;
}

#sidebar-left #side-genre-search .side-search-frame li .child-cat li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#sidebar-left #side-discerning-search .side-search-frame > li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#sidebar-left #side-discerning-search .side-search-frame li a {
  padding: 0.25rem;
  display: block;
  -webkit-transition: padding 0.4s,color 0.4s;
  transition: padding 0.4s,color 0.4s;
}

#sidebar-left #side-discerning-search .side-search-frame li a:hover {
  padding-left: 0.5rem;
}

#sidebar-left #side-discerning-search .side-search-frame li a .name {
  margin-left: 0.5rem;
  color: #221714;
}

#sidebar-left #side-discerning-search .side-search-frame li .child-cat {
  border-top: 1px solid #DEDEDE;
}

#sidebar-left #side-discerning-search .side-search-frame li .child-cat li {
  padding-left: 1rem;
  position: relative;
}

#sidebar-left #side-discerning-search .side-search-frame li .child-cat li:after {
  content: attr(data-count);
  position: absolute;
  font-family: 'Nunito', sans-serif;
  right: 0.5rem;
  font-size: 1.1rem;
  top: 50%;
  margin-top: -0.8rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  background-color: #DDD;
}

#sidebar-left #side-discerning-search .side-search-frame li .child-cat li:not(:first-child) {
  border-top: 1px solid #DEDEDE;
}

#sidebar-left #side-bottom-bnrs {
  margin-bottom: 1rem;
}

#sidebar-left #side-bottom-bnrs .bnr-frame:not(:first-child) {
  margin-top: 1rem;
}

#sidebar-left #side-bottom-bnrs a {
  color: #221714;
}

#sidebar-left #side-bottom-bnrs .name {
  text-align: center;
  font-size: 1.2rem;
}

/*====================================
=            Sidebar Right         =
====================================*/
#top-sidebar-right {
  width: 240px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  /*----------  Banner lists  ----------*/
  /*----------  Photodiary lists  ----------*/
  /*-----  side-movie ------*/
  /*----------  New Shop  ----------*/
}

#top-sidebar-right #side-ad-area img {
  margin-bottom: 0.4rem;
}

#top-sidebar-right #side-bnr-lists li .banner-frame .name {
  font-size: 1.2rem;
  text-align: center;
  color: #221714;
}

#top-sidebar-right #side-photodiary-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

#top-sidebar-right #side-photodiary-lists li {
  width: 33.33333%;
}

#top-sidebar-right #side-movie-lists {
  padding: .5rem;
  margin: 0;
}

#top-sidebar-right #side-movie-lists li {
  text-align: center;
}

#top-sidebar-right #side-movie-lists li .movie-thumb {
  margin: 0 0 .5rem;
  position: relative;
}

#top-sidebar-right #side-movie-lists li .movie-thumb .canvas {
  max-width: 300px;
  width: 100%;
  height: auto;
}

#top-sidebar-right #side-movie-lists li .movie-thumb .play-icon {
  position: absolute;
  top: -1rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#top-sidebar-right #side-movie-lists li .movie-thumb .movie-title {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 0.25rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#top-sidebar-right #side-movie-lists li .movie-thumb .movie-title .title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#top-sidebar-right #side-movie-lists li:nth-child(n + 2) {
  margin-top: 1rem;
}

#top-sidebar-right #side-movie-lists li .age,
#top-sidebar-right #side-movie-lists li .size,
#top-sidebar-right #side-movie-lists li .cast-shop-name {
  font-size: 1rem;
}

#top-sidebar-right #side-movie-lists li .movie-detail {
  line-height: 1;
}

#top-sidebar-right .icon-movies {
  margin: 0 .25rem 0 0;
}

#top-sidebar-right #side-newshop #side-newshop-lists {
  padding: 0;
  margin: 0 0 1rem;
  border-bottom: 1px solid #DEDEDE;
}

#top-sidebar-right #side-newshop #side-newshop-lists li:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #DEDEDE;
}

#top-sidebar-right #side-newshop #side-newshop-lists li:last-child {
  padding-bottom: 0.5rem;
}

#top-sidebar-right #side-newshop .newshop-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#top-sidebar-right #side-newshop .newshop-frame .shop-thumb {
  width: 60px;
}

#top-sidebar-right #side-newshop .newshop-frame .shop-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.5rem;
  min-width: 100px;
}

#top-sidebar-right #side-newshop .newshop-frame .shop-section .shop-name {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
}

#top-sidebar-right #side-newshop .newshop-frame .shop-section .shop-detail {
  color: #221714;
}

#top-sidebar-right #side-newshop .newshop-frame .shop-section .shop-area {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#top-sidebar-right #side-newshop .newshop-frame .shop-section .entry-date {
  font-size: 1.1rem;
  color: #FF0000;
}

/*-----  side-movie ------*/
.side-bottom-bnr-space .banner-frame:not(:first-child) {
  margin-top: 1rem;
}

.side-bottom-bnr-space .banner-frame .name {
  font-size: 1.2rem;
  text-align: center;
  color: #221714;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #EDEDED;
}

#footer #footer-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1rem;
}

#footer #footer-wrap #footer-caption {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
}

#footer #footer-wrap #footer-search-navi {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
}

#footer #footer-wrap #footer-search-navi .parent {
  margin: 0 0 .5rem;
  background: #000;
  padding: .25rem 1rem;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 0.25rem;
}

#footer #footer-wrap #footer-search-navi .shop-cat-lists {
  overflow: hidden;
  padding: .25rem 0 0 0;
  margin-bottom: 1rem;
}

#footer #footer-wrap #footer-search-navi .shop-cat-lists li {
  display: inline-block;
  font-size: 1.2rem;
}

#footer #footer-wrap #footer-search-navi .shop-cat-lists li:not(:first-child) {
  margin-left: 0.5rem;
}

#footer #footer-wrap #footer-menu-list {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
  line-height: 1;
}

#footer #footer-wrap #footer-menu-list::before, #footer #footer-wrap #footer-menu-list::after {
  display: table;
  content: ' ';
}

#footer #footer-wrap #footer-menu-list::after {
  clear: both;
}

#footer #footer-wrap #footer-menu-list li {
  padding: 0 1rem;
  float: left;
  margin: 0 0 1rem;
  border-right: 1px solid #555;
}

#footer #footer-widget-col .widget_cp5_shop_info .shop-info .shop-name {
  font-size: 1.6rem;
}

#footer #footer-widget-col .widget_nav_menu {
  font-size: 1.2rem;
}

#footer #footer-widget-col .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

#footer #footer-widget-col .widget_nav_menu ul li {
  display: block;
  padding: .25rem 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#footer #footer-top-anchor {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 100;
}

#footer #footer-top-anchor a {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  background: rgba(41, 41, 41, 0.8);
  border-radius: 4px;
  line-height: 50px;
  color: #FFF;
}

#footer #footer-top-anchor a i {
  font-size: 20px;
}

#footer #footer-copy-right {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0 0 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  color: #FFF;
  position: relative;
  /*少し濃い目の色に*/
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
}

.button.tiny {
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
}

.button.small {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}

.button.large {
  font-size: 1.6rem;
  padding: 1.4rem 1rem;
}

.button.radius {
  border-radius: 0.25rem;
}

.button.block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button.pill {
  border-radius: 50rem;
}

.button .icon + .button-label {
  margin-left: 0.25rem;
}

.button .button-label + .icon {
  margin-left: 0.25rem;
}

.button:hover, .button:active, .button:focus {
  color: #3F4C5C;
}

.button.block {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.button.bordered {
  background-color: transparent;
}

.button.rounded {
  border-radius: 1.1875rem;
}

.button.hard {
  border-radius: 0;
}

.button.border {
  border-width: 1px;
  border-style: solid;
}

.button-black {
  color: #FFF;
  background-color: #333;
  border-color: #000;
}

.button-black:hover, .button-black:focus {
  color: #FFF;
  background: #404040;
}

.button-black:active {
  background: #474747;
}

.button-black.bordered {
  color: #000;
  border: 1px solid #000;
}

.button-black.bordered:hover, .button-black.bordered:active, .button-black.bordered:focus {
  color: #FFF;
}

.button-red {
  color: #FFF;
  background-color: #d5452f;
  border-color: #d5452f;
}

.button-red:hover, .button-red:focus {
  color: #FFF;
  background: #d95844;
}

.button-red:active {
  background: #dc6351;
}

.button-red.bordered {
  color: #d5452f;
  border: 1px solid #d5452f;
}

.button-red.bordered:hover, .button-red.bordered:active, .button-red.bordered:focus {
  color: #FFF;
}

.button-pink {
  color: #FFF;
  background-color: #ff6699;
  border-color: #ff6699;
}

.button-pink:hover, .button-pink:focus {
  color: #FFF;
  background: #ff80aa;
}

.button-pink:active {
  background: #ff8fb4;
}

.button-pink.bordered {
  color: #ff6699;
  border: 1px solid #ff6699;
}

.button-pink.bordered:hover, .button-pink.bordered:active, .button-pink.bordered:focus {
  color: #FFF;
}

.button-white {
  color: #666;
  background-color: #FFF;
  border-color: #CCC;
}

.button-white:hover, .button-white:focus {
  color: #999;
  background: white;
}

.button-white:active {
  background: white;
}

.button-white.bordered {
  color: #CCC;
  border: 1px solid #CCC;
}

.button-white.bordered:hover, .button-white.bordered:active, .button-white.bordered:focus {
  color: #999;
}

.button-orange {
  color: #FFF;
  background-color: #f88b2a;
  border-color: #f88b2a;
}

.button-orange:hover, .button-orange:focus {
  color: #FFF;
  background: #f99843;
}

.button-orange:active {
  background: #f9a152;
}

.button-orange.bordered {
  color: #f88b2a;
  border: 1px solid #f88b2a;
}

.button-orange.bordered:hover, .button-orange.bordered:active, .button-orange.bordered:focus {
  color: #FFF;
}

.button-bleuet {
  color: #FFF;
  background-color: #4258A9;
  border-color: #4258A9;
}

.button-bleuet:hover, .button-bleuet:focus {
  color: #FFF;
  background: #4c63b9;
}

.button-bleuet:active {
  background: #576dbd;
}

.button-bleuet.bordered {
  color: #4258A9;
  border: 1px solid #4258A9;
}

.button-bleuet.bordered:hover, .button-bleuet.bordered:active, .button-bleuet.bordered:focus {
  color: #FFF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 2px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0.5rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border: 2px solid #2080da;
  background-color: #EFEFEF;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666666;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666666;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666666;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
  color: #666666;
}

select {
  border: 2px solid #cacaca;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

select:focus {
  border: 2px solid #2080da;
}

.checkbox-custom, .radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom-label, .radio-custom-label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #666;
  padding: 0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  text-align: center;
  margin: 0 .25rem 0 0;
}

.checkbox-custom-label:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #CCC;
  border: 2px solid #CCC;
  line-height: 1.6rem;
  font-size: 1.4rem;
  border-radius: 2px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  color: #e91e63;
  border-color: #e91e63;
}

.custom-radio-button.input-radio {
  display: none;
}

.custom-radio-button.input-radio:checked + .radio-custom-label::after {
  background-color: #000;
}

.custom-radio-button + .radio-custom-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}

.custom-radio-button + .radio-custom-label::after {
  content: "";
  position: absolute;
  width: calc(1.6rem - 1rem);
  height: calc(1.6rem - 1rem);
  border-radius: 50%;
  background-color: transparent;
  left: 0.7rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.custom-radio-button + .radio-custom-label:before {
  margin-right: 0.4rem;
  content: "";
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #CCC;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#header-global-menu {
  border-top: 1px solid #e9ebef;
  -webkit-box-shadow: 0 1px 0px 0px #e9ebef;
          box-shadow: 0 1px 0px 0px #e9ebef;
  margin-bottom: 2rem;
}

.main-navigation {
  width: 1240px;
  margin: 0 auto;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  position: absolute;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li {
  background: #1a1a1a;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-navigation li.menu-item-has-children > .sub-menu {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main-navigation li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 1rem .5rem;
  font-weight: 800;
}

.main-navigation a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2080da;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #2080da;
}

.main-navigation a:hover:before, .main-navigation a:focus:before, .main-navigation a:active:before {
  left: 1px;
  right: 1px;
}

.main-navigation a:after {
  font-weight: normal;
  content: attr(title);
  display: block;
  font-size: 1rem;
}

.main-navigation li.current-menu-item a {
  color: #2080da;
}

.main-navigation li.current-menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 1px;
  right: 1px;
  bottom: 0;
  background: #2080da;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Pavigation
--------------------------------------------------------------*/
.pagination li {
  margin: 0 .25rem;
}

nav[role="navigation"] {
  text-align: center;
}

.cd-pagination {
  margin: 2em auto;
  text-align: center;
}

.cd-pagination li {
  display: inline-block;
  margin: 0 .2em;
}

.cd-pagination li.navi {
  display: inline-block;
}

.cd-pagination a, .cd-pagination span {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .6em .8em;
}

.cd-pagination a {
  border: 1px solid #c4c4c4;
  border-radius: .25rem;
  color: #000;
}

.cd-pagination a.disabled {
  pointer-events: none;
}

.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}

.cd-pagination .current {
  /* selected number */
  background-color: #361000;
  border-color: #361000;
  color: #FFFFFF;
  pointer-events: none;
  border-radius: .25rem;
}

/*--------------------------------------------------------------
# Drawer menu
--------------------------------------------------------------*/
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 1001;
  top: 0;
  overflow: hidden;
  width: 24rem;
  height: 100%;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
  text-decoration: none;
  color: #999;
}

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

.drawer-menu li a {
  padding: 1rem;
  display: block;
}

.drawer-menu li a.more-icon {
  position: absolute;
  display: block;
  text-align: right;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: right;
  padding: .5rem .5rem 0 0;
}

.drawer-menu > li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.drawer-menu > li + li {
  margin-top: -1px;
}

.drawer-menu > li .sub-menu, .drawer-menu > li .children {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.drawer-menu > li .sub-menu > li, .drawer-menu > li .children > li {
  border-top: 1px solid #ddd;
}

.drawer-menu > li .sub-menu > li a, .drawer-menu > li .children > li a {
  padding-left: 1.6rem;
}

.drawer-menu .menu-item-has-children {
  position: relative;
}

.drawer-menu .menu-item-has-children .more-icon > .fa-minus {
  display: none;
}

.drawer-menu .menu-item-has-children .sub-menu {
  margin: 0;
}

.drawer-menu .menu-item-has-children .sub-menu li:not(:last-child) {
  -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 2px 0 rgba(255, 255, 255, 0.1);
}

.drawer-menu .menu-item-has-children.on > .sub-menu {
  display: block;
  opacity: 1;
  height: auto;
}

.drawer-menu .menu-item-has-children.on > .more-icon .fa-plus {
  display: none;
}

.drawer-menu .menu-item-has-children.on > .more-icon .fa-minus {
  display: inline-block;
}

.drawer-menu-item {
  font-size: 1.4rem;
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #999;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

#drawer-info {
  padding: 0.5rem;
}

#drawer-info .shop-info {
  font-size: 1.2rem;
}

#drawer-info .shop-info.open {
  margin-bottom: .5rem;
}

/*!------------------------------------*    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -24rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 24rem;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -24rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 24rem;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 1004;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2.4rem;
  padding: 0;
  padding-top: 14px;
  padding-right: 1rem;
  padding-bottom: 24px;
  padding-left: 1rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #FFF;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 8px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #999;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 8px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 24rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 24rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 24rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 1002;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 1002;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 24rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 1rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 1rem;
  padding-left: 2rem;
  text-decoration: none;
  color: #999;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
  display: block;
  padding: 0.5rem 1rem;
  margin: -2rem 0 2rem;
  background: #EEE;
  font-size: 1.2rem;
  color: #0a0a0a;
}

#breadcrumb ul#breadcrumb-list {
  font-size: 1rem;
  margin: 0 auto;
  width: 1240px;
  padding: 0.5rem 1rem;
}

#breadcrumb ul#breadcrumb-list li {
  display: inline-block;
  padding: 0 .25rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  overflow: hidden;
  *zoom: 1;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1rem;
}

.widget .widget-title {
  margin: 0 0 1rem;
}

.widget ul {
  margin: 0 0 1rem;
  padding: 0 0 0 1.6rem;
}

.widget ul li {
  padding-bottom: 0.5rem;
}

#main-content.layout-block .widget-block {
  padding: 0.5rem;
}

#main-content.layout-block .widget-title {
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/*=====  navmenu ======*/
/*
.widget_nav_menu {
    .menu {
        border-bottom: 1px solid $gainsboro;
        margin: 0;
        padding: 0;

        li {
            display: block;
            border-top: 1px solid $gainsboro;

            a {
                padding: 1rem;
                display: block;
            }

            .sub-menu {
                padding: 0;
                margin: 0;

                li {
                    padding: 0 0 0 1rem;
                }
            }
        }
    }
}
*/
/*=====  news ======*/
.widget_cp5_news .scroll-frame {
  margin-bottom: 2rem;
}

.widget_cp5_news ul {
  margin: 0 0 1rem;
}

.widget_cp5_news ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0.5rem 0;
}

.widget_cp5_news ul li:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}

.widget_cp5_news ul li + li {
  margin-top: -1px;
}

.widget_cp5_news .news-lists-frame li {
  padding: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.widget_cp5_news .news-lists-frame li a {
  padding: .5rem;
  display: block;
}

.widget_cp5_news .news-lists-frame li a .news-thumb + .news-section {
  padding: 0 0 0 .5rem;
}

.widget_cp5_news .news-lists-frame li a .news-date {
  margin-bottom: .5rem;
}

.widget_cp5_news .news-lists-frame li a .news-date .posted-on .news-icon {
  margin-left: .25rem;
}

/*=====  cast widget  ======*/
.cast-list.horizontal li .cast-section {
  padding: 0 0 0 .5rem;
}

@media screen and (max-width: 47.9375em) {
  .cast-list li .cast-section {
    padding: 0 0 0 .5rem !important;
  }
}

/*=====  cast slider schedule slider  ======*/
.widget_cp5_cast_slider, .widget_cp5_schedule_slider {
  position: relative;
}

.widget_cp5_cast_slider .horizontal .cast-section, .widget_cp5_schedule_slider .horizontal .cast-section {
  padding: 0 0 0 .5rem;
}

.widget_cp5_cast_slider .swiper-container, .widget_cp5_schedule_slider .swiper-container {
  margin: 0 .5rem;
  padding: 1rem 0;
}

.widget_cp5_cast_slider .cast-lists-frame, .widget_cp5_schedule_slider .cast-lists-frame {
  padding: 0;
}

.widget_cp5_cast_slider .cast-frame, .widget_cp5_schedule_slider .cast-frame {
  padding: 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_cp5_cast_slider .cast-frame .cast-image, .widget_cp5_schedule_slider .cast-frame .cast-image {
  margin: 0 0 .5rem;
}

.widget_cp5_cast_slider .cast-frame .cast-name, .widget_cp5_schedule_slider .cast-frame .cast-name {
  font-weight: bold;
}

.widget_cp5_cast_slider .cast-frame .cast-name .new-icon img, .widget_cp5_schedule_slider .cast-frame .cast-name .new-icon img {
  width: auto;
  display: inline;
}

.widget_cp5_cast_slider .cast-frame .cast-state-icon, .widget_cp5_cast_slider .cast-frame .mEx-time, .widget_cp5_cast_slider .cast-frame .cast-size, .widget_cp5_schedule_slider .cast-frame .cast-state-icon, .widget_cp5_schedule_slider .cast-frame .mEx-time, .widget_cp5_schedule_slider .cast-frame .cast-size {
  font-size: 1.2rem;
}

.widget_cp5_cast_slider .cast-frame .cast-icon-lists .cast-icon img, .widget_cp5_schedule_slider .cast-frame .cast-icon-lists .cast-icon img {
  width: auto;
  display: inline;
}

.widget_cp5_cast_slider .swiper-button-prev, .widget_cp5_cast_slider .swiper-button-next, .widget_cp5_schedule_slider .swiper-button-prev, .widget_cp5_schedule_slider .swiper-button-next {
  background-size: 32px;
  width: 32px;
  height: 32px;
}

/*=====  event  ======*/
.widget_calendar table {
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
}

.widget_calendar table th, .widget_calendar table td {
  border: 1px solid #DDDDDD;
  text-align: center;
}

/*=====  pages  ======*/
/*=====  banner  ======*/
.widget_cp5_banner_display {
  background: none !important;
  border: none !important;
}

.widget_cp5_banner_display .widget-block {
  background: none !important;
  border: none !important;
  margin: 0;
}

.widget_cp5_banner_display ul {
  padding: 0;
  margin-bottom: 0;
}

.widget_cp5_banner_display ul.horizontal {
  width: 100%;
}

.widget_cp5_banner_display ul.horizontal li.column {
  padding: 0 .5rem;
}

.widget_cp5_banner_display ul.vertical li.column {
  padding: .5rem 0;
}

.widget_cp5_banner_display ul li a img {
  opacity: 1;
}

.widget_cp5_banner_display ul li a:hover img {
  opacity: .8;
}

@media screen and (max-width: 47.9375em) {
  .widget_cp5_banner_display ul li {
    padding: .5rem !important;
  }
}

/*=====  footer  ======*/
#footer-widget-col .widget_nav_menu .menu li a {
  padding: .25rem;
}

#footer-widget-col .widget_nav_menu .menu li .sub-menu li {
  padding: .5rem  .5rem  .5rem 1rem;
}

#footer-widget-col .widget_cp5_news .news-date,
#footer-widget-col .widget_cp5_news .news-content {
  color: inherit;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.bypostauthor {
  display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Animate css
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Ripple button
--------------------------------------------------------------*/
/*!
* Author: Antonio Dal Sie
* Name: ng-ripple
* Description: Material ripple effects for angularjs
*/
.ripple-cont {
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  outline: 0;
  overflow: hidden;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ripple-cont.r-round {
  min-width: 56px;
  min-height: 56px;
  line-height: 56px;
}

.ripple-cont.r-card {
  padding: 0;
  width: 100%;
}

.ripple-cont.r-full {
  width: 100%;
}

.ripple-cont.r-icon {
  padding: 8px;
  line-height: 1;
  min-height: 15px;
  min-width: 15px;
  background-color: transparent;
}

.ripple-cont.r-icon:hover {
  background-color: transparent;
}

.ripple-cont.r-icon:active {
  background-color: transparent;
}

.ripple-cont.r-raised {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.ripple-cont.r-raised:not(.disabled):active {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.ripple-cont.r-round, .ripple-cont.r-round .ripple-cont {
  border-radius: 50%;
  overflow: hidden;
}

.ripple-cont.r-round .ink-content {
  border-radius: 50%;
}

.ripple-cont.disabled {
  color: rgba(0, 0, 0, 0.26) !important;
  cursor: default;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ripple-cont.disabled:hover {
  background-color: transparent;
}

.ripple-cont.disabled:active {
  background-color: transparent;
}

.ripple-cont.r-raised.disabled {
  background-color: rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ripple-cont .ripple-content {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.ripple-cont .ink-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  background-clip: padding-box;
  background-color: transparent;
  /* overflow: hidden; */
  -moz-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  -o-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  border-radius: 2px;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0ms;
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0ms;
}

.ripple-cont.r-overink > .ink-content {
  display: none;
  z-index: 3;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0ms, z-index 1ms linear 0s;
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1) 0ms, z-index 1ms linear 0s;
}

.ink-content .ink, .ink-content .ink > i {
  display: block;
  position: absolute;
  border-radius: 100%;
  z-index: 10;
}

.ink-content .ink {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform, height, width;
}

.ink-content .ink > i {
  background: black;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.ripple-cont.r-icon .ink {
  top: 50%;
  left: 50%;
}

.ink-content .ink.animate, .ink-content .ink.animate > i {
  -webkit-transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ink-content .ink.animate {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ink-content .ink.animate > i {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*--------------------------------------------------------------
# Material Scrolltop
--------------------------------------------------------------*/
/**
* material-scrolltop
*
* Author: Bartholomej
* Website: https://github.com/bartholomej/material-scrolltop
* Docs: https://github.com/bartholomej/material-scrolltop
* Repo: https://github.com/bartholomej/material-scrolltop
* Issues: https://github.com/bartholomej/material-scrolltop/issues
*/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 12px;
  right: 12px;
  padding: 0;
  z-index: 1000;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #FFFFFF;
  background: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
  margin-bottom: 0;
  /*
    &::before {
        @include centerer;
        content: "";
        width: 0;
        border-radius: 100%;
        //background: mix($mst-color, #fff, 85%);
        background:rgba(#FFF,.6);
        @if $mst-icon {
            @extend %mst-icon;
        }
    }
/*
    &:active::before {
        width: 120%;
        padding-top: 120%;
        @include prefixer(transition, all .2s ease-out);
    }    
 */
}

.material-scrolltop:hover {
  background-color: #666;
  text-decoration: none;
}

.material-scrolltop.reveal {
  width: 48px;
  height: 48px;
}

.material-scrolltop span {
  display: block;
  font-size: 25px;
  color: #fff;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
/*==============================
=          loading           =
==============================*/
.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#loading {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.loading {
  background-size: 80px;
  min-height: 10rem;
  position: relative;
  -webkit-transition: background 0.4s forwards, opacity 0.4s forwards;
  transition: background 0.4s forwards, opacity 0.4s forwards;
  opacity: 0.6;
}

.loading::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}

.loading::after {
  content: "";
  background: url("../svg/loading-spinner.svg") center center no-repeat;
  background-size: 80px 80px;
  position: absolute;
  z-index: 3;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------------------------------------------
# Admin Bar
--------------------------------------------------------------*/
/*=================================
=            admin bar            =
=================================*/
@media screen and (min-width: 783px) {
  body.admin-bar.home #header {
    padding-top: 32px;
  }
  body.admin-bar .drawer-nav #drawer-wrap {
    padding-top: 32px;
  }
  body.admin-bar .drawer-nav .drawer-hamburger {
    top: 46px;
  }
  body.admin-bar .drawer-nav.follow #drawer-wrap {
    padding-top: 0;
  }
  body.admin-bar .drawer-nav.follow .drawer-hamburger {
    top: 0;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #header {
    padding-top: 46px;
  }
  body.admin-bar .drawer-nav #drawer-wrap {
    padding-top: 32px;
  }
  body.admin-bar .drawer-nav .drawer-hamburger {
    top: 46px;
  }
  body.admin-bar .drawer-nav.follow #drawer-wrap {
    padding-top: 46px;
  }
  body.admin-bar .drawer-nav.follow .drawer-hamburger {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar #header.sticking {
    padding-top: 46px;
  }
  body.admin-bar #header.sticking.on {
    padding-top: 0;
  }
  body.admin-bar .drawer-nav.follow #drawer-wrap {
    padding-top: 46px;
  }
  body.admin-bar .drawer-nav.follow .drawer-hamburger {
    top: 0;
  }
}

/*# sourceMappingURL=../../source/maps/group.css.map */
