/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/jquery.mmenu/dist/jquery.mmenu.all.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * jQuery mmenu v7.3.3
 * @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);
  -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 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease;
  transition: opacity 0.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 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease;
  transition: none 0.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 0.4s ease;
  transition: opacity 0.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%;
  overflow: visible;
}

.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_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-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 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.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-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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.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 0.4s ease;
  transition: margin 0.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 0.4s ease;
  transition: right 0.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 0.4s ease;
  transition: right 0.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 0.4s ease;
  transition: background 0.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: 0.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 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease;
  transition: opacity 0.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 0.4s ease;
  transition: none 0.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: 0.1s;
  transition-delay: 0.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: 0.2s;
  transition-delay: 0.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: 0.3s;
  transition-delay: 0.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: 0.4s;
  transition-delay: 0.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: 0.5s;
  transition-delay: 0.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: 0.6s;
  transition-delay: 0.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: 0.7s;
  transition-delay: 0.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: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.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 0.4s ease;
  transition: opacity 0.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 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.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;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/tingle.js/dist/tingle.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  cursor: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2719%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z%27 fill=%27%23FFF%27 fill-rule=%27nonzero%27/%3E%3C/svg%3E"), auto;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }
}
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

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

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

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

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

.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  padding: 3rem 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;
  transition: bottom 0.3s ease-in-out 0.3s;
}

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

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

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

.tingle-modal--visible .tingle-modal-box {
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

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

.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.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;
    box-shadow: none;
    color: #fff;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    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: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./library/scss/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 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: "“" "”" "‘" "’";
}

/**
 * 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 {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf: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?21bf1a9fac27d6c78932);
  src: url(fonts/courier_new-webfont..eot?21bf1a9fac27d6c78932?#iefix) format("embedded-opentype"), url(fonts/courier_new-webfont..woff2?a5e905ac8eeb7ad6ea6b) format("woff2"), url(fonts/courier_new-webfont..woff?4fe43a79ea8c05348677) format("woff"), url(fonts/courier_new-webfont..ttf?c2a77f0342d0b479f83d) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chevron_aeregular";
  src: url(fonts/ChevronAE-Regular-webfont..eot?f30dd92258868ac1d098);
  src: url(fonts/ChevronAE-Regular-webfont..eot?f30dd92258868ac1d098?#iefix) format("embedded-opentype"), url(fonts/ChevronAE-Regular-webfont..woff2?f6336308917ca86c4c25) format("woff2"), url(fonts/ChevronAE-Regular-webfont..woff?fe7769a2880e2bb3faca) format("woff"), url(fonts/ChevronAE-Regular-webfont..ttf?29067125994155d2ee78) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bentonsansbold";
  src: url(fonts/bentonsans_condensed_bold-webfont..woff2?2d0e3e679273eb81f503) format("woff2"), url(fonts/bentonsans_condensed_bold-webfont..woff?0bef0d2b1ae34b8386a2) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "otocotofont";
  src: url(fonts/otocotofont..eot?6d09c3a6e7fb4f4b1fe9);
  src: url(fonts/otocotofont..eot?6d09c3a6e7fb4f4b1fe9#iefix) format("embedded-opentype"), url(fonts/otocotofont..ttf?53cb391a01eb4da86110) format("truetype"), url(fonts/otocotofont..woff?70815f38467cf50142e9) 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: "";
}

.icon-arrowright:before {
  content: "";
}

.icon-dot:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrowleftthin:before {
  content: "";
}

.icon-arrowrightthin:before {
  content: "";
}

.icon-arrowdown2:before {
  content: "";
}

.icon-arrowup2:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-rss:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-magazine:before {
  content: "";
}

.icon-comic:before {
  content: "";
}

.icon-photobook:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-game:before {
  content: "";
}

.icon-video2:before {
  content: "";
}

.icon-keyword:before {
  content: "";
}

.icon-rankhot:before {
  content: "";
}

.icon-rankup:before {
  content: "";
}

.icon-ranknochg:before {
  content: "";
}

.icon-rankdown:before {
  content: "";
}

.icon-ranknew:before {
  content: "";
}

.icon-top:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-star1:before {
  content: "";
}

.icon-star2:before {
  content: "";
}

.icon-star3:before {
  content: "";
}

.icon-taghead:before {
  content: "";
}

.icon-column:before {
  content: "";
}

.icon-books:before {
  content: "";
}

.icon-ranking:before {
  content: "";
}

.icon-trailer:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-cinema:before {
  content: "";
}

.icon-drama:before {
  content: "";
}

.icon-anime:before {
  content: "";
}

.icon-culture:before {
  content: "";
}

.icon-hatebu:before {
  content: "";
}

.icon-line:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

@font-face {
  font-family: "zero-width";
  src: url(fonts/zero-width..eot?24aa3cc8e4766e400acb);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zero-width";
  src: url("//:") format("No-IE-404"), url(fonts/zero-width..woff?a99a2b53239d31a18707) format("woff"), url(fonts/zero-width..otf?bc8c7a54810b01f36031) format("opentype"), url(fonts/zero-width..ttf?37add37c3d105f455f75) 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.0909090909%;
  }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
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-success, .alert-error, .alert-info, .alert-help {
  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 {
  display: inline-block;
  position: relative;
  font-family: heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
}
.blue-btn: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 {
  background-color: #2980b9;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #2574a8;
}
.blue-btn: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;
}

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

body {
  font-weight: 300;
  font-family: heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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: 48px;
  -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;
}

.no-scroll {
  overflow: hidden;
}

/*********************
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 {
  display: none;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  z-index: 1;
  background: #fff;
  height: 40px;
  width: 100%;
  bottom: 0;
}
#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 h1 {
  margin: 0;
  line-height: 1;
}
#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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
  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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header-menu > ul > li > a, #header-menu > ul > li > span {
  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::-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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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 ul, .entry-content ol {
  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-family: menlo, Consolas, heisei-kaku-gothic-std, monospace, sans-serif;
  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;
}
.entry-content .has-text-align-right {
  text-align: right;
}
.entry-content .has-text-align-center {
  text-align: center;
}
.entry-content .has-text-align-left {
  text-align: left;
}

/* 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(fonts/carousel_arrow..png?38330aba4f71906e985c) !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: "記事に戻る";
  font-size: 13px;
  font-family: heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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 .postimage:after {
  padding-top: 0;
}
.postlist-s .postlist-item .postimage img {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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: "";
  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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}

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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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: "";
}

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

.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%;
}

.side-ranking-block {
  margin-bottom: 90px;
}
.side-ranking-block .subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.side-ranking-block .ranking-multi {
  margin-top: 15px;
}

.ranking-multi .postlist {
  padding: 30px 0 0 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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}

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

.ranking-box-office .postlist-s, .ranking-svod .postlist-s {
  display: block;
  padding: 30px 0 0 36px;
}
.ranking-box-office .postlist-s .title, .ranking-svod .postlist-s .title {
  padding-top: 0;
}

.ranking-svod .postlist-rank .postlist-item .postinfo {
  width: 96%;
}

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

/* TOP */
#top .viewall-wrapper {
  margin: 15px auto;
}
#top .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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}
#top .btn-viewall:hover {
  color: gray;
  border-color: gray;
}

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

#top-slider {
  background: #fff;
  position: relative;
}
#top-slider .swiper-wrapper {
  padding-bottom: 40px;
}
#top-slider .swiper-slide {
  line-height: 0.1;
}
#top-slider .swiper-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 88px;
  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 10px 0;
  min-height: 88px;
  -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 .swiper-pagination-bullets {
  position: absolute;
  bottom: 16px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
  height: auto;
  width: auto;
  max-width: 100%;
  background: transparent;
  opacity: 1;
}
#top-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 1rem;
  position: relative;
  width: 3rem;
  height: auto;
  background: transparent;
  opacity: 1;
}
#top-slider .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#top-slider .swiper-pagination-bullets .swiper-pagination-bullet: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 .swiper-pagination-bullets .swiper-pagination-bullet.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 .swiper-pagination-bullets button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  height: 1rem;
  width: 100%;
  border: 0;
  position: relative;
  padding: 0;
  outline: none;
}
#top-slider .swiper-pagination-bullets button:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  top: 0.5rem;
  border-top: 1px dashed #000;
}
#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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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 {
  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: 0 0 10px;
  padding: 0 0 20px;
}
.postlist-top .postlist-item .postimage {
  width: 32%;
}
.postlist-top .postlist-item .postinfo {
  width: 64%;
}
.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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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 0;
  padding: 20px 15px;
}
.top-content .std-title {
  margin-bottom: 30px;
}
.top-content .btn-viewall {
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}

#top-posts {
  margin: 0;
  padding: 30px 15px;
}
#top-posts #top-posts-inner {
  position: relative;
}
#top-posts .std-title-block {
  margin-bottom: 0;
}
#top-posts .video_wrapper {
  padding-top: 56.25%;
  position: relative;
}
#top-posts .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, .banner-box {
  padding: 0 15px;
}
.topbanners .banner-item, .banner-box .banner-item {
  width: 100%;
  margin-bottom: 15px;
}
.topbanners .banner-item.size-100, .banner-box .banner-item.size-100 {
  width: 100%;
}
.topbanners .banner-item.size-75, .banner-box .banner-item.size-75 {
  width: 100%;
}
.topbanners .banner-item.size-50, .banner-box .banner-item.size-50 {
  width: 75%;
  margin: 0 auto 15px;
}
.topbanners a, .banner-box a {
  background: #fff;
  display: block;
}
.topbanners a img, .banner-box a img {
  width: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.topbanners a:hover img, .banner-box a:hover img {
  opacity: 0.8;
}

.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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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-movie .video-wrapper {
  margin-bottom: 30px;
}
#top-movie .video-caption {
  margin-top: 5px;
  padding-bottom: 10px;
  font-size: 11px;
}

.content-top-article .viewall-wrapper {
  margin: 15px auto;
}
.content-top-article .btn-viewall {
  margin: 10px auto 0;
  border-radius: 0;
  background: 0;
  border: 0;
  color: #000;
  border-bottom: 2px solid #000;
  width: 200px !important;
  font-size: 20px;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}
.content-top-article .btn-viewall:hover {
  color: gray;
  border-color: gray;
}

.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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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 #sidebar .postlist-s .postlist-item {
  margin-bottom: 15px;
}
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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.single .link_backnumber {
  color: #000;
  display: block;
  width: 80%;
  margin: 0 auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#genre .termlist li a {
  display: block;
}

/* 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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}

/* ABOUT */
#about {
  max-width: 500px;
  margin: 0 auto;
  line-height: 2;
}
#about .page-title {
  margin-top: 60px;
}
#about h2 {
  font-size: 16px;
}
#about .entry-content {
  font-size: 0.8125rem;
  line-height: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}
#about .about-contact {
  text-align: right;
}
#about dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about dt {
  width: 4rem;
  color: #232323;
  margin-bottom: 1rem;
}
#about dd {
  width: calc(100% - 4rem);
  color: #232323;
  margin-bottom: 1rem;
}

/* PRIVACY */
#privacy {
  max-width: 800px;
  margin: 0 auto;
}
#privacy .page-title {
  margin-top: 60px;
  font-weight: bold;
  font-size: 25px;
}
#privacy h2 {
  margin-top: 2.2rem;
}
#privacy h3 {
  margin-top: 4.4rem;
}
#privacy ol {
  margin-left: 0.25rem;
}
#privacy ol li {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
}
#privacy .has-s-font-size {
  font-size: 0.75rem;
  line-height: 2.2rem;
  margin-top: 0rem;
  margin-bottom: 2.2rem;
}

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

.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 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.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(fonts/loading..gif?1a086abe367dd33816c1);
  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: 10px;
}
.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;
  padding-right: 4px;
}
.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;
}

.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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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: 20px auto;
}
.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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ie-yu .page-links {
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ie-yu .page-links .page-links-inner {
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
}

/* modal */
#modal-view {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
#modal-view .close-button {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;
  cursor: pointer;
  padding: 0;
  width: 3rem;
  height: 3rem;
}
#modal-view .close-button .line {
  width: 3rem;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}
#modal-view .close-button .line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#modal-view .close-button .line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* way the hell off screen */
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

/******************************************************************
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.
*/
@media only screen and (min-width: 481px) {
  /*********************
  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;
  }

  #top-posts .btn-viewall {
    margin: 10px auto 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;
  }

  .side-content .postlist-s .postlist-item .title {
    font-size: 14px;
  }

  /* 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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
  }
}
/******************************************************************
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!

******************************************************************/
@media only screen and (min-width: 568px) {
  /*********************
  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;
  }

  .postlist-top {
    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 {
    display: block;
    padding: 0 10px 20px;
    width: 50%;
  }
  .postlist-top .postlist-item .infoheader {
    margin: 20px 0 5px;
  }
  .postlist-top .postlist-item .postimage, .postlist-top .postlist-item .postinfo {
    width: 100%;
  }
  .postlist-top .postlist-item.size2 {
    width: 70%;
    margin: 10px auto 80px;
    padding: 0 4%;
  }

  .topbanners, .banner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbanners .banner-item, .banner-box .banner-item {
    width: 100%;
  }
  .topbanners .banner-item.size-100, .banner-box .banner-item.size-100 {
    width: 100%;
  }
  .topbanners .banner-item.size-75, .banner-box .banner-item.size-75 {
    width: 75%;
  }
  .topbanners .banner-item.size-50, .banner-box .banner-item.size-50 {
    width: 50%;
  }

  .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;
  }

  .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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .postlist-broadway .postlist-item .excerpt {
    font-size: 14px;
    margin-top: 10px;
  }
}
/******************************************************************
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!

******************************************************************/
@media only screen and (min-width: 769px) {
  /*********************
  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 {
    display: block;
    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;
    height: 100%;
  }
  #header-menu > ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  #header-menu > ul > li {
    margin: 0 1.5%;
  }
  #header-menu > ul > li > a, #header-menu > ul > li > span {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0;
  }
  #header-menu .submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    margin: 0;
    color: #fff;
    min-width: 150px;
    z-index: 1000;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  #header-menu .submenu.show {
    visibility: visible;
  }
  #header-menu .submenu li {
    text-align: left;
    white-space: nowrap;
  }
  #header-menu .submenu li a {
    color: #fff;
    display: block;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
  }
  #header-menu .submenu li a:hover {
    color: #ccc;
  }

  .page-title {
    margin-top: 40px;
  }

  .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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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 .btn-viewall {
    width: 200px;
  }

  #top-featured .wrap {
    width: 100%;
    max-width: 1096px;
    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;
  }

  .postlist-top .infoheader {
    margin: 15px 0 5px;
  }
  .postlist-top .infoheader .date_new {
    padding-left: 3px;
  }
  .postlist-top .postlist-item {
    display: block;
    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%;
  }
  .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 40px;
    padding: 35px 0 0;
  }
  .top-content:first-child#top-posts .std-title-block {
    padding-top: 50px;
  }
  .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;
  }

  #top-featured {
    padding-bottom: 40px;
  }

  #top-posts, #top-movie {
    padding: 0 48px 40px;
    max-width: 1096px;
    margin: 0 auto;
  }
  #top-posts .wrap, #top-movie .wrap {
    position: relative;
    width: 100%;
  }

  #top-posts .std-title-block {
    margin-bottom: 15px;
  }

  #top-movie .video-wrapper {
    margin-bottom: 60px;
  }
  #top-movie .video-caption {
    margin-top: 5px;
    padding-bottom: 0;
    font-size: 12px;
    text-align: right;
  }

  #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;
    padding: 0 30px;
    margin: 60px -15px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbanners .banner-item, .banner-box .banner-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .topbanners .banner-item.size-100, .banner-box .banner-item.size-100 {
    width: 100%;
  }
  .topbanners .banner-item.size-75, .banner-box .banner-item.size-75 {
    width: 75%;
  }
  .topbanners .banner-item.size-50, .banner-box .banner-item.size-50 {
    width: 50%;
    margin-bottom: 30px;
  }
  .topbanners a, .banner-box a {
    display: block;
  }
  .topbanners a img, .banner-box a img {
    display: block;
    width: 100%;
  }

  #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;
  }
  .std-content-ranking.mobile {
    display: none;
  }

  .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-tagranking .std-subtitle {
    margin: 0 0 15px;
  }

  #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 */
  /* contact form 7 */
  .wpcf7-form {
    padding-top: 20px;
  }

  .step_confirm {
    padding-top: 130px;
  }

  /* 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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
  }
}
/******************************************************************
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.

******************************************************************/
@media only screen and (min-width: 900px) {
  /* 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;
  }
}
/******************************************************************
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.

******************************************************************/
@media only screen and (min-width: 1024px) {
  .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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
  }

  #top-posts .wrap, #top-movie .wrap {
    padding: 0;
  }

  .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: 35px;
    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 #sidebar .ranking-svod .postlist-rank .postlist-item .postinfo {
    width: 96%;
  }
  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 .postlist-s .postlist-item .title {
    font-size: 12px;
  }

  .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;
  }

  .side-ranking-block .ranking-multi .postlist {
    padding-top: 45px;
  }

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

******************************************************************/
@media only screen and (min-width: 1100px) {
  .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%;
  }

  .content-top-article .postlist-m .postlist-item {
    float: left;
    width: 32%;
    margin: 0 2% 4% 0;
  }
  .content-top-article .postlist-m .postlist-item.left4 {
    clear: none;
  }
  .content-top-article .postlist-m .postlist-item.right4 {
    margin-right: 2%;
  }
  .content-top-article .postlist-m .postlist-item.right2 {
    float: left;
    margin-right: 2%;
  }
  .content-top-article .postlist-m .postlist-item.right3 {
    margin-right: 0;
  }
  .content-top-article .postlist-m .postlist-item.left2 {
    clear: none;
  }
  .content-top-article .postlist-m .postlist-item.left3 {
    clear: both;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
@media only screen and (min-width: 1240px) {
  .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 .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 .ranking-svod .postlist-rank .postlist-item .postinfo {
    width: 96%;
  }
  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%;
  }
}
/******************************************************************
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.

*/
/******************************************************************
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.

******************************************************************/
@media print {
  * {
    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;
  }
}
/*! 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.
*********************/
/*********************
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.
*********************/
/*********************
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.
*********************/
/*********************
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.
*********************/
/*********************
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.
*********************/
/*********************
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.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
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.
*********************/
/*********************
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.
*********************/
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./library/scss/pages/movietrailer.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "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;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./library/scss/pages/ranking.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@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.
*/
/* RANKING */
#ranking #main .entry-content {
  padding: 0 5%;
}
#ranking .header-sub {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 20px;
}
#ranking .post-content {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
#ranking .post-content p {
  line-height: 1.8;
}
#ranking .ranking-tabs {
  margin: 0;
}
#ranking .video-wrapper {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#ranking #video-youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#ranking #video-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#ranking .copyrights {
  font-size: 11px;
  padding: 30px 0;
  color: #333;
}
#ranking .information {
  font-size: 13px;
  padding: 30px 0 0;
}
#ranking .information p {
  font-size: 13px;
  margin-bottom: 20px;
}
#ranking .btn-block {
  text-align: center;
}
#ranking .btn-block .std-ibl-button {
  display: inline-block;
  width: auto;
  margin: 50px 0;
  padding: 0 10px;
}

.content-ranking-box-office .wrap_thin {
  max-width: 480px;
  margin: 0 auto;
}

.content-ranking-access .ranking-block-access {
  width: 100%;
  max-width: 640px;
  padding-top: 30px;
  margin: 0 auto 50px;
}
.content-ranking-access .ranking-block-access .rank-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 15px;
}
.content-ranking-access .ranking-block-access .btn-viewall {
  display: none;
}
.content-ranking-access .postlist-rank .postlist-item {
  margin-bottom: 8%;
  padding: 0;
}

.postlist-rank .change .change-new, .postlist-rank-page .change .change-new {
  text-align: center;
}
.postlist-rank .change .change-new:before, .postlist-rank-page .change .change-new:before {
  content: "NEW";
  font-weight: 700;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  background-color: #a84a48;
  color: #fff;
  width: 44px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
}
.postlist-rank .change .change-up, .postlist-rank .change .change-down, .postlist-rank .change .change-stay, .postlist-rank-page .change .change-up, .postlist-rank-page .change .change-down, .postlist-rank-page .change .change-stay {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.postlist-rank .change .change-up span, .postlist-rank .change .change-down span, .postlist-rank .change .change-stay span, .postlist-rank-page .change .change-up span, .postlist-rank-page .change .change-down span, .postlist-rank-page .change .change-stay span {
  display: block;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.postlist-rank .change .change-up span:before, .postlist-rank .change .change-down span:before, .postlist-rank .change .change-stay span:before, .postlist-rank-page .change .change-up span:before, .postlist-rank-page .change .change-down span:before, .postlist-rank-page .change .change-stay span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.postlist-rank .change .change-up span:after, .postlist-rank .change .change-down span:after, .postlist-rank .change .change-stay span:after, .postlist-rank-page .change .change-up span:after, .postlist-rank-page .change .change-down span:after, .postlist-rank-page .change .change-stay span:after {
  content: "";
  display: block;
  width: 36%;
  height: 36%;
  position: absolute;
  top: 50%;
  right: 1%;
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.postlist-rank .change .change-up span, .postlist-rank-page .change .change-up span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.postlist-rank .change .change-down span, .postlist-rank-page .change .change-down span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.postlist-rank .prev-number, .postlist-rank-page .prev-number {
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
}

.postlist-rank .change {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
}
.postlist-rank .change .change-new, .postlist-rank .change .change-stay, .postlist-rank .change .change-up, .postlist-rank .change .change-down {
  width: 50%;
  padding-top: 50%;
}
.postlist-rank .change .change-new {
  padding: 15px 0;
}
.postlist-rank .change .change-new + .prev-number {
  display: none;
}
.postlist-rank .change .prev-number {
  width: 50%;
  padding-left: 5%;
}

.postlist-rank-page {
  padding-top: 30px;
}
.postlist-rank-page .postlist-item {
  margin-bottom: 60px;
}
.postlist-rank-page .postlist-item .rank {
  width: auto;
  height: auto;
}
.postlist-rank-page .postlist-item .rank .number {
  font-weight: 700;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  font-size: 10vw;
  text-align: center;
}
.postlist-rank-page .postlist-item .postinfo {
  width: 100%;
}
.postlist-rank-page .postlist-item .postinfo .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.postlist-rank-page .postlist-item .postinfo .buttons a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.postlist-rank-page .postlist-item .postinfo .buttons a:hover {
  opacity: 0.7;
}
.postlist-rank-page .postlist-item .postinfo .btn-trailer {
  font-weight: 700;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 60px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #666;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.postlist-rank-page .postlist-item .postinfo .btn-official {
  font-weight: 700;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 90px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  margin-left: 10px;
  text-decoration: none;
}
.postlist-rank-page .postlist-item .postinfo .btn-related {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 22px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #000;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}

.postlist-rank-movie {
  padding-top: 30px;
}
.postlist-rank-movie .postlist-item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.postlist-rank-movie .postlist-item .rank {
  width: 15%;
  min-width: 15%;
  margin-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.postlist-rank-movie .postlist-item .rank .change {
  margin-top: auto;
}
.postlist-rank-movie .postlist-item .postimage {
  width: 40%;
  max-width: 150px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.postlist-rank-movie .postlist-item .postimage img {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.postlist-rank-movie .postlist-item .postimage.open-trailer:after {
  content: none;
}
.postlist-rank-movie .postlist-item .postimage.open-trailer:hover {
  opacity: 0.8;
}
.postlist-rank-movie .postlist-item .postinfo {
  padding-top: 25px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
.postlist-rank-movie .postlist-item .postinfo .title {
  padding: 0 0 15px;
  font-size: 16px;
}
.postlist-rank-movie .postlist-item .postinfo .buttons {
  padding-top: 20px;
}

.postlist-rank-svod {
  padding-top: 30px;
}
.postlist-rank-svod .postlist-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.postlist-rank-svod .postlist-item .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.postlist-rank-svod .postlist-item .rank .number {
  width: 40%;
  text-align: left;
  letter-spacing: 0;
}
.postlist-rank-svod .postlist-item .rank .change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
.postlist-rank-svod .postlist-item .rank .change .change-up, .postlist-rank-svod .postlist-item .rank .change .change-down, .postlist-rank-svod .postlist-item .rank .change .change-stay {
  padding-top: 50%;
  width: 50%;
  min-width: 50%;
}
.postlist-rank-svod .postlist-item .rank .change .change-new {
  width: 50%;
}
.postlist-rank-svod .postlist-item .rank .change .change-new:before {
  text-align: center;
}
.postlist-rank-svod .postlist-item .rank .prev-number {
  white-space: nowrap;
  width: 50%;
  min-width: 50%;
}
.postlist-rank-svod .postlist-item .postinfo {
  padding-top: 15px;
  width: 100%;
  line-height: 1.5;
}
.postlist-rank-svod .postlist-item .postinfo .title {
  padding: 0 0 10px;
  font-size: 18px;
}
.postlist-rank-svod .postlist-item .postinfo .point {
  font-weight: 400;
  font-family: futura-pt, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, heisei-kaku-gothic-std, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}
.postlist-rank-svod .postlist-item .postinfo .buttons {
  padding-top: 20px;
}
.postlist-rank-svod .postlist-item-header {
  padding-bottom: 15px;
}
.postlist-rank-svod .postlist-item-header .rank .number, .postlist-rank-svod .postlist-item-header .rank .change .change-stay, .postlist-rank-svod .postlist-item-header .rank .prev-number {
  font-size: 12px;
  font-weight: 600;
  padding: 15px 0 0;
  line-height: 1;
}
.postlist-rank-svod .postlist-item-header .rank .number {
  width: auto;
}
.postlist-rank-svod .postlist-item-header .rank .change {
  padding-left: 10px;
}
.postlist-rank-svod .postlist-item-header .postinfo {
  padding-top: 10px;
}
.postlist-rank-svod .postlist-item-header .postinfo .title, .postlist-rank-svod .postlist-item-header .postinfo .point {
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.postlist-rank-svod .postlist-item-header .postinfo .buttons {
  padding: 0;
}

@media only screen and (min-width: 481px) {
  .postlist-rank-svod .postlist-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .postlist-rank-svod .postlist-item .rank {
    width: 25%;
  }
  .postlist-rank-svod .postlist-item .postinfo {
    padding-top: 10px;
    padding-left: 20px;
    width: 75%;
    line-height: 1.5;
  }
  .postlist-rank-svod .postlist-item-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  #ranking .information {
    text-align: center;
  }
}
/* RANKING */
@media only screen and (min-width: 769px) {
  #ranking .wrap {
    width: 100%;
  }
  #ranking #main {
    width: 100%;
    max-width: 1000px;
    float: none;
    margin: 0 auto;
  }
  #ranking #main .entry-content {
    padding-top: 0;
  }
  #ranking .hentry {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  #ranking.content-ranking-svod #main {
    max-width: 1100px;
  }

  .content-ranking .postlist-rank .postlist-item .title {
    font-size: 14px;
  }

  .content-ranking-box-office .wrap_thin {
    max-width: 640px;
  }

  .content-ranking-svod .wrap {
    max-width: 960px;
    margin: 0 auto;
  }

  .content-ranking-access .ranking-block-access {
    margin: 0 auto;
  }
  .content-ranking-access .ranking-block-access .rank-title {
    font-size: 18px;
  }
  .content-ranking-access .postlist-rank {
    padding-top: 50px;
    padding-left: 0;
  }
  .content-ranking-access .postlist-rank .postlist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-ranking-access .postlist-rank .postlist-item .rank {
    position: static;
    width: 12%;
    min-width: 12%;
    height: auto;
    text-align: center;
    font-size: 40px;
    line-height: 1;
  }
  .content-ranking-access .postlist-rank .postlist-item .postimage {
    width: 32%;
  }
  .content-ranking-access .postlist-rank .postlist-item .postinfo {
    width: 52%;
    margin-left: auto;
  }

  .postlist-rank-movie .postlist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }
  .postlist-rank-movie .postlist-item .rank {
    width: 9%;
    min-width: 9%;
    margin-right: 3%;
  }
  .postlist-rank-movie .postlist-item .rank .number {
    font-size: 44px;
  }
  .postlist-rank-movie .postlist-item .rank .change .change-new {
    text-align: center;
  }
  .postlist-rank-movie .postlist-item .postimage {
    width: 22%;
  }
  .postlist-rank-movie .postlist-item .postinfo {
    padding-top: 0;
    width: 62%;
    margin-left: auto;
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .postlist-rank-movie .postlist-item .postinfo .title {
    padding: 0 0 5px;
    font-size: 17px;
  }
  .postlist-rank-movie .postlist-item .postinfo .buttons {
    margin-top: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .postlist-rank-svod {
    padding-top: 30px;
  }
  .postlist-rank-svod .postlist-item {
    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;
  }
  .postlist-rank-svod .postlist-item .rank {
    width: 20%;
  }
  .postlist-rank-svod .postlist-item .rank .number {
    font-size: 44px;
    width: 60px;
    text-align: center;
  }
  .postlist-rank-svod .postlist-item .rank .change {
    width: calc(100% - 60px);
  }
  .postlist-rank-svod .postlist-item .postinfo {
    padding-top: 0;
    width: 80%;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .postlist-rank-svod .postlist-item .postinfo .title {
    padding: 15px;
    font-size: 16px;
    width: 40%;
  }
  .postlist-rank-svod .postlist-item .postinfo .point {
    width: 20%;
    padding: 15px;
  }
  .postlist-rank-svod .postlist-item .postinfo .buttons {
    width: 40%;
    min-width: 260px;
    padding-top: 0;
  }
  .postlist-rank-svod .postlist-item-header {
    padding-bottom: 15px;
  }
  .postlist-rank-svod .postlist-item-header .rank .number, .postlist-rank-svod .postlist-item-header .rank .change .change-stay, .postlist-rank-svod .postlist-item-header .rank .prev-number {
    font-size: 12px;
    padding: 15px 0;
  }
  .postlist-rank-svod .postlist-item-header .rank .change {
    padding-left: 10px;
  }
  .postlist-rank-svod .postlist-item-header .postinfo {
    padding-top: 0;
  }
  .postlist-rank-svod .postlist-item-header .postinfo .title, .postlist-rank-svod .postlist-item-header .postinfo .point {
    font-size: 12px !important;
    line-height: 1;
  }
}
/* RANKING */
@media only screen and (min-width: 1024px) {
  #ranking #main .main-content {
    margin: 0 70px;
  }

  .content-ranking-svod .wrap {
    max-width: 1100px;
  }
}
