@charset "UTF-8";
/* ==========================================================================
	計測タグの余白をリセット
========================================================================== */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

/* ==========================================================================
	はてぶアイコン
========================================================================== */
.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: "B!";
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
:before,
:after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritence in all browsers (opinionated).
  */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Add border box sizing in all browsers (opinionated).
  * 2. Add the default cursor in all browsers (opinionated).
  * 3. Prevent font size adjustments after orientation changes in IE and iOS.
  */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
  * Remove the text shadow on text selections (opinionated).
  * 1. Restore the coloring undone by defining the text shadow (opinionated).
  */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
    ========================================================================== */
/*
  * Change the alignment on media elements in all browers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

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

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg {
  fill: currentColor;
}

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
    ========================================================================== */
/**
  * Collapse border spacing
  */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
    ========================================================================== */
/**
  * Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
  * Inherit styling in all browsers (opinionated).
  */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

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

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

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

/**
  * 1. Remove the default vertical scrollbar in IE.
  * 2. Change the resize direction on textareas in all browsers (opinionated).
  */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

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

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

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

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

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
    ========================================================================== */
/*
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
    ========================================================================== */
/*
  * Remove the tapping delay on clickable elements (opinionated).
  * 1. Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
    ========================================================================== */
/**
  * Change the cursor on busy elements (opinionated).
  */
[aria-busy="true"] {
  cursor: progress;
}

/*
  * Change the cursor on control elements (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the display on visually hidden accessible elements (opinionated).
  */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements (opinionated).
  */
[aria-disabled] {
  cursor: default;
}

/* ==========================================================================
	sanitize overwrite
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

/* ==========================================================================
	BASE
========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

html.in_modal,
body.in_modal {
  height: 100%;
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* ==========================================================================
	BASE
========================================================================== */
.c-visible_tab {
  display: none;
}

@media all and (max-width: 1219px) {
  .c-visible_tab {
    display: block;
  }
}

.c-visible_pc {
  display: none;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-visible_pc {
    display: block;
  }
}

/* ==========================================================================
	for wordpress
========================================================================== */
.screen-reader-text,
.meta-nav {
  display: none;
}

/*----------------------------------------------------
404
----------------------------------------------------*/
.l-404 {
  padding-top: 240px;
  min-height: calc(100vh - 190px);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.l-wrapline {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .l-wrapline {
    border: 10px solid #141414;
    overflow: hidden;
    border-bottom: none;
  }
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
.l-footer {
  position: relative;
  color: #fff;
  height: 200px;
  background: #141414;
  overflow: hidden;
  z-index: 1;
}

@media all and (max-width: 1219px) {
  .l-footer {
    height: 160px;
  }
}

.l-footer:before {
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  content: '';
  width: 100%;
  height: 200%;
  background: url(/wp/wp-content/themes/object/assets/images/common/header/logo.svg) no-repeat top center;
  background-size: 90%;
  opacity: 0.18;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=18)";
}

@media all and (max-width: 1219px) {
  .l-footer:before {
    background-size: 120%;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  }
}

.l-footer__logo {
  width: 115px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .l-footer__logo {
    width: 120px;
  }
}

.l-footer__copy {
  margin-top: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .l-footer__copy {
    margin-top: 8px;
    font-size: 0.6875rem;
  }
}

.l-footer__inner {
  position: relative;
  margin: 0 80px;
  padding: 56px 0;
}

@media all and (max-width: 1219px) {
  .l-footer__inner {
    margin: 0 5vw;
    padding: 32px 0;
  }
}

.l-footer__pagetop {
  position: absolute;
  top: 72px;
  right: 0;
  font-size: 26px;
  font-size: 1.625rem;
  width: 40px;
  text-align: center;
}

.l-footer__pagetop a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-top: 3px solid;
}

.l-footer__pagetop a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

@media all and (max-width: 1219px) {
  .l-footer__pagetop {
    font-size: 1.375rem;
    position: absolute;
    top: 40px;
    right: 12px;
    width: 32px;
  }
}

.l-footer__sns {
  margin-top: 8px;
}

.l-footer__sns a {
  margin-left: 12px;
}

.l-footer__sns a:first-child {
  margin-left: 0;
}

/*----------------------------------------------------
siteHead
----------------------------------------------------*/
.siteHead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #141414;
  height: 112px;
  width: 100%;
}

@media all and (max-width: 1219px) {
  .siteHead {
    height: 64px;
    background: #fff;
  }
}

.siteHead:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .siteHead:before {
    width: calc(100% - 10px*2);
    height: calc(100% - 10px);
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border-radius: 12px 12px 0 0;
  }
}

.siteHead__inner {
  position: relative;
  margin: 0 80px;
  padding: 28px 0;
}

@media all and (max-width: 1219px) {
  .siteHead__inner {
    margin: 0 5vw;
    padding: 22px 0 0;
  }
}

.siteHead__logo {
  width: 110px;
  height: 25px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .siteHead__logo {
    width: 160px;
    height: 40px;
    margin-top: 20px;
  }
}

/*----------------------------------------------------
loading
----------------------------------------------------*/
.l-loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 1000;
}

.l-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #2954ab;
  z-index: 1001;
}

.l-loader p {
  margin-top: 10px;
  display: none;
}

.l-loader img {
  width: 24px;
  height: 24px;
  display: none;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .l-loader img {
    width: 24px;
    height: 24px;
  }
}

/*----------------------------------------------------
mainNav
----------------------------------------------------*/
.mainNav__inner__maintxt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  display: block;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media all and (max-width: 1219px) {
  .mainNav__inner__maintxt {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .mainNav__inner__maintxt:before, .mainNav__inner__maintxt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .mainNav__inner__maintxt:before {
    width: 20px;
    height: 1px;
    background: #C8C8C8;
  }
  .mainNav__inner__maintxt:after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #C8C8C8;
    border-right: 1px solid #C8C8C8;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.mainNav__inner__subtxt {
  display: block;
  line-height: 1;
  margin-top: 6px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
  position: relative;
  z-index: 1;
  font-size: 10px;
  font-size: 0.625rem;
}

@media all and (max-width: 1219px) {
  .mainNav__inner__subtxt {
    display: none;
  }
}

.mainNav__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media all and (max-width: 1219px) {
  .mainNav__inner ul {
    display: block;
    border-top: solid 2px #f7f7f7;
  }
}

.mainNav__inner li {
  position: relative;
  margin-left: 36px;
}

@media all and (max-width: 1219px) {
  .mainNav__inner li {
    margin-left: 0;
  }
}

.mainNav__inner li:before {
  position: absolute;
  left: -4px;
  bottom: -10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background: #ff5533;
  border-radius: 10px;
}

@media all and (max-width: 1219px) {
  .mainNav__inner li:before {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
  }
}

.mainNav__inner li.blue:before {
  background: #459FE5;
}

.pageNews .mainNav__inner li.blue:before {
  display: none;
}

.mainNav__inner li.active:before, .mainNav__inner li:hover:before {
  width: calc(100% + 8px);
}

@media all and (max-width: 1219px) {
  .mainNav__inner li.active:before, .mainNav__inner li:hover:before {
    width: 8px;
  }
}

@media all and (max-width: 1219px) {
  .mainNav__inner li:hover:before {
    width: 0;
  }
}

.mainNav__inner li.koezuka {
  position: relative;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainNav__inner li.koezuka {
    width: 102px;
  }
}

.mainNav__inner li.koezuka:before {
  display: none;
}

.mainNav__inner li.koezuka a {
  display: block;
  padding: 16px 7vw 16px 7vw;
  width: 100%;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainNav__inner li.koezuka a {
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    padding: 0;
  }
}

.mainNav__inner li.koezuka img {
  width: 70px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainNav__inner li.koezuka img {
    width: 102px;
  }
}

.mainNav__inner li.seiyu-esports {
  position: relative;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainNav__inner li.seiyu-esports {
    width: 102px;
  }
}

.mainNav__inner li.seiyu-esports:before {
  display: none;
}

.mainNav__inner li.seiyu-esports a {
  display: block;
  padding: 7px 7vw 7px 6vw;
  width: 100%;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainNav__inner li.seiyu-esports a {
    position: absolute;
    top: -12px;
    left: 0;
    height: 57px;
    padding: 0;
  }
}

.mainNav__inner li.seiyu-esports img {
  width: 68px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainNav__inner li.seiyu-esports img {
    width: 102px;
  }
}

@media all and (max-width: 1219px) {
  .mainNav__inner li a {
    display: block;
    position: relative;
    border-bottom: solid 2px #f7f7f7;
    line-height: 1;
    padding: 20px 7vw;
  }
}

.drawer_logo {
  position: absolute;
  top: 10px;
  left: 7vw;
  width: 100px;
  margin-top: 16px;
}

.navBottom {
  background-color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px 7vw;
}

.navBottom .menuIco a {
  margin-left: 10px;
}

.navBottom .menuIco a:first-child {
  margin-left: 0;
}

.navBottom .menuCR {
  margin-top: 12px;
  font-size: 12px;
  font-size: 0.75rem;
}

/*----------------------------------------------------
mainNav
----------------------------------------------------*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

#overlay.open {
  display: block;
}

/*----------------------------------------------------
mainNav
----------------------------------------------------*/
/* menuBtn */
.menuBtn {
  position: absolute;
  top: 24px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 100;
  /* 959 */
}

.menuBtn:after {
  display: block;
  content: '';
  padding-top: 100%;
}

@media all and (min-width: 1220px) {
  .menuBtn {
    display: none;
  }
  .menuBtn.open.always {
    display: block;
  }
}

#menuBtnClose {
  right: 5vw;
}

/* nav-icon */
.nav-icon {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 100%;
  z-index: 55;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.nav-icon:before {
  content: '';
  width: 40px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  left: 0;
  background: #ff5533;
}

.nav-icon:after {
  content: '';
  width: 40px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: -12px;
  background: #459FE5;
}

.nav-icon.open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  top: 12px;
}

.nav-icon.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

/*----------------------------------------------------
mainNav
----------------------------------------------------*/
#mainNav {
  position: absolute;
  visibility: visible;
  top: 43px;
  right: 0;
  border-left: 1px solid #dedede;
}

@media all and (max-width: 1219px) {
  #mainNav {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 80px 0;
    background-color: #fff;
  }
  #mainNav.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.js-accordion_cont {
  display: none;
}

.js-accordion_cont.no-pc {
  display: block;
}

/*----------------------------------------------------
AddToAny
----------------------------------------------------*/
.AddToAny {
  font-size: 12px;
  color: #323232;
}

.addtoany_shortcode {
  display: inline-block;
  margin-left: 2px;
  padding: 0 6px;
  border-radius: 22px;
}

.addtoany_list a, .widget .addtoany_list a {
  font-size: 0;
  line-height: 0;
  padding: 1px 10px;
  margin-right: 5px;
  background: #3c3c3c;
  border-radius: 22px;
}

/* 959 */
@media all and (min-width: 1220px) {
  .addtoany_shortcode {
    margin-left: 10px;
  }
  .addtoany_shortcode {
    background: #3c3c3c;
  }
  .addtoany_list a, .widget .addtoany_list a {
    padding: 0 5px;
    margin-right: 0;
    background: none;
    border-radius: 0;
  }
}

/**************************************/
/*    下層 listの動き
/**************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

/*----------------------------------------------------
breadcrumb
----------------------------------------------------*/
.c-breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 40px;
}

@media all and (max-width: 1219px) {
  .c-breadcrumb {
    padding-top: 24px;
    font-size: 0.75rem;
  }
}

.orange .c-breadcrumb a {
  color: #ff5533;
}

.blue .c-breadcrumb a {
  color: #459FE5;
}

.c-breadcrumb li {
  display: inline-block;
  line-height: 1;
}

.c-breadcrumb li:first-child {
  position: relative;
}

.c-breadcrumb li:not(:first-child) {
  padding-left: 4px;
}

.c-breadcrumb li:not(:first-child):before {
  content: "";
  display: inline-block;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 2px 10px 2px 0;
}

.c-categorylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -8px;
}

.orange .c-categorylist {
  color: #ff5533;
}

.blue .c-categorylist {
  color: #459FE5;
}

.c-categorylist a {
  display: block;
}

.c-categorylist__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid;
  border-radius: 30px;
  margin-left: 8px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 1;
}

.c-categorylist__item a {
  display: block;
  padding: 5px 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-categorylist__item a {
    padding: 5px 20px;
    font-size: 0.8125rem;
  }
}

.c-categorylist__item.active, .c-categorylist__item:hover {
  color: #fff;
}

.orange .c-categorylist__item.active, .orange .c-categorylist__item:hover {
  background: #ff5533;
}

.blue .c-categorylist__item.active, .blue .c-categorylist__item:hover {
  background: #459FE5;
}

.c-close {
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #ff5533;
  border-radius: 50%;
  cursor: pointer;
}

.c-close:before, .c-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  content: '';
  width: 50%;
  height: 2px;
  background: #000;
}

.c-close:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

/*----------------------------------------------------
contents
----------------------------------------------------*/
.c-cont {
  margin-top: 102px;
  margin-bottom: 102px;
  min-height: calc(100vh - 272px);
}

.c-cont.no-mb {
  margin-bottom: 0;
}

@media all and (max-width: 1219px) {
  .c-cont {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------
section
----------------------------------------------------*/
.c-cmn_section {
  padding: 28px 0;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-cmn_section {
    padding: 48px 0;
  }
}

.c-cmn_section.no-pb {
  padding-bottom: 0;
}

.c-cmn_section.no-pd {
  padding: 0;
}

/*----------------------------------------------------
inner
----------------------------------------------------*/
.c-inner {
  margin: 0 auto;
  padding: 0 5vw;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-inner {
    max-width: 1360px;
    padding: 0 80px;
  }
}

.c-inner.small {
  max-width: 1120px;
}

/*----------------------------------------------------
汎用囲み
----------------------------------------------------*/
.c-enclose {
  background: #f7f7f7;
  padding: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-enclose {
    padding: 32px;
    font-size: 0.8125rem;
  }
}

.c-hover_op {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-hover_op {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-hover_op:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

/*----------------------------------------------------
imgHov
----------------------------------------------------*/
.c-scale_hover:hover img {
  -webkit-transform: scale(1.05) translate(-50%, -50%);
          transform: scale(1.05) translate(-50%, -50%);
}

.c-scale_hover img {
  -webkit-transition: 0.3s 0s ease transform;
  transition: 0.3s 0s ease transform;
}

.c-link {
  color: #459FE5;
  text-decoration: underline;
}

/*----------------------------------------------------
navSingle
----------------------------------------------------*/
.c-paginate_archive {
  padding-top: 40px;
  border-top: solid 1px #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

@media all and (max-width: 1219px) {
  .c-paginate_archive {
    padding-top: 28px;
    font-size: 0.875rem;
  }
}

.c-paginate_archive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-paginate_archive-wrapper .page-numbers {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid;
  border-radius: 50%;
  height: 32px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  width: 32px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-paginate_archive-wrapper .page-numbers {
    font-size: 0.8125rem;
    display: block;
    height: 36px;
    line-height: 34px;
    width: 36px;
  }
}

.c-paginate_archive-wrapper .page-numbers.current {
  background: #ff5533;
  border: 1px solid #ff5533;
  color: #fff;
}

.c-paginate_archive-wrapper .page-numbers:hover {
  background: #ff5533;
  border: 1px solid #ff5533;
  color: #fff;
}

.c-paginate_archive-wrapper .page-numbers.dots {
  border: none;
  width: 1em;
}

.c-paginate_archive-wrapper .page-numbers.dots:hover {
  background: none;
  border: none;
  color: #333;
}

.c-paginate_archive-wrapper .page-numbers.prev {
  border: none;
  text-align: left;
  margin: 0 3px 0 0;
  width: auto;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-paginate_archive-wrapper .page-numbers.prev {
    margin: 0 48px 0 0;
  }
}

.c-paginate_archive-wrapper .page-numbers.prev:hover {
  background: none;
  border: none;
  color: #333;
}

.c-paginate_archive-wrapper .page-numbers.next {
  border: none;
  margin: 0 0 0 3px;
  text-align: right;
  width: auto;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-paginate_archive-wrapper .page-numbers.next {
    margin: 0 0 0 48px;
  }
}

.c-paginate_archive-wrapper .page-numbers.next:hover {
  background: none;
  border: none;
  color: #333;
}

/*----------------------------------------------------
navSingle
----------------------------------------------------*/
.c-paginate_single {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 40px;
  border-top: solid 2px #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

@media all and (max-width: 1219px) {
  .c-paginate_single {
    padding-top: 28px;
    font-size: 0.875rem;
  }
}

.c-paginate_single__item {
  min-width: 120px;
}

@media all and (max-width: 1219px) {
  .c-paginate_single__item {
    min-width: 100px;
  }
}

.c-paginate_single .prev {
  text-align: right;
}

.c-paginate_single .back a {
  display: block;
  background: #333;
  text-align: center;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 2em;
}

@media all and (max-width: 1219px) {
  .c-paginate_single .back a {
    padding: 0.2em 0.3em;
  }
}

/*----------------------------------------------------
postlist
----------------------------------------------------*/
.c-postlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -80px;
}

@media all and (max-width: 1219px) {
  .c-postlist {
    margin-top: -40px;
  }
}

.c-postlist__item {
  position: relative;
  width: 33.333%;
  margin-top: 64px;
}

@media all and (max-width: 1219px) {
  .c-postlist__item {
    width: 100%;
    margin-top: 32px;
  }
}

.col-4 .c-postlist__item {
  width: 25%;
}

@media all and (max-width: 1219px) {
  .col-4 .c-postlist__item {
    width: 50%;
  }
}

.c-postlist__item__info {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-postlist__item__info {
    padding-right: 24px;
  }
}

.c-postlist__item__subinfo {
  margin-top: 8px;
  border-top: 1px solid #f7f7f7;
  padding-top: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-postlist__item__subinfo {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 0.8125rem;
  }
}

.c-postlist__item .title {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-postlist__item .title {
    min-height: 48px;
  }
}

.c-postlist__item__thumb {
  position: relative;
  overflow: hidden;
}

.c-postlist__item__thumb:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.col-4 .c-postlist__item__thumb:before {
  padding-top: 100%;
}

.c-postlist__item__thumb img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-postlist__item__thumb.noimage {
  background: url(/wp/wp-content/themes/object/assets/images/common/ui/thumb_noimage.png) no-repeat center;
  background-size: 32%;
}

.orange .c-postlist__item__thumb.noimage {
  background-color: #ff5533;
}

.blue .c-postlist__item__thumb.noimage {
  background-color: #459FE5;
}

.c-postlist__item__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
}

.c-postlist__item .category {
  margin-top: 10px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-postlist__item .category {
    margin-top: 15px;
    padding-right: 24px;
  }
}

.orange .c-postlist__item .category {
  color: #ff5533;
}

.blue .c-postlist__item .category {
  color: #459FE5;
}

.orange .c-postlist__item .url {
  color: #ff5533;
}

.blue .c-postlist__item .url {
  color: #459FE5;
}

/*----------------------------------------------------
section_title
----------------------------------------------------*/
.c-section_title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 20px;
  line-height: 1;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-section_title {
    font-size: 1.25rem;
  }
}

.c-section_title svg {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin-right: 6px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-section_title svg {
    top: 0;
    margin-right: 8px;
    font-size: 1.0625rem;
  }
}

.orange .c-section_title svg {
  color: #ff5533;
}

.blue .c-section_title svg {
  color: #459FE5;
}

.c-section_subtitle {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-section_subtitle {
    font-size: 1rem;
  }
}

.c-section_subtitle svg {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  margin-right: 6px;
  top: 0;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-section_subtitle svg {
    margin-right: 8px;
    font-size: 1rem;
  }
}

.orange .c-section_subtitle svg {
  color: #ff5533;
}

.blue .c-section_subtitle svg {
  color: #459FE5;
}

.c-section_subtitle.blue svg {
  color: #459FE5;
}

.c-thumb_category {
  font-size: 11px;
  font-size: 0.6875rem;
  min-height: 1.8em;
}

.c-thumb_title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
}

.c-thumb_subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-thumb_subtitle {
    font-size: 0.875rem;
  }
}

.c-thumb_link {
  display: block;
  width: 140px;
  color: #ff5533;
  border: 1px solid #ff5533;
  padding: 2px 16px;
  border-radius: 24px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  margin-bottom: 8px;
}

.c-thumb_link:hover {
  color: #fff;
  background: #ff5533;
}

/*----------------------------------------------------
下層でのタイトルブロックのCSS
----------------------------------------------------*/
.c-subpage_title {
  margin-top: 12px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-subpage_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-title + .c-categorylist {
  margin-top: 16px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-title + .c-categorylist {
    margin-top: 0;
  }
}

/*----------------------------------------------------
title
----------------------------------------------------*/
.c-title {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 1;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-title {
    font-size: 2rem;
    font-weight: 400;
    min-width: 200px;
    height: 1em;
  }
}

.c-title.in-top {
  font-size: 26px;
  font-size: 1.625rem;
}

.c-title.tl {
  text-align: left;
}

.c-title:before {
  display: inline-block;
  content: '';
  width: 40px;
  height: 8px;
  margin-bottom: 4px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 4px;
}

@media all and (max-width: 1219px) {
  .c-title:before {
    border-radius: 4px;
    width: 24px;
    margin-right: 8px;
    margin-bottom: 4px;
    height: 8px;
  }
}

.c-title.has-line:after {
  position: absolute;
  top: 50%;
  right: 100%;
  content: '';
  width: 100vw;
  height: 2px;
  background: #000;
}

@media all and (max-width: 1219px) {
  .c-title.has-line:after {
    display: none;
  }
}

.orange .c-title:before,
.orange .c-title:after {
  background-color: #ff5533;
}

.blue .c-title:before,
.blue .c-title:after {
  background-color: #459FE5;
}

.c-title.orange:before, .c-title.orange:after {
  background-color: #ff5533;
}

.c-title.blue:before, .c-title.blue:after {
  background-color: #459FE5;
}

.c-title.textWhite {
  color: #fff;
}

strong {
  font-weight: bold;
}

.c-bodytxt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-bodytxt {
    font-size: 0.90625rem;
  }
}

.c-captiontxt {
  font-size: 14px;
  font-size: 0.875rem;
}

@media all and (max-width: 1219px) {
  .c-captiontxt {
    font-size: 0.75rem;
  }
}

.c-rbr {
  display: block;
}

@media all and (max-width: 1219px) {
  .c-rbr {
    display: none;
  }
}

.c-str {
  font-style: normal;
  font-weight: bold;
}

.c-yakumono {
  margin-left: -0.5em;
}

.c-dash {
  letter-spacing: -0.1em;
}

.c-hidetxt {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.c-txt_lod {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
	BASE
========================================================================== */
.c-visible_tab {
  display: none;
}

@media all and (max-width: 1219px) {
  .c-visible_tab {
    display: block;
  }
}

.c-visible_pc {
  display: none;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-visible_pc {
    display: block;
  }
}

/* ==========================================================================
    utility:clearfix
========================================================================== */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*clear*/
.clear {
  clear: both !important;
}

/*clearfix*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* ==========================================================================
    utility:guide
========================================================================== */
.u-guide {
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/wp/wp-content/themes/object/assets/img/common/util/grid_col3.png) repeat-y top center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}

.u-guide.col3 {
  background: url(/wp/wp-content/themes/object/assets/img/common/util/grid_col3.png) repeat-y top center;
}

.addtoany_list a,
.widget .addtoany_list a {
  background: none;
  border-radius: none;
  padding: 0;
  margin-right: 0;
}

/*----------------------------------------------------
wp-pagenavi
----------------------------------------------------*/
/* プラグイン設定で「pagenavi-css.css を使用」チェックを外す */
.pagination {
  padding-top: 40px;
}

.wp-pagenavi {
  text-align: center;
  font-size: 11px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 auto;
  color: #333;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #333;
  background: #ffffff;
  border: solid 1px #333;
  background-size: 100% 100%;
  margin: 0 3px;
}

.wp-pagenavi span {
  text-decoration: none;
  background-color: transparent;
}

.wp-pagenavi a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #ff5533;
  border: solid 1px #ff5533;
  background-size: 100% 100%;
}

.wp-pagenavi span.pages {
  display: none;
}

/* 959 */
@media all and (min-width: 1220px) {
  .pagination {
    padding-top: 30px;
  }
  .wp-pagenavi {
    font-size: 13px;
    line-height: 40px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0 5px;
  }
  .wp-pagenavi a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background: #ff5533;
    border: solid 1px #ff5533;
    background-size: 100% 100%;
  }
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  /*display: none!important;*/
  border: none !important;
  width: 7em;
  border-radius: 0;
  margin: 0;
}

.wp-pagenavi .extend {
  border: none !important;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none !important;
}

/* イレギュラー */
#pageEvent .wp-pagenavi span.current,
#pageWorks .wp-pagenavi span.current {
  background: #459FE5;
  border: solid 1px #459FE5;
}

/* 959 */
@media all and (min-width: 1220px) {
  #pageEvent .wp-pagenavi a:hover,
  #pageWorks .wp-pagenavi a:hover {
    background: #459FE5;
    border: solid 1px #459FE5;
  }
}

/* pager */
.pager {
  margin: 40px 0 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.pager ul,
.pager .prev,
.pager .next {
  display: inline-block;
  letter-spacing: normal;
  line-height: 32px;
}

.pager .prev a,
.pager .next a {
  display: block;
  width: 7em;
}

.pager li {
  display: inline-block;
  letter-spacing: normal !important;
}

.pager a {
  color: #333;
  text-decoration: none !important;
}

.pager li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  background: #ffffff;
  border: solid 1px #333;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pager li.current a {
  color: #ffffff !important;
  background: #ff5533;
  border: solid 1px #ff5533;
}

/* 959 */
@media all and (min-width: 1220px) {
  .pager {
    font-size: 13px;
    line-height: 40px !important;
  }
  .pager li a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  .pager li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #ffffff !important;
    background: #ff5533;
    border: solid 1px #ff5533;
  }
  .pager ul,
  .pager .prev,
  .pager .next {
    vertical-align: top;
    line-height: 40px;
  }
  .pager .prev a,
  .pager .next a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pager .prev a:hover,
  .pager .next a:hover {
    color: #ffffff !important;
    background: #ff5533;
  }
}
