/*!
 * jQuery mmenu v7.3.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.3 ); }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none; }

[dir=rtl] .mm-menu {
  direction: rtl; }

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panel, .mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text); }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panel:after, .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size); }

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel_highest {
  z-index: 2; }

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important; }

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px; }

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none; }

.mm-listitem_opened > .mm-panel {
  display: block; }

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto; }

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent; }

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  padding: 0; }

.mm-btn:after, .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid; }

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto; }

[dir=rtl] .mm-btn_close:before {
  left: 25px; }

[dir=rtl] .mm-btn_close:after {
  left: 18px; }

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-left: 0;
  padding-right: 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

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

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; }

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0; }

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel_has-navbar .mm-navbar {
  display: block; }

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto; }

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto; }

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0; }

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none; }

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2); }

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%; }

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative; }

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight); }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px; }

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size); }

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size); }

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px; }

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px; }

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none; }

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid; }

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative; }

.mm-wrapper_background .mm-page {
  background: inherit; }

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0; }

.mm-menu_offcanvas.mm-menu_opened {
  display: block; }

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.mm-wrapper_blocking {
  overflow: hidden; }

.mm-wrapper_blocking body {
  overflow: hidden; }

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block; }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu_autoheight {
  -webkit-transition: none .4s ease;
  transition: none .4s ease;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative; }

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%; }

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important; }

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important; }

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  transition-property: width; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none; }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0; }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px; }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px; }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px; }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px; }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right; }

.mm-listitem_nosubitems > .mm-counter {
  display: none; }

[dir=rtl] .mm-counter {
  text-align: left;
  float: left; }

.mm-listitem_divider {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25); }

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block; }

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2; }

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none; }

[class*=mm-menu_tip-]:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu_tip-left:before {
  left: 22px; }

.mm-menu_tip-right:before {
  right: 22px; }

.mm-menu_tip-top:before {
  top: -8px; }

.mm-menu_tip-bottom:before {
  bottom: -8px; }

.mm-menu {
  --mm-iconbar-size:44px; }

.mm-iconbar {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2; }

.mm-menu_iconbar .mm-navbars_bottom, .mm-menu_iconbar .mm-navbars_top, .mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size); }

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute; }

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 11px 0; }

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none; }

.mm-iconbar__top {
  top: 0; }

.mm-iconbar__bottom {
  bottom: 0; }

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu {
  --mm-iconpanel-size:44px; }

.mm-panel_iconpanel-1, .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 1));
  width: calc(100% - (var(--mm-iconpanel-size) * 1)); }

.mm-panel_iconpanel-2, .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 2));
  width: calc(100% - (var(--mm-iconpanel-size) * 2)); }

.mm-panel_iconpanel-3, .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - (44px * 3));
  width: calc(100% - (var(--mm-iconpanel-size) * 3)); }

.mm-panel_iconpanel-first ~ .mm-panel, .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size)); }

.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important; }

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  transform: unset; }

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0; }

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform; }

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%; }

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0; }

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1; }

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0; }

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto; }

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1); }

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2); }

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3); }

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4); }

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto; }

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1); }

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2); }

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3); }

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4); }

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2); }

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3); }

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4); }

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px; }

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5); }

.mm-navbar__breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px; }

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit; }

.mm-navbar__tab_selected:first-child {
  border-left: none; }

.mm-navbar__tab_selected:last-child {
  border-right: none; }

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important; }

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px; }

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none; }

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit; }

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid; }

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px; }

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none; }

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed); }

.mm-searchfield {
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * .7);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px; }

.mm-searchfield input::-ms-clear {
  display: none; }

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc(var(--mm-navbar-size) * .15);
  position: relative; }

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0; }

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0; }

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important; }

.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%; }

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  -webkit-transition: margin .4s ease;
  transition: margin .4s ease; }

.mm-searchfield__cancel-active {
  margin-right: 0; }

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size); }

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2); }

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size); }

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none; }

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px; }

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block; }

.mm-sectionindexer ~ .mm-panels {
  -webkit-transition: right .4s ease;
  transition: right .4s ease; }

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0; }

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px; }

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc((var(--mm-navbar-size) * 1) + 2px); }

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc((var(--mm-navbar-size) * 2) + 2px); }

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc((var(--mm-navbar-size) * 3) + 2px); }

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc((var(--mm-navbar-size) * 4) + 2px); }

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc((var(--mm-navbar-size) * 1) + 2px); }

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc((var(--mm-navbar-size) * 2) + 2px); }

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc((var(--mm-navbar-size) * 3) + 2px); }

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc((var(--mm-navbar-size) * 4) + 2px); }

.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem > .mm-listitem__text, .mm-menu_selected-parent .mm-listitem > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
  -webkit-transition: background .4s ease;
  transition: background .4s ease; }

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0; }

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis); }

.mm-menu, .mm-slideout {
  --mm-sidebar-collapsed-size:44px;
  --mm-sidebar-expanded-size:440px; }

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative; }

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform; }

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh; }

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0; }

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0); }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important; }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none; }

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible; }

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important; }

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0); }

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size); }

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.mm-menu_opened .mm-menu__blocker {
  display: none; }

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2); }

label.mm-toggle:before {
  content: '';
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px; }

input.mm-toggle {
  position: absolute;
  left: -10000px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
  background: var(--mm-color-border); }

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background); }

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

label.mm-check {
  width: 34px;
  height: 34px; }

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
  border-color: var(--mm-color-text);
  content: '';
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check {
  position: absolute;
  left: -10000px; }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left; }

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none; }

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important; }

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px; }

.mm-menu_fx-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1; }

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none; }

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none .4s ease;
  transition: none .4s ease; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu_fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1; }

.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0; }

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0); }

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px; }

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 44px; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text, .mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0; }

.mm-listview_inset .mm-listitem {
  padding: 5px 0; }

.mm-menu_multiline .mm-listitem__text, .mm-panel_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal; }

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0; }

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s; }

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit; }

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000; }

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff; }

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1; }

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1; }

.mm-menu_position-right {
  left: auto;
  right: 0; }

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0); }

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0); } }

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1; }

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto; }

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px; }

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%); }

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%); }

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none; }

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow); }

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 ); }

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 ); }

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none; }

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important; }

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%; }

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto; }

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none; }

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none; }

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0; }

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none; }

body.modal-open .mm-slideout {
  z-index: unset; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.tingle-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.tingle-modal--noClose .tingle-modal__close, .tingle-modal__closeLabel {
  display: none; }

.tingle-modal--confirm .tingle-modal-box {
  text-align: center; }

.tingle-modal--noOverlayClose {
  cursor: default; }

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

.tingle-modal__close:hover {
  color: #fff; }

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.tingle-modal-box__content {
  padding: 3rem; }

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto; }

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: ""; }

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s; }

.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden; }

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0; }

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
          filter: blur(8px); }

.tingle-modal--visible {
  visibility: visible;
  opacity: 1; }

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
          transform: scale(1); }

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh; }

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.tingle-btn--primary {
  background-color: #3498db; }

.tingle-btn--danger {
  background-color: #e74c3c; }

.tingle-btn--default {
  background-color: #34495e; }

.tingle-btn--pull-left {
  float: left; }

.tingle-btn--pull-right {
  float: right; }

@media (max-width: 540px) {
  .tingle-modal {
    top: 0;
    display: block;
    padding-top: 60px;
    width: 100%; }
  .tingle-modal-box {
    width: auto;
    border-radius: 0; }
  .tingle-modal-box__content {
    overflow-y: scroll; }
  .tingle-modal--noClose {
    top: 0; }
  .tingle-modal--noOverlayClose {
    padding-top: 0; }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%; }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    line-height: 55px; }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif; }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem; } }

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px); }
  @media (max-width: 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px); } }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
            filter: none; } }

@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
@font-face {
  font-family: 'courier_newregular';
  src: url(fonts/courier_new-webfont.eot?b26e4648c80b22bfdaca7411ae2418d0);
  src: url(fonts/courier_new-webfont.eot?b26e4648c80b22bfdaca7411ae2418d0?#iefix) format("embedded-opentype"), url(fonts/courier_new-webfont.woff2?9aec4e4a10e51f2bbc1310c481e9d977) format("woff2"), url(fonts/courier_new-webfont.woff?df24799449b5bf1b3a8bcd40186adb5b) format("woff"), url(fonts/courier_new-webfont.ttf?ccdf230688669881210bada4b236b92c) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'chevron_aeregular';
  src: url(fonts/ChevronAE-Regular-webfont.eot?27d78193fe3ddd2bf9c09f47cfefba1e);
  src: url(fonts/ChevronAE-Regular-webfont.eot?27d78193fe3ddd2bf9c09f47cfefba1e?#iefix) format("embedded-opentype"), url(fonts/ChevronAE-Regular-webfont.woff2?ef6fa816e227212278ec4231a76e26b1) format("woff2"), url(fonts/ChevronAE-Regular-webfont.woff?af9033cc9bedba113f3d94b5f22d9c4d) format("woff"), url(fonts/ChevronAE-Regular-webfont.ttf?dba56b8ae2c00e249bb175a8aad9414b) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bentonsansbold';
  src: url(fonts/bentonsans_condensed_bold-webfont.woff2?0e58e95be0d8f806e46b846beb2a7e25) format("woff2"), url(fonts/bentonsans_condensed_bold-webfont.woff?0640f9f14fd67e43409318b773fd226e) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'otocotofont';
  src: url(fonts/otocotofont.eot?a272818e3fe6de1a2c5141512ce46075);
  src: url(fonts/otocotofont.eot?a272818e3fe6de1a2c5141512ce46075#iefix) format("embedded-opentype"), url(fonts/otocotofont.ttf?65a7b1fcadac985ce45cc214394364ae) format("truetype"), url(fonts/otocotofont.woff?f1c7d29062854869dbfd61869f78ca2a) format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'otocotofont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrowdown:before {
  content: "\F602"; }

.icon-arrowright:before {
  content: "\F603"; }

.icon-dot:before {
  content: "\F601"; }

.icon-search:before {
  content: "\F604"; }

.icon-arrowleftthin:before {
  content: "\F605"; }

.icon-arrowrightthin:before {
  content: "\F606"; }

.icon-arrowdown2:before {
  content: "\F607"; }

.icon-arrowup2:before {
  content: "\F608"; }

.icon-tag:before {
  content: "\F609"; }

.icon-plus:before {
  content: "\F610"; }

.icon-minus:before {
  content: "\F611"; }

.icon-video:before {
  content: "\F612"; }

.icon-twitter:before {
  content: "\F613"; }

.icon-facebook:before {
  content: "\F614"; }

.icon-rss:before {
  content: "\F615"; }

.icon-book:before {
  content: "\F616"; }

.icon-magazine:before {
  content: "\F617"; }

.icon-comic:before {
  content: "\F618"; }

.icon-photobook:before {
  content: "\F619"; }

.icon-music:before {
  content: "\F620"; }

.icon-game:before {
  content: "\F621"; }

.icon-video2:before {
  content: "\F622"; }

.icon-keyword:before {
  content: "\F623"; }

.icon-rankhot:before {
  content: "\F624"; }

.icon-rankup:before {
  content: "\F625"; }

.icon-ranknochg:before {
  content: "\F626"; }

.icon-rankdown:before {
  content: "\F627"; }

.icon-ranknew:before {
  content: "\F628"; }

.icon-top:before {
  content: "\F629"; }

.icon-close:before {
  content: "\F631"; }

.icon-star1:before {
  content: "\F632"; }

.icon-star2:before {
  content: "\F633"; }

.icon-star3:before {
  content: "\F634"; }

.icon-taghead:before {
  content: "\F635"; }

.icon-column:before {
  content: "\F636"; }

.icon-books:before {
  content: "\F637"; }

.icon-ranking:before {
  content: "\F638"; }

.icon-trailer:before {
  content: "\F639"; }

.icon-tags:before {
  content: "\F640"; }

.icon-heart:before {
  content: "\F641"; }

.icon-cinema:before {
  content: "\F642"; }

.icon-drama:before {
  content: "\F643"; }

.icon-anime:before {
  content: "\F644"; }

.icon-culture:before {
  content: "\F645"; }

.icon-hatebu:before {
  content: "\F646"; }

.icon-line:before {
  content: "\F647"; }

.icon-pin:before {
  content: "\F648"; }

.icon-instagram:before {
  content: "\F649"; }

@font-face {
  font-family: 'zero-width';
  src: url(fonts/zero-width.eot?9a5b16d9abf7203c2bb224c2cae3dc8d);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'zero-width';
  src: url("//:") format("No-IE-404"), url(fonts/zero-width.woff?b3fc049bdaa0b2e4a642df8ddd8c88ea) format("woff"), url(fonts/zero-width.otf?00c9644624249d68d10c794d484036a9) format("opentype"), url(fonts/zero-width.ttf?5a98a2c306ce406325dbe881b8a49777) format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  /*
  -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
          */ }

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

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

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

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

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

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

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

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

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

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

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

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: #fff;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 15px;
  color: #232323;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  -webkit-appearance: none; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #F9F9F9;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 160px;
  line-height: 1.5em;
  padding: 12px;
  font-size: 13px; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: block;
  float: right;
  padding: 0 20px; }
  button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #7a7a7a;
    border-color: #7a7a7a; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html {
  background-color: #fff;
  overflow-y: scroll !important; }

body {
  font-weight: 300;
  font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #232323;
  background-color: #fff;
  padding-top: 88px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto; }

.pc {
  display: none; }

.mobile {
  display: block; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #7a7a7a;
    outline: 0; }
  a:active, a:visited:active {
    outline: 0; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: bold;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 28px;
  line-height: 1.3; }

h2, .h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.4; }

h4, .h4 {
  font-size: 16px;
  line-height: 1.4; }

h5, .h5 {
  font-size: 14px;
  line-height: 1.4; }

img {
  display: block; }

hr {
  border: 0;
  height: 1px;
  background-color: #232323;
  margin: 10px 0; }

b,
strong,
.strong {
  font-weight: normal;
  font-weight: bold; }

.bold {
  font-weight: normal;
  font-weight: bold; }

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10010;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

/*
.admin-bar .header {
  top: 46px;
}
*/
#inner-header {
  padding: 0; }
  #inner-header .searchbutton {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    line-height: 1;
    padding: 10px 10px;
    color: #CCC; }
    #inner-header .searchbutton .icon_close {
      display: inline-block; }
    #inner-header .searchbutton .icon_open {
      display: none; }
    #inner-header .searchbutton.open .icon_close {
      display: none; }
    #inner-header .searchbutton.open .icon_open {
      display: inline-block; }
  #inner-header .header-main {
    border-bottom: 1px solid #dddddd;
    position: relative;
    z-index: 2;
    background: #fff;
    height: 48px; }
  #inner-header .subheader {
    border-bottom: 1px solid #dddddd;
    position: absolute;
    z-index: 1;
    background: #fff;
    height: 40px;
    width: 100%;
    bottom: 0;
    overflow: hidden; }
    #inner-header .subheader:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: -1px;
      left: 0;
      background: #fff; }

#logo {
  margin: 0 auto;
  width: 120px;
  text-align: center;
  padding: 0;
  color: #000;
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -60px; }
  #logo img {
    width: 100%; }
  #logo span {
    display: block;
    margin-top: 4px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px; }

.header-search-mobile {
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .header-search-mobile .searchform {
    margin-bottom: 0; }
  .header-search-mobile.open {
    -webkit-transform: translateY(62px);
            transform: translateY(62px); }

.header_info {
  display: none;
  position: absolute;
  top: 0;
  left: 120px;
  padding: 12px 15px 0;
  font-size: 14px;
  /* 13 */
  height: 60px;
  line-height: 1.6; }
  .header_info p {
    padding: 0;
    margin: 0; }
  .header_info .subtitle {
    font-weight: bold; }

.header-search {
  width: 220px;
  margin: 18px 30px;
  float: left; }
  .header-search .searchform {
    border: 0;
    border: 1px solid #CCC;
    background: #fff;
    margin-bottom: 0; }
    .header-search .searchform input {
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      background-color: #fff;
      width: 72%; }
      .header-search .searchform input:focus, .header-search .searchform input:active {
        background-color: #fff; }
    .header-search .searchform .searchsubmit {
      height: 30px;
      width: 40px;
      line-height: 30px;
      padding: 2px 10px;
      right: 0;
      background-color: #CCC;
      border-radius: 0;
      color: #fff; }
      .header-search .searchform .searchsubmit:hover {
        background-color: #a6a6a6; }
      .header-search .searchform .searchsubmit .icon {
        color: #fff;
        display: block; }

.header-toolbar .toolbar-box {
  display: inline-block;
  overflow: hidden; }

.header-toolbar .toolbar-right {
  position: absolute;
  top: 10px;
  right: 0; }

.header-toolbar .toolbar-left {
  display: none;
  float: left;
  height: 100%;
  width: 100%;
  padding-right: 460px; }

.header-toolbar .taglist {
  height: 100%;
  display: table; }
  .header-toolbar .taglist ul {
    height: 100%;
    display: table-cell;
    padding: 0px 10px 3px 30px;
    vertical-align: middle; }
  .header-toolbar .taglist li {
    margin: 0 10px 2px 0; }

.header-toolbar .snslinks {
  float: right;
  width: 144px;
  margin: 0; }
  .header-toolbar .snslinks li {
    margin: 0;
    width: 48px; }
    .header-toolbar .snslinks li a {
      color: #000;
      font-size: 18px; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 0.75em;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
.sidemenu {
  display: none; }

#sidemenu {
  -webkit-user-drag: element !important;
  background-color: #fff !important;
  --mm-color-background: #fff; }
  #sidemenu .logo {
    width: 120px;
    margin: 0 auto; }
  #sidemenu a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #sidemenu .menu-first {
    color: #000;
    text-transform: uppercase; }
  #sidemenu .snslinks {
    width: 180px;
    margin: 0 auto;
    padding: 0; }
    #sidemenu .snslinks li {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 10px;
      float: none;
      display: inline-block; }
      #sidemenu .snslinks li a {
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        color: #000; }
  #sidemenu .tagitem {
    display: inline-block;
    margin-right: 5px; }
  #sidemenu .closemenu {
    background-color: #000;
    color: #CCC;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px; }
  #sidemenu .menu-icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  #sidemenu .mm-panels {
    bottom: 0 !important; }
  #sidemenu .mm-navbars_bottom {
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  #sidemenu #sidemenu-inner {
    padding-bottom: 90px; }

#header-menu {
  z-index: 10;
  clear: both;
  text-align: left;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 0 8px; }
  #header-menu > ul {
    margin: 0;
    white-space: nowrap;
    display: inline-block; }
    #header-menu > ul > li {
      display: inline-block;
      position: relative;
      margin: 0;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      #header-menu > ul > li > a {
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 12px 8px;
        display: inline-block;
        line-height: 1;
        height: 39px; }
        #header-menu > ul > li > a:hover {
          color: #7a7a7a; }
  #header-menu .submenu {
    display: none;
    position: absolute;
    top: 32px;
    left: 20px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    margin: 0;
    color: #fff;
    min-width: 150px;
    z-index: 1000; }
    #header-menu .submenu li {
      text-align: left;
      white-space: nowrap; }
      #header-menu .submenu li a {
        color: #CCC;
        display: block;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 500;
        padding: 5px 15px; }
        #header-menu .submenu li a:hover {
          color: white; }

#header-menu::-webkit-scrollbar {
  width: 0 !important; }

.wf-loading #header {
  opacity: 0; }

.wf-loading-slow #header {
  opacity: 1; }

.menu-icon {
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  border-radius: 10px;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative; }
  .menu-icon span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    letter-spacing: 0;
    font-weight: normal;
    width: 100%; }

.menu-text {
  display: inline-block;
  vertical-align: middle; }

#inner-header .togglebutton {
  position: fixed;
  top: 0;
  left: -4px;
  width: 52px;
  height: 46px;
  display: block;
  padding: 8px 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  z-index: 1000; }
  #inner-header .togglebutton:hover {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }

.togglebutton img {
  width: 100%; }

.togglebutton.hidden {
  display: none;
  opacity: 0; }

/* HAMBURGER */
.hamburger .line {
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger .text {
  font-size: 12px;
  line-height: 1;
  display: block;
  text-align: right;
  color: #000;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hamburger:hover {
  color: #000; }

.hamburger.is-active .text {
  opacity: 0; }

.hamburger.is-active .line:nth-child(1) {
  opacity: 0; }

.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translate(4px, 2px) rotate(45deg) scaleX(0.8);
          transform: translate(4px, 2px) rotate(45deg) scaleX(0.8); }

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translate(4px, -1px) rotate(-45deg) scaleX(0.8);
          transform: translate(4px, -1px) rotate(-45deg) scaleX(0.8); }

/*********************
POSTS & CONTENT STYLES
*********************/
.hentry {
  margin-bottom: 20px; }
  .hentry header {
    padding: 0 15px 0; }
  .hentry footer {
    padding: 20px 15px; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

.page-title {
  margin: 30px 0 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.archive-title {
  margin: 0 15px 15px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #dddddd;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 30px 15px 0;
  font-size: 0.875rem;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content a {
    text-decoration: underline; }
  .entry-content p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content h2 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content h3 {
    margin: 0;
    font-size: 1.125rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content h5 {
    margin: 0;
    font-size: 0.875rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content table {
    width: 100%;
    border: 1px solid #dddddd;
    margin-bottom: 2.5rem;
    table-layout: fixed; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #dddddd;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #dddddd; }
    .entry-content tr:nth-child(even) {
      background-color: #eeeeee; }
  .entry-content td {
    padding: 0.75rem;
    border-right: 1px solid #dddddd; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0.75rem; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 20px 10px;
    padding: 0 0 0 10px;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #dddddd; }
  .entry-content dd {
    margin-left: 0;
    color: #787878;
    margin-bottom: 20px;
    font-size: 0.8125rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 1.1rem; }
  .entry-content img {
    margin: 2.8rem 0;
    max-width: 100%;
    height: auto; }
    .entry-content img:first-child {
      margin-top: 0; }
  .entry-content .wp-block-embed {
    margin: 3rem 0; }
    .entry-content .wp-block-embed iframe {
      width: 100%; }
    .entry-content .wp-block-embed figcaption {
      margin: 8px 0 0;
      line-height: 1.5;
      text-align: left;
      color: #232323;
      font-size: 13px; }
  .entry-content .wp-block-embed-spotify figcaption {
    margin-top: 0; }
  .entry-content .wp-block-embed-youtube .arve-wrapper {
    margin-bottom: 0 !important; }
  .entry-content .wp-block-image {
    margin: 3rem 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .entry-content .wp-block-image img {
      margin: 0; }
    .entry-content .wp-block-image figcaption {
      margin: 8px 0 0;
      line-height: 1.5;
      text-align: left;
      color: #232323;
      font-size: 13px; }
    .entry-content .wp-block-image:first-child {
      margin-top: 0; }
  .entry-content .wp-block-gallery {
    padding: 0; }
    .entry-content .wp-block-gallery img {
      margin: 0;
      padding: 0; }
  .entry-content .alignclear {
    clear: both; }
  .entry-content .no_margin_bottom {
    margin-bottom: 0; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #000;
    color: #eeeeee;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
  .entry-content.fontsize_large p {
    font-size: 1rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content.fontsize_large h2 {
    font-size: 1.375rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content.fontsize_large h3 {
    font-size: 1.25rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content.fontsize_large h4 {
    font-size: 1.125rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content.fontsize_large h5 {
    font-size: 1rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
  .entry-content.fontsize_large .wp-block-image figcaption {
    font-size: 15px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  padding: 0;
  margin: 2.8rem 0;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 8px 0 0;
    text-align: left;
    line-height: 1.5; }

/* end .wp-caption */
/* image gallery styles */
.gallery {
  background: #eeeeee;
  padding: 5px; }
  .gallery dl {
    float: left;
    margin: 0; }
    .gallery dl img {
      margin: 0;
      padding: 5px;
      cursor: pointer;
      width: 100%; }
    .gallery dl br {
      display: none; }

/* end .gallery */
.gallery-columns-1 dl {
  width: 100%; }

.gallery-columns-2 dl {
  width: 50%; }

.gallery-columns-3 dl {
  width: 33.333%; }

.gallery-columns-4 dl {
  width: 25%; }

.gallery-columns-5 dl {
  width: 20%; }

.gallery-columns-6 dl {
  width: 20%; }

.gallery-columns-7 dl {
  width: 20%; }

.gallery-columns-8 dl {
  width: 20%; }

.gallery-columns-9 dl {
  width: 20%; }

.jp-carousel-image-meta {
  margin-top: 0 !important; }

.jp-carousel-titleanddesc {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border: 0 !important; }

.jp-carousel-comments {
  display: none !important; }

#jp-carousel-comments-loading {
  display: none !important;
  visibility: hidden; }

#jp-carousel-comment-form-container {
  display: none !important;
  visibility: hidden; }

.jp-carousel-buttons {
  visibility: hidden;
  display: none !important; }

.jp-carousel-next-button span, .jp-carousel-previous-button span {
  background-image: url(images/carousel_arrow.png?c26835e2b56d15d38e0f760e268e010f) !important; }

.jp-carousel-wrap .jp-carousel-close-hint {
  margin-top: 10px; }

.jp-carousel-wrap .jp-carousel-close-hint span {
  background-color: #eee;
  color: #000;
  font-size: 24px !important;
  padding: 0 5px 0 10px;
  width: 110px;
  display: inline-block !important;
  height: 32px;
  text-align: left;
  position: relative;
  line-height: 34px !important;
  font-family: Arial, sans-serif !important; }

.jp-carousel-wrap .jp-carousel-close-hint span:after {
  content: "\8A18\4E8B\306B\623B\308B";
  font-size: 13px;
  font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  padding-left: 8px;
  vertical-align: middle !important;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  line-height: 13px !important; }

.jp-carousel-wrap .jp-carousel-close-hint span:focus,
.jp-carousel-wrap .jp-carousel-close-hint span:hover {
  background-color: #fff; }

/* gallery caption styles */
.gallery-caption {
  display: none; }

.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #dddddd; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #232323; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #232323; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #eeeeee;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #eeeeee;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #dddddd;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #eeeeee; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #eeeeee; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #dddddd;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #232323; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #eeeeee;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.jasrac-license {
  clear: both;
  text-align: right;
  font-size: 11px;
  color: #777;
  padding-top: 40px;
  margin-right: 20px; }
  .jasrac-license img {
    display: inline-block;
    width: 32px;
    vertical-align: middle;
    margin-left: 4px; }

.footer {
  clear: both;
  padding: 100px 15px 50px; }
  .footer .footer_logo {
    width: 80px;
    margin: 30px auto 20px;
    display: block;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }
    .footer .footer_logo img {
      width: 100%; }
    .footer .footer_logo:hover {
      opacity: 0.7; }
  .footer .footer_nav {
    width: 100%;
    float: left;
    padding: 0 0 40px 0; }
    .footer .footer_nav .label {
      color: #000;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      margin: 0 0 20px;
      letter-spacing: 2px; }
    .footer .footer_nav ul li {
      font-size: 13px;
      margin: 0 0 5px;
      line-height: 1.5; }
  .footer .footer_bottom {
    clear: both;
    padding: 20px 0 0;
    text-align: center; }
    .footer .footer_bottom ul {
      font-size: 13px;
      margin: 10px auto; }
      .footer .footer_bottom ul li {
        display: inline-block;
        margin: 0 15px 10px;
        font-weight: 400;
        font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .footer .footer_bottom .copyright {
      clear: none;
      margin: 0 auto 20px;
      display: inline-block; }
  .footer .copyright {
    clear: both;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px; }
  .footer.force_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*****
author style
*****/
/***
 COMMOM ITEMS
***/
.infoheader {
  line-height: 1;
  margin: 0;
  letter-spacing: 0; }
  .infoheader .infoheader-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .infoheader .date {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0;
    padding: 0 10px 0 0; }
    .infoheader .date .icon {
      display: none;
      padding-right: 2px; }
  .infoheader .date_new {
    border-left: 3px solid #e50000;
    padding-left: 3px;
    -webkit-animation: border-blink-red 2s linear infinite alternate;
            animation: border-blink-red 2s linear infinite alternate; }
  .infoheader .date-only {
    margin-right: 0;
    padding-right: 0;
    border: 0; }
  .infoheader .posttype {
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: text-bottom;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: relative; }
    .infoheader .posttype:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -3px;
      height: 1px;
      width: 100%;
      background: #232323; }
  .infoheader .sns_counter {
    font-size: 12px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b41e23;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 1; }
    .infoheader .sns_counter .icon {
      color: #b41e23;
      display: inline-block;
      vertical-align: top;
      margin-right: 3px;
      font-size: 13px;
      margin-top: -1px; }

#inner-content {
  position: relative; }

.postlist {
  position: relative; }
  .postlist .postlist-item {
    position: relative; }
    .postlist .postlist-item .date-simple {
      color: #6a7072;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      margin: 0;
      padding: 0;
      border: 0; }
    .postlist .postlist-item .date .icon {
      display: none;
      padding-right: 2px; }
    .postlist .postlist-item .cat {
      font-size: 12px;
      line-height: 1.5;
      padding: 5px 0 0;
      margin: 0; }
    .postlist .postlist-item .title {
      font-size: 13px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0;
      padding: 10px 0 0;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
      .postlist .postlist-item .title div {
        font-size: 11px;
        padding: 3px 0 5px; }
    .postlist .postlist-item .posttitle {
      font-size: 12px;
      margin: 0;
      /*font-weight: normal;*/
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      line-height: 1.5;
      padding-top: 10px; }
    .postlist .postlist-item .postimage {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .postlist .postlist-item .postimage:after {
        content: " ";
        display: block;
        padding-top: 62.5%; }
      .postlist .postlist-item .postimage img {
        height: auto;
        width: 100%;
        display: block;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #fff;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%; }
    .postlist .postlist-item .excerpt {
      margin: 5px 0 0;
      font-size: 12px;
      line-height: 1.8; }
    .postlist .postlist-item .excerpt-long {
      display: none; }
    .postlist .postlist-item .postinfo {
      padding: 0; }
    .postlist .postlist-item .post_genre {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      margin-left: 5px;
      padding: 6px 0 2px 10px; }
    .postlist .postlist-item .copyright {
      font-size: 10px;
      line-height: 1;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 0.5;
      margin: 10px 0 0;
      letter-spacing: 0; }
    .postlist .postlist-item.bl-hover:not(.bl-hover2) .title {
      color: #6a7072; }
    .postlist .postlist-item.pt-book .postimage img {
      width: auto;
      max-width: 100%;
      max-height: 100%; }
  .postlist .postlist-item-dummy {
    padding: 0 !important;
    margin: 0 !important; }

.postlist-ss {
  padding: 0 15px; }
  .postlist-ss .postlist-item {
    clear: both;
    padding: 15px 0; }
    .postlist-ss .postlist-item:first-child {
      border: 0; }
    .postlist-ss .postlist-item .postimage {
      width: 26%;
      float: left;
      display: block; }
    .postlist-ss .postlist-item .postinfo {
      width: 70%;
      float: right;
      padding: 0; }
    .postlist-ss .postlist-item .posttitle {
      padding-top: 10px; }
    .postlist-ss .postlist-item .date_wrapper {
      line-height: 1; }
      .postlist-ss .postlist-item .date_wrapper .date {
        padding: 6px 0 0 0;
        height: 24px; }
      .postlist-ss .postlist-item .date_wrapper .post_genre {
        padding: 0 0 0 10px; }

.postlist-s .postlist-item {
  clear: both;
  padding: 10px 0; }
  .postlist-s .postlist-item:first-child {
    border: 0; }
  .postlist-s .postlist-item .postimage {
    width: 30%;
    float: left; }
  .postlist-s .postlist-item .postinfo {
    width: 66%;
    float: right;
    padding: 0; }
  .postlist-s .postlist-item .title {
    font-size: 12px;
    padding: 10px 0 0; }
  .postlist-s .postlist-item .posttitle {
    font-size: 12px; }
  .postlist-s .postlist-item .cat {
    padding: 0; }
  .postlist-s .postlist-item .infoheader .date {
    font-size: 11px; }
  .postlist-s .postlist-item .infoheader .posttype {
    font-size: 11px; }
  .postlist-s .postlist-item .infoheader .sns_counter {
    font-size: 11px; }
    .postlist-s .postlist-item .infoheader .sns_counter .icon {
      font-size: 12px; }

.postlist-m {
  padding: 0 0 15px; }
  .postlist-m .postlist-item {
    float: none;
    clear: both;
    padding: 15px; }
    .postlist-m .postlist-item .postinfo {
      padding: 0; }
    .postlist-m .postlist-item .infoheader {
      margin-top: 14px; }

.postlist_columnlist .postlist-item .date {
  padding: 0 0 2px;
  display: block;
  height: auto; }

.postlist-rank {
  padding-left: 15px; }
  .postlist-rank .postlist-item {
    overflow: visible; }
    .postlist-rank .postlist-item .rank {
      position: absolute;
      left: -38px;
      top: 10px;
      width: 28px;
      height: 20px;
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: right;
      line-height: 20px;
      font-size: 24px;
      letter-spacing: 0; }

.postlist-mekiki .postlist-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.postlist-mekiki .postlist-item:last-child {
  margin-bottom: 0 !important; }

.postlist-mekiki .postlist-item .writer-image {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  background: #fff;
  max-width: 100px;
  margin-right: 3%; }
  .postlist-mekiki .postlist-item .writer-image:after {
    padding-top: 100%; }
  .postlist-mekiki .postlist-item .writer-image img {
    width: 90%; }

.postlist-mekiki .postlist-item .postinfo {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .postlist-mekiki .postlist-item .postinfo .title span {
    font-size: 11px;
    display: block;
    margin-bottom: 3px; }

.std-content {
  margin-bottom: 80px; }

.std-title {
  color: #000;
  font-size: 20px;
  margin: 0 auto 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em; }

.std-title-wsub {
  margin-bottom: 5px; }

.std-subtitle {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.4; }

.std-title-block {
  text-align: center; }
  .std-title-block .std-title-wicon {
    display: inline-block;
    padding: 0 5px 0 50px;
    position: relative;
    text-align: left; }
    .std-title-block .std-title-wicon .std-title {
      text-align: left; }
    .std-title-block .std-title-wicon .std-subtitle {
      text-align: left; }
  .std-title-block .icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 40px; }

.std-title-block-v {
  margin: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left; }
  .std-title-block-v .std-title {
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block; }
    .std-title-block-v .std-title:before {
      content: "";
      display: block;
      height: 2px;
      width: 10px;
      position: absolute;
      top: 48%;
      left: -20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #000; }

.std-storebutton-set {
  background-color: #fff;
  border: 1px solid #000;
  width: 150px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  /* 12 */
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  padding: 0 10px 0 15px;
  text-align: left;
  -webkit-transition: color 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, border 0.5s ease; }
  .std-storebutton-set:hover {
    color: #e50000;
    border-color: #e50000; }
  .std-storebutton-set .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px; }
  .std-storebutton-set ul {
    list-style: none;
    width: 150px;
    display: none;
    margin: 0;
    z-index: 9999;
    position: absolute;
    top: 28px;
    left: -1px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000; }
    .std-storebutton-set ul li {
      position: relative; }
      .std-storebutton-set ul li .disable {
        padding: 0 10px 0 15px;
        color: #dddddd; }
      .std-storebutton-set ul li a {
        display: block;
        padding: 0 10px 0 15px;
        -webkit-transition: color 0.4s ease, background-color 0.4s ease;
        transition: color 0.4s ease, background-color 0.4s ease; }
        .std-storebutton-set ul li a:hover {
          color: #e50000;
          background-color: #f7f7f7; }

.std-obl-button-fixedw {
  display: inline-block; }
  .std-obl-button-fixedw a {
    height: 40px;
    line-height: 39px;
    border: 1px solid #000;
    display: block;
    padding: 0 7px 0 10px;
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: color 0.5s ease, border 0.5s ease;
    transition: color 0.5s ease, border 0.5s ease;
    text-align: left; }
    .std-obl-button-fixedw a .icon {
      float: right;
      margin: 13px 0 0; }
  .std-obl-button-fixedw .disable {
    height: 40px;
    line-height: 38px;
    border: 1px solid #dddddd;
    display: block;
    padding: 0 7px 0 10px;
    font-size: 13px;
    text-align: left; }
    .std-obl-button-fixedw .disable .icon {
      float: right;
      margin: 11px 0 0; }

a.std-ibl-button {
  width: 240px;
  text-align: center;
  height: 40px;
  display: block;
  color: #000;
  line-height: 40px;
  font-size: 13px;
  /* 13 */
  border-bottom: 2px solid #000;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  a.std-ibl-button:hover {
    color: gray;
    border-color: gray; }

.std-related-products {
  border-top: 1px solid #ddd;
  padding-bottom: 30px; }
  .std-related-products h3 {
    font-size: 17px;
    /* 16 */
    line-height: 1.4; }
  .std-related-products .product_item {
    margin-bottom: 20px; }
    .std-related-products .product_item .product_left {
      width: 22%;
      float: left; }
      .std-related-products .product_item .product_left img {
        width: 100%;
        display: block; }
    .std-related-products .product_item .product_right {
      width: 74%;
      float: right; }
      .std-related-products .product_item .product_right .name {
        font-size: 16px;
        /* 15 */
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 1.4; }
      .std-related-products .product_item .product_right a {
        line-height: 1.4;
        font-size: 14px;
        /* 13 */ }

.std-link-post {
  border: 1px solid #CCC;
  padding: 20px 20px 20px 40px;
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  text-align: left; }
  .std-link-post:before {
    content: "\F606";
    font-family: "otocotofont";
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 24px;
    margin-top: -12px;
    line-height: 1;
    color: #CCC; }

.page-links {
  text-align: center;
  position: relative;
  padding: 20px 0 20px;
  margin-top: 40px; }
  .page-links .page-links-inner {
    display: inline-block;
    position: relative;
    padding: 0 46px 0;
    font-weight: 700;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .page-links .page-links-inner a {
      display: inline-block;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .page-links .page-links-inner a:hover {
        opacity: 0.7; }
    .page-links .page-links-inner > a > span, .page-links .page-links-inner > span {
      font-size: 18px;
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 22px;
      text-align: center;
      margin: 8px 4px 12px;
      vertical-align: middle;
      border-bottom: 2px solid;
      color: #000; }
    .page-links .page-links-inner > span {
      color: #cfcfcf; }
    .page-links .page-links-inner .link_text {
      font-family: sans-serif;
      font-size: 13px;
      width: 30px;
      height: 30px;
      margin: 0;
      border: 0;
      color: #000;
      font-weight: normal;
      position: absolute;
      top: 50%;
      vertical-align: middle;
      line-height: 1;
      padding: 0; }
      .page-links .page-links-inner .link_text.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
        border-left: 2px solid;
        border-bottom: 2px solid; }
        .page-links .page-links-inner .link_text.prev .pntext {
          margin-left: -5px; }
      .page-links .page-links-inner .link_text.next {
        right: 0;
        -webkit-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        border-right: 2px solid;
        border-bottom: 2px solid; }
        .page-links .page-links-inner .link_text.next .pntext {
          margin-right: -5px; }
      .page-links .page-links-inner .link_text .icon {
        font-size: 24px;
        vertical-align: middle;
        line-height: 36px;
        display: none; }
      .page-links .page-links-inner .link_text .pntext {
        vertical-align: middle;
        display: none; }
    .page-links .page-links-inner .link_disable {
      color: #cfcfcf; }

.archive_wrap {
  padding: 0 15px; }

.link_sitetop_wrapper {
  text-align: center;
  margin-bottom: 40px; }

.link_sitetop {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  border: 1px solid #e50000;
  padding-right: 10px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease; }
  .link_sitetop img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

a.link_sitetop:hover img {
  opacity: 1.0; }

a.link_sitetop:hover {
  color: #e50000; }

.gototop {
  width: 60px;
  display: block;
  margin: 0 auto 30px;
  z-index: 1000;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease; }
  .gototop img {
    width: 100%; }
  .gototop:hover {
    opacity: 0.7; }

.tagitem {
  color: #CCC;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 11px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  text-decoration: underline; }
  .tagitem:hover {
    color: #a6a6a6; }
  .tagitem .icon {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    bottom: 1px; }

a.tagitem {
  color: #CCC; }
  a.tagitem:hover {
    color: #a6a6a6; }

.taglist ul {
  margin: 0; }

.taglist li {
  display: inline-block;
  margin: 5px 10px 0 0; }
  .taglist li.tag-genre a {
    color: #036e80; }
    .taglist li.tag-genre a:hover {
      color: #0499b2; }

.tagranklist {
  padding-left: 15px; }
  .tagranklist ul {
    margin: 0; }
  .tagranklist li {
    position: relative;
    border-bottom: 1px solid #ccc; }
    .tagranklist li .rank {
      position: absolute;
      left: -25px;
      top: 50%;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      line-height: 20px;
      font-size: 20px; }
    .tagranklist li a {
      display: block;
      padding: 10px 0; }
      .tagranklist li a:hover .tagitem {
        color: #a6a6a6; }
    .tagranklist li .tagitem {
      display: inline-block;
      font-size: 14px; }
      .tagranklist li .tagitem .icon {
        font-size: 20px; }

.bookslider {
  padding: 0px 40px;
  margin: 20px 0 30px; }
  .bookslider .bookslider-item {
    padding: 0 15px; }
    .bookslider .bookslider-item a {
      display: block; }
    .bookslider .bookslider-item .book-image {
      height: 180px;
      margin: 0 auto 20px;
      width: 100%; }
    .bookslider .bookslider-item img {
      width: 100%; }
    .bookslider .bookslider-item p {
      font-size: 12px;
      line-height: 1.6;
      margin: 0; }
    .bookslider .bookslider-item .book-author {
      color: #a0a0a0; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  margin-top: -18px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 18px;
  z-index: 1; }
  .slick-prev:before, .slick-next:before {
    font-family: 'otocotofont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    line-height: 36px;
    color: #000;
    display: inline-block; }
  .slick-prev:hover, .slick-prev:active, .slick-next:hover, .slick-next:active {
    background: transparent; }

.slick-prev {
  left: -20px; }
  .slick-prev:before {
    content: "\F605"; }

.slick-next {
  right: -20px; }
  .slick-next:before {
    content: "\F606"; }

.book-data-block {
  margin: 30px 15px;
  padding: 15px;
  background-color: #f7f7f7; }
  .book-data-block .book-image {
    width: 40%;
    margin: 0 auto 15px; }
    .book-data-block .book-image img {
      width: 100%; }
  .book-data-block .book-info {
    font-size: 13px;
    margin-bottom: 20px; }
    .book-data-block .book-info dl {
      margin: 0; }
    .book-data-block .book-info dt {
      float: left;
      width: 60px;
      display: block;
      font-weight: bold; }
    .book-data-block .book-info dd {
      margin-left: 70px;
      padding-bottom: 8px; }
      .book-data-block .book-info dd .note {
        margin: 0;
        font-size: 11px; }
  .book-data-block .store-block {
    margin-top: 20px; }
    .book-data-block .store-block .store-text {
      margin: 0 0 5px;
      font-size: 13px;
      letter-spacing: 1px;
      color: #000;
      font-weight: bold; }
    .book-data-block .store-block ul {
      width: 100%;
      margin: 0;
      border: 1px solid #ccc;
      border-bottom: 0;
      border-right: 0;
      overflow: hidden; }
    .book-data-block .store-block li {
      width: 33.333%;
      float: left;
      border: 1px solid #ccc;
      border-top: 0;
      border-left: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .book-data-block .store-block li a {
        display: block; }
      .book-data-block .store-block li img {
        width: 100%;
        background: #fff; }
      .book-data-block .store-block li:hover {
        opacity: 0.8; }

.store-ctl-one .book-data-block .store-block ul {
  width: 33.333%; }

.store-ctl-one .book-data-block .store-block li {
  width: 100%; }

.ranking-multi .postlist {
  padding: 30px 0 30px 36px; }

.ranking-multi .btn-viewall {
  position: static;
  width: auto;
  margin: 15px; }

.ranking-tabs {
  margin: 0; }
  .ranking-tabs li {
    width: 33.333%;
    float: left;
    line-height: 48px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: 2px solid #cfcfcf; }
    .ranking-tabs li.active {
      border-color: #000; }

.rank-like {
  display: none; }

.postlist-rank {
  display: none; }
  .postlist-rank.rank-pv2 {
    display: block; }

.royalSlider {
  width: 100%; }
  .royalSlider .rsContent {
    overflow: hidden;
    /* img fillでmargin分ずれる問題の対策 */ }
  .royalSlider > .rsContent {
    visibility: hidden; }

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background: #000;
  color: #FFF; }

/* Android4でループ時に画像が切れる問題の対策 */
.royalSlider img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsBullets {
  bottom: auto;
  background: none; }

.rsDefault .rsBullet {
  width: 20px;
  height: 20px;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  width: 6px;
  height: 6px;
  background: #fff; }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #CCC; }

/* PHOTOSWIPE */
.pswp {
  z-index: 10021; }

/* TOP */
#top .top-content-second {
  background-color: transparent; }

#top-featured {
  margin: 0;
  padding-top: 0;
  padding-bottom: 30px; }

#top-slider {
  background: #fff;
  position: relative; }
  #top-slider .slick-slide {
    line-height: 0.1; }
    #top-slider .slick-slide div {
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
  #top-slider .slider-item {
    position: relative; }
    #top-slider .slider-item > a {
      display: block; }
      #top-slider .slider-item > a:hover {
        color: #232323; }
    #top-slider .slider-item .postimage {
      padding-top: 50%;
      margin: 0 auto 56px;
      display: block;
      position: relative;
      overflow: hidden; }
      #top-slider .slider-item .postimage img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 101%;
        height: auto; }
    #top-slider .slider-item .postinfo {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      padding: 15px 0;
      min-height: 56px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    #top-slider .slider-item .infoheader {
      margin-bottom: 10px; }
      #top-slider .slider-item .infoheader .infoheader-inner {
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      #top-slider .slider-item .infoheader .posttype:after {
        content: none; }
    #top-slider .slider-item .title {
      font-size: 14px;
      line-height: 1.5;
      font-weight: bold;
      margin: 0;
      padding: 5px 0 0;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  #top-slider .slick-dots {
    max-width: 100%;
    position: absolute;
    bottom: -40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1; }
    #top-slider .slick-dots li {
      margin: 0 0 0 15px;
      position: relative;
      width: 40px;
      display: block; }
      #top-slider .slick-dots li:first-child {
        margin-left: 0; }
      #top-slider .slick-dots li:before {
        position: absolute;
        content: "";
        display: block;
        height: 3px;
        width: 100%;
        left: 0;
        top: 7px;
        background: #000;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: left top;
                transform-origin: left top;
        z-index: 1; }
      #top-slider .slick-dots li.slick-active:before {
        -webkit-animation: slider-dot-expand 4.7s linear 0s 1 forwards;
                animation: slider-dot-expand 4.7s linear 0s 1 forwards; }
    #top-slider .slick-dots button {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: none;
      height: 16px;
      width: 100%;
      border: 0;
      position: relative;
      padding: 0;
      outline: none; }
      #top-slider .slick-dots button:before {
        position: absolute;
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        top: 8px;
        border-top: 1px dashed #000; }

#top-regular {
  background: #f0f0f0;
  padding: 30px 15px 35px;
  margin: 15px 0 30px;
  overflow: hidden; }

#regular-slider .slick-list {
  overflow: visible; }

#regular-slider .slider-item {
  padding: 10px 15px; }
  #regular-slider .slider-item a {
    display: block;
    position: relative; }
  #regular-slider .slider-item img {
    width: 100%; }
  #regular-slider .slider-item .item-data {
    padding: 10px 0 0; }
  #regular-slider .slider-item .schedule {
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
  #regular-slider .slider-item .title {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 1px;
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #regular-slider .slider-item .subtitle {
    font-size: 12px; }
  #regular-slider .slider-item .copyright {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
    margin-top: 6px;
    letter-spacing: 0; }
  #regular-slider .slider-item .writer {
    width: 20%;
    position: absolute;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    border: 1px solid;
    overflow: hidden; }

@-webkit-keyframes slider-dot-expand {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes slider-dot-expand {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes border-blink-red {
  0% {
    border-color: #e50000; }
  100% {
    border-color: transparent; } }

@keyframes border-blink-red {
  0% {
    border-color: #e50000; }
  100% {
    border-color: transparent; } }

.postlist-top {
  position: static; }
  .postlist-top .postlist-item {
    float: none;
    margin: 0 0 10px;
    padding: 0 0 20px; }
    .postlist-top .postlist-item .postimage {
      width: 32%;
      float: left; }
    .postlist-top .postlist-item .postinfo {
      width: 64%;
      float: right; }
    .postlist-top .postlist-item.size2 {
      margin: 20px 0 50px; }
      .postlist-top .postlist-item.size2 .item-title {
        text-align: center;
        display: block;
        margin: 0 0 10px;
        font-weight: 400;
        font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px; }
      .postlist-top .postlist-item.size2 .postimage {
        width: auto;
        float: none; }
      .postlist-top .postlist-item.size2 .postinfo {
        width: auto;
        float: none; }
      .postlist-top .postlist-item.size2 .infoheader {
        margin: 15px 0 5px; }

.top-content {
  position: relative;
  margin: 15px;
  padding: 20px 15px; }
  .top-content .btn-viewall {
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 400px;
    margin: 15px auto 0; }
  .top-content .ranking-multi .btn-viewall {
    position: static;
    width: auto;
    margin: 15px;
    letter-spacing: 0; }

#topposts {
  margin: 0;
  padding: 20px 15px; }
  #topposts #topposts-inner {
    position: relative; }
  #topposts .std-title-block {
    margin-bottom: 0; }
  #topposts .viewall-wrapper {
    margin: 15px auto; }
  #topposts .btn-viewall {
    margin: 10px auto 0;
    border-radius: 0;
    background: 0;
    border: 0;
    color: #000;
    border-bottom: 2px solid #000;
    width: 200px;
    font-size: 20px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.1em;
    height: 48px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #topposts .btn-viewall:hover {
      color: gray;
      border-color: gray; }
  #topposts .video_wrapper {
    padding-top: 56.25%;
    position: relative; }
    #topposts .video_wrapper .video_item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#columnposts {
  background: #F9F9F9;
  padding: 30px 15px 15px;
  margin-top: 0; }
  #columnposts .postlist-item .title {
    font-size: 13px; }
  #columnposts .postlist-item .postimage img.pc {
    display: none; }

.topbanners a, .banner-box a {
  background: #fff;
  margin: 15px;
  display: block; }
  .topbanners a img, .banner-box a img {
    width: 100%; }

.top-content-second {
  background: #eaeeef;
  padding: 1px 0; }

#topbooks {
  background: #F9F9F9; }

#toptrailer {
  padding-top: 30px;
  padding-bottom: 15px; }
  #toptrailer .video_wrapper {
    max-width: 800px;
    margin: 0 auto 30px;
    position: relative; }
  #toptrailer .title_wrapper .title {
    color: #000;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 15px;
    min-height: 28px;
    font-size: 13px;
    line-height: 1.4;
    word-break: keep-all;
    word-wrap: break-word; }
  #toptrailer .loading_indicator {
    position: absolute;
    bottom: 20%;
    display: none;
    width: 100%;
    text-align: center; }
    #toptrailer .loading_indicator p {
      display: inline-block;
      padding: 5px 10px;
      background-color: #CCC;
      color: #000;
      font-size: 12px;
      text-align: center;
      font-weight: bold; }
  #toptrailer .playlist_wrapper {
    margin: 0; }
    #toptrailer .playlist_wrapper ul {
      margin-bottom: 0; }
      #toptrailer .playlist_wrapper ul li {
        margin-bottom: 20px;
        overflow: hidden; }
        #toptrailer .playlist_wrapper ul li .thumb {
          width: 36%;
          float: left;
          margin: 0 4% 0 0;
          cursor: pointer; }
          #toptrailer .playlist_wrapper ul li .thumb img {
            width: 100%;
            display: block;
            margin-bottom: 0; }
          #toptrailer .playlist_wrapper ul li .thumb .copyright {
            font-size: 10px;
            color: #555;
            margin: 5px 0 0;
            line-height: 1.4; }
        #toptrailer .playlist_wrapper ul li .info {
          padding-left: 40%; }
          #toptrailer .playlist_wrapper ul li .info p {
            margin-bottom: 15px; }
          #toptrailer .playlist_wrapper ul li .info .title {
            font-weight: bold;
            font-size: 12px;
            margin: 0;
            line-height: 1.5;
            cursor: pointer; }
          #toptrailer .playlist_wrapper ul li .info .release {
            line-height: 1.5;
            margin: 5px 0 0;
            font-size: 12px; }
          #toptrailer .playlist_wrapper ul li .info .exinfo {
            line-height: 1.5;
            margin: 5px 0 0;
            font-size: 12px; }
          #toptrailer .playlist_wrapper ul li .info .link {
            font-size: 12px;
            display: block; }
          #toptrailer .playlist_wrapper ul li .info .link_official {
            font-weight: 400;
            font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          #toptrailer .playlist_wrapper ul li .info .copyright {
            font-size: 10px;
            color: #555;
            margin: 5px 0 0; }
      #toptrailer .playlist_wrapper ul .playing .title {
        color: #CCC; }
  #toptrailer .toptrailer-content a {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    width: 100%; }

#top-mekiki {
  margin: 15px 0;
  padding: 0; }
  #top-mekiki .copyright {
    text-align: center;
    font-size: 11px;
    margin-top: 30px;
    opacity: 0.7; }

.writer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .writer-list .writer-item {
    width: 50%;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #eeeeee;
    border-top-width: 0;
    border-left-width: 0; }
    .writer-list .writer-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px 15px; }
    .writer-list .writer-item .writer-image {
      width: 50%;
      margin: 0 auto;
      max-width: 100px; }
      .writer-list .writer-item .writer-image img {
        width: 100%; }
    .writer-list .writer-item .writer-info {
      padding-top: 5px; }
    .writer-list .writer-item:nth-child(2n) {
      border-right-width: 0; }
    .writer-list .writer-item:nth-child(n+3) {
      border-bottom-width: 0; }
    .writer-list .writer-item .name {
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .writer-list .writer-item .name-en {
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .writer-list .writer-item .short-description {
      margin-top: 20px;
      font-size: 13px;
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.postlist .postlist-item_cover .date {
  display: none; }

/* SINGLE */
body.single {
  /* common customize */ }
  body.single .hentry {
    margin-bottom: 30px;
    background-color: transparent; }
  body.single .std-title {
    width: 100%; }
  body.single .content_header {
    background-color: #fff;
    margin-bottom: 3px; }
    body.single .content_header .column_headerimg a {
      display: block; }
      body.single .content_header .column_headerimg a.pc {
        display: none; }
    body.single .content_header .column_headerimg img {
      width: 100%; }
    body.single .content_header .column_title {
      font-size: 21px;
      font-weight: bold;
      text-align: center;
      margin: 0;
      padding: 30px 15px;
      letter-spacing: 1px;
      line-height: 1.3; }
  body.single .snsbtns-posttop .std_socialbuttons {
    margin: 20px 15px 0 8px; }
  body.single .snsbtns-posttop .std_socialbuttons > div {
    padding-right: 0; }
  body.single .snsbtns-postbottom {
    margin-top: 10px; }
    body.single .snsbtns-postbottom .label {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 5px;
      text-align: center;
      color: #333; }
    body.single .snsbtns-postbottom .std_socialbuttons {
      margin-top: 0; }
  body.single .main-header .featured-image {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    body.single .main-header .featured-image img {
      width: 100%; }
  body.single .main-header .entry-header-content {
    padding: 15px 15px 80px;
    position: relative; }
  body.single .main-header .entry-header .title-wrapper {
    margin-top: 20px; }
  body.single .main-header .entry-header .term-title {
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.8; }
  body.single .main-header .entry-header .number {
    font-size: 28px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  body.single .main-header .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.8; }
  body.single .main-header .entry-header .author {
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px; }
  body.single .main-header .entry-header .header-text {
    margin-top: 15px;
    font-size: 13px;
    line-height: 2.2; }
  body.single .main-header .entry-header .title-wrapper-broadway .term-title {
    font-size: 15px; }
  body.single .main-header .entry-header .title-wrapper-broadway .entry-title {
    margin-top: 10px; }
  body.single .main-header .profile_wrapper {
    margin: 15px 15px 15px; }
  body.single #main {
    position: relative;
    padding-bottom: 60px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto; }
    body.single #main .featured-image {
      margin-bottom: 20px; }
      body.single #main .featured-image img {
        width: 100%; }
    body.single #main .entry-header {
      padding: 0; }
      body.single #main .entry-header .infoheader {
        margin: 20px 15px 0;
        padding: 0; }
      body.single #main .entry-header .title_wrapper {
        position: relative;
        padding: 0 15px 0; }
        body.single #main .entry-header .title_wrapper .column_title {
          padding: 0;
          font-size: 17px;
          font-weight: bold;
          margin: 0;
          line-height: 1.4; }
      body.single #main .entry-header .taglist {
        padding: 0 15px; }
    body.single #main .entry-title {
      font-size: 21px;
      /* 18 */
      /*font-weight: normal;*/
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      text-align: left;
      padding: 10px 0 10px;
      line-height: 1.6; }
    body.single #main .entry-content {
      padding-top: 3em; }
    body.single #main .col_wrapper {
      overflow: hidden; }
    body.single #main .col2 .col_item {
      width: 100%; }
    body.single #main .col2 .col_l {
      float: none; }
    body.single #main .col2 .col_r {
      float: none; }
  body.single #sidebar {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    max-width: 820px;
    margin: 0 auto; }
  body.single #main_bottom {
    max-width: 820px;
    margin: 0 auto;
    clear: both; }
    body.single #main_bottom .std-content {
      position: relative; }
    body.single #main_bottom .std-content-ranking {
      padding: 15px 0;
      margin: 50px 15px 0; }
      body.single #main_bottom .std-content-ranking .side-content-inner {
        margin-top: 15px; }
    body.single #main_bottom .std-content-snsbox {
      padding: 0 15px; }
      body.single #main_bottom .std-content-snsbox .twtl-wrapper {
        line-height: 1;
        margin-top: 40px;
        overflow: hidden; }
    body.single #main_bottom .std-title-wsub {
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  body.single .link_backnumber {
    color: #000;
    display: block;
    width: 80%;
    margin: 10px auto 0;
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: 220px; }
    body.single .link_backnumber:hover {
      color: gray;
      border-color: gray; }
  body.single .btn_profile {
    max-width: 220px;
    font-weight: bold; }
  body.single .link_backnumber {
    clear: both; }
  body.single .profile_wrapper {
    padding: 20px 15px;
    font-size: 13px;
    background: #f0f0f0;
    border: 4px solid #000;
    border-right: 0;
    border-left: 0;
    margin: 40px 15px 20px;
    position: relative; }
    body.single .profile_wrapper .profileimg {
      width: 30%;
      margin: 0 auto;
      overflow: hidden; }
      body.single .profile_wrapper .profileimg img {
        width: 100%; }
      body.single .profile_wrapper .profileimg.profile-img--mekiki {
        background: #fff;
        border-radius: 50%;
        border: 1px solid #cfcfcf; }
    body.single .profile_wrapper .authorname {
      font-size: 16px;
      /* 15 */
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 15px 0 15px; }
    body.single .profile_wrapper .description {
      margin: 0 0 20px;
      font-size: 13px;
      /* 12 */
      line-height: 2; }
      body.single .profile_wrapper .description a {
        text-decoration: underline; }
    body.single .profile_wrapper .description_detail {
      display: none; }
    body.single .profile_wrapper .show_prof_detail .txt_show {
      display: inline; }
    body.single .profile_wrapper .show_prof_detail .txt_hidden {
      display: none; }
    body.single .profile_wrapper .show_prof_short .txt_show {
      display: none; }
    body.single .profile_wrapper .show_prof_short .txt_hidden {
      display: inline; }
    body.single .profile_wrapper .show_prof_short .profile-arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      display: inline-block; }
    body.single .profile_wrapper .copyright {
      font-size: 11px;
      opacity: 0.7;
      margin-top: -10px; }
  body.single .video_wrapper {
    margin: 0 auto 20px; }
  body.single .poststg-col1-full #main .entry-content {
    padding-left: 0;
    padding-right: 0; }
  body.single .entry-content .Lblock {
    width: 54%;
    float: left;
    margin: auto; }
  body.single .entry-content .Rblock {
    width: 42%;
    float: left;
    margin: 0; }
  body.single .entry-content .Lblock.psv {
    width: 100%; }
  body.single .entry-content .Lblock.psv img {
    width: 100%;
    margin: auto auto 20px;
    max-width: 100%; }
  body.single .entry-content .Rblock.psv {
    width: 100%; }
  body.single .entry-content .Rblock.psv .Rblock-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px 0; }
  body.single .entry-content dt[class^="type_name_"] {
    line-height: 2.2rem; }

#single-snsbtns {
  display: none;
  text-align: center; }

.textsize-switcher {
  position: absolute;
  bottom: 20px;
  left: 7px; }
  .textsize-switcher a {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 0 8px;
    cursor: pointer; }
    .textsize-switcher a span {
      display: block;
      width: 36px;
      height: 36px;
      color: #878787;
      border: 1px solid #eeeeee;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease;
      letter-spacing: 0; }
    .textsize-switcher a:hover span {
      color: #000;
      border-color: #000; }
    .textsize-switcher a.active span {
      color: #000;
      border-color: #000; }
  .textsize-switcher .tsw_large {
    font-size: 26px; }
  .textsize-switcher .tsw_small span {
    width: 28px;
    height: 28px;
    line-height: 27px; }

.cptstg_none .wp-caption {
  background-color: transparent; }

.cptstg_gray .wp-caption {
  background-color: #eee; }

.cptstg_black .wp-caption {
  background-color: #000;
  color: #fff; }

.cptstg_left p.wp-caption-text {
  text-align: left; }

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

.cptstg_right p.wp-caption-text {
  text-align: right; }

.single-bookslider {
  padding: 0 0 0;
  position: relative;
  margin: 40px 15px 40px; }
  .single-bookslider .btn-viewall {
    margin: 0 auto; }

.single-related {
  padding-top: 30px;
  margin-bottom: 0; }

.postlist_related .no_related_post {
  font-size: 14px;
  /* 13 */
  margin: 15px 15px 20px;
  text-align: center; }

.nextpost_block {
  text-align: center;
  margin: 4.4rem auto 5.4rem;
  font-weight: 700;
  font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4; }
  .nextpost_block > a, .nextpost_block > span {
    display: inline-block;
    min-width: 240px;
    max-width: 600px;
    padding: 16px 0;
    border-bottom: 2px solid;
    font-size: 15px; }
  .nextpost_block .text01 {
    padding-right: 10px; }
  .nextpost_block .text02 {
    color: #e50000; }
  .nextpost_block a {
    color: #000;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .nextpost_block a:hover {
      opacity: 0.8; }

.nextpage_block {
  margin: 4.4rem auto 5.4rem;
  text-align: center; }
  .nextpage_block a {
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-align: left;
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    max-width: 600px;
    display: inline-block;
    line-height: 1.4;
    padding: 16px 0;
    text-decoration: none;
    border-bottom: 2px solid; }
    .nextpage_block a:hover {
      opacity: 0.8; }

.prevpost_block {
  margin: 4.4rem auto 5.4rem;
  text-align: center; }
  .prevpost_block a {
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-align: left;
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    max-width: 600px;
    display: inline-block;
    line-height: 1.4;
    padding: 16px 0;
    text-decoration: none;
    border-bottom: 2px solid; }
    .prevpost_block a:hover {
      opacity: 0.8; }

.broadway-info {
  margin-top: 4.4rem;
  margin-bottom: 2.2rem;
  position: relative; }
  .broadway-info .copyright {
    position: absolute;
    top: -30px;
    right: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .broadway-info .broadway-info-inner {
    border: 4px solid #000;
    border-left: 0;
    border-right: 0;
    padding: 25px 0; }
  .broadway-info .theater-info {
    position: relative;
    padding-left: 30px; }
    .broadway-info .theater-info .icon {
      position: absolute;
      top: 4px;
      left: 0;
      font-size: 22px; }
  .broadway-info .theater-name {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .broadway-info .theater-address {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .broadway-info .theater-time {
    font-size: 13px;
    margin-top: 15px; }
  .broadway-info .theater-map {
    margin-top: 20px; }
    .broadway-info .theater-map img {
      margin: 0; }
  .broadway-info .score-title {
    font-size: 16px;
    font-weight: 700;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .broadway-info .broadway-scores {
    margin-top: 30px;
    padding-left: 30px; }
  .broadway-info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0;
    max-width: 280px; }
    .broadway-info dl dt {
      width: 80%;
      font-size: 14px;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 0;
      color: #232323; }
    .broadway-info dl dd {
      width: 20%;
      font-size: 15px;
      line-height: 2;
      text-align: right;
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 0;
      color: #232323; }
      .broadway-info dl dd.score-max {
        color: #c8ad79; }

a.btn-back-list {
  margin: 100px auto;
  width: 280px;
  height: 48px; }

#single-top #main .entry-content {
  padding: 0; }

/* SINGLE SHORT MOVIE */
body.single-short_movie #main .entry-content {
  padding: 0; }
  body.single-short_movie #main .entry-content .content-wrapper {
    padding: 0 15px; }

body.single-short_movie #main .video_wrapper {
  margin-bottom: 15px;
  max-height: calc(100vh - 108px);
  padding-top: 56.25%;
  position: relative; }
  body.single-short_movie #main .video_wrapper .video_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.single-short_movie #main .video_wrapper .jwplayer {
    max-height: calc(100vh - 108px); }

body.single-short_movie #main .entry-title {
  margin: 15px 15px;
  padding: 0;
  font-size: 18px;
  line-height: 1.8; }

/* SIDE */
.side-content {
  position: relative;
  padding: 0 15px 100px; }
  .side-content .std-title {
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .side-content .side-content-inner {
    padding: 0;
    font-size: 13px; }
    .side-content .side-content-inner .profileimg {
      max-width: 100%; }
    .side-content .side-content-inner .authorname {
      font-size: 16px;
      /* 15 */
      font-weight: bold; }
    .side-content .side-content-inner .description {
      margin: 0 0 2em; }
    .side-content .side-content-inner .contact span {
      width: 60px;
      display: inline-block; }
  .side-content.side-content-mekiki {
    padding-bottom: 50px; }

/* BROADWAY TOP */
#broadway .featured-image {
  position: relative;
  max-width: 820px;
  margin: 0 auto 20px;
  overflow: hidden; }
  #broadway .featured-image:before {
    content: "";
    display: block;
    padding-top: 200%; }
  #broadway .featured-image .featured-image-inner {
    width: 114%;
    position: absolute;
    top: -3.7%;
    left: -9%; }
    #broadway .featured-image .featured-image-inner img {
      width: 100%; }
  #broadway .featured-image .pin {
    position: absolute;
    width: 2.87%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #broadway .featured-image .pin:before {
      content: "";
      display: block;
      padding-top: 100%; }
    #broadway .featured-image .pin img.img-pin {
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    #broadway .featured-image .pin.al_hirschfeld_theatre {
      top: 69.7%;
      left: 32.5%; }
    #broadway .featured-image .pin.ambassador_theatre {
      top: 43.3%;
      left: 52.5%; }
    #broadway .featured-image .pin.american_airlines_theatre {
      top: 84.3%;
      left: 51%; }
    #broadway .featured-image .pin.august_wilson_theatre {
      top: 25.8%;
      left: 46.2%; }
    #broadway .featured-image .pin.belasco_theatre {
      top: 72.5%;
      left: 80.5%; }
    #broadway .featured-image .pin.bernard_b_jacobs_theatre {
      top: 69.8%;
      left: 48.6%; }
    #broadway .featured-image .pin.booth_theatre {
      top: 69.8%;
      left: 54.1%; }
    #broadway .featured-image .pin.broadhurst_theatre {
      top: 72.4%;
      left: 50.3%; }
    #broadway .featured-image .pin.broadway_theatre {
      top: 23%;
      left: 51.5%; }
    #broadway .featured-image .pin.brooks_atkinson_theatre {
      top: 58.1%;
      left: 48.5%; }
    #broadway .featured-image .pin.circle_in_the_square_theatre {
      top: 36.3%;
      left: 51.5%; }
    #broadway .featured-image .pin.cort_theatre {
      top: 52.2%;
      left: 67.7%; }
    #broadway .featured-image .pin.ethel_barrymore_theatre {
      top: 55.1%;
      left: 52.5%; }
    #broadway .featured-image .pin.eugene_o_neill_theatre {
      top: 46.3%;
      left: 47.5%; }
    #broadway .featured-image .pin.george_gershwin_theatre {
      top: 36.3%;
      left: 46.5%; }
    #broadway .featured-image .pin.gerald_schoenfeld_theatre {
      top: 69.8%;
      left: 51.4%; }
    #broadway .featured-image .pin.golden_theatre {
      top: 69.8%;
      left: 46%; }
    #broadway .featured-image .pin.helen_hayes_theatre {
      top: 75.5%;
      left: 50.3%; }
    #broadway .featured-image .pin.imperial_theatre {
      top: 66%;
      left: 47%; }
    #broadway .featured-image .pin.longacre_theatre {
      top: 52.2%;
      left: 52.5%; }
    #broadway .featured-image .pin.lunt_fontanne_theatre {
      top: 60.8%;
      left: 54.3%; }
    #broadway .featured-image .pin.lyceum_theatre {
      top: 66.7%;
      left: 68.5%; }
    #broadway .featured-image .pin.lyric_theatre {
      top: 84.3%;
      left: 58%; }
    #broadway .featured-image .pin.majestic_theatre {
      top: 72.4%;
      left: 46.8%; }
    #broadway .featured-image .pin.marquis_theatre {
      top: 66.6%;
      left: 57.4%; }
    #broadway .featured-image .pin.minskoff_theatre {
      top: 71.3%;
      left: 59%; }
    #broadway .featured-image .pin.music_box_theatre {
      top: 66.6%;
      left: 50.5%; }
    #broadway .featured-image .pin.nederlander_theatre {
      top: 94%;
      left: 58%; }
    #broadway .featured-image .pin.neil_simon_theatre {
      top: 28.8%;
      left: 46.2%; }
    #broadway .featured-image .pin.new_amsterdam_theatre {
      top: 88.1%;
      left: 58%; }
    #broadway .featured-image .pin.palace_theatre {
      top: 58.1%;
      left: 65.7%; }
    #broadway .featured-image .pin.richard_rodgers_theatre {
      top: 63.9%;
      left: 54.5%; }
    #broadway .featured-image .pin.samuel_j_friedman_theatre {
      top: 55.1%;
      left: 45%; }
    #broadway .featured-image .pin.shubert_theatre {
      top: 72.4%;
      left: 54.1%; }
    #broadway .featured-image .pin.stephen_sondheim_theatre {
      top: 81.4%;
      left: 71%; }
    #broadway .featured-image .pin.st_james_theatre {
      top: 75.5%;
      left: 46.8%; }
    #broadway .featured-image .pin.studio_54_theatre {
      top: 17.3%;
      left: 46.2%; }
    #broadway .featured-image .pin.vivian_beaumont_theatre {
      top: 8.3%;
      left: 18.3%; }
    #broadway .featured-image .pin.walter_kerr_theatre {
      top: 49.2%;
      left: 52.5%; }
    #broadway .featured-image .pin.winter_garden_theatre {
      top: 36.4%;
      left: 59.6%; }

#broadway .main-header .entry-header .header-text {
  margin-top: 20px; }

#broadway .main-header .entry-header .entry-header-content {
  padding-bottom: 60px; }
  #broadway .main-header .entry-header .entry-header-content .copyright {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 20px; }

.postlist-broadway {
  padding: 0 15px; }
  .postlist-broadway .postlist-item {
    margin-bottom: 60px;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .postlist-broadway .postlist-item .postinfo {
      margin-top: 15px; }
    .postlist-broadway .postlist-item .title {
      font-size: 19px;
      padding: 0;
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .postlist-broadway .postlist-item .excerpt {
      font-size: 14px;
      margin-top: 10px; }
    .postlist-broadway .postlist-item.bl-hover:not(.bl-hover2) {
      opacity: 0.8; }
      .postlist-broadway .postlist-item.bl-hover:not(.bl-hover2) .title {
        color: #232323; }
  .postlist-broadway .theater-info {
    font-size: 13px;
    position: relative;
    padding-left: 40px;
    line-height: 1.4;
    margin-top: 15px; }
    .postlist-broadway .theater-info .icon {
      position: absolute;
      top: 7px;
      left: 6px;
      font-size: 22px; }
    .postlist-broadway .theater-info .theater-name {
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .postlist-broadway .theater-info .theater-address {
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/* ALL POSTS */
#allposts {
  margin-bottom: 0; }

.content_allposts .postlist {
  padding-bottom: 200px; }

/* RECENT POSTS */
#recentposts #main {
  padding-top: 30px; }

#recentposts .postlist-m .postlist-item {
  margin: 15px; }

/* ARCHIVE */
.archive-type {
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.2;
  letter-spacing: 0.1em; }

.archive #main {
  padding-top: 40px; }

.archive .postlist {
  padding-bottom: 20px; }

.archive .postlist-m .postlist-item {
  background: #fff; }

.archive .title-old-block {
  clear: both;
  text-align: center;
  margin: 40px 0 !important;
  width: 100% !important; }
  .archive .title-old-block .title-old {
    font-size: 14px;
    letter-spacing: 2px; }

.archive .archive-info {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px; }

#post-not-found {
  background: 0;
  padding-top: 30px; }
  #post-not-found h3 {
    text-align: center; }
  #post-not-found .search {
    padding: 15px; }

a.btn-archive {
  width: auto;
  display: inline-block;
  line-height: 1.6;
  height: auto;
  float: right;
  font-size: 13px;
  text-align: right;
  padding-left: 0px;
  text-decoration: underline; }

/* BOOKS */
.sample-gallery {
  padding: 0 15px;
  margin-bottom: 20px; }
  .sample-gallery .content-title {
    margin: 0 0 10px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .sample-gallery .sample-item {
    width: 48%;
    float: left; }
    .sample-gallery .sample-item img {
      width: 100%; }
    .sample-gallery .sample-item.right2 {
      float: right; }

/* COLUMN */
#column .page-title {
  margin: 30px 0 0;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  letter-spacing: 2px;
  padding-left: 2px; }

#column .entry-content {
  padding: 0; }

#column .postlist_columnlist {
  padding-top: 40px;
  padding-bottom: 200px; }

/* GENRE */
#genre .page-title {
  margin: 30px 0 0;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  letter-spacing: 2px;
  padding-left: 2px; }

#genre .entry-content {
  padding: 30px 0 0; }

#genre .termlist {
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #dddddd; }
  #genre .termlist li {
    height: 80px;
    line-height: 84px;
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    #genre .termlist li a {
      display: block; }

/* RANKING */
#ranking .ranking-item {
  margin-bottom: 50px; }
  #ranking .ranking-item .rank-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 15px; }
  #ranking .ranking-item .btn-viewall {
    display: none; }

/* SEARCH */
.searchform {
  max-width: 500px;
  margin: 0 auto 20px;
  border: 1px solid #333333;
  position: relative; }
  .searchform input {
    max-width: 100%;
    margin: 0 40px 0 0;
    width: 80%;
    background: 0;
    border: 0; }
    .searchform input:focus, .searchform input:active {
      background: 0;
      outline: none; }
  .searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 60px;
    background: 0;
    border: 0;
    outline: 0;
    padding: 4px;
    background: #000;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .searchform .searchsubmit:hover {
      background: #262626; }
    .searchform .searchsubmit img {
      height: 100%;
      margin: 0; }
    .searchform .searchsubmit .icon {
      color: #fff;
      font-size: 20px; }

#searchpage .page-title {
  margin: 30px 0 0;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  letter-spacing: 2px;
  padding-left: 2px; }

#searchpage .hentry footer {
  border: 0; }

#search .search-title {
  margin: 0;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 2px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.33;
  margin: 40px 0 5px; }

#search .archive-title {
  margin: 0px 0 30px; }

#search .postlist {
  position: relative;
  padding: 0 0 200px; }

/* PRIVACY */
#privacy {
  max-width: 800px;
  margin: 0 auto; }
  #privacy .privacy_link {
    text-align: center;
    font-size: 14px; }
    #privacy .privacy_link a {
      padding: 10px;
      font-weight: bold;
      display: block; }
  #privacy .page_content {
    font-size: 13px;
    padding-top: 86px; }
    #privacy .page_content h3 {
      font-size: 18px;
      font-weight: bold; }
  #privacy .content_pmark {
    position: relative; }
    #privacy .content_pmark p {
      margin: 0;
      font-size: 12px;
      padding-left: 65px; }
  #privacy .privacymark {
    width: 50px;
    margin: 0 30px 30px 0;
    position: absolute;
    top: 88px;
    left: 0; }

/* LOADER */
#loading {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10000; }
  #loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px; }

.js #loading {
  display: block; }

.loader {
  margin: 6em auto;
  font-size: 10px;
  border-top: 0.5em solid rgba(0, 0, 0, 0.2);
  border-right: 0.5em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
  border-left: 0.5em solid #000;
  -webkit-animation: load8 1.5s infinite linear;
  animation: load8 1.5s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3em;
  margin-left: -3em; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 4em;
  height: 4em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* mmenu */
.mm-menu, .mm-panel {
  background: #fff !important; }

.mm-listitem,
.mm-navbar {
  background: #fff !important; }

.mm-wrapper__blocker {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease; }

html.mm-wrapper_opening .mm-wrapper__blocker {
  background-color: rgba(0, 0, 0, 0.5); }

html.mm--wraooer-opened .mm-page {
  -webkit-box-shadow: none;
          box-shadow: none; }

.mm-panel_has-navbar {
  padding-top: 64px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  height: 10px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 1px solid transparent;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 20px; }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after, .mm-prev:before {
  border-color: #000; }

.mm-listview .mm-next:before {
  content: none; }

.mm-navbar {
  border: none;
  height: 84px; }

.mm-navbar__title {
  padding-top: 1.5rem; }

.mm-navbars_bottom .mm-navbar {
  height: 44px; }

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.mm-listitem > a, .mm-listitem > span {
  white-space: normal;
  font-size: 15px; }

/* INFINITE SCROLL */
.pagination {
  display: none; }

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 1.25rem;
  text-align: center;
  color: #777;
  font-size: 13px;
  min-height: 56px; }
  .page-load-status p {
    margin: 0; }

/* LOADER FOR POST LIST */
.post-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 4rem; }
  .post-loader .post-loader_dot {
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation: post-loader-animation 1.6s infinite ease-in-out;
            animation: post-loader-animation 1.6s infinite ease-in-out;
    will-change: transform;
    background: #000; }
    .post-loader .post-loader_dot:nth-child(1) {
      -webkit-animation-delay: -0.6s;
              animation-delay: -0.6s; }
    .post-loader .post-loader_dot:nth-child(2) {
      -webkit-animation-delay: -0.3s;
              animation-delay: -0.3s; }

@-webkit-keyframes post-loader-animation {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0.25; }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes post-loader-animation {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0.25; }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/* contact form 7 */
.wpcf7-form {
  padding-top: 20px; }

.contactform_inner .form_label {
  font-weight: bold; }

.contactform_inner .form_required {
  color: #e50000; }

.contactform_inner .form_item {
  margin-bottom: 20px; }
  .contactform_inner .form_item p {
    font-size: 12px;
    margin: 10px 0; }

.contactform_inner .form_item_privacy {
  margin-bottom: 10px; }

.contactform_inner .privacylink {
  font-size: 13px;
  font-weight: bold; }

.contactform_inner .form_item_confirm {
  overflow: hidden;
  float: right; }
  .contactform_inner .form_item_confirm .ajax-loader {
    margin: 10px;
    float: right; }

.contactform_inner .form_item_back {
  overflow: hidden;
  float: left; }
  .contactform_inner .form_item_back .ajax-loader {
    margin: 12px;
    float: right; }

.contactform_inner .form_item_submit {
  overflow: hidden;
  float: right; }
  .contactform_inner .form_item_submit input {
    background-color: #e50000;
    border-color: #e50000; }
    .contactform_inner .form_item_submit input:focus, .contactform_inner .form_item_submit input:hover {
      background-color: #f90000;
      border-color: #f90000; }
  .contactform_inner .form_item_submit .ajax-loader {
    margin: 12px;
    float: right; }

.contactform_inner .wpcf7-list-item {
  display: block;
  margin: 5px 0 5px 0; }
  .contactform_inner .wpcf7-list-item input {
    margin-right: 5px; }
  .contactform_inner .wpcf7-list-item .wpcf7-list-item-label {
    font-weight: normal;
    line-height: 1.4; }

.contactform_inner .message_confirm {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .contactform_inner .message_confirm h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px; }
  .contactform_inner .message_confirm p {
    margin: 0;
    font-size: 15px;
    /* 14 */ }

.contactform_inner .wpcf7-submit[disabled], .contactform_inner .wpcf7-confirm[disabled] {
  border: 1px solid #dddddd;
  background-color: #dddddd;
  cursor: default; }

.contactform_inner .wpcf7-not-valid-tip {
  color: #e50000;
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold; }

.contactform_inner input[readonly], .contactform_inner textarea[readonly], .contactform_inner select[disabled] {
  background: 0;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  outline: none; }

.contactform_inner .acceptance-this {
  display: inline-block;
  font-size: 20px; }

.step_confirm {
  padding-top: 40px; }
  .step_confirm .wpcf7-list-item input {
    display: none; }
  .step_confirm .wpcf7-list-item-label {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0; }
  .step_confirm .form_required {
    display: none; }
  .step_confirm .form_label {
    color: #000;
    font-size: 12px; }
  .step_confirm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset; }
  .step_confirm input[type="text"],
  .step_confirm input[type="password"],
  .step_confirm input[type="datetime"],
  .step_confirm input[type="datetime-local"],
  .step_confirm input[type="date"],
  .step_confirm input[type="month"],
  .step_confirm input[type="time"],
  .step_confirm input[type="week"],
  .step_confirm input[type="number"],
  .step_confirm input[type="email"],
  .step_confirm input[type="url"],
  .step_confirm input[type="search"],
  .step_confirm input[type="tel"],
  .step_confirm input[type="color"],
  .step_confirm .field {
    height: 30px;
    line-height: 30px; }
  .step_confirm textarea {
    padding-top: 5px !important; }

div.wpcf7 .ajax-loader {
  background-image: url(images/loading.gif?d1a5c351239261145d42b8b23ab73578);
  width: 16px;
  height: 16px;
  background-size: contain; }

div.wpcf7-response-output {
  font-size: 0.875em;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px 20px; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #000; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #e50000;
  color: #e50000;
  font-weight: bold; }

div.wpcf7-spam-blocked {
  border: 2px solid #e50000;
  color: #e50000; }

div.wpcf7-validation-errors {
  border: 2px solid #e50000;
  color: #e50000; }

.terms_wrapper {
  border: 1px solid #dddddd;
  padding: 20px 20px 20px 20px;
  height: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative; }
  .terms_wrapper h3 {
    margin-bottom: 25px;
    font-size: 15px;
    border: none;
    font-weight: bold;
    text-align: center; }
  .terms_wrapper h4 {
    margin: 20px 0 10px; }
  .terms_wrapper p {
    font-size: 12px;
    line-height: 1.6; }
  .terms_wrapper .wrap_thin {
    padding: 0; }
  .terms_wrapper .corp_pagetitle {
    margin-bottom: 20px; }
  .terms_wrapper .corpprivacy_link {
    display: none; }
  .terms_wrapper #pp03 {
    padding-bottom: 60px; }

/* contact */
#contact .entry-content {
  padding-top: 0; }

#contact .hentry header {
  padding: 50px 0; }
  #contact .hentry header h1 {
    margin: 0; }

/* thanks */
#contact_thanks {
  display: none;
  padding: 20px 0;
  min-height: 200px;
  margin: 50px 0; }

#contact_thanks p {
  font-size: 14px;
  margin-bottom: 10px; }

#contact_thanks .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4; }

.sent .form_inner {
  display: none; }

/* 画像保存禁止 */
.single .hentry img, .postlist img, .featured-image img {
  pointer-events: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none; }

#sidemenu_pc {
  display: none; }

.std_socialbuttons {
  display: block;
  margin: 30px 0 20px; }
  .std_socialbuttons > div {
    padding-right: 5px; }
  .std_socialbuttons > div > a {
    width: 30px;
    height: 30px;
    display: block;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    font-size: 18px;
    padding: 1px 0 0 2px;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease; }
    .std_socialbuttons > div > a:hover {
      color: #aaa; }
    .std_socialbuttons > div > a:active {
      color: #fff; }
  .std_socialbuttons .fbbutton {
    display: inline-block;
    vertical-align: top; }
    .std_socialbuttons .fbbutton .fb_iframe_widget span {
      vertical-align: top !important; }
  .std_socialbuttons .tweetbutton {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 0; }
    .std_socialbuttons .tweetbutton .btn_img {
      width: 75px;
      margin: 0 !important; }
      .std_socialbuttons .tweetbutton .btn_img:hover {
        opacity: 0.8; }
  .std_socialbuttons iframe.twitter-share-button {
    width: 83px !important;
    vertical-align: top; }
  .std_socialbuttons .hatebubutton {
    display: inline-block;
    vertical-align: top; }
  .std_socialbuttons .gplusonebutton {
    display: inline-block;
    vertical-align: top; }
    .std_socialbuttons .gplusonebutton > div {
      vertical-align: top; }
  .std_socialbuttons .linebutton {
    display: inline-block;
    vertical-align: top; }
    .std_socialbuttons .linebutton a {
      font-size: 22px;
      padding: 2px 0 0 1px; }
    .std_socialbuttons .linebutton img {
      width: 82px;
      margin: 0 !important; }
  .std_socialbuttons.official {
    text-align: center; }
    .std_socialbuttons.official > div > a {
      width: auto;
      text-align: left;
      padding-left: 8px; }
    .std_socialbuttons.official .fbbutton {
      padding-left: 5px; }
      .std_socialbuttons.official .fbbutton a {
        color: #3b5998; }
    .std_socialbuttons.official .fbsharebutton {
      display: inline-block; }
    .std_socialbuttons.official .tweetbutton a {
      text-align: center;
      padding: 0;
      height: auto;
      text-decoration: none; }
      .std_socialbuttons.official .tweetbutton a .tw-btn-main {
        width: 72px;
        height: 20px;
        background: #1b95e0;
        color: #fff !important;
        font-size: 11px;
        font-weight: bold;
        line-height: 17px;
        position: relative;
        padding: 0px 8px 0 22px;
        white-space: nowrap;
        letter-spacing: 0;
        font-family: sans-serif;
        border: 1px solid #1b95e0;
        border-radius: 3px; }
      .std_socialbuttons.official .tweetbutton a .icon {
        font-size: 14px;
        position: absolute;
        top: 2px;
        left: 5px; }
      .std_socialbuttons.official .tweetbutton a:hover .tw-btn-main {
        background: #0c7abf; }
    .std_socialbuttons.official .hatebubutton a {
      color: #00a4de; }
    .std_socialbuttons.official .linebutton a {
      width: 30px;
      text-align: center;
      padding-left: 1px;
      color: #1dcd00; }
  .std_socialbuttons.counter {
    text-align: center; }
    .std_socialbuttons.counter > div > a {
      width: auto;
      text-align: left;
      padding-left: 8px; }
      .std_socialbuttons.counter > div > a .cntnum {
        font-size: 15px;
        float: right;
        padding-right: 8px;
        padding-left: 4px; }
    .std_socialbuttons.counter .fbbutton {
      padding-left: 5px; }
      .std_socialbuttons.counter .fbbutton a {
        color: #3b5998; }
    .std_socialbuttons.counter .fbsharebutton {
      display: inline-block; }
    .std_socialbuttons.counter .tweetbutton a {
      text-align: center;
      padding: 0;
      height: auto;
      text-decoration: none; }
      .std_socialbuttons.counter .tweetbutton a .cntnum {
        float: none;
        color: #12536d;
        background: #fff;
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 20px;
        height: 20px;
        display: block;
        font-family: Helvetica;
        border: 1px solid #94a7af;
        border-bottom: 0;
        border-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .std_socialbuttons.counter .tweetbutton a .tw-btn-main {
        width: 72px;
        height: 20px;
        background: #1b95e0;
        color: #fff !important;
        font-size: 11px;
        line-height: 17px;
        position: relative;
        padding: 0px 8px 0 22px;
        white-space: nowrap;
        letter-spacing: 0;
        font-family: sans-serif;
        border: 1px solid #1b95e0;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .std_socialbuttons.counter .tweetbutton a .icon {
        font-size: 14px;
        position: absolute;
        top: 2px;
        left: 5px; }
      .std_socialbuttons.counter .tweetbutton a:hover .tw-btn-main {
        background: #0c7abf; }
    .std_socialbuttons.counter .hatebubutton a {
      color: #00a4de; }
    .std_socialbuttons.counter .linebutton {
      padding-top: 20px; }
    .std_socialbuttons.counter .linebutton a {
      width: 30px;
      text-align: center;
      padding-left: 1px;
      color: #1dcd00; }

.snslinks {
  width: 180px;
  margin: 0 auto 20px; }
  .snslinks li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0 10px; }
    .snslinks li a {
      text-align: center;
      display: block;
      font-size: 20px;
      height: 40px;
      line-height: 40px;
      position: relative; }
      .snslinks li a .icon {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.oclike-block {
  text-align: center;
  padding: 20px 0; }
  .oclike-block .label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333; }

.btn-dummy {
  cursor: pointer; }
  .btn-dummy a {
    height: 46px;
    display: inline-block; }
    .btn-dummy a img {
      width: 84px;
      display: inline-block;
      float: left;
      padding: 10px 0 0 0;
      margin-left: 30px; }
    .btn-dummy a .icon-wrapper {
      width: 28px;
      height: 28px;
      text-align: center;
      position: relative;
      background: #e54c3c;
      border-radius: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px;
      -webkit-transition: background 0.4s ease;
      transition: background 0.4s ease; }
      .btn-dummy a .icon-wrapper .icon {
        position: absolute;
        top: 53%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #fff;
        font-size: 16px; }
    .btn-dummy a .cntnum {
      color: #e54c3c;
      font-size: 27px;
      font-weight: bold;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      padding-top: 2px;
      line-height: 1;
      -webkit-transition: color 0.4s ease;
      transition: color 0.4s ease; }
    .btn-dummy a:hover .icon-wrapper {
      background-color: #eb7569; }
    .btn-dummy a:hover .cntnum {
      color: #eb7569; }

#base .likebtn-wrapper {
  cursor: default;
  line-height: 28px;
  display: block;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  position: relative; }

#base .lb-like, #base .lb-dislike {
  height: 30px; }

#base .lb-style-white .lb-like, #base .lb-style-white .lb-dislike, #base .lb-style-padded .lb-like, #base .lb-style-padded .lb-dislike, #base .lb-style-drop .lb-like, #base .lb-style-drop .lb-dislike {
  background: transparent;
  border: 0;
  color: #e54c3c; }

#base .lb-style-white .lb-like-label, #base .lb-style-white .lb-dislike-label, #base .lb-style-padded .lb-like-label, #base .lb-style-padded .lb-dislike-label, #base .lb-style-drop .lb-like-label, #base .lb-style-drop .lb-dislike-label {
  color: #e54c3c; }

#base .lb-style-white .lb-like-icon, #base .lb-style-padded .lb-like-icon, #base .lb-style-drop .lb-like-icon {
  background: #e54c3c; }

#base .lb-like-icon, #base .lb-dislike-icon {
  width: 28px;
  height: 28px;
  text-align: center;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #base .lb-like-icon:after, #base .lb-dislike-icon:after {
    content: "\F641";
    font-family: 'otocotofont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 53%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px; }
  #base .lb-like-icon:hover, #base .lb-dislike-icon:hover {
    background-color: #eb7569; }
  #base .lb-like-icon:active, #base .lb-dislike-icon:active {
    background-color: #eb7569;
    -webkit-transition: all 0s ease;
    transition: all 0s ease; }

#base .lb-style-white .lb-count, #base .lb-style-padded .lb-count, #base .lb-style-drop .lb-count {
  border: 0;
  color: #e54c3c;
  font-size: 27px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  padding-top: 2px;
  line-height: 1;
  font-weight: 700;
  font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 25px;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

#base .likebtn-label {
  display: none; }

#base .lb-voted .lb-like-icon, #base .lb-voted .lb-dislike-icon {
  background-color: #CCC; }
  #base .lb-voted .lb-like-icon:hover, #base .lb-voted .lb-dislike-icon:hover {
    background-color: #e6e6e6; }

#base .lb-voted .lb-count {
  color: #CCC; }

.essearch_box {
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  height: 252px; }
  .essearch_box iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom; }

.fbpage-wrapper .fb_iframe_widget,
.fbpage-wrapper .fb_iframe_widget span,
.fbpage-wrapper .fb_iframe_widget iframe[style] {
  width: 100% !important; }

.jw-controls {
  z-index: 9999; }

.jw-state-idle .jw-controls {
  background: 0 !important; }

.jw-title-primary {
  font-size: 20px !important; }

.tingle-modal {
  background: rgba(255, 255, 255, 0.81); }

.tingle-modal-box {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9); }

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto;
  background: transparent;
  padding: 0;
  width: 2rem;
  height: 2rem;
  color: #000;
  font-size: 2rem;
  line-height: 1; }

.tingle-modal {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.tingle-modal__closeIcon {
  display: block;
  margin-right: 0;
  vertical-align: middle;
  font-size: 2rem; }

.tingle-modal__closeLabel {
  display: none; }

.tingle-modal-box__content {
  padding: 2rem 1.5rem; }

.language-switcher-modal .tingle-modal-box {
  max-width: 640px;
  width: 90%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.language-switcher-modal-content {
  display: none;
  text-align: center; }
  .language-switcher-modal-content .logo {
    width: 144px;
    margin: 10px auto 20px; }
  .language-switcher-modal-content .image-translation {
    width: 64px;
    margin: 30px auto 20px; }

.language-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 30px auto 0;
  max-width: 480px; }
  .language-buttons li {
    width: 44%;
    margin: 0 3%; }
    .language-buttons li a {
      display: block;
      font-size: 16px;
      text-align: center;
      padding: 10px 0;
      border-bottom: 2px solid #000;
      text-decoration: none;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .language-buttons li a:hover {
        color: gray;
        border-color: gray; }

.language-switcher-description {
  font-size: 14px;
  line-height: 1.5; }
  .language-switcher-description span {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.language-switcher-single {
  overflow: hidden; }

.language-switcher-content {
  background-color: #fff;
  text-align: center;
  padding: 0 0 60px; }
  .language-switcher-content .image-translation {
    width: 84px;
    margin: 10px auto 20px; }
  .language-switcher-content .language-buttons {
    margin-top: 20px; }
    .language-switcher-content .language-buttons li a {
      padding: 10px;
      margin: 0 auto; }

.wp-block-cgb-info-multiple-block {
  border: 4px solid #000;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  margin-bottom: 20px; }
  .wp-block-cgb-info-multiple-block .wp-block-cgb-info-block {
    border: 0;
    padding: 0 0 10px;
    margin-bottom: 0; }
    .wp-block-cgb-info-multiple-block .wp-block-cgb-info-block .wpb-info-block-title {
      margin-top: 10px; }
    .wp-block-cgb-info-multiple-block .wp-block-cgb-info-block:first-child .wpb-info-block-title {
      margin-top: 0; }

.wp-block-cgb-info-block {
  border: 4px solid #000;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
  margin-bottom: 20px; }
  .wp-block-cgb-info-block .wpb-info-block-title {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.08em; }
  .wp-block-cgb-info-block .wpb-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 0; }
  .wp-block-cgb-info-block .wpb-info-image {
    width: 100%;
    line-height: 1;
    margin-bottom: 25px; }
    .wp-block-cgb-info-block .wpb-info-image .wp-block-image {
      margin-top: 0;
      margin-bottom: 20px; }
    .wp-block-cgb-info-block .wpb-info-image img {
      margin: 0; }
  .wp-block-cgb-info-block .wpb-info-content-wrapper {
    width: 100%; }
  .wp-block-cgb-info-block .wpb-info-title {
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: bold; }
  .wp-block-cgb-info-block .wpb-info-content p {
    font-size: 13px;
    margin-bottom: 20px; }
  .wp-block-cgb-info-block .wpb-info-footer {
    margin-top: 20px; }

.wp-block-cgb-conversation-block {
  margin: 0 0 2.2rem; }
  .wp-block-cgb-conversation-block dt p {
    margin: 0; }
    .wp-block-cgb-conversation-block dt p:first-child {
      margin: 0;
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .wp-block-cgb-conversation-block dt .conversation-name-note {
    font-size: 12px; }
  .wp-block-cgb-conversation-block dd {
    color: #232323;
    margin: 0; }
  .wp-block-cgb-conversation-block .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__media {
      width: 30%; }
      .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__media img {
        margin-top: 5px; }
    .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__content {
      width: 65%;
      padding: 0; }
      .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__content p {
        line-height: 1.8; }

.wp-block-cgb-lede-block {
  font-weight: 700;
  font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9375rem;
  line-height: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem; }
  .wp-block-cgb-lede-block p {
    font-size: 0.9375rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }

.entry-content.fontsize_large .wp-block-cgb-info-block .wpb-info-title {
  font-size: 19px; }

.entry-content.fontsize_large .wp-block-cgb-info-block .wpb-info-content p {
  font-size: 15px; }

.entry-content.fontsize_large .wp-block-cgb-lede-block {
  font-size: 1.0625rem;
  line-height: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem; }
  .entry-content.fontsize_large .wp-block-cgb-lede-block p {
    font-size: 1.0625rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }

.ie-yu #header-menu .menu-text {
  position: relative; }

.ie-yu .textsize-switcher {
  font-family: "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }

.ie-yu .page-links {
  font-family: "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }
  .ie-yu .page-links .page-links-inner {
    font-family: "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif; }

.ie-yu .infoheader .date {
  position: relative;
  top: 2px; }

.ie-yu .infoheader .posttype {
  position: relative;
  top: 2px; }

.ie-yu .std-obl-button-fixedw a {
  line-height: 43px; }

.entry-content .title_02 {
  border-left-color: #CCC !important; }

.admin-menu {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
  .admin-menu a {
    padding: 0 10px; }

.grecaptcha-badge {
  opacity: 0; }

/* ANIMATION */
.anm-opacity {
  opacity: 0; }

.anm-up {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  will-change: transform; }

.anm-slide-left {
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  will-change: transform; }

.anm-expand-right {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  will-change: transform; }

.anm-scale-up {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  will-change: scale; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 3%;
      margin-bottom: 1rem;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 3%;
      margin-bottom: 1rem;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
    .entry-content .image50 {
      width: 48.5%; }
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  /* COMMON */
  .std-title-block .description {
    font-size: 15px;
    /* 14 */ }
  .std-link-post {
    font-size: 15px; }
  .postlist-s .postlist-item .cat {
    padding-top: 5px; }
  .postlist-m .postlist-item {
    clear: none;
    float: left;
    width: 48%;
    padding: 0;
    margin-bottom: 5%; }
    .postlist-m .postlist-item .postimage {
      width: 100%;
      float: none; }
    .postlist-m .postlist-item .postinfo {
      width: 100%;
      float: none; }
    .postlist-m .postlist-item.right3 {
      float: left;
      margin-right: 4%; }
    .postlist-m .postlist-item.right2 {
      float: right;
      margin-right: 0; }
    .postlist-m .postlist-item.left3 {
      clear: none; }
    .postlist-m .postlist-item.left2 {
      clear: both; }
  .postlist_columnlist .postlist-item .date {
    display: inline-block;
    padding: 11px 0 5px;
    height: 32px; }
  .page-links {
    padding: 20px 0; }
    .page-links .link_text {
      position: static; }
  .std_socialbuttons > div {
    padding-right: 10px; }
  .std_socialbuttons.counter .fbbutton {
    padding-left: 10px; }
  /* TOP */
  .postlist-top .postlist-item {
    float: none; }
  .top-content .ranking-multi .btn-viewall {
    margin: 15px auto; }
  #topposts .btn-viewall {
    margin: 10px auto 0; }
  .topbanners, .banner-box {
    overflow: hidden;
    margin: 15px; }
    .topbanners a, .banner-box a {
      width: 49%;
      float: left;
      margin: 1% 2% 1% 0; }
      .topbanners a img, .banner-box a img {
        width: 100%; }
      .topbanners a:nth-child(2n), .banner-box a:nth-child(2n) {
        margin-right: 0; }
  .postlist .postlist-item_cover .date {
    display: block; }
  .page-links .page-links-inner {
    padding: 0 52px 0; }
    .page-links .page-links-inner > a > span, .page-links .page-links-inner > span {
      margin: 2px 5px; }
  .book-data-block .book-image {
    width: 27%;
    float: left;
    margin: 0; }
  .book-data-block .book-info {
    width: 68%;
    float: right;
    font-size: 13px;
    margin-bottom: 20px; }
  .book-data-block .store-block {
    padding-left: 32%; }
    .book-data-block .store-block ul {
      float: left; }
  /* SINGLE */
  body.single {
    /* common customize */ }
    body.single .profile_wrapper {
      margin: 60px 15px 20px;
      padding: 20px 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      body.single .profile_wrapper .profileimg {
        width: 24%;
        max-width: 160px;
        float: left;
        margin: 0 20px 20px 0; }
      body.single .profile_wrapper .profileinfo {
        float: right;
        width: 72%;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 20px; }
        body.single .profile_wrapper .profileinfo.profileinfo-no-img {
          width: 100%;
          float: none;
          padding-bottom: 0; }
      body.single .profile_wrapper .authorname {
        margin: 0 0 15px; }
      body.single .profile_wrapper .btn_profile {
        display: inline-block;
        float: right; }
    body.single .entry-content .Lblock {
      width: 54%;
      float: left;
      margin-top: 10px; }
    body.single .entry-content .Rblock {
      width: 42%;
      float: left;
      margin-top: 10px;
      margin-left: 4%; }
    body.single .entry-content .Lblock.psv {
      width: 32%; }
    body.single .entry-content .Lblock.psv img {
      max-width: 200px;
      width: 100%; }
    body.single .entry-content .Rblock.psv {
      width: 62%; }
    body.single .entry-content .Rblock.psv .Rblock-title {
      font-size: 1.2em;
      font-weight: bold;
      margin: 0 0 20px 0; }
    body.single #main_bottom .std-content-snsbox {
      padding: 0 15px; }
      body.single #main_bottom .std-content-snsbox .fbpage-wrapper {
        width: 48%;
        float: left; }
      body.single #main_bottom .std-content-snsbox .twtl-wrapper {
        width: 48%;
        float: right;
        margin: 0; }
  .postlist_related {
    margin: 25px 15px 15px; }
  /* RECENT POSTS */
  /* ARCHIVE */
  .archive-title {
    margin: 0 15px 40px;
    font-size: 14px;
    font-weight: 500; }
  .archive .postlist-m, #search .postlist-m, #recentposts .postlist-m {
    padding: 0 10px 20px;
    font-family: 'zero-width';
    letter-spacing: 0; }
    .archive .postlist-m .postlist-item, #search .postlist-m .postlist-item, #recentposts .postlist-m .postlist-item {
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      letter-spacing: 0.04em;
      display: inline-block;
      vertical-align: top;
      float: none;
      width: 50%;
      padding: 0 10px;
      margin: 0 0 5%;
      background: transparent; }
  .searchform {
    margin: 0 auto 40px; }
  .search #container {
    background-color: #fff; }
  .language-buttons {
    margin: 50px auto 20px; }
    .language-buttons li a {
      font-size: 18px;
      padding: 15px 0;
      max-width: 100%; }
  .wp-block-cgb-conversation-block {
    margin: 0 8% 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wp-block-cgb-conversation-block dt {
      width: 130px; }
      .wp-block-cgb-conversation-block dt p {
        margin-bottom: 2.2rem; }
        .wp-block-cgb-conversation-block dt p:first-child {
          margin: 0; }
      .wp-block-cgb-conversation-block dt .conversation-name-note {
        font-size: 13px; }
    .wp-block-cgb-conversation-block dd {
      width: calc(100% - 140px);
      margin: 0; }
    .wp-block-cgb-conversation-block .wp-block-media-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__media {
        width: 30%; }
        .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__media img {
          margin-top: 5px; }
      .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__content {
        width: 65%;
        padding: 0; }
        .wp-block-cgb-conversation-block .wp-block-media-text .wp-block-media-text__content p {
          line-height: 1.8; } }

@media only screen and (min-width: 568px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  /* SINGLE */
  body.single #main .col2 .col_item {
    width: 49%; }
  body.single #main .col2 .col_l {
    float: left; }
  body.single #main .col2 .col_r {
    float: right; }
  .renewal-content .renewal-img.mobile {
    display: none; }
  .renewal-content .renewal-img.tablet {
    display: block; }
  .renewal-content #logo-renewal img {
    width: 240px; }
  .renewal-content #logo-renewal span {
    font-size: 13px; }
  .renewal-content .info {
    padding: 7% 5%; }
  .renewal-content .intro {
    margin: 25px auto 0;
    max-width: 480px;
    position: relative; }
  #top #topposts .toppost-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .postlist-top .postlist-item {
    padding: 0 0 20px;
    width: 49%; }
    .postlist-top .postlist-item .infoheader {
      margin: 0 0 5px; }
    .postlist-top .postlist-item.size2 {
      width: 70%;
      margin: 10px auto 80px;
      padding: 0 4%; }
  .tingle-modal-box__content {
    padding: 3rem 2rem; }
  .language-switcher-modal-content .logo {
    width: 186px;
    margin: 20px auto; }
  .language-switcher-modal-content .image-translation {
    width: 84px;
    margin: 40px auto 20px; }
  .language-switcher-description {
    font-size: 16px; }
    .language-switcher-description span {
      font-size: 21px;
      margin-bottom: 5px; }
  .language-switcher-content {
    padding: 0 30px 60px; }
  .language-switcher-description-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px; }
    .language-switcher-description-box .image-translation {
      width: 84px;
      margin: 0 0 0 auto; }
    .language-switcher-description-box .language-switcher-description {
      margin-right: auto;
      text-align: left;
      margin-left: 20px; }
  .writer-list .writer-item {
    width: 50%;
    font-size: 14px; }
    .writer-list .writer-item a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .writer-list .writer-item .writer-image {
      width: 28%; }
      .writer-list .writer-item .writer-image img {
        width: 120%;
        margin: -5% -10%; }
    .writer-list .writer-item .writer-info {
      padding: 2px 0 0 15px;
      width: 72%; }
    .writer-list .writer-item .short-description {
      margin-top: 20px;
      font-size: 13px; }
  .wp-block-cgb-info-multiple-block .wp-block-cgb-info-block {
    padding: 0; }
  .wp-block-cgb-info-block {
    margin-bottom: 20px; }
    .wp-block-cgb-info-block .wpb-info-block-title {
      font-size: 22px; }
    .wp-block-cgb-info-block .wpb-info-title {
      font-size: 19px; }
    .wp-block-cgb-info-block .wpb-info-inner {
      margin: 25px 0 0; }
    .wp-block-cgb-info-block .wpb-info-image {
      width: 35%;
      line-height: 1;
      margin-bottom: 0; }
    .wp-block-cgb-info-block .wpb-info-content-wrapper {
      width: 61%; }
    .wp-block-cgb-info-block .wpb-info-inner--1column .wpb-info-content-wrapper {
      width: 100%; }
  /* BROADWAY TOP */
  .postlist-broadway .postlist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 80px; }
    .postlist-broadway .postlist-item .postimage {
      width: 30%; }
    .postlist-broadway .postlist-item .postinfo {
      width: 70%;
      padding-left: 25px;
      margin: 0; }
    .postlist-broadway .postlist-item .title {
      font-size: 19px;
      padding: 0;
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .postlist-broadway .postlist-item .excerpt {
      font-size: 14px;
      margin-top: 10px; } }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 769px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    padding-top: 0; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 96%; }
  .wrap_thin {
    max-width: 720px;
    margin: 0 auto; }
  .wrap-single {
    max-width: 1240px;
    margin: 0 auto; }
  .pc {
    display: block; }
  .mobile {
    display: none; }
  #base {
    position: relative;
    padding-top: 108px; }
  #inner-content {
    margin-top: 0; }
  /*********************
HEADER STYLES
*********************/
  #logo {
    display: block;
    width: 160px;
    top: 15px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #logo span {
      position: static;
      -webkit-transform: none;
              transform: none;
      width: auto; }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      background: #000;
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
      /*
    plan your menus and drop-downs wisely.
    */
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
      you can use hover styles here even though this size
      has the possibility of being a mobile device.
      */ }
        .nav li a:hover, .nav li a:focus {
          color: #fff;
          text-decoration: underline; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
        if you need to go deeper, go nuts
        just remember deeper menus suck
        for usability. k, bai.
        */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }
  /* end .nav */
  #inner-header .togglebutton {
    top: 0;
    height: 52px;
    padding: 10px 0; }
  #inner-header .header-main {
    height: 60px; }
  #inner-header .subheader {
    height: 48px; }
  .header-toolbar {
    height: 100%; }
  /* base.scssにあるモバイル設定に打ち勝つために再定義 */
  #header.header_left_black .header_info * {
    color: #000;
    border-color: #000; }
  #header.header_left_black .header_info a:hover {
    color: #7a7a7a; }
    #header.header_left_black .header_info a:hover span {
      color: #7a7a7a; }
  #header.header_left_white .header_info * {
    color: #fff;
    border-color: #fff; }
  #header.header_left_white .header_info a:hover {
    color: #dddddd; }
    #header.header_left_white .header_info a:hover span {
      color: #dddddd; }
  #header-menu {
    text-align: center; }
    #header-menu > ul {
      margin: 0;
      display: block; }
      #header-menu > ul > li {
        margin: 0 1.5%; }
        #header-menu > ul > li > a {
          font-size: 16px;
          letter-spacing: 1px;
          padding: 15px 0;
          height: auto; }
    #header-menu .submenu {
      display: none;
      position: absolute;
      top: 32px;
      left: 20px;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 10px 0;
      margin: 0;
      color: #fff;
      min-width: 150px;
      z-index: 1000; }
      #header-menu .submenu li {
        text-align: left;
        white-space: nowrap; }
        #header-menu .submenu li a {
          color: #CCC;
          display: block;
          line-height: 1.4;
          font-size: 13px;
          padding: 5px 15px; }
          #header-menu .submenu li a:hover {
            color: white; }
  .hentry {
    margin-bottom: 20px; }
    .hentry header {
      padding: 0 30px 0; }
    .hentry footer {
      padding: 20px 30px; }
      .hentry footer p {
        margin: 0; }
  /* end .hentry */
  .entry-content {
    padding: 30px 30px 0;
    font-size: 0.9375rem; }
    .entry-content.fontsize_large {
      font-size: 1.0625rem; }
    .entry-content p {
      margin: 0;
      font-size: 0.9375rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content h2 {
      margin: 0;
      font-size: 1.3125rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content h3 {
      margin: 0;
      font-size: 1.1875rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content h4 {
      margin: 0;
      font-size: 1.0625rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content h5 {
      margin: 0;
      font-size: 0.9375rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content.fontsize_large p {
      font-size: 1.0625rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content.fontsize_large h2 {
      font-size: 1.4375rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content.fontsize_large h3 {
      font-size: 1.3125rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content.fontsize_large h4 {
      font-size: 1.1875rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content.fontsize_large h5 {
      font-size: 1.0625rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
    .entry-content .gallery-columns-1 dl {
      width: 100%; }
    .entry-content .gallery-columns-2 dl {
      width: 50%; }
    .entry-content .gallery-columns-3 dl {
      width: 33.333%; }
    .entry-content .gallery-columns-4 dl {
      width: 25%; }
    .entry-content .gallery-columns-5 dl {
      width: 20%; }
    .entry-content .gallery-columns-6 dl {
      width: 16.666%; }
    .entry-content .gallery-columns-7 dl {
      width: 14.285%; }
    .entry-content .gallery-columns-8 dl {
      width: 12.5%; }
    .entry-content .gallery-columns-9 dl {
      width: 11.111%; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em; }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  .jasrac-license {
    margin: 0; }
  .footer {
    padding: 100px 0 50px;
    position: relative; }
    .footer .footer_logo {
      width: 80px; }
    .footer .footer_nav {
      width: 25%;
      float: left;
      padding: 0 20px 20px 0; }
      .footer .footer_nav .label {
        margin: 0 0 30px; }
      .footer .footer_nav ul li {
        font-size: 13px;
        margin: 0 0 5px; }
    .footer .footer_bottom {
      clear: both; }
      .footer .footer_bottom ul li {
        display: inline-block; }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
      be careful with the depth of your menus.
      it's very rare to have multi-depth menus in
      the footer.
      */ }
  /* end .footer-links */
  /* COMMOM ITEMS */
  .subheader {
    min-height: 30px; }
  .postlist-ss {
    padding: 0; }
    .postlist-ss .postlist-item {
      clear: both;
      margin-bottom: 30px;
      border: 0;
      padding: 0; }
      .postlist-ss .postlist-item .postimage {
        width: 23%;
        float: left;
        display: block; }
      .postlist-ss .postlist-item .postinfo {
        width: 73%;
        float: right; }
      .postlist-ss .postlist-item .date {
        margin-top: 0; }
  .postlist-m {
    padding-top: 10px; }
    .postlist-m .postlist-item {
      float: left;
      width: 32%;
      margin: 0 2% 4% 0; }
      .postlist-m .postlist-item.right2 {
        float: left;
        margin-right: 2%; }
      .postlist-m .postlist-item.right3 {
        margin-right: 0; }
      .postlist-m .postlist-item.left2 {
        clear: none; }
      .postlist-m .postlist-item.left3 {
        clear: both; }
  .postlist-rank {
    padding: 0; }
    .postlist-rank .postlist-item .rank {
      left: -38px; }
  .std-title-block-v {
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
            transform: rotate(-90deg) translate(-100%, 0);
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0; }
    .std-title-block-v .std-title {
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 24px;
      letter-spacing: 0.1em;
      padding: 0;
      margin: 0;
      position: relative; }
      .std-title-block-v .std-title:before {
        content: "";
        display: block;
        height: 2px;
        width: 10px;
        position: absolute;
        top: 48%;
        left: -20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #000; }
  .std-title {
    margin: 0 auto 30px;
    font-size: 24px; }
  .std-title-wsub {
    margin-bottom: 5px; }
  .std-subtitle {
    margin: 0 0 30px; }
  .std-related-products h3 {
    font-size: 19px;
    /* 18 */ }
  .std-related-products .product_item {
    margin-bottom: 20px; }
    .std-related-products .product_item .product_left {
      width: 22%;
      float: left; }
    .std-related-products .product_item .product_right {
      width: 74%;
      float: right; }
      .std-related-products .product_item .product_right .name {
        font-size: 20px;
        margin-bottom: 10px; }
      .std-related-products .product_item .product_right a {
        font-size: 15px; }
  .gototop {
    width: 60px;
    bottom: 50px;
    right: 20px; }
  .page-links {
    padding: 40px 0 20px; }
    .page-links .link_text {
      position: absolute; }
  .taglist li {
    margin: 5px 10px 0 0; }
  .tagranklist {
    padding: 0; }
    .tagranklist li .rank {
      left: -30px; }
  .bookslider {
    margin: 0; }
  .book-data-block {
    margin: 40px 30px;
    padding: 30px; }
    .book-data-block .store-block li {
      width: 25%; }
  /* HAMBURGER */
  .hamburger .line {
    margin: 8px auto; }
  .hamburger .text {
    font-size: 13px; }
  /* TOP */
  #top-featured .wrap {
    width: 100%;
    max-width: 1616px;
    padding: 0 48px; }
  #top-slider .slider-item .postimage {
    padding-top: 50%;
    margin-bottom: 0; }
    #top-slider .slider-item .postimage img {
      height: auto;
      width: 100%; }
  #top-slider .slider-item .postinfo {
    bottom: 15px;
    right: 15px;
    left: auto;
    max-width: 40%;
    width: auto;
    display: inline-block;
    min-height: 0;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.9); }
    #top-slider .slider-item .postinfo.position-left {
      right: auto;
      left: 15px; }
    #top-slider .slider-item .postinfo p {
      display: inline-block; }
  #top-slider .slider-item .title {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 2px 0 0; }
  #top-slider .slick-dots li {
    margin: 0 0 0 20px;
    width: 60px; }
  #top-regular {
    padding: 45px 10px 60px;
    margin-bottom: 60px; }
  .postlist-top .infoheader {
    margin: 15px 0 5px; }
    .postlist-top .infoheader .date {
      position: absolute;
      top: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: 0;
      padding: 0; }
    .postlist-top .infoheader .date_new {
      padding-left: 3px; }
  .postlist-top .postlist-item {
    width: 32%;
    margin: 20px 0 40px 0;
    padding: 0 0 20px; }
    .postlist-top .postlist-item.size2 {
      width: 75%;
      margin: 20px auto 90px;
      padding: 0 4% 20px; }
      .postlist-top .postlist-item.size2 .excerpt-long {
        display: block; }
    .postlist-top .postlist-item .postinfo {
      margin-top: 0;
      padding: 0; }
    .postlist-top .postlist-item .postimage, .postlist-top .postlist-item .postinfo {
      width: 100%;
      float: none; }
    .postlist-top .postlist-item .title {
      font-size: 15px; }
      .postlist-top .postlist-item .title div {
        font-size: 12px; }
    .postlist-top .postlist-item .excerpt {
      display: none; }
    .postlist-top .postlist-item .excerpt-long {
      display: none;
      margin-top: 10px; }
    .postlist-top .postlist-item .infoheader {
      margin-top: 20px; }
    .postlist-top .postlist-item.size2 .taglist {
      position: static;
      margin-top: 10px; }
  .postlist-top .toppost-second {
    width: 49%;
    float: right; }
    .postlist-top .toppost-second .postlist-item {
      margin: 0 0 20px;
      padding: 0; }
  .top-content-wrapper.left {
    clear: both; }
  .top-content {
    margin: 0 0 60px;
    padding: 35px 0 0; }
    .top-content .btn-viewall {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 180px; }
    .top-content .ranking-multi .btn-viewall {
      position: static;
      width: auto;
      margin: 15px auto; }
  #topposts {
    padding: 20px 48px 30px;
    max-width: 1616px;
    margin: 0 auto; }
    #topposts .wrap {
      position: relative;
      width: 100%; }
    #topposts .toppost-first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    #topposts .std-title-block {
      margin-bottom: 15px; }
    #topposts .btn-viewall {
      width: 200px; }
  #topbookmark {
    margin: 120px 0; }
    #topbookmark .bookmarklist {
      padding: 0; }
  .bookmarklist {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .bookmarklist li {
      width: 24.25%;
      text-align: center;
      background: #f00;
      border-radius: 10px; }
      .bookmarklist li a {
        color: #fff;
        font-weight: bold;
        display: block;
        height: 78px;
        position: relative; }
        .bookmarklist li a span {
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
  #columnposts {
    background: #f7f7f7;
    padding: 30px 15px 50px; }
    #columnposts .postlist-item {
      float: left;
      width: 49%;
      clear: both;
      margin-bottom: 15px; }
      #columnposts .postlist-item.right2 {
        float: right;
        clear: none; }
      #columnposts .postlist-item .postimage img.mobile {
        display: none; }
      #columnposts .postlist-item .postimage img.pc {
        display: block; }
    #columnposts .btn-viewall {
      right: 15px;
      bottom: 15px; }
  .top-content-second {
    background: transparent; }
  .topbanners, .banner-box {
    overflow: hidden;
    margin: 100px 0 100px; }
    .topbanners:last-child, .banner-box:last-child {
      margin-right: 0; }
    .topbanners a, .banner-box a {
      width: 32%;
      float: left;
      margin: 1% 2% 1% 0; }
      .topbanners a img, .banner-box a img {
        width: 100%; }
      .topbanners a:nth-child(2n), .banner-box a:nth-child(2n) {
        margin-right: 2%; }
      .topbanners a:nth-child(3n), .banner-box a:nth-child(3n) {
        margin-right: 0; }
  .banner-box {
    padding: 0 2%; }
  #topbooks {
    padding-bottom: 70px; }
  #toptrailer {
    padding-bottom: 40px;
    padding-top: 60px; }
    #toptrailer .wrap {
      position: relative; }
    #toptrailer .toptrailer-content a {
      width: 75%; }
    #toptrailer .title_wrapper {
      background-color: #000; }
      #toptrailer .title_wrapper .title {
        color: #fff;
        text-align: left; }
    #toptrailer .playlist_wrapper {
      margin: 0; }
      #toptrailer .playlist_wrapper ul li {
        width: 32%;
        float: left;
        margin: 0 2% 20px 0;
        overflow: hidden; }
        #toptrailer .playlist_wrapper ul li.left3 {
          clear: both; }
        #toptrailer .playlist_wrapper ul li.right3 {
          float: right;
          margin-right: 0; }
        #toptrailer .playlist_wrapper ul li .thumb {
          width: 100%;
          float: none;
          margin: 0 0 10px 0; }
        #toptrailer .playlist_wrapper ul li .info {
          padding-left: 0; }
          #toptrailer .playlist_wrapper ul li .info p {
            margin-bottom: 15px; }
          #toptrailer .playlist_wrapper ul li .info .title {
            font-weight: bold;
            margin: 0; }
  #topranking {
    width: 100%;
    float: left;
    margin-bottom: 60px;
    padding-top: 29px;
    border: 1px solid #ddd; }
    #topranking .ranking-multi {
      margin: 0; }
    #topranking .postlist-rank .postlist-item {
      width: 45%;
      float: left; }
      #topranking .postlist-rank .postlist-item:nth-child(2n) {
        float: right;
        clear: none; }
      #topranking .postlist-rank .postlist-item .rank {
        top: 25px; }
  #toptagranking {
    width: 50%;
    float: right;
    padding: 0 30px; }
  .viewall-wrapper {
    overflow: hidden;
    position: relative;
    clear: both; }
    .viewall-wrapper .btn-viewall {
      position: static;
      margin: 0 auto;
      width: 32%; }
  .textsize-switcher {
    left: 22px; }
  /* SINGLE */
  body.single .noHeaderImg {
    margin-top: 1%; }
  body.single .std-title {
    position: static; }
  body.single .content_header {
    margin-bottom: 1%; }
    body.single .content_header .column_headerimg a {
      display: block; }
      body.single .content_header .column_headerimg a.pc {
        display: block; }
      body.single .content_header .column_headerimg a.mobile {
        display: none; }
  body.single .snsbtns-posttop .std_socialbuttons {
    margin: 20px 0 0 -7px; }
  body.single .main-header .entry-header .entry-header-content {
    padding: 30px 30px 80px;
    width: 75%; }
  body.single .main-header .profile_wrapper {
    margin: 15px 30px 15px; }
    body.single .main-header .profile_wrapper .authorname {
      font-size: 18px; }
  body.single #main .entry-header {
    padding: 0 30px; }
    body.single #main .entry-header .infoheader {
      margin-right: 0;
      margin-left: 0;
      margin-top: 3px;
      padding: 0; }
    body.single #main .entry-header .title_wrapper {
      position: relative;
      padding: 0 0 0; }
    body.single #main .entry-header .taglist {
      padding: 0; }
  body.single .profile_wrapper {
    margin-left: 30px;
    margin-right: 30px; }
  body.single #main_bottom .std-content-ranking {
    padding: 30px 0 60px;
    margin: 0; }
    body.single #main_bottom .std-content-ranking .side-content-inner {
      margin-top: 0; }
  body.single #main_bottom .std-content-snsbox {
    display: block; }
  body.single .poststg-col1-full {
    max-width: 100%;
    width: 100%; }
    body.single .poststg-col1-full #main {
      width: 100%;
      max-width: 100%; }
  .single-bookslider {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 60px; }
    .single-bookslider .btn-viewall {
      position: absolute;
      bottom: 0;
      right: 0; }
  .postlist_related {
    padding: 25px 0 0;
    margin: 0; }
    .postlist_related .no_related_post {
      margin: 0 0 20px; }
  .std-content-ranking {
    display: block; }
  .nextpost_block a {
    font-size: 17px; }
  .nextpage_block a {
    font-size: 17px; }
  .prevpost_block a {
    font-size: 17px; }
  .broadway-info .broadway-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0; }
  .broadway-info .broadway-theater {
    width: 50%;
    padding-bottom: 15px; }
  .broadway-info .broadway-scores {
    width: 26%;
    margin: 0 14% 0 10%;
    padding-bottom: 15px;
    padding-left: 0; }
    .broadway-info .broadway-scores .score-title {
      margin-top: 6px; }
  a.btn-back-list {
    margin: 100px auto 120px;
    width: 360px;
    font-size: 16px; }
  #single-top .hentry {
    margin: 0; }
  /* SINGLE SHORT MOVIE */
  body.single-short_movie #main .entry-content .content-wrapper {
    padding: 0; }
  body.single-short_movie #main .entry-title {
    margin: 15px 0; }
  /* SIDE */
  .side-content {
    padding: 0;
    margin: 0 30px 60px; }
    .side-content .side-content-inner {
      padding: 0 0 20px; }
    .side-content.side-content-mekiki {
      padding-bottom: 0; }
  .side-content-ranking, .side-content-sns {
    display: none; }
  .side-content-tagranking .std-subtitle {
    margin: 0 0 15px; }
  /* BOOKS */
  .sample-gallery {
    padding: 0 30px; }
  #column .page-title {
    margin: 30px 0 10px; }
  #genre .page-title {
    margin: 30px 0 10px; }
  #searchpage .page-title {
    margin: 30px 0 10px; }
  /* BROADWAY TOP */
  #broadway .main-content {
    max-width: 1240px; }
  #broadway .main-header .entry-header .header-text {
    margin-top: 40px; }
  #broadway .main-header .entry-header .entry-header-content {
    max-width: 820px;
    width: 100%;
    padding: 40px 40px;
    margin: 0 auto; }
  .broadway-content {
    padding: 40px 40px 40px; }
  .postlist-broadway {
    padding: 0; }
  /* PRIVACY */
  #privacy .privacy_link {
    font-size: 14px; }
    #privacy .privacy_link a {
      display: inline; }
  #privacy .page_content {
    font-size: 13px;
    padding-top: 86px; }
    #privacy .page_content h3 {
      font-size: 18px; }
  #privacy .content_pmark p {
    padding-left: 0; }
  #privacy .privacymark {
    width: 100px;
    float: left;
    margin: 0 30px 30px 0;
    position: static; }
  /* contact form 7 */
  .wpcf7-form {
    padding-top: 20px; }
  .step_confirm {
    padding-top: 130px; }
  /* RANKING */
  #ranking .ranking-item {
    width: 49%;
    float: left; }
    #ranking .ranking-item .rank-title {
      font-size: 18px; }
  #ranking .ranking-monthly {
    float: right; }
  /* ARCHIVE */
  .archive .postlist-m .postlist-item, #search .postlist-m .postlist-item, #recentposts .postlist-m .postlist-item {
    float: none;
    width: 33.333%;
    padding: 0 10px;
    margin: 0 0 4%; }
  .searchform {
    margin: 0 auto 40px; }
  .wp-block-cgb-lede-block {
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.0625rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
    .wp-block-cgb-lede-block p {
      font-size: 1.0625rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; }
  .entry-content.fontsize_large .wp-block-cgb-info-block .wpb-info-title {
    font-size: 19px;
    margin-bottom: 30px; }
  .entry-content.fontsize_large .wp-block-cgb-info-block .wpb-info-content p {
    font-size: 15px; }
  .entry-content.fontsize_large .wp-block-cgb-lede-block {
    font-size: 1.1875rem;
    line-height: 2.2rem;
    margin-top: 0rem;
    margin-bottom: 2.2rem; }
    .entry-content.fontsize_large .wp-block-cgb-lede-block p {
      font-size: 1.1875rem;
      line-height: 2.2rem;
      margin-top: 0rem;
      margin-bottom: 2.2rem; } }

@media only screen and (min-width: 900px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  /* SINGLE */
  .wrap-single {
    width: 100%; }
  /* SINGLE BOOK */
  body.single-book #main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    float: none; }
  #regular-slider .slider-item {
    padding: 10px 20px; }
  .writer-list .writer-item {
    width: 33.333%;
    font-size: 14px;
    border-bottom-width: 0; }
    .writer-list .writer-item a {
      padding: 40px 15px; }
    .writer-list .writer-item .writer-image {
      width: 28%; }
    .writer-list .writer-item .writer-info {
      width: 72%;
      padding: 2px 15px 0; }
    .writer-list .writer-item:nth-child(2n) {
      border-right-width: 1px; }
    .writer-list .writer-item:nth-child(n+3) {
      border-top-width: 0; }
    .writer-list .writer-item:nth-child(3n) {
      border-right-width: 0; }
    .writer-list .writer-item:nth-child(n+4) {
      border-top-width: 1px; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .header-toolbar .toolbar-left {
    display: block; }
  #base {
    position: relative; }
  /* COMMON */
  .postlist .postlist-item .postinfo {
    padding: 0; }
  .postlist-s .postlist-item {
    clear: both;
    margin-bottom: 5%;
    border: 0;
    padding: 0; }
    .postlist-s .postlist-item .postimage {
      width: 40%;
      float: left;
      display: block; }
    .postlist-s .postlist-item .postinfo {
      width: 56%;
      float: right; }
    .postlist-s .postlist-item .date {
      margin-top: 0; }
  .postlist-rank .postlist-item {
    margin-bottom: 8%; }
    .postlist-rank .postlist-item .rank {
      top: 0; }
  .page-links {
    padding: 20px 0; }
  #single-snsbtns {
    display: block;
    position: absolute;
    top: 80px;
    left: -40px;
    width: 45px;
    text-align: center;
    margin: 0;
    background: #fff;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    border: 1px solid #eeeeee; }
    #single-snsbtns .snsbtn_item {
      padding: 7px;
      margin: 0; }
    #single-snsbtns .title {
      width: 85px;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      -webkit-transform: rotate(-90deg) translate(-100%, 0);
              transform: rotate(-90deg) translate(-100%, 0);
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      letter-spacing: 0.1em;
      padding: 0;
      margin: 0;
      position: relative;
      line-height: 45px; }
      #single-snsbtns .title:before {
        content: "";
        display: block;
        height: 2px;
        width: 10px;
        position: absolute;
        top: 48%;
        left: -6px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #000; }
    #single-snsbtns .std_socialbuttons {
      margin-top: 65px;
      margin-bottom: 0; }
  #top #single-snsbtns {
    left: -80px;
    top: 82px; }
    #top #single-snsbtns .title {
      width: 96px; }
    #top #single-snsbtns .std_socialbuttons {
      margin-top: 72px; }
  /* TOP */
  .postlist-top .postlist-item {
    float: none; }
  .top-content-wrapper.col2 {
    width: 64%; }
  .top-content-wrapper.col1 {
    width: 32%; }
  .top-content-wrapper.left {
    float: left;
    clear: none; }
  .top-content-wrapper.right {
    float: right; }
  .top-content.col2 {
    width: 64%; }
  .top-content.col1 {
    width: 32%; }
  .top-content.col1-slim {
    width: 31%; }
  .top-content .ranking-multi .btn-viewall {
    position: static;
    width: auto;
    margin: 15px; }
  #topposts .wrap {
    max-width: 1520px;
    padding: 0 80px; }
  .textsize-switcher {
    left: 12px; }
  /* SINGLE */
  body.single .main-header .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.single .main-header .entry-header .featured-image {
      width: 64%; }
      body.single .main-header .entry-header .featured-image img {
        width: 100%; }
    body.single .main-header .entry-header .entry-header-content {
      width: 36%;
      padding: 8% 20px; }
    body.single .main-header .entry-header .title-wrapper {
      margin-top: 30px; }
    body.single .main-header .entry-header .term-title {
      font-size: 17px; }
    body.single .main-header .entry-header .number {
      font-size: 32px; }
    body.single .main-header .entry-header .entry-title {
      font-size: 22px;
      line-height: 1.8; }
    body.single .main-header .entry-header .autor {
      font-size: 17px; }
    body.single .main-header .entry-header .infoheader .date {
      width: 100%; }
    body.single .main-header .entry-header .infoheader .posttype {
      margin-top: 15px; }
    body.single .main-header .entry-header .title-wrapper-broadway .term-title {
      font-size: 16px; }
  body.single .main-header .profile_wrapper {
    width: 100%;
    margin: 20px 0;
    padding: 20px 30px 0; }
    body.single .main-header .profile_wrapper .profileimg {
      margin: 0 30px 20px 0; }
    body.single .main-header .profile_wrapper .profileinfo {
      padding-top: 5px;
      padding-bottom: 30px; }
  body.single .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin: 0 40px 0; }
  body.single #main {
    width: 65%;
    float: left;
    margin: 0;
    padding-bottom: 0; }
    body.single #main .entry-header, body.single #main .entry-content {
      padding-left: 30px;
      padding-right: 30px; }
    body.single #main .entry-content {
      padding-top: 80px; }
  body.single #sidebar {
    width: 35%;
    float: right;
    margin: 0; }
    body.single #sidebar .postlist-s .postlist-item, body.single #sidebar .postlist-m .postlist-item {
      margin-bottom: 25px;
      padding: 0; }
    body.single #sidebar .postlist-s .postlist-item .postimage {
      width: 30%; }
    body.single #sidebar .postlist-s .postlist-item .postinfo {
      width: 66%; }
    body.single #sidebar .postlist-m .postlist-item .postimage {
      width: 30%; }
    body.single #sidebar .postlist-m .postlist-item .postinfo {
      width: 66%; }
  body.single #main_bottom {
    padding: 80px 60px;
    max-width: 100%; }
    body.single #main_bottom .std-content-ranking, body.single #main_bottom .std-content-snsbox {
      display: none; }
  body.single .poststg-col1 #main {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto 1%; }
    body.single .poststg-col1 #main .entry-content {
      padding-left: 50px;
      padding-right: 50px; }
    body.single .poststg-col1 #main .profile_wrapper {
      margin-left: 50px;
      margin-right: 50px; }
  body.single .poststg-col1-full {
    max-width: 100%;
    width: 100%; }
    body.single .poststg-col1-full #main {
      width: 100%;
      max-width: 100%;
      float: none; }
      body.single .poststg-col1-full #main .entry-header, body.single .poststg-col1-full #main .entry-content {
        padding-left: 0;
        padding-right: 0; }
    body.single .poststg-col1-full .single-bookslider {
      max-width: 1100px;
      margin: 0 auto 60px;
      padding-left: 20px;
      padding-right: 20px; }
      body.single .poststg-col1-full .single-bookslider .btn-viewall {
        right: 20px; }
    body.single .poststg-col1-full #main_bottom {
      max-width: 1100px;
      margin: 0 auto 2%; }
  body.single .post-type-col1 main {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto; }
  body.single .post-type-col1 #main {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto 2%; }
  .broadway-info .broadway-theater {
    width: 48%; }
  .broadway-info .theater-info {
    padding-left: 35px; }
  .broadway-info .theater-name {
    font-size: 22px; }
  .broadway-info .theater-address {
    font-size: 14px; }
  .broadway-info .theater-time {
    font-size: 14px; }
  .broadway-info .broadway-scores {
    margin-left: 12%; }
  .broadway-info .score-title {
    font-size: 17px; }
  .broadway-info dl dt {
    font-size: 16px; }
  .broadway-info dl dd {
    font-size: 17px; }
  /* SINGLE SHORT MOVIE */
  body.single-short_movie #main .entry-content {
    padding-top: 80px; }
  body.single-short_movie #main .entry-title {
    font-size: 20px; }
  /* SIDE */
  .side-content {
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 80px; }
    .side-content .std-title {
      font-size: 21px; }
    .side-content .ranking-multi .btn-viewall {
      font-size: 11px; }
  .side-content-sns .twtl-wrapper {
    line-height: 1;
    margin-top: 40px; }
    .side-content-sns .twtl-wrapper iframe {
      height: 400px !important; }
  .side-content-ranking, .side-content-sns {
    display: block; }
  /* ARCHIVE */
  .archive .postlist-m .postlist-item, #search .postlist-m .postlist-item, #recentposts .postlist-m .postlist-item {
    float: none;
    width: 33.333%;
    padding: 0 10px;
    margin: 0 0 4%; }
  /* BROADWAY */
  #broadway .featured-image {
    max-width: 100%;
    margin: 0; }
    #broadway .featured-image .featured-image-inner {
      left: -7%; }
    #broadway .featured-image img {
      padding-right: 0; }
    #broadway .featured-image .copyright {
      left: 7.5%; }
  #broadway .main-header .entry-header .entry-header-content {
    margin: 0;
    padding: 8% 30px 8% 15px;
    width: 36%; }
  .broadway-content {
    padding: 80px 40px 40px; }
  .postlist-broadway .postlist-item .postinfo {
    padding-left: 25px; } }

@media only screen and (min-width: 1100px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .postlist-m {
    padding-top: 10px; }
    .postlist-m .postlist-item {
      float: left;
      width: 23.5%;
      margin: 0 2% 4% 0; }
      .postlist-m .postlist-item.right2 {
        float: left;
        margin-right: 2%; }
      .postlist-m .postlist-item.right3 {
        float: left;
        margin-right: 2%; }
      .postlist-m .postlist-item.right4 {
        margin-right: 0; }
      .postlist-m .postlist-item.left2 {
        clear: none; }
      .postlist-m .postlist-item.left3 {
        clear: none; }
      .postlist-m .postlist-item.left4 {
        clear: both; }
  .side-content .ranking-multi .btn-viewall {
    font-size: 13px; }
  .side-content .post_genre a {
    width: 80px;
    letter-spacing: 2px;
    padding-left: 2px; }
  .side-content .post_genre .second {
    display: inline; }
  /* SINGLE */
  body.single #main .entry-header, body.single #main .entry-content {
    padding-left: 30px;
    padding-right: 30px; }
  /* ARCHIVE */
  .archive .postlist-m .postlist-item, #search .postlist-m .postlist-item, #recentposts .postlist-m .postlist-item {
    float: none;
    width: 25%;
    padding: 0 10px;
    margin: 0 0 4%; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .wrap {
    max-width: 1200px; }
  .wrap-single {
    max-width: 1300px; }
  .postlist-ss .postlist-item {
    margin-bottom: 15px; }
  /* TOP */
  .postlist-top .postlist-item {
    float: none; }
  .postlist-top .toppost-second .postlist-item .title {
    max-height: 3.2em;
    overflow: hidden; }
  .postlist-top .toppost-second .taglist {
    position: absolute;
    bottom: 0;
    margin: 0; }
    .postlist-top .toppost-second .taglist li {
      margin: 5px 10px 0 0; }
  #top-slider .slider-item .title {
    padding: 3px 0 0;
    font-size: 17px; }
  /* SINGLE */
  body.single #inner-content {
    position: relative; }
  body.single .main-header {
    max-width: 1240px;
    margin: 0 auto; }
    body.single .main-header .entry-header .number {
      font-size: 34px; }
    body.single .main-header .entry-header .entry-title {
      font-size: 24px; }
  body.single .main-content {
    margin: 0 70px; }
  body.single #main {
    width: 65%;
    padding-bottom: 0; }
    body.single #main .entry-header .title_wrapper {
      padding: 10px 0 0; }
    body.single #main .entry-title {
      padding: 0 0 20px; }
  body.single #sidebar {
    width: 35%;
    right: 0;
    top: 0; }
    body.single #sidebar .postlist-s .postlist-item, body.single #sidebar .postlist-m .postlist-item {
      margin-bottom: 25px; }
      body.single #sidebar .postlist-s .postlist-item .postimage, body.single #sidebar .postlist-m .postlist-item .postimage {
        width: 34%; }
      body.single #sidebar .postlist-s .postlist-item .postinfo, body.single #sidebar .postlist-m .postlist-item .postinfo {
        width: 63%; }
      body.single #sidebar .postlist-s .postlist-item .title, body.single #sidebar .postlist-m .postlist-item .title {
        margin: 0 !important; }
    body.single #sidebar.fixed {
      position: fixed;
      height: auto; }
    body.single #sidebar.clearfixed {
      position: absolute;
      height: auto;
      min-height: 0 !important; }
  body.single #main_bottom {
    padding: 60px 30px 0;
    margin-bottom: 2%; }
  /* SINGLE BOOK */
  body.single-book #main {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    float: none; }
  /* BOOKS */
  .post-type-archive-book .postlist .postimage:after, .tax-book_cat .postlist .postimage:after {
    padding-top: 100%; } }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

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

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
#movie-trailer #inner-content {
  width: 100%; }

#movie-trailer .main-header .entry-header .entry-header-content {
  padding: 15px 15px; }

#movie-trailer .semi_header {
  display: none; }

#movie-trailer .hentry header {
  padding: 0 15px 0; }

#movie-trailer .article-header h1 {
  margin: 0; }
  #movie-trailer .article-header h1 img {
    max-width: 320px;
    width: 80%;
    margin: 0 auto; }
  #movie-trailer .article-header h1 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

#movie-trailer .video_wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  #movie-trailer .video_wrapper .video_item {
    max-width: 1024px;
    margin: 0 auto; }
    #movie-trailer .video_wrapper .video_item > div {
      vertical-align: top; }
  #movie-trailer .video_wrapper .title_wrapper {
    background-color: #000; }
    #movie-trailer .video_wrapper .title_wrapper .title {
      color: #fff;
      text-align: left;
      margin: 0 auto;
      padding: 5px 15px;
      min-height: 28px;
      font-size: 13px;
      line-height: 1.4; }
  #movie-trailer .video_wrapper .loading_indicator {
    position: absolute;
    bottom: 20%;
    display: none;
    width: 100%;
    text-align: center; }
    #movie-trailer .video_wrapper .loading_indicator p {
      display: inline-block;
      padding: 5px 10px;
      background-color: #e50000;
      color: #fff;
      font-size: 12px;
      text-align: center;
      font-weight: bold; }

#movie-trailer .blinking {
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate; }

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

@keyframes blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

#movie-trailer .playlist_wrapper ul {
  margin-top: 0; }
  #movie-trailer .playlist_wrapper ul li {
    margin-bottom: 80px; }
    #movie-trailer .playlist_wrapper ul li .thumb {
      cursor: pointer; }
      #movie-trailer .playlist_wrapper ul li .thumb img {
        width: 100%;
        display: block;
        margin: 0; }
    #movie-trailer .playlist_wrapper ul li .copyright {
      font-size: 10px;
      color: #555;
      margin: 5px 0 0;
      line-height: 1.4;
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #movie-trailer .playlist_wrapper ul li .info {
      margin: 15px 0 0; }
    #movie-trailer .playlist_wrapper ul li .title {
      font-size: 16px;
      padding: 0;
      font-weight: 700;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      line-height: 1.5;
      cursor: pointer;
      word-break: keep-all;
      word-wrap: break-word; }
    #movie-trailer .playlist_wrapper ul li .description {
      font-size: 14px;
      margin-top: 10px; }
    #movie-trailer .playlist_wrapper ul li .data-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
    #movie-trailer .playlist_wrapper ul li .release {
      line-height: 20px;
      font-size: 13px;
      margin: 0; }
    #movie-trailer .playlist_wrapper ul li .exinfo {
      line-height: 20px;
      font-size: 13px;
      margin: 0; }
    #movie-trailer .playlist_wrapper ul li .link {
      font-size: 13px;
      line-height: 20px;
      text-decoration: none;
      border-bottom: 1px solid;
      margin-left: 10px; }
    #movie-trailer .playlist_wrapper ul li .link_official {
      font-weight: 400;
      font-family: futura-pt, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #movie-trailer .playlist_wrapper ul li .intro {
      font-size: 13px;
      margin-top: 10px; }
    #movie-trailer .playlist_wrapper ul li .related-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 15px; }
    #movie-trailer .playlist_wrapper ul li .related-post-title {
      padding-right: 5px;
      min-width: 78px;
      line-height: 1.5; }
      #movie-trailer .playlist_wrapper ul li .related-post-title > div {
        font-size: 13px;
        font-weight: 700;
        font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative; }
        #movie-trailer .playlist_wrapper ul li .related-post-title > div i {
          position: absolute;
          top: 3px;
          right: 0; }
    #movie-trailer .playlist_wrapper ul li .related-post {
      line-height: 1.5; }
      #movie-trailer .playlist_wrapper ul li .related-post a {
        text-decoration: none;
        font-size: 13px;
        display: block;
        font-weight: 700;
        font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-bottom: 7px; }
  #movie-trailer .playlist_wrapper ul .playing .title {
    color: #e50000; }

#movie-trailer .snsbtns-postbottom.std_socialbuttons {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 50px; }

@media only screen and (min-width: 481px) {
  #movie-trailer .playlist_wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 80px; }
    #movie-trailer .playlist_wrapper ul li .thumb {
      width: 30%; }
    #movie-trailer .playlist_wrapper ul li .copyright {
      font-size: 10px;
      margin: 5px 0 0; }
    #movie-trailer .playlist_wrapper ul li .info {
      width: 70%;
      padding-left: 25px;
      margin: 0; }
    #movie-trailer .playlist_wrapper ul li .title {
      font-size: 15px;
      padding: 0;
      margin: 0; }
    #movie-trailer .playlist_wrapper ul li .description {
      font-size: 14px;
      margin-top: 10px; } }

@media only screen and (min-width: 769px) {
  #movie-trailer .main-header .entry-header .entry-header-content {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 30px; }
  #movie-trailer .video_wrapper .title_wrapper {
    max-width: 1024px;
    margin: 0 auto; }
    #movie-trailer .video_wrapper .title_wrapper .title {
      padding: 10px 10px;
      min-height: 42px;
      font-size: 16px;
      line-height: 1.4; }
  #movie-trailer .playlist_wrapper {
    margin: 0 auto; }
    #movie-trailer .playlist_wrapper ul li .title {
      font-size: 19px;
      margin: 0; } }

@media only screen and (min-width: 1024px) {
  #movie-trailer .main-header .entry-header .entry-header-content {
    padding: 2% 20px;
    width: 36%; }
  #movie-trailer .video_wrapper {
    width: 64%; }
  #movie-trailer #main .entry-content {
    padding: 80px 40px 40px; } }

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

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
.ffft {
  padding-top: 0;
  background-color: #f2b239; }
  .ffft #loading {
    background-color: #f2b239; }
    .ffft #loading .loader {
      border-color: rgba(255, 255, 255, 0.3);
      border-left-color: #fff; }
  .ffft div:target {
    padding-top: 60px;
    margin-top: -60px; }
  .ffft #base {
    padding-top: 60px; }
  .ffft #inner-header .header-main {
    border: 0;
    background-color: #f2b239;
    height: 60px; }
  .ffft #inner-header .togglebutton {
    left: auto;
    top: 18px;
    right: 0;
    padding: 10px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    position: absolute; }
    .ffft #inner-header .togglebutton:hover {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px); }
  .ffft #inner-header .header-toolbar .link-partner {
    display: none;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 15px;
    letter-spacing: 0;
    font-size: 18px;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .ffft #inner-header .header-toolbar .link-partner:hover, .ffft #inner-header .header-toolbar .link-partner:active, .ffft #inner-header .header-toolbar .link-partner:focus {
      color: #000;
      opacity: 0.7; }
  .ffft #inner-header .header-toolbar .toolbar-right {
    position: absolute;
    top: 20px;
    right: 58px; }
  .ffft #inner-header .header-toolbar .snslinks {
    float: right;
    width: 88px; }
    .ffft #inner-header .header-toolbar .snslinks li {
      width: 44px;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      .ffft #inner-header .header-toolbar .snslinks li a:hover, .ffft #inner-header .header-toolbar .snslinks li a:active, .ffft #inner-header .header-toolbar .snslinks li a:focus {
        color: #000;
        opacity: 0.7; }
  .ffft .hamburger .line {
    margin: 4px auto; }
  .ffft #logo {
    width: 38px;
    top: 5px;
    left: 10px;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    padding: 0; }
  .ffft #sidemenu .logo {
    width: 60px; }
  .ffft #sidemenu a, .ffft #sidemenu .closemenu {
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    font-size: 18px; }
  .ffft #sidemenu .closemenu {
    color: #fff; }
    .ffft #sidemenu .closemenu:active, .ffft #sidemenu .closemenu:focus {
      background-color: #000;
      color: #fff; }
  .ffft .mm-listitem, .ffft .mm-navbar, .ffft .mm-menu, .ffft .mm-panel, .ffft .mm-navbars_bottom, .ffft #sidemenu-inner {
    background-color: #f2b239 !important; }
  .ffft .mm-listitem {
    border-color: rgba(0, 0, 0, 0.5); }
  .ffft .mm-panel_has-navbar {
    padding-top: 108px; }
  .ffft .content {
    background-color: #fff; }
  .ffft .hentry {
    margin: 0; }
  .ffft .footer {
    background-color: #f2b239;
    padding: 58px 15px 50px;
    position: relative; }
    .ffft .footer .ffft-border {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0; }
    .ffft .footer .copyright {
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0; }
      .ffft .footer .copyright a, .ffft .footer .copyright span {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle; }
        .ffft .footer .copyright a img, .ffft .footer .copyright span img {
          height: 100%; }
      .ffft .footer .copyright .amana {
        height: 28px; }
      .ffft .footer .copyright .hue {
        height: 42px; }
  .ffft .main-header {
    position: relative;
    overflow: hidden; }
    .ffft .main-header header {
      padding: 0; }
  .ffft .featured-image {
    padding-top: 43.4%;
    position: relative;
    overflow: hidden; }
    .ffft .featured-image img {
      width: auto;
      height: 101%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .ffft .featured-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .ffft .featured-slider .slick-list {
      width: 100%;
      height: 100%; }
    .ffft .featured-slider .slick-track {
      height: 100%; }
    .ffft .featured-slider .slider-item {
      width: 100%;
      height: 100%;
      padding-top: 43.4%;
      position: relative;
      overflow: hidden; }
  .ffft .content-ffft .entry-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 2% 5%;
    background-color: rgba(0, 0, 0, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ffft .content-ffft .entry-header-content h1 {
      margin: 0;
      font-size: 8.8vw;
      font-family: trade-gothic-next, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1;
      letter-spacing: 0.05em; }
    .ffft .content-ffft .entry-header-content .slogan {
      text-transform: uppercase;
      font-size: 7.2vw;
      line-height: 1;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-top: 20px; }
    .ffft .content-ffft .entry-header-content .date {
      font-size: 6vw;
      line-height: 1;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal; }
  .ffft .ffft-content-block {
    font-size: 14px; }
    .ffft .ffft-content-block .content-inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 30px 5%; }
    .ffft .ffft-content-block h2 {
      text-align: center;
      font-size: 40px;
      margin: 0;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #000;
      line-height: 1;
      letter-spacing: 0; }
    .ffft .ffft-content-block .title-img img {
      height: 30px;
      margin: 0 auto; }
    .ffft .ffft-content-block .title-w-bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ffft .ffft-content-block .title-w-bg span {
        padding: 3px 20px 0; }
      .ffft .ffft-content-block .title-w-bg:before, .ffft .ffft-content-block .title-w-bg:after {
        content: "";
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        background: url(images/bg_title.png?6abd1692800ca307a460dbcd4ca07fdb) repeat-x;
        background-size: auto 67%; }
      .ffft .ffft-content-block .title-w-bg:before {
        background-position: center right; }
      .ffft .ffft-content-block .title-w-bg:after {
        background-position: center left; }
    .ffft .ffft-content-block .title-w-bg-s:before, .ffft .ffft-content-block .title-w-bg-s:after {
      content: "";
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: url(images/bg_title5.png?2a81847a1050f094e702f41edf632c2c) no-repeat;
      background-size: auto 67%; }
    .ffft .ffft-content-block .title-w-bg-s:before {
      background-position: center right; }
    .ffft .ffft-content-block .title-w-bg-s:after {
      background-position: center left; }
    .ffft .ffft-content-block .title-w-bg-s--white:before, .ffft .ffft-content-block .title-w-bg-s--white:after {
      background-image: url(images/bg_title5w.png?3da51195d1eb9be5e21268a38de06c89); }
    .ffft .ffft-content-block .separator-w-bg {
      background: url(images/bg_title.png?6abd1692800ca307a460dbcd4ca07fdb) repeat-x;
      background-size: auto 67%; }
    .ffft .ffft-content-block h3 {
      text-align: center;
      font-size: 24px;
      margin: 10px 0; }
    .ffft .ffft-content-block .subtitle {
      text-align: center;
      font-size: 14px; }
  .ffft .ffft-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ffft .ffft-border span {
      width: 100%;
      height: 8px; }
      .ffft .ffft-border span:nth-child(1) {
        background-color: #FF4E33; }
      .ffft .ffft-border span:nth-child(2) {
        background-color: #904880; }
      .ffft .ffft-border span:nth-child(3) {
        background-color: #FFECCA; }
      .ffft .ffft-border span:nth-child(4) {
        background-color: #01A1AC; }
      .ffft .ffft-border span:nth-child(5) {
        background-color: #FFF13B; }
  .ffft #ffft-news .ffft-content-block {
    background-color: #f2b239; }
  .ffft #ffft-news .content-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .ffft #ffft-news .news-content {
    max-width: 720px;
    margin: 25px auto 15px;
    font-size: 14px;
    padding: 0 5%; }
  .ffft #ffft-news .news-item {
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
    font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .ffft #ffft-news .news-item .date {
      font-size: 14px;
      line-height: 1.5;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal; }
    .ffft #ffft-news .news-item:last-child {
      margin-bottom: 0; }
  .ffft .content-about-intro {
    background-color: #fff;
    background-image: url(images/bg_about.jpg?e8e0b6c2a4131d3110881e6d9cda0654);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .ffft .content-about-intro .content-inner {
      max-width: 1100px; }
    .ffft .content-about-intro .slogan {
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      padding-top: 10px;
      line-height: 1.4;
      text-align: center; }
      .ffft .content-about-intro .slogan span {
        display: inline-block; }
    .ffft .content-about-intro h2 {
      font-size: 23px;
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      line-height: 1.4;
      margin-top: 5px; }
      .ffft .content-about-intro h2 span {
        display: inline-block; }
    .ffft .content-about-intro .description {
      max-width: 635px;
      margin: 30px auto 10px;
      line-height: 2; }
      .ffft .content-about-intro .description p {
        margin: 30px 0 0;
        font-weight: 600; }
    .ffft .content-about-intro .film-food-party {
      width: 100%; }
  .ffft .content-about-video {
    background-color: #fff; }
    .ffft .content-about-video .content-inner {
      max-width: 800px; }
    .ffft .content-about-video .video_wrapper {
      margin-top: 30px; }
  .ffft .content-about-images {
    background-color: #fff; }
    .ffft .content-about-images .content-inner {
      max-width: 100%;
      padding-top: 30px;
      padding-right: 0;
      padding-left: 0; }
    .ffft .content-about-images .video_wrapper {
      max-width: 1200px;
      padding: 20px 4.5% 0;
      margin: 0 auto; }
      .ffft .content-about-images .video_wrapper .video_item {
        margin: 0.5%;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden; }
        .ffft .content-about-images .video_wrapper .video_item iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  .ffft .about-gallery {
    overflow: hidden;
    padding: 0 4.5%;
    max-width: 1200px;
    margin: 30px auto; }
    .ffft .about-gallery figure {
      position: relative;
      width: 24%;
      padding-top: 24%;
      display: block;
      float: left;
      overflow: hidden;
      margin: 0.5%; }
      .ffft .about-gallery figure a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .ffft .about-gallery figure a img {
          height: 101%;
          width: auto; }
      .ffft .about-gallery figure.img-v a img {
        width: 101%;
        height: auto; }
  .ffft .fig-schedule {
    display: block;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .ffft .fig-schedule img {
      width: 100%; }
    .ffft .fig-schedule:hover {
      opacity: 0.9; }
  .ffft #ffft-content-menu {
    background-color: #FFECCA; }
    .ffft #ffft-content-menu .content-inner {
      max-width: 1100px; }
    .ffft #ffft-content-menu .content-menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 20px 0; }
      .ffft #ffft-content-menu .content-menu-list a {
        width: 50%;
        padding: 10px;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        display: block; }
        .ffft #ffft-content-menu .content-menu-list a:hover {
          opacity: 0.7; }
        .ffft #ffft-content-menu .content-menu-list a img {
          width: 100%; }
  .ffft #ffft-ny-organizer {
    color: #fff; }
    .ffft #ffft-ny-organizer .ffft-content-block {
      background-color: #904880; }
    .ffft #ffft-ny-organizer .content-inner {
      max-width: 1200px; }
    .ffft #ffft-ny-organizer .title-w-bg {
      color: #fff; }
    .ffft #ffft-ny-organizer h3 {
      max-width: 320px;
      margin: 30px auto 15px; }
      .ffft #ffft-ny-organizer h3 img {
        width: 100%; }
      .ffft #ffft-ny-organizer h3 span {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 10px; }
    .ffft #ffft-ny-organizer .nyo-content .nyo-img {
      max-width: 240px;
      margin: 0 auto 15px; }
      .ffft #ffft-ny-organizer .nyo-content .nyo-img img {
        width: 100%; }
    .ffft #ffft-ny-organizer .nyo-content .nyo-txt {
      font-weight: bold; }
  .ffft #ffft-motz {
    background-color: #01A1AC;
    color: #fff;
    position: relative;
    overflow: hidden; }
    .ffft #ffft-motz .content-inner {
      padding-top: 30px;
      padding-bottom: 35%;
      max-width: 100%; }
    .ffft #ffft-motz .bg-image img {
      position: absolute;
      display: block; }
    .ffft #ffft-motz .bg-image .img01 {
      width: 60%;
      left: -7%;
      bottom: 22%; }
    .ffft #ffft-motz .bg-image .img02 {
      width: 32%;
      left: 0;
      bottom: 10%;
      z-index: 1; }
    .ffft #ffft-motz .bg-image .img03 {
      width: 42%;
      left: 18%;
      bottom: -1%; }
    .ffft #ffft-motz .bg-image .img04 {
      width: 32%;
      right: -8%;
      bottom: 15%; }
    .ffft #ffft-motz .bg-image .img05 {
      width: 32%;
      right: 2%;
      bottom: 0; }
    .ffft #ffft-motz .bg-image .img06 {
      width: 32%;
      right: 26%;
      bottom: 4%; }
    .ffft #ffft-motz h3 {
      max-width: 400px;
      margin: 20px auto 15px; }
      .ffft #ffft-motz h3 img {
        width: 100%; }
      .ffft #ffft-motz h3 span {
        display: block;
        text-align: center;
        color: #000;
        font-size: 14px;
        margin-top: 25px; }
    .ffft #ffft-motz .chef-content {
      position: relative;
      z-index: 1;
      max-width: 720px;
      margin: 0 auto; }
      .ffft #ffft-motz .chef-content .chef-info {
        background: rgba(1, 161, 172, 0.6);
        padding: 1% 2%;
        font-weight: bold;
        line-height: 1.9; }
  .ffft #ffft-chef {
    background-color: #FF4E33;
    color: #fff;
    overflow: hidden; }
    .ffft #ffft-chef .content-inner {
      max-width: 1100px; }
    .ffft #ffft-chef h3 {
      color: #000;
      position: relative;
      margin: 0 0 0 auto;
      padding-bottom: 20px;
      height: 26vw;
      max-height: 175px;
      float: left; }
      .ffft #ffft-chef h3 span {
        position: absolute;
        top: 16%;
        right: 5%;
        font-size: 14px; }
      .ffft #ffft-chef h3 img {
        height: 100%;
        float: right; }
      .ffft #ffft-chef h3:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 100vh;
        border-bottom: #000 8px solid;
        padding-top: 10px; }
    .ffft #ffft-chef .subtitle-img {
      width: 50%;
      max-width: 300px;
      margin: 10px auto; }
    .ffft #ffft-chef .chef-block {
      margin-top: 30px; }
      .ffft #ffft-chef .chef-block .chef-second {
        margin-top: -40%; }
    .ffft #ffft-chef .chef-block-second {
      margin-top: 40px;
      margin-bottom: 20px; }
      .ffft #ffft-chef .chef-block-second .chef-first h3 {
        float: right; }
        .ffft #ffft-chef .chef-block-second .chef-first h3 span {
          right: 50%; }
        .ffft #ffft-chef .chef-block-second .chef-first h3:after {
          right: auto;
          left: 0; }
    .ffft #ffft-chef .chef-image img {
      width: 50%;
      padding: 5%; }
    .ffft #ffft-chef .chef-info img {
      width: 50%;
      padding: 5%;
      margin-left: auto; }
    .ffft #ffft-chef .chef-description {
      font-weight: bold;
      font-size: 13px; }
  .ffft #ffft-access {
    background-color: #FFF13B; }
    .ffft #ffft-access .content-inner {
      padding-bottom: 0;
      max-width: 1240px; }
      .ffft #ffft-access .content-inner:last-child {
        padding-bottom: 50px; }
    .ffft #ffft-access h3 {
      font-size: 50px;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-align: left;
      line-height: 1;
      margin-bottom: 0; }
      .ffft #ffft-access h3.large {
        font-size: 58px; }
    .ffft #ffft-access .access-content {
      font-size: 13px;
      letter-spacing: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 540px;
      margin: 0 auto;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal; }
      .ffft #ffft-access .access-content .date, .ffft #ffft-access .access-content .place {
        font-size: 26px;
        line-height: 1.2; }
        .ffft #ffft-access .access-content .date span, .ffft #ffft-access .access-content .place span {
          display: inline-block; }
      .ffft #ffft-access .access-content .schedule-header {
        text-align: left;
        position: relative;
        min-width: 188px; }
        .ffft #ffft-access .access-content .schedule-header:after {
          content: "";
          display: block;
          position: absolute;
          height: 132px;
          width: 6px;
          -webkit-transform: skewX(-24deg);
                  transform: skewX(-24deg);
          top: 0;
          right: 0;
          background: #232323; }
      .ffft #ffft-access .access-content .schedule {
        margin: 30px 0 0 auto;
        padding-left: 20px; }
        .ffft #ffft-access .access-content .schedule .day-label {
          background: #fff;
          border-radius: 50%;
          font-size: 19px;
          width: 44px;
          min-width: 44px;
          height: 44px;
          text-align: center;
          line-height: 44px;
          padding-top: 2px;
          padding-left: 1px;
          margin-right: 10px; }
        .ffft #ffft-access .access-content .schedule > div {
          margin-bottom: 15px;
          line-height: 1.1;
          font-size: 22px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .ffft #ffft-access .access-content .schedule > div span {
            font-size: 18px; }
        .ffft #ffft-access .access-content .schedule .spinoff {
          position: relative;
          display: inline-block; }
          .ffft #ffft-access .access-content .schedule .spinoff img {
            position: absolute;
            width: 44%;
            bottom: 105%;
            right: 0; }
      .ffft #ffft-access .access-content .access {
        margin: 30px 0 0 auto;
        padding-left: 20px; }
      .ffft #ffft-access .access-content .access-detail {
        margin-top: 10px; }
      .ffft #ffft-access .access-content .address {
        font-size: 13px;
        display: inline-block; }
      .ffft #ffft-access .access-content .sponsored {
        margin-top: 30px; }
    .ffft #ffft-access .access-map {
      padding-top: 100%;
      position: relative;
      width: 100%;
      margin: 25px auto 0; }
      .ffft #ffft-access .access-map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .ffft #ffft-access .access-detail {
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .ffft .link-apply {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin: 30px auto;
    max-width: 1440px;
    display: block; }
    .ffft .link-apply img {
      width: 100%; }
    .ffft .link-apply:hover {
      opacity: 0.9; }
  .ffft #ffft-partner {
    margin-top: 40px; }
    .ffft #ffft-partner .content-inner {
      padding-top: 50px;
      padding-bottom: 50px; }
    .ffft #ffft-partner .partner-content {
      font-size: 14px;
      text-align: center;
      margin-top: 50px; }
    .ffft #ffft-partner .link-contact {
      width: 180px;
      height: 28px;
      font-size: 16px;
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      background-color: #000;
      text-align: center;
      line-height: 28px;
      display: block;
      margin: 30px auto 5px auto; }
  .ffft #ffft-contact {
    color: #232323; }
    .ffft #ffft-contact .content-inner {
      padding-top: 0; }
    .ffft #ffft-contact .page-title {
      display: none; }
    .ffft #ffft-contact .wpcf7-form {
      padding-top: 0; }
    .ffft #ffft-contact .contactform_inner {
      background: #fff;
      padding: 30px 0;
      max-width: 720px;
      margin: 0 auto 30px; }
      .ffft #ffft-contact .contactform_inner .note {
        font-size: 12px;
        margin-top: 30px;
        color: #555; }
    .ffft #ffft-contact input[type=submit] {
      background-color: #01A1AC;
      border-color: #01A1AC;
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .ffft #ffft-contact input[type=button] {
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .ffft #ffft-contact input[disabled] {
      background-color: #ddd;
      border-color: #ddd; }
  .ffft div.wpcf7-validation-errors {
    max-width: 720px;
    margin: 0 auto; }
  .ffft #ffft-overview {
    background-color: #fff; }
    .ffft #ffft-overview .content-inner {
      padding-top: 50px; }
    .ffft #ffft-overview .outline-content {
      display: table;
      margin: 30px auto;
      max-width: 600px;
      font-size: 12px; }
      .ffft #ffft-overview .outline-content > div {
        display: table-row; }
        .ffft #ffft-overview .outline-content > div > div {
          display: table-cell; }
      .ffft #ffft-overview .outline-content .title {
        width: 25%;
        min-width: 80px;
        padding: 10px 0; }
      .ffft #ffft-overview .outline-content .content {
        width: calc(100% - 100px);
        padding: 10px 0 10px 10px;
        word-break: break-word; }
      .ffft #ffft-overview .outline-content .content-price span {
        display: block; }
      .ffft #ffft-overview .outline-content .content-price .content-price-item {
        margin-bottom: 10px; }
  .ffft .content-ffft-sub {
    color: #202020;
    letter-spacing: 0; }
    .ffft .content-ffft-sub .main-content {
      padding: 50px 0; }
    .ffft .content-ffft-sub .main-header {
      padding: 0 5% 60px;
      max-width: 1200px;
      margin: 0 auto; }
    .ffft .content-ffft-sub .ffft-content-block .content-inner {
      max-width: 1200px;
      padding: 3rem 5%; }
    .ffft .content-ffft-sub .entry-header-content, .ffft .content-ffft-sub .block-header-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ffft .content-ffft-sub .entry-header-content h1, .ffft .content-ffft-sub .entry-header-content h2, .ffft .content-ffft-sub .block-header-content h1, .ffft .content-ffft-sub .block-header-content h2 {
        height: 32px;
        margin: 0 20px 30px 0; }
        .ffft .content-ffft-sub .entry-header-content h1 img, .ffft .content-ffft-sub .entry-header-content h2 img, .ffft .content-ffft-sub .block-header-content h1 img, .ffft .content-ffft-sub .block-header-content h2 img {
          height: 100%;
          margin: 0; }
      .ffft .content-ffft-sub .entry-header-content .note, .ffft .content-ffft-sub .block-header-content .note {
        font-size: 14px;
        color: #595959;
        width: 100%;
        margin-top: 20px;
        line-height: 1.4; }
      .ffft .content-ffft-sub .entry-header-content .decorated-txt, .ffft .content-ffft-sub .block-header-content .decorated-txt {
        width: 100%;
        font-size: 15px; }
        .ffft .content-ffft-sub .entry-header-content .decorated-txt span, .ffft .content-ffft-sub .block-header-content .decorated-txt span {
          padding: 0; }
    .ffft .content-ffft-sub .program-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .ffft .content-ffft-sub .program-tabs .tab {
        text-align: center;
        font-weight: 600;
        width: 31%;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        color: #000; }
        .ffft .content-ffft-sub .program-tabs .tab:hover {
          opacity: 0.7;
          color: #000; }
      .ffft .content-ffft-sub .program-tabs .day {
        font-size: 17px;
        line-height: 21px; }
      .ffft .content-ffft-sub .program-tabs .txt {
        line-height: 1.2;
        font-size: 13px;
        padding-top: 5px;
        letter-spacing: 0; }
      .ffft .content-ffft-sub .program-tabs .tab1 .day {
        background: #FF4E33; }
      .ffft .content-ffft-sub .program-tabs .tab2 .day {
        background: #01A1AC; }
      .ffft .content-ffft-sub .program-tabs .tab3 .day {
        background: #FFF13B; }
    .ffft .content-ffft-sub .program-tabs--2item .tab {
      width: 48%; }
    .ffft .content-ffft-sub .content-program .content-inner {
      padding-top: 0;
      padding-bottom: 60px; }
    .ffft .content-ffft-sub .content-program .program-header {
      position: relative;
      border-top: 1px solid #595959;
      padding-top: 40px; }
    .ffft .content-ffft-sub .content-program .date {
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #414141;
      font-size: 32px;
      line-height: 1;
      letter-spacing: 0; }
      .ffft .content-ffft-sub .content-program .date .time {
        font-size: 20px;
        display: inline-block; }
      .ffft .content-ffft-sub .content-program .date .day-label {
        background: #595959;
        color: #fff;
        border-radius: 50%;
        font-size: 19px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        padding-top: 2px;
        padding-left: 1px;
        margin-right: 10px;
        margin-bottom: 5px; }
      .ffft .content-ffft-sub .content-program .date .spinoff {
        margin: 10px 0 0 auto;
        width: 80px; }
        .ffft .content-ffft-sub .content-program .date .spinoff img {
          width: 100%; }
    .ffft .content-ffft-sub .content-program .timetable {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      overflow: hidden; }
      .ffft .content-ffft-sub .content-program .timetable .timetable-item {
        width: 30%;
        letter-spacing: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item .time {
          background-color: #595959;
          color: #fff;
          font-size: 13px;
          padding: 5px 10px 5px 30px;
          line-height: 1; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item .txt {
          text-align: center;
          font-size: 15px;
          line-height: 1;
          padding: 4px 15px 4px 30px;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          color: #000; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:before {
          content: "";
          position: absolute;
          width: 5px;
          height: 150px;
          top: 50%;
          left: 10px;
          background-color: #fff;
          -webkit-transform: translateY(-50%) rotate(15deg);
                  transform: translateY(-50%) rotate(15deg); }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:first-child .time {
          padding-left: 10px; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:first-child .txt {
          padding-left: 10px; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:first-child:before {
          content: none; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:nth-child(2) {
          width: 40%; }
      .ffft .content-ffft-sub .content-program .timetable .timetable-item--one {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item--one .time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
    .ffft .content-ffft-sub .content-program .timetable--day1 .txt {
      background-color: #FF4E33; }
    .ffft .content-ffft-sub .content-program .timetable--day2 .txt {
      background-color: #01A1AC; }
    .ffft .content-ffft-sub .content-program .timetable--day3 .txt {
      background-color: #FFF13B; }
    .ffft .content-ffft-sub .content-program .link-ticket {
      margin-top: 10px; }
    .ffft .content-ffft-sub .content-program .note {
      font-size: 11px;
      text-align: right;
      color: #595959;
      line-height: 1.4;
      margin-top: 5px; }
    .ffft .content-ffft-sub .content-program .decorated-txt {
      margin-top: 5px; }
    .ffft .content-ffft-sub .content-program .day3-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 50px;
      margin-bottom: 80px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ffft .content-ffft-sub .content-program .day3-detail .title {
        width: 100%;
        height: 30px;
        margin-bottom: 25px; }
        .ffft .content-ffft-sub .content-program .day3-detail .title img {
          height: 100%; }
      .ffft .content-ffft-sub .content-program .day3-detail .img-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -5px; }
        .ffft .content-ffft-sub .content-program .day3-detail .img-list .img {
          width: 50%;
          padding: 0 5px 10px; }
      .ffft .content-ffft-sub .content-program .day3-detail .img img {
        width: 100%; }
      .ffft .content-ffft-sub .content-program .day3-detail .txt {
        margin-top: 10px; }
    .ffft .content-ffft-sub .content-program .day3-detail--2col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 50px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ffft .content-ffft-sub .content-program .day3-detail--2col .img {
        width: 50%; }
      .ffft .content-ffft-sub .content-program .day3-detail--2col .txt {
        width: 100%;
        margin-top: 20px; }
    .ffft .content-ffft-sub .link-ticket {
      width: 220px;
      margin: 0 0 0 auto; }
      .ffft .content-ffft-sub .link-ticket a {
        display: block;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        .ffft .content-ffft-sub .link-ticket a:hover {
          opacity: 0.7; }
      .ffft .content-ffft-sub .link-ticket img {
        width: 100%; }
    .ffft .content-ffft-sub .decorated-txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      font-size: 14px;
      line-height: 1.6; }
      .ffft .content-ffft-sub .decorated-txt a {
        color: #FF4E33; }
      .ffft .content-ffft-sub .decorated-txt span {
        padding-top: 10px;
        display: inline-block; }
      .ffft .content-ffft-sub .decorated-txt:before {
        content: "/////";
        padding-right: 5px; }
    .ffft .content-ffft-sub .ticket-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 210px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 25px auto; }
      .ffft .content-ffft-sub .ticket-tabs .tab {
        width: 100px;
        background-color: #595959;
        color: #fff;
        font-family: din-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        height: 25px;
        line-height: 26px;
        font-size: 22px;
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        .ffft .content-ffft-sub .ticket-tabs .tab:hover {
          opacity: 0.7; }
    .ffft .content-ffft-sub .ticket-tabs--1item {
      width: 100px; }
    .ffft .content-ffft-sub .content-ticket {
      padding-bottom: 60px; }
      .ffft .content-ffft-sub .content-ticket .content-inner {
        padding-top: 1rem; }
      .ffft .content-ffft-sub .content-ticket .notice {
        font-weight: bold;
        font-size: 15px;
        line-height: 1.4; }
    .ffft .content-ffft-sub .ticket-header {
      max-width: 1440px;
      margin: 0 auto; }
      .ffft .content-ffft-sub .ticket-header img {
        width: 100%; }
    .ffft .content-ffft-sub .ticket-table {
      font-size: 18px;
      margin-top: 2rem;
      color: #000; }
      .ffft .content-ffft-sub .ticket-table .ticket-item {
        margin-bottom: 40px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item span {
          display: inline-block; }
        .ffft .content-ffft-sub .ticket-table .ticket-item .name {
          width: 130px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item .date {
          width: 210px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item .price {
          width: 160px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item:last-child {
          margin-bottom: 0; }
      .ffft .content-ffft-sub .ticket-table .link-ticket {
        margin-top: 10px; }
    .ffft .content-ffft-sub .ticket-group {
      margin: 60px 0; }
      .ffft .content-ffft-sub .ticket-group .ticket-group-title span {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #000; }
      .ffft .content-ffft-sub .ticket-group .ticket-group-title .img {
        margin-top: 20px;
        width: 120px; }
        .ffft .content-ffft-sub .ticket-group .ticket-group-title .img img {
          width: 100%; }
    .ffft .content-ffft-sub .content-venue .access-title {
      font-size: 40px;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      margin-top: 20px;
      color: #000; }
      .ffft .content-ffft-sub .content-venue .access-title span {
        display: inline-block; }
    .ffft .content-ffft-sub .content-venue .access-detail {
      font-size: 15px;
      line-height: 1.6;
      color: #000;
      margin-top: 20px; }
    .ffft .content-ffft-sub .content-venue .access-map {
      margin-top: 40px; }
      .ffft .content-ffft-sub .content-venue .access-map iframe {
        width: 100%; }
    .ffft .content-ffft-sub .content-venue .note {
      font-size: 13px;
      margin-top: 20px; }
    .ffft .content-ffft-sub .content-apply-summary .content-inner {
      padding-top: 0; }
    .ffft .content-ffft-sub .content-apply-summary .apply-header img {
      width: 100%; }
    .ffft .content-ffft-sub .content-apply-summary h2 {
      font-size: 20px;
      text-align: left;
      margin: 20px 0 0;
      font-weight: 600;
      font-weight: 700;
      font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.4; }
    .ffft .content-ffft-sub .content-apply-summary .description {
      font-size: 14px;
      line-height: 1.6;
      margin-top: 10px; }
    .ffft .content-ffft-sub .content-apply-summary .schedule-block {
      font-weight: 600;
      font-size: 20px;
      margin-top: 30px;
      line-height: 1.6;
      position: relative; }
      .ffft .content-ffft-sub .content-apply-summary .schedule-block h3 {
        text-align: left;
        margin: 0;
        font-size: 20px; }
      .ffft .content-ffft-sub .content-apply-summary .schedule-block .link-terms {
        width: 180px;
        height: 28px;
        font-size: 16px;
        font-weight: 700;
        font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        background-color: #000;
        text-align: center;
        line-height: 28px;
        display: block;
        margin: 20px 0 5px auto; }
    .ffft .content-ffft-sub .content-apply-summary .apply-list {
      margin-top: 40px;
      border-top: 1px solid;
      padding-top: 40px;
      color: #000; }
      .ffft .content-ffft-sub .content-apply-summary .apply-list .apply-item {
        margin-bottom: 30px; }
        .ffft .content-ffft-sub .content-apply-summary .apply-list .apply-item .title {
          width: 100%;
          max-width: 270px;
          background-color: #f2b239;
          font-size: 18px;
          font-weight: 600;
          padding: 6px 15px 4px;
          margin-bottom: 15px;
          color: #000; }
      .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 20px -10px;
        width: calc(100% + 20px); }
        .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list .judge-item {
          width: calc(33.333% - 20px);
          max-width: 130px;
          margin: 0 10px 20px; }
          .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list .judge-item img {
            width: 100%; }
          .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list .judge-item .name {
            font-size: 14px;
            font-weight: bold;
            margin-top: 10px;
            line-height: 1.4; }
            .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list .judge-item .name span {
              display: inline-block; }
          .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list .judge-item .position {
            margin-top: 10px;
            font-size: 11px;
            line-height: 1.4; }
            .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list .judge-item .position span {
              display: inline-block; }
      .ffft .content-ffft-sub .content-apply-summary .apply-list .note {
        font-size: 13px;
        color: #595959; }
    .ffft .content-ffft-sub .content-guideline {
      color: #000; }
      .ffft .content-ffft-sub .content-guideline .intro {
        font-size: 15px; }
        .ffft .content-ffft-sub .content-guideline .intro .title-w-bg {
          font-weight: bold;
          font-size: 16px; }
        .ffft .content-ffft-sub .content-guideline .intro .separator-w-bg {
          height: 31px; }
        .ffft .content-ffft-sub .content-guideline .intro .content-inner {
          padding-top: 0;
          padding-bottom: 10px; }
      .ffft .content-ffft-sub .content-guideline h2 {
        margin: 40px auto 10px; }
      .ffft .content-ffft-sub .content-guideline .img-subtitle {
        width: 240px;
        margin: 0 auto 15px; }
        .ffft .content-ffft-sub .content-guideline .img-subtitle img {
          width: 100%; }
      .ffft .content-ffft-sub .content-guideline .guideline-list .guideline-item {
        margin-bottom: 20px; }
        .ffft .content-ffft-sub .content-guideline .guideline-list .guideline-item .data {
          padding-left: 10px; }
        .ffft .content-ffft-sub .content-guideline .guideline-list .guideline-item p {
          margin: 0; }
        .ffft .content-ffft-sub .content-guideline .guideline-list .guideline-item ul {
          list-style: disc;
          padding-left: 1em;
          margin: 0; }
        .ffft .content-ffft-sub .content-guideline .guideline-list .guideline-item .txt--right {
          text-align: right; }
    .ffft .content-ffft-sub .interview-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 840px;
      margin: 0 auto 30px; }
      .ffft .content-ffft-sub .interview-menu > a {
        width: 100%;
        display: block;
        margin-top: 40px; }
    .ffft .content-ffft-sub .interview-banner .name {
      font-weight: normal;
      text-align: left;
      padding-bottom: 10px; }
      .ffft .content-ffft-sub .interview-banner .name .txt--en {
        font-family: "Myriad Pro", "Segoe UI", Roboto, Arial, sans-serif;
        font-size: 26px;
        padding-right: 10px;
        line-height: 1; }
      .ffft .content-ffft-sub .interview-banner .name .txt--jp {
        font-size: 11px;
        font-weight: 300;
        font-family: heisei-kaku-gothic-std, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "Helvetica Neue", Helvetica, Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        line-height: 1.4; }
    .ffft .content-ffft-sub .interview-banner img {
      width: 100%; }
    .ffft .content-ffft-sub .content-interview .content-inner {
      padding-top: 0; }
    .ffft .content-ffft-sub .content-interview .interview-header {
      border-top: 1px solid #595959;
      padding-top: 30px;
      margin: 0 auto 75px;
      max-width: 840px; }
      .ffft .content-ffft-sub .content-interview .interview-header .decorated-txt {
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: 0.15em;
        margin-top: 30px;
        line-height: 2; }
        .ffft .content-ffft-sub .content-interview .interview-header .decorated-txt:before {
          letter-spacing: 0; }
    .ffft .content-ffft-sub .content-interview .interview-main {
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      letter-spacing: 0.15em;
      max-width: 840px;
      margin: 0 auto; }
      .ffft .content-ffft-sub .content-interview .interview-main h3 {
        margin: 75px 0 25px;
        font-size: 20px;
        text-align: left;
        line-height: 1.7; }
        .ffft .content-ffft-sub .content-interview .interview-main h3 > div:before {
          content: "";
          width: 1.5em;
          height: 2px;
          border-top: 2px solid;
          margin-top: 0;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.5em; }
      .ffft .content-ffft-sub .content-interview .interview-main p {
        line-height: 2;
        margin-bottom: 25px;
        font-size: 14px; }
      .ffft .content-ffft-sub .content-interview .interview-main .image-block {
        margin: 35px 0 40px; }
        .ffft .content-ffft-sub .content-interview .interview-main .image-block img {
          width: 100%; }
        .ffft .content-ffft-sub .content-interview .interview-main .image-block.image-block--v {
          text-align: center; }
          .ffft .content-ffft-sub .content-interview .interview-main .image-block.image-block--v img {
            width: 66.666%;
            display: inline-block; }
    .ffft .content-ffft-sub .content-interview .interview-footer {
      margin: 30px auto 0;
      max-width: 840px; }
    .ffft .content-ffft-sub .content-interview .button-top {
      width: 100px;
      background-color: #595959;
      color: #fff;
      font-family: din-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      height: 25px;
      line-height: 26px;
      font-size: 22px;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      margin-left: auto;
      display: block; }
      .ffft .content-ffft-sub .content-interview .button-top:hover {
        opacity: 0.7; }
    .ffft .content-ffft-sub.content-ffft-contact h1 {
      margin-bottom: 0; }
    .ffft .content-ffft-sub.content-ffft-contact .main-header {
      padding-bottom: 0; }
    .ffft .content-ffft-sub.content-ffft-contact #ffft-contact .contactform_inner {
      padding-top: 80px; }
  .ffft .content-ffft-ticket .main-content {
    padding-top: 25px; }
  .ffft .content-ffft-ticket .entry-header-content, .ffft .content-ffft-ticket .block-header-content {
    display: block; }
  .ffft .content-ffft-news .main-header {
    padding-top: 50px;
    padding-bottom: 0; }
  .ffft .content-ffft-news .postlist-ffft-news {
    text-align: left; }
    .ffft .content-ffft-news .postlist-ffft-news h3 {
      text-align: left;
      font-size: 16px;
      padding: 0;
      line-height: 1.6; }
    .ffft .content-ffft-news .postlist-ffft-news .date {
      font-size: 16px;
      line-height: 1.6; }
    .ffft .content-ffft-news .postlist-ffft-news .postlist-item {
      margin-bottom: 2rem; }
  .ffft #single-ffft-news .content-wrapper {
    margin-top: 40px; }
  .ffft #single-ffft-news .entry-date {
    font-size: 13px;
    color: #555; }
  .ffft #single-ffft-news .wp-block-table {
    table-layout: auto;
    margin-bottom: 2.5rem; }
    .ffft #single-ffft-news .wp-block-table tr:nth-child(even) {
      background-color: transparent; }

@media only screen and (min-width: 481px) {
  .ffft #inner-header .header-toolbar .link-partner {
    display: inline-block; }
  .ffft .content-ffft .entry-header-content {
    background-color: rgba(0, 0, 0, 0.25); }
    .ffft .content-ffft .entry-header-content h1 {
      font-size: 5.75vw; }
    .ffft .content-ffft .entry-header-content .slogan {
      font-size: 5vw; }
    .ffft .content-ffft .entry-header-content .date {
      font-size: 3.75vw; }
  .ffft #ffft-news .news-content {
    margin: 30px auto; }
  .ffft #ffft-news .news-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ffft #ffft-news .news-item .date {
      min-width: 120px; }
    .ffft #ffft-news .news-item .text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .ffft #ffft-content-menu .content-menu-list {
    margin: 40px 0; }
    .ffft #ffft-content-menu .content-menu-list a {
      width: 33.333%;
      padding: 10px; }
  .ffft #ffft-access .access-content .schedule {
    text-align: left; }
    .ffft #ffft-access .access-content .schedule > div span {
      display: inline-block; }
  .ffft .content-ffft-sub .program-tabs {
    width: auto;
    min-width: 440px; }
  .ffft .content-ffft-sub .program-tabs--2item {
    min-width: 280px; }
  .ffft .content-ffft-sub .content-program .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
    .ffft .content-ffft-sub .content-program .date .spinoff {
      width: 120px;
      margin-left: 20px; }
  .ffft .content-ffft-sub .content-program .timetable .timetable-item .time {
    font-size: 17px; }
  .ffft .content-ffft-sub .content-program .timetable .timetable-item .txt {
    font-size: 21px; }
  .ffft .content-ffft-sub .content-program .note {
    font-size: 12px; }
  .ffft .content-ffft-sub .content-program .day3-detail .img-list .img {
    width: 25%; }
  .ffft .content-ffft-sub .content-program .day3-detail--2col .img {
    width: 30%; }
  .ffft .content-ffft-sub .content-program .day3-detail--2col .txt {
    width: 67%;
    margin: 0; }
  .ffft .content-ffft-sub .decorated-txt {
    font-size: 15px; }
  .ffft .content-ffft-sub .interview-menu > a {
    width: 48%; }
  .ffft .content-ffft-sub .interview-banner .name {
    padding-bottom: 10px; }
    .ffft .content-ffft-sub .interview-banner .name .txt--en {
      font-size: 28px;
      display: block; }
    .ffft .content-ffft-sub .interview-banner .name .txt--jp {
      font-size: 11px;
      display: block; } }

@media only screen and (min-width: 641px) {
  .ffft .content-ffft-sub .ticket-table {
    font-size: 20px;
    margin-top: 2rem; }
    .ffft .content-ffft-sub .ticket-table .ticket-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .ffft .content-ffft-sub .ticket-table .ticket-item span {
        display: inline-block; }
      .ffft .content-ffft-sub .ticket-table .ticket-item .name {
        width: 150px; }
      .ffft .content-ffft-sub .ticket-table .ticket-item .date {
        width: 230px; }
      .ffft .content-ffft-sub .ticket-table .ticket-item .price {
        width: 180px; }
    .ffft .content-ffft-sub .ticket-table .link-ticket {
      margin-top: 5px;
      min-width: 220px; } }

@media only screen and (min-width: 769px) {
  .ffft {
    padding-top: 0; }
    .ffft .footer {
      padding: 108px 0 100px; }
    .ffft .featured-image {
      padding-top: 43.4%; }
      .ffft .featured-image img {
        width: 101%;
        height: auto; }
    .ffft .featured-slider .slider-item {
      padding-top: 43.4%; }
    .ffft .ffft-content-block .content-inner {
      padding: 50px; }
    .ffft .ffft-content-block h2 {
      font-size: 50px; }
    .ffft .ffft-content-block .title-img img {
      height: 40px; }
    .ffft .content-about-intro .slogan {
      font-size: 21px; }
    .ffft .content-about-intro h2 {
      font-size: 28px; }
    .ffft .content-about-intro .description {
      max-width: 720px;
      font-size: 16px; }
    .ffft .content-about-intro .keyword h4 {
      font-size: 44px; }
    .ffft .content-about-images h2 {
      font-size: 56px; }
    .ffft .content-about-images .content-inner {
      padding: 50px 0 60px; }
    .ffft .about-gallery {
      margin-top: 50px; }
    .ffft .ffft-col2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ffft .ffft-col2 > div {
        width: 50%; }
    .ffft #ffft-news .news-content {
      margin-top: 40px; }
    .ffft #ffft-content-menu .content-menu-list {
      margin: 40px 0; }
      .ffft #ffft-content-menu .content-menu-list a {
        width: 25%;
        padding: 10px; }
    .ffft #ffft-ny-organizer .nyo-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ffft #ffft-ny-organizer .nyo-content .nyo-img {
        width: 25%;
        max-width: none;
        margin: 0; }
      .ffft #ffft-ny-organizer .nyo-content .nyo-txt {
        width: 71%;
        font-weight: bold;
        font-size: 16px; }
    .ffft #ffft-motz .content-inner {
      padding-top: 40px;
      padding-bottom: 30%; }
    .ffft #ffft-motz .bg-image .img01 {
      width: 55%;
      left: 0;
      bottom: 32%;
      max-width: 704px; }
    .ffft #ffft-motz .bg-image .img02 {
      width: 26%;
      left: 0;
      bottom: 15%;
      max-width: 332px; }
    .ffft #ffft-motz .bg-image .img03 {
      width: 33%;
      left: 22%;
      bottom: -1%;
      max-width: 422px; }
    .ffft #ffft-motz .bg-image .img04 {
      width: 23%;
      right: 0;
      bottom: 30%;
      max-width: 294px; }
    .ffft #ffft-motz .bg-image .img05 {
      width: 26%;
      right: 4%;
      bottom: 0;
      max-width: 332px; }
    .ffft #ffft-motz .bg-image .img06 {
      width: 26.5%;
      right: 26%;
      bottom: 10%;
      max-width: 339px; }
    .ffft #ffft-motz h3 {
      width: 75%;
      max-width: 600px;
      margin: 30px auto 25px; }
      .ffft #ffft-motz h3 span {
        font-size: 14px;
        margin-top: 25px; }
    .ffft #ffft-motz .chef-content .chef-info {
      font-size: 16px; }
    .ffft #ffft-chef h3 {
      height: 15vw;
      max-height: 175px;
      margin-left: auto; }
      .ffft #ffft-chef h3 span {
        font-size: 18px; }
    .ffft #ffft-chef .chef-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ffft #ffft-chef .chef-block .chef-first {
        width: 43%;
        padding-left: 4%; }
      .ffft #ffft-chef .chef-block .chef-second {
        width: 57%;
        padding-left: 2%;
        padding-top: 1%;
        margin-top: 0; }
    .ffft #ffft-chef .chef-image img {
      width: 100%;
      padding: 6%;
      margin: 0; }
    .ffft #ffft-chef .chef-info img {
      width: 100%;
      padding: 0 5% 5% 18%; }
    .ffft #ffft-chef .chef-block-second {
      margin-top: 100px;
      margin-bottom: 20px; }
      .ffft #ffft-chef .chef-block-second .chef-first {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 0;
        padding-right: 4%; }
        .ffft #ffft-chef .chef-block-second .chef-first h3 {
          float: right; }
          .ffft #ffft-chef .chef-block-second .chef-first h3 span {
            right: 50%; }
          .ffft #ffft-chef .chef-block-second .chef-first h3:after {
            right: auto;
            left: 0; }
      .ffft #ffft-chef .chef-block-second .chef-second {
        padding-left: 0;
        padding-right: 2%; }
      .ffft #ffft-chef .chef-block-second .chef-image img {
        padding: 6%; }
      .ffft #ffft-chef .chef-block-second .chef-info img {
        padding: 0 18% 5% 5%; }
    .ffft #ffft-chef .chef-description {
      font-size: 13px; }
    .ffft #ffft-access .content-inner {
      padding-bottom: 0;
      padding-left: 5vw;
      padding-right: 5vw; }
      .ffft #ffft-access .content-inner:last-child {
        padding-bottom: 6vw; }
    .ffft #ffft-access h3 {
      font-size: 7.8vw;
      margin-top: 10vw; }
      .ffft #ffft-access h3.large {
        font-size: 8.8vw; }
    .ffft #ffft-access .access-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 100%;
      margin: 0; }
      .ffft #ffft-access .access-content .date, .ffft #ffft-access .access-content .place {
        font-size: 4.3vw;
        line-height: 1.2; }
      .ffft #ffft-access .access-content .schedule-header {
        min-width: 30vw; }
        .ffft #ffft-access .access-content .schedule-header:after {
          height: 35.5vw;
          width: 0.9vw; }
      .ffft #ffft-access .access-content .schedule {
        margin-top: 5vw;
        margin-left: 6vw;
        width: 51vw;
        padding-left: 0; }
        .ffft #ffft-access .access-content .schedule .day-label {
          font-size: 3vw;
          width: 6.5vw;
          min-width: 6.5vw;
          height: 6.5vw;
          text-align: center;
          line-height: 6.5vw;
          padding-top: 0.2vw;
          padding-left: 0.1vw;
          margin-right: 1vw; }
        .ffft #ffft-access .access-content .schedule > div {
          margin-bottom: 3vw;
          line-height: 1;
          font-size: 3.7vw;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .ffft #ffft-access .access-content .schedule > div span {
            font-size: 3vw; }
      .ffft #ffft-access .access-content .access {
        margin-top: 2vw;
        margin-left: 10vw;
        width: 48vw;
        padding-left: 0; }
      .ffft #ffft-access .access-content .access-map {
        padding-top: 50%;
        position: relative;
        width: 100%;
        margin: 0; }
      .ffft #ffft-access .access-content .access-detail {
        font-size: 1.3vw; }
    .ffft #ffft-partner .content-inner {
      padding-top: 80px;
      padding-bottom: 80px; }
    .ffft #ffft-partner .partner-content {
      font-size: 16px;
      margin-top: 80px; }
    .ffft #ffft-contact .wpcf7-form {
      padding-top: 0; }
    .ffft #ffft-contact .contactform_inner {
      padding: 6%;
      margin: 0 auto 50px; }
    .ffft #ffft-contact input[type=submit] {
      padding: 0 40px; }
    .ffft #ffft-contact input[type=button] {
      padding: 0 40px; }
    .ffft #ffft-overview .content-inner {
      padding-top: 80px; }
    .ffft #ffft-overview .outline-content {
      font-size: 14px;
      margin: 60px auto 30px; }
      .ffft #ffft-overview .outline-content .content-price .content-price-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .ffft #ffft-overview .outline-content .content-price .content-price-item span:first-child {
          min-width: 100px; }
    .ffft .content-ffft-sub .main-content {
      padding: 80px 0; }
    .ffft .content-ffft-sub .entry-header-content h1, .ffft .content-ffft-sub .entry-header-content h2, .ffft .content-ffft-sub .block-header-content h1, .ffft .content-ffft-sub .block-header-content h2 {
      height: 40px; }
    .ffft .content-ffft-sub .entry-header-content .decorated-txt, .ffft .content-ffft-sub .block-header-content .decorated-txt {
      font-size: 17px; }
    .ffft .content-ffft-sub .program-tabs {
      min-width: 450px; }
    .ffft .content-ffft-sub .program-tabs--2item {
      min-width: 300px; }
    .ffft .content-ffft-sub .content-program .date {
      font-size: 44px; }
      .ffft .content-ffft-sub .content-program .date .time {
        font-size: 32px; }
      .ffft .content-ffft-sub .content-program .date .day-label {
        font-size: 30px;
        width: 64px;
        min-width: 64px;
        height: 64px;
        text-align: center;
        line-height: 64px;
        padding-top: 2px;
        padding-left: 1px;
        margin-right: 10px; }
    .ffft .content-ffft-sub .content-program .timetable {
      margin-top: 10px; }
      .ffft .content-ffft-sub .content-program .timetable .timetable-item {
        width: 30%; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item .time {
          padding: 5px 10px 5px 70px; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item .txt {
          padding: 4px 0 4px 40px; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:before {
          width: 5px;
          height: 150px;
          top: 50%;
          left: 30px;
          background-color: #fff;
          -webkit-transform: translateY(-50%) rotate(40deg);
                  transform: translateY(-50%) rotate(40deg); }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:first-child .time {
          padding-left: 10px; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:first-child .txt {
          padding-left: 10px; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:nth-child(2) {
          width: 40%; }
        .ffft .content-ffft-sub .content-program .timetable .timetable-item:last-child .txt {
          padding-right: 20px; }
    .ffft .content-ffft-sub .content-ticket .notice {
      font-size: 18px; }
    .ffft .content-ffft-sub .ticket-table {
      font-size: 24px;
      margin-top: 2rem; }
      .ffft .content-ffft-sub .ticket-table .ticket-item {
        margin-bottom: 30px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item .name {
          width: 180px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item .date {
          width: 280px; }
        .ffft .content-ffft-sub .ticket-table .ticket-item .price {
          width: 200px; }
    .ffft .content-ffft-sub .ticket-group {
      margin: 50px 0; }
      .ffft .content-ffft-sub .ticket-group .ticket-group-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .ffft .content-ffft-sub .ticket-group .ticket-group-title span {
          font-size: 22px;
          font-weight: bold;
          width: 475px;
          line-height: 1; }
        .ffft .content-ffft-sub .ticket-group .ticket-group-title .img {
          width: 150px; }
          .ffft .content-ffft-sub .ticket-group .ticket-group-title .img img {
            width: 100%; }
    .ffft .content-ffft-sub .content-venue {
      margin-top: 80px; }
      .ffft .content-ffft-sub .content-venue .access-title {
        font-size: 50px; }
      .ffft .content-ffft-sub .content-venue .access-detail {
        font-size: 17px;
        margin-top: 20px; }
      .ffft .content-ffft-sub .content-venue .access-map {
        margin-top: 40px; }
      .ffft .content-ffft-sub .content-venue .note {
        font-size: 15px;
        margin-top: 20px; }
    .ffft .content-ffft-sub .content-apply-summary .schedule-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .ffft .content-ffft-sub .content-apply-summary .apply-list .apply-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 30px; }
      .ffft .content-ffft-sub .content-apply-summary .apply-list .apply-item .title {
        margin-right: 20px; }
      .ffft .content-ffft-sub .content-apply-summary .apply-list .apply-item .detail {
        font-size: 15px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .ffft .content-ffft-sub .content-apply-summary .apply-list .note {
      text-align: right; }
    .ffft .content-ffft-sub .content-apply-summary .apply-list .judge-list {
      margin-top: 0; }
    .ffft .content-ffft-sub .content-guideline h2 {
      margin: 60px auto 10px; }
    .ffft .content-ffft-sub .content-guideline .img-subtitle {
      width: 320px;
      margin: 0 auto 30px; }
    .ffft .content-ffft-sub .interview-banner .name .txt--en {
      display: inline-block; }
    .ffft .content-ffft-sub .interview-banner .name .txt--jp {
      display: inline-block; }
    .ffft .content-ffft-sub .content-interview .interview-banner {
      width: 48%;
      margin-bottom: 30px; }
    .ffft .content-ffft-sub .content-interview .interview-main h3 {
      font-size: 22px; }
    .ffft .content-ffft-sub .content-interview .interview-main p {
      font-size: 15px; }
    .ffft .content-ffft-ticket .main-content {
      padding-top: 40px; }
    .ffft .content-ffft-ticket .entry-header-content h1, .ffft .content-ffft-ticket .entry-header-content h2, .ffft .content-ffft-ticket .block-header-content h1, .ffft .content-ffft-ticket .block-header-content h2 {
      margin-top: 30px; }
    .ffft .content-ffft-news .main-header {
      padding-top: 50px; }
    .ffft .content-ffft-news .postlist-ffft-news a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ffft .content-ffft-news .postlist-ffft-news a .date {
        padding-right: 1rem;
        width: 180px;
        min-width: 180px; } }

@media only screen and (min-width: 1024px) {
  .ffft #base {
    padding-top: 0; }
  .ffft .header {
    position: static; }
  .ffft div:target {
    padding-top: 0;
    margin-top: 0; }
  .ffft #inner-header .header-main {
    height: 110px; }
  .ffft #inner-header .togglebutton {
    top: 58px; }
  .ffft #inner-header .header-toolbar .toolbar-right {
    top: 60px;
    right: 58px; }
  .ffft #logo {
    width: 8%;
    max-width: 70px;
    left: 15px;
    top: 10px;
    -webkit-transform: none;
            transform: none;
    padding: 0; }
  .ffft .content-about-intro .keyword > div {
    padding: 4%; }
  .ffft .content-ffft-sub .content-program .timetable .timetable-item .time {
    font-size: 22px; }
  .ffft .content-ffft-sub .content-program .timetable .timetable-item .txt {
    font-size: 25px; }
  .ffft .content-ffft-sub .content-guideline .guideline-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ffft .content-ffft-sub .content-guideline .guideline-group {
    width: 48%; } }

@media only screen and (min-width: 1240px) {
  .ffft #ffft-motz .content-inner {
    padding-bottom: 372px; }
  .ffft #ffft-motz .bg-image .img01 {
    left: 0; }
  .ffft #ffft-motz .bg-image .img02 {
    left: 0; }
  .ffft #ffft-motz .bg-image .img03 {
    left: 281px; }
  .ffft #ffft-motz .bg-image .img04 {
    right: 0; }
  .ffft #ffft-motz .bg-image .img05 {
    right: 51px; }
  .ffft #ffft-motz .bg-image .img06 {
    right: 332px; }
  .ffft #ffft-access .content-inner {
    padding-left: 50px;
    padding-right: 50px; }
  .ffft #ffft-access h3 {
    font-size: 96px;
    margin-top: 124px; }
    .ffft #ffft-access h3.large {
      font-size: 120px; }
  .ffft #ffft-access .access-content .date, .ffft #ffft-access .access-content .place {
    font-size: 53px;
    line-height: 1.2; }
  .ffft #ffft-access .access-content .schedule-header {
    min-width: 372px; }
    .ffft #ffft-access .access-content .schedule-header:after {
      height: 440px;
      width: 11px; }
  .ffft #ffft-access .access-content .schedule {
    margin-top: 62px;
    margin-left: 74px;
    width: 657px; }
    .ffft #ffft-access .access-content .schedule .day-label {
      font-size: 37px;
      width: 80px;
      min-width: 80px;
      height: 80px;
      line-height: 80px;
      padding-top: 2px;
      padding-left: 1px;
      margin-right: 12px; }
    .ffft #ffft-access .access-content .schedule > div {
      margin-bottom: 37px;
      line-height: 1;
      font-size: 45px; }
      .ffft #ffft-access .access-content .schedule > div span {
        font-size: 37px; }
  .ffft #ffft-access .access-content .access {
    margin-top: 24px;
    margin-left: 124px;
    width: 595px; }
  .ffft #ffft-access .access-content .access-detail {
    font-size: 18px; }
  .ffft .content-ffft-sub .main-header {
    padding-right: 64px;
    padding-left: 64px; }
  .ffft .content-ffft-sub .ffft-content-block .content-inner {
    padding-right: 64px;
    padding-left: 64px; }
  .ffft .content-ffft-sub .content-program .link-ticket {
    position: absolute;
    top: 45px;
    right: 0; } }

