@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  /* Firefox 36+ */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(1deg);
    transform: translateX(1px) rotate(1deg);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.popOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: popOut;
  animation-name: popOut;
}

@-webkit-keyframes popOut {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }

  80% {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes popOut {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    animation-timing-function: cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1.08, 1.08, 1.08);
  }

  80% {
    -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    animation-timing-function: cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    animation-timing-function: cubic-bezier(.47, 0, .745, .715);
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

body {
  color: #222;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
  word-break: break-all;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-touch-callout: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border: none;
  border-style: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
}

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

b,
strong,
h1,
h2,
h3 {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-all;
}

.guest01 {
  color: #78c117;
}

.guest02 {
  color: #467507;
}

.guest03 {
  color: #610075;
}

.guest04 {
  color: #a517c2;
}

.guest05 {
  color: #c18317;
}

.p-single-entry p.commentText,
.commentText {
  color: #a0a0a0;
  font-size: 10px;
  line-height: calc(14.3/11);
}

.p-single-entry p.commentText:not(:first-child),
.commentText:not(:first-child) {
  margin-top: 1.5em;
}

br.SPbr {
  display: inline;
}

br.PCbr {
  display: none;
}

.u-arrow {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

.u-arrow::before {
  border-color: transparent transparent transparent #78c117;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 0;
}

.u-textCenter {
  text-align: left;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-floatCenter {
  float: left;
}

.u-floatLeft {
  float: left;
}

.u-floatRight {
  float: right;
}

/* fontSize */
.u-fontSize10 {
  font-size: 10px !important;
}

.u-fontSize11 {
  font-size: 11px !important;
}

.u-fontSize12 {
  font-size: 12px !important;
}

.u-fontSize13 {
  font-size: 13px !important;
}

.u-fontSize14 {
  font-size: 14px !important;
}

.u-fontSize15 {
  font-size: 15px !important;
}

.u-fontSize16 {
  font-size: 16px !important;
}

.u-fontSize17 {
  font-size: 17px !important;
}

.u-fontSize18 {
  font-size: 18px !important;
}

.u-fontSize19 {
  font-size: 19px !important;
}

.u-fontSize20 {
  font-size: 20px !important;
}

.l-loading {
  z-index: 9999;
}

.l-toggle,
.l-toggleWrap {
  z-index: 9000;
}

.l-search {
  z-index: 200;
}

.l-header {
  z-index: 100;
}

.l-gnav {
  z-index: 10;
}

.l-site {
  z-index: 10;
}

.l-footer {
  z-index: 5;
}

.l-popup {
  z-index: 900;
}

/* ==========================================================================
   Layout Object
   ========================================================================== */
.c-archive__titleMain {
  background: #222 url(/img/common/title_bg.svg) no-repeat 100% 50%;
  background-size: 113px auto;
  color: #83d318;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px 17px;
}

.c-archive__titleMain span {
  font-size: 16px;
}

.c-archive__item {
  border-bottom: 1px solid #000;
}

.c-archive__item.v-enter-active,
.c-archive__item.v-leave-active {
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.c-archive__item.v-enter,
.c-archive__item.v-leave-to {
  opacity: 0;
}

.c-archive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0 10px;
}

.c-archive__body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.c-archive__thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-archive__thumb img {
  height: auto;
  width: 100%;
}

.c-archive__meta {
  font-size: 0;
  margin-top: 13x;
}

.c-archive__cat {
  border-right: 1px solid #78c117;
  color: #78c117;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .18em;
  line-height: 24px;
  margin-right: 8px;
  padding-left: 30px;
  padding-right: 8px;
  position: relative;
  vertical-align: middle;
}

.c-archive__cat:before {
  background-position: center center;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 21px;
}

.c-archive__cat:before {
  background-image: url(/img/icon/cat.svg);
}

.c-archive__cat a {
  color: #78c117;
}

.c-archive__cat object {
  height: 24px;
  width: 1em;
}

.c-archive__date {
  color: #a0a0a0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 24px;
  margin-right: 20px;
  vertical-align: middle;
}

.c-archive__author {
  display: inline-block;
  margin-top: 5px;
  vertical-align: bottom;
}

.c-archive__authorName {
  border: 1px solid #222;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  padding: 0 6px;
}

.c-archive__title {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 25px;
}

.c-archive__more {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: center;
  width: 260px;
}

.c-archive__more a {
  border: 1px #222 solid;
  display: block;
  line-height: 44px;
  position: relative;
}

.c-archive__more a::after {
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  content: "";
  display: inline-block;
  height: 8px;
  margin-top: -3px;
  -webkit-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
  width: 8px;
}

.c-archive.-ranking .c-archive__body {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.c-archive.-ranking .c-archive__meta {
  margin-top: 17px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 5px;
}

.c-archive.-ranking .c-archive__title {
  margin-top: 15px;
}

.c-archive.-ranking .c-archive__item {
  margin-bottom: 15px;
}

.c-archive.-ranking .c-archive__item:nth-child(1) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "1";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(2) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "2";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(3) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "3";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(4) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "4";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(5) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "5";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(6) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "6";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(7) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "7";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(8) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "8";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(9) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "9";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-ranking .c-archive__item:nth-child(10) .c-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "10";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 30px;
}

.c-archive.-col2.-thumb.-related {
  margin-top: 50px;
}

.c-archive.-col2.-thumb.-banner {
  display: block;
  margin-top: 50px;
}

.c-archive.-col2.-thumb.-banner img {
  width: 100%;
}

.p-single .c-archive.-col2.-thumb {
  margin-top: 35px;
  padding: 0 20px;
}

.c-archive.-col2.-thumb .c-archive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0 10px;
}

.c-archive.-col2.-thumb .c-archive__thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 110px;
}

.c-archive.-col2.-thumb .c-archive__thumb span {
  background: #fff;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
}

.c-archive.-col2.-thumb .c-archive__thumb img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.c-archive.-col2.-thumb .c-archive__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 125px);
}

.c-archive.-col2.-thumb .c-archive__text {
  display: none;
}

.c-archive.-col2.-thumb .c-archive__meta {
  margin-top: 5px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

.c-archive__card__inner {
  width: 100%;
}

.c-archive__card__item {
  border-bottom: 2px solid #78c117;
}

.c-archive__card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}

.c-archive__card__body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 25px;
  width: calc(100% - 142px);
}

.c-archive__card__thumb {
  -ms-flex-preferred-size: 142px;
  flex-basis: 142px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 142px;
}

.c-archive__card__thumb span {
  background: #fff;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
}

.c-archive__card__thumb img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.c-archive__card__title {
  font-size: 14px;
  line-height: 1.3571428571;
}

.c-archive__card__meta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 0;
  margin-top: 5px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 3px;
  width: 100%;
}

.c-archive__card__date {
  color: #a0a0a0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 24px;
  margin-right: 20px;
  vertical-align: middle;
}

.c-archive__card__author {
  display: inline-block;
  margin-top: 5px;
  vertical-align: bottom;
}

.c-archive__card__authorName {
  border: 1px solid #222;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  padding: 0 6px;
}

.c-archive__card__more {
  font-size: 13px;
  margin-top: 13px;
  text-align: right;
}

.c-archive__card__more a {
  color: #fff;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

.c-archive__card__more a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.c-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 26px;
}

.l-footer {
  background: #222;
  padding-bottom: 100px;
}

.l-footer__wrap {
  color: #fff;
  padding: 40px 20px 20px;
}

.l-footer a {
  color: #fff;
  display: block;
}

.l-footer a[target=_blank]::after {
  background: url(/img/common/new_window_white.svg) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 5px;
  width: 7px;
}

.l-footer-site {
  text-align: center;
}

.l-footer-site__logo {
  margin: 0 auto;
  width: 244px;
}

.l-footer-site__logo img {
  height: 65px;
  width: 244px;
}

.l-footer-site__logo a {
  display: block;
}

.l-footer-site__sns {
  margin-top: 26px;
}

.l-footer-site__snsTitle {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .1em;
  margin-right: 18px;
}

.l-footer-site__sns a {
  display: inline-block;
}

.l-footer-site__sns a[target=_blank]::after {
  display: none;
}

.l-footer-site__sns .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
  vertical-align: middle;
  width: 35px;
}

.l-footer-site__sns .icon.-twitter img {
  width: 12px;
}

.l-footer-site__sns .icon.-facebook img {
  width: 7px;
}

.l-footer-nav {
  margin-top: 20px;
}

.l-footer-nav-link {
  font-size: 13px;
  margin: 25px -10px 0;
}

.l-footer-nav-link__list {
  text-align: center;
}

.l-footer-nav-link__item {
  display: inline-block;
}

.l-footer-nav-link__item:nth-child(1) {
  margin-left: 0;
}

.l-footer-nav-link__item a {
  display: inline-block;
  padding: 0 10px;
}

.l-footer-copy {
  font-size: 13px;
  margin-top: 17px;
  text-align: center;
}

.l-footer-copy__link {
  margin-bottom: 15px;
}

.l-footer-copy p {
  font-size: 12px;
}

.l-footer small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.l-popup {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  position: fixed;
  -webkit-transform: translateY(calc(100% - 25px));
  transform: translateY(calc(100% - 25px));
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.l-popup__list {
  background: rgba(221, 221, 221, .85);
}

.l-popup.-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-popup__tab {
  background: rgba(221, 221, 221, .85);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  height: 25px;
  padding: 4px 0 0 17px;
  position: relative;
  width: 90px;
}

.l-popup__tab .line {
  height: 10px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 10px;
}

.l-popup__tab .line::before,
.l-popup__tab .line::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  margin-top: 6px;
  position: absolute;
  width: 6px;
}

.l-popup__tab .line::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-popup__tab .line::after {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-popup.-show .l-popup__tab .line {
  height: 10px;
  right: 10px;
  top: 7px;
  width: 10px;
}

.l-popup.-show .l-popup__tab .line::before,
.l-popup.-show .l-popup__tab .line::after {
  content: "";
  margin-top: 6px;
  width: 12px;
}

.l-popup.-show .l-popup__tab .line::after {
  left: 0;
}

.l-popup__thumb {
  -ms-flex-preferred-size: 109px;
  flex-basis: 109px;
  margin-right: 12px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 109px;
}

.l-popup__thumb span {
  background: #000;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
}

.l-popup__thumb img {
  display: inline-block;
  left: 50%;
  /* max-height: 100%; */
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.l-popup__title {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8333333333;
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 109px);
}

.l-popup__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-popup .slick-arrow {
  font-size: 0;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  width: 14px;
  z-index: 10;
}

.l-popup .slick-arrow::before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

.l-popup .slick-prev {
  left: 3%;
}

.l-popup .slick-prev::before {
  border-left: 2px solid #85d21f;
  border-top: 2px solid #85d21f;
  left: calc(50% - 2px);
}

.l-popup .slick-next {
  right: 3%;
}

.l-popup .slick-next::before {
  border-bottom: 2px solid #85d21f;
  border-right: 2px solid #85d21f;
  right: calc(50% - 2px);
}

.l-popup .slick-slider {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.l-popup .slick-initialized {
  opacity: 1;
}

.pagetop {
  bottom: 96px;
  position: fixed;
  right: 20px;
  -webkit-transition: visibility .3s linear, opacity .3s ease, bottom .3s ease;
  transition: visibility .3s linear, opacity .3s ease, bottom .3s ease;
}

.pagetop:not(.-show) {
  opacity: 0;
  visibility: hidden;
}

.pagetop.-down {
  bottom: 0 !important;
}

.pagetop a img {
  height: 56px;
  width: 75px;
}

.p-home-carousel {
  padding-bottom: 43px;
  padding-top: 23px;
  position: relative;
}

.p-home-carousel .slick-slide {
  width: 41.8%;
}

.p-home-carousel__ttl {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 177px;
}

.p-home-carousel__item {
  background: #fff;
  margin: 0 8px;
}

.p-home-carousel__wrap {
  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%;
}

.p-home-carousel__thumb {
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

.p-home-carousel__thumb span {
  background: #ececec;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;

}

.p-home-carousel__thumb img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  /* max-width: 100%; */
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.p-home-carousel__body {
  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%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 15px 10px;
}

.p-home-carousel__title {
  font-size: 12px;
  line-height: 1.25;
}

.p-home-carousel__dots {
  bottom: 20px;
  display: none;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-home-carousel__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.p-home-carousel__dots .slick-dots .slick-active button {
  background: #a0a0a0;
}

.p-home-carousel__dots .slick-dots button {
  background: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 11px;
  padding: 4px;
  width: 8px;
}

.p-home-carousel .slick-dots {
  bottom: -26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.p-home-carousel .slick-dots .slick-active button {
  background: #83d318;
}

.p-home-carousel .slick-dots button {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 0 11px;
  padding: 4px;
  width: 8px;
}

.p-home-carousel .slick-arrow {
  bottom: -32px;
  font-size: 0;
  height: 20px;
  position: absolute;
  width: 14px;
  z-index: 10;
}

.p-home-carousel .slick-arrow::before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
}

.p-home-carousel .slick-prev {
  left: 3.4%;
}

.p-home-carousel .slick-prev::before {
  border-left: 2px solid #85d21f;
  border-top: 2px solid #85d21f;
  left: 3px;
}

.p-home-carousel .slick-next {
  right: 3.4%;
}

.p-home-carousel .slick-next::before {
  border-bottom: 2px solid #85d21f;
  border-right: 2px solid #85d21f;
  right: 3px;
}

.p-side-archive__item {
  border-bottom: 1px solid #000;
}

.p-side-archive__wrap {
  display: block;
  padding-bottom: 10px;
}

.p-side-archive__thumb {
  width: 110px;
}

.p-side-archive__thumb span {
  background: #fff;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
}

.p-side-archive__thumb img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.p-side-archive__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.p-side-archive__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.4615384615;
  overflow: hidden;
  width: calc(100% - 122px);
}

.p-side-archive__meta {
  font-family: "Roboto", sans-serif;
  font-size: 0;
  padding-top: 5px;
}

.p-side-archive__cat {
  border-right: 1px solid #78c117;
  color: #78c117;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .18em;
  line-height: 24px;
  margin-right: 8px;
  padding-left: 30px;
  padding-right: 8px;
  position: relative;
  vertical-align: middle;
}

.p-side-archive__cat:before {
  background-position: center center;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 21px;
}

.p-side-archive__cat:before {
  background-image: url(/img/icon/cat.svg);
}

.p-side-archive__cat a {
  color: #78c117;
}

.p-side-archive__cat object {
  height: 24px;
  width: 1em;
}

.p-side-archive__date {
  color: #a0a0a0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 24px;
  margin-right: 20px;
  vertical-align: middle;
}

.p-side-archive__author {
  display: inline-block;
  margin-top: 5px;
  vertical-align: bottom;
}

.p-side-archive__authorName {
  border: 1px solid #222;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  padding: 0 6px;
}

.p-side-archive.-ranking .p-side-archive__list {
  border-bottom: none;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(1) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "1";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(2) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "2";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(3) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "3";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(4) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "4";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(5) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "5";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(6) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "6";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(7) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "7";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(8) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "8";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(9) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "9";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.p-side-archive.-ranking .p-side-archive__item:nth-child(10) .p-side-archive__title:before {
  background: #78c117;
  color: #fff;
  content: "10";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 2px;
  text-align: center;
  width: 30px;
}

.c-bread {
  background: #f0f0f0;
  font-size: 13px;
  height: 40px;
  overflow-y: hidden;
  white-space: nowrap;
}

.c-bread__list {
  overflow-x: scroll;
  padding: 10px 0 10px 20px;
  display: flex;
}

.c-bread a {
  color: #222;
  padding-right: 5px;
}
.c-bread span.sep{
  display: block;
  padding: 0 8px;
}

.c-bread a::after {
  /* background: url(/img/common/bread_arrow.svg) no-repeat 50%;
  background-size: 5px 9px; */
  /* content: ""; */
  /* display: inline-block;
  height: 9px;
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
  width: 5px;
  margin-right: 10px; */
}

.c-bread strong {
  line-height: 1.7;
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
}
/* ul.c-bread__list>:first-child a::after {
  margin-right: 26px;
  margin-left: 10px;
} */
.c-bread__item {
      display: block;
    vertical-align: middle;

}


#article.c-bread__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 480px) {
  #article.c-bread__item{
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
  }

}
.l-footer .l-footer-nav-gnav .l-gnav {
  border-top: 1px solid #626262;
}

.l-footer .l-footer-nav-gnav .l-gnav__item a {
  background: url(/img/common/footer_arrow.svg) no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 8px 14px;
  border-bottom: 1px solid #626262;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 35px 16px 20px;
}

.l-footer .l-footer-nav-gnav .l-gnav__item a span {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.l-footer .l-footer-nav-gnav .l-gnav__item.border img {
  margin-right: 11px;
  vertical-align: sub;
}

.l-footer .l-footer-nav-gnav .l-gnav__item.anime {
  margin-right: 0;
}

.l-footer .l-footer-nav-gnav .l-gnav__item.writer img {
  display: none;
}

.l-footer .l-footer-nav-gnav .l-gnav__item.news img {
  display: none;
}

.l-footer .l-footer-nav-gnav .l-gnav__item.about {
  margin-right: 0;
}

.l-toggle .l-toggle__cat .l-gnav__list {
  padding: 0 20px;
}

.l-toggle .l-toggle__cat .l-gnav__item {
  border-bottom: 1px solid #222;
}

.l-toggle .l-toggle__cat .l-gnav__item a {
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 20px;
  text-align: center;
}

.l-toggle .l-toggle__cat .l-gnav__item.writer img {
  display: none;
}

.l-toggle .l-toggle__cat .l-gnav__item.news img {
  display: none;
}

.l-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-search .searchform {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  width: 200px;
}

.l-search .screen-reader-text {
  display: none;
}

.l-search input[type=text] {
  background: #333 url(/img/icon/search_white.svg) no-repeat 12px 50%;
  background-size: 14px 14px;
  color: #fff;
  font-size: 16px;
  height: 30px;
  letter-spacing: .1em;
  padding: 1px 15px 0 35px;
  width: 200px;
}

.l-footer .l-search input[type=text] {
  background: #f0f0f0;
  color: #222;
}

.l-footer .l-search input[type=text]::before {
  background: url(/img/icon/search_white.svg) no-repeat 0 50%;
  background-size: 18px 18px;
  content: "";
  display: block;
  height: 30px;
  margin-right: 8px;
  width: 20px;
}

.l-footer .l-footer .l-search input[type=text]::before {
  margin-right: 5px;
}

.l-search input[type=text]::-webkit-input-placeholder {
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
}

.l-search input[type=text]::-moz-placeholder {
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
}

.l-search input[type=text]:-ms-input-placeholder {
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
}

.l-search input[type=text]::-ms-input-placeholder {
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
}

.l-search input[type=text]::placeholder {
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
}

.l-search input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset;
}

.l-footer .l-search .searchform {
  width: 280px;
}

.l-footer .l-search .searchform__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 265px;
}

.l-footer .l-search-btn__submit {
  background: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  width: 65px;
}

.l-footer .l-search {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 36px 0 0;
}

.l-footer .l-search-btn__submit {
  background: #222;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  width: 65px;
}

.l-search#HeaderSearch {
  background: #222;
  height: 76px;
  margin-top: -76px;
  position: relative;
  text-align: center;
  -webkit-transition: margin-top .2s ease-in-out;
  transition: margin-top .2s ease-in-out;
  width: 100%;
  z-index: 2;
}

.l-search#HeaderSearch::before {
  display: none;
}

.l-search#HeaderSearch.-close {
  margin-top: -76px;
}

.l-search#HeaderSearch.-open {
  margin-top: -10px;
}

.l-search#HeaderSearch .searchform {
  margin-top: 23px;
  width: inherit;
}

.l-search#HeaderSearch .searchform__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 265px;
}

.l-search#HeaderSearch .l-search-btn__submit {
  background: #fff;
  border-left: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  height: 30px;
  width: 65px;
}

.p-archive-kv {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.p-archive-kv::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.p-archive-kv img {
  height: auto;
  width: 100%;
}

.p-archive-kv.-author {
  height: 160px;
  margin: -25px -20px 0;
}

.p-archive-kv.-author .p-archive-kv__inner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.p-archive-kv__author {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 110px;
  margin: 0 auto;
  overflow: hidden;
  width: 110px;
}

.p-archive-kv__author img {
  height: auto;
  width: 100%;
}

.p-archive-kv__name {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}

.p-archive-kv__bg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.p-home-kv {
  background: #222;
  padding-bottom: 50px;
}

.p-home-kv .slick-slide {
  width: 77%;
}

.p-home-kv__wrap {
  color: #85d21f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-home-kv__item {
  position: relative;
  z-index: 1;
}

.p-home-kv__body {
  bottom: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.p-home-kv__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  min-height: 4.5em;
  padding: 0 2%;
}

.p-home-kv__thumb {
  background: #111;
  min-height: 35vh;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: calc(100% - 5px);
  z-index: 1;
}

.p-home-kv__thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), color-stop(70%, rgba(34, 34, 34, .96)), to(#222222));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .96) 70%, #222222 100%);
  bottom: 0;
  content: "";
  height: 32.5%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.p-home-kv__thumb span {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
  text-align: center;
}

.p-home-kv__thumb span img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: transform .5s cubic-bezier(.15, .84, .4, 1), -webkit-transform .5s cubic-bezier(.15, .84, .4, 1);
  width: auto;
}

.p-home-kv .slick-dots {
  bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.p-home-kv .slick-dots .slick-active button::after {
  background: #85d21f;
}

.p-home-kv .slick-dots button {
  border-radius: none;
  display: inline-block;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  padding: 13px 0;
  position: relative;
  width: 30px;
}

.p-home-kv .slick-dots button::after {
  background: #a0a0a0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: opacity .5s cubic-bezier(.15, .84, .4, 1), -webkit-transform .5s cubic-bezier(.15, .84, .4, 1);
  width: 30px;
}

.p-home-kv .slick-dots button:hover::after {
  opacity: .7;
}

.p-home-kv .slick-arrow {
  background: rgba(0, 0, 0, .5);
  font-size: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 10;
}

.p-home-kv .slick-arrow::before {
  content: "";
  display: block;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}

.p-home-kv .slick-prev {
  left: 0;
}

.p-home-kv .slick-prev::before {
  border-left: 2px solid #85d21f;
  border-top: 2px solid #85d21f;
  left: calc(7% + 10px);
}

.p-home-kv .slick-next {
  right: 0;
}

.p-home-kv .slick-next::before {
  border-bottom: 2px solid #85d21f;
  border-right: 2px solid #85d21f;
  right: calc(7% + 10px);
}

.p-side-sec {
  padding: 24px 0 30px;
  width: 100%;
}

.p-side-sec.-genre {
  padding-bottom: 0;
}

.p-side-sec.-ranking {
  padding-top: 55px;
}

.p-side-sec.-banner {
  display: block;
  width: 100%;
}

.p-side-sec.-banner img {
  width: 100%;
}

.p-side-sec__title {
  background: #222;
  color: #83d318;
  font-size: 16px;
  line-height: calc(21/16);
  padding: 8px 10px;
  text-align: center;
}

.c-lead {
  border-bottom: 3px solid #222;
  border-top: 3px solid #222;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.5384615385;
  margin-bottom: 54px;
  padding: 30px 0;
}

.p-single .c-lead {
  margin-bottom: 2.3em;
  margin-top: 40px;
}

.l-col1 .l-main {
  background: none;
}

.l-col1 .p-single-share {
  padding: 10px 20px 15px;
  position: relative;
  text-align: right;
}

.l-header {
  background: #222;
}

.l-header__logo img {
  height: 26px;
  width: 145px;
}

.l-header__logo span {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-top: -13px;
}

.l-header__right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header__sns {
  margin-top: 11px;
}

.l-header__sns a {
  display: inline-block;
}

.l-header__sns .icon img {
  vertical-align: middle;
}

.l-header__sns .icon.-twitter {
  margin-right: 10px;
}

.l-header__sns .icon.-twitter img {
  width: 16px;
}

.l-header__sns .icon.-facebook img {
  width: 9.1px;
}

.l-header .SPview {
  background: #222;
  height: 60px;
  position: relative;
  z-index: 10;
}

.l-header .SPview {
  display: block;
}

.l-header .PCview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-side {
  -webkit-box-sizing: border-box;
  box-sizing: border-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;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.home .l-side {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-author-info__text {
  line-height: calc(20/13);
  margin-top: 22px;
}

.p-author .c-archive {
  margin-top: 10px;
}

.p-notfound__inner {
  background: #f0f0f0;
  overflow: hidden;
  padding: 25px 0;
}

.p-notfound__title {
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: center;
}

.p-notfound__text {
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7857142857;
  margin-top: 6px;
  text-align: center;
}

.p-notfound__lead {
  font-size: 13px;
  line-height: 1.8461538462;
  margin: 25px 0 30px;
  text-align: center;
}

.p-notfound__more {
  font-size: 14px;
  margin: 0 15px 25px;
}

.p-notfound__more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 25px;
}

.p-notfound__more a:hover {
  text-decoration: underline;
}

.p-side-sns {
  background: #fff;
  border: 1px solid #222;
  margin: 5px 15px 20px;
  padding: 20px 28px 30px;
}

.p-side-sns__title {
  background: #707070;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}

.p-side-sns__text {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.p-side-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-side-sns__item {
  margin-left: 28px;
  width: 34px;
}

.p-side-sns__item:first-child {
  margin-left: 0;
}

.p-side-sns__item img {
  height: auto;
  width: 100%;
}

.p-side-sns__item.-line {
  width: 42px;
}

.p-side-sns__item.-facebook {
  margin-top: 3px;
}

.home .c-special-archive {
  background: #222;
  margin-top: 56px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 40px 0 60px;
}

.c-special-archive__inner {
  margin: 0 auto;
  width: 100%;
}

.home .c-special-archive__inner {
  padding: 0 20px;
}

.c-special-archive__titleMain {
  background: #222 url(/img/common/title_bg.svg) no-repeat 100% 50%;
  background-size: 113px auto;
  color: #83d318;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px 17px;
}

.c-special-archive__titleMain span {
  font-size: 16px;
}

.home .c-special-archive__titleMain {
  background-color: #639f13;
  background-image: url(/img/common/title_bg_green.svg);
  color: #fff;
}

.c-special-archive__item {
  border-bottom: 1px solid #000;
  padding-top: 40px;
}

.home .c-special-archive__item {
  border-color: #fff;
}

.c-special-archive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 15px;
}

.home .c-special-archive__wrap {
  color: #fff;
}

.c-special-archive__body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.c-special-archive__thumb {
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.c-special-archive__thumb span {
  background: #fff;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
}

.home .c-special-archive__thumb span {
  background: none;
}

.c-special-archive__thumb img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.c-special-archive__title {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
}

.c-special-archive__text {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-top: 10px;
}

.c-special-archive__more {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  text-align: center;
  width: 260px;
}

.c-special-archive__more a {
  border: 1px #fff solid;
  color: #fff;
  display: block;
  line-height: 44px;
  position: relative;
}

.c-special-archive__more a::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  margin-top: -3px;
  -webkit-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
  width: 10px;
}

.l-loading {
  background: #222;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
}

.l-loading.-standby .l-loading__inner {
  opacity: 0;
  visibility: hidden;
}

.l-loading__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  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%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-transition: opacity .6s ease, visibility .6s linear;
  transition: opacity .6s ease, visibility .6s linear;
  width: 100%;
}

.l-loading__logo {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 200px;
}

.l-loading__logo img {
  height: auto;
  width: 100%;
}

.l-loading__bar {
  background: #444;
  height: 20px;
  margin-top: 20px;
  width: 250px;
}

.l-loading__bar span {
  background: #83d318;
  display: block;
  height: 20px;
}

.l-loading__no {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-top: 10px;
}

.l-site {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18px;
  padding-top: 12px;
  position: relative;
  width: 100%;
}

.l-site__site {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-site__logo {
  text-align: center;
  width: 145px;
}

.l-site__logo h1 {
  line-height: 1;
}

.l-site__logo a {
  display: block;
}

.l-site__logo img {
  height: 26px;
  width: 145px;
}

.l-site__logo span {
  color: #fff;
  display: block;
  font-size: 7px;
  font-weight: bold;
  margin-top: 4px;
}

.l-site__search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 46px;
  top: 0;
  width: 46px;
}

.l-site__search::before,
.l-site__search::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.l-site__search img {
  height: 18px;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 18px;
}

.l-site__search.-close img {
  opacity: 1;
}

.l-site__search.-close::before,
.l-site__search.-close::after {
  content: "";
  opacity: 0;
}

.l-site__search.-open img {
  opacity: 0;
}

.l-site__search.-open::before,
.l-site__search.-open::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 12px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

.l-site__search.-open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-site__search.-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-site__menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
}

.l-site__menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
}

.l-site__menu .line1,
.l-site__menu .line2,
.l-site__menu .line3 {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 12px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

.l-site__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  position: absolute;
  right: 101px;
  top: 0;
}

.l-site__sns .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  width: 28px;
}

.l-site__sns .icon.-twitter {
  margin-right: 10px;
}

.l-site__sns .icon.-twitter img {
  width: 12px;
}

.l-site__sns .icon.-facebook img {
  width: 7px;
}

.l-site.-open .l-site__menu a .line1,
.l-site.-open .l-site__menu a .line2,
.l-site.-open .l-site__menu a .line3 {
  top: 18px;
}

.l-site.-open .l-site__menu a .line1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-site.-open .l-site__menu a .line2 {
  display: none;
}

.l-site.-open .l-site__menu a .line3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-site.-close .l-site__menu a .line1 {
  top: 22px;
}

.l-site.-close .l-site__menu a .line2 {
  top: 30px;
}

.l-site.-close .l-site__menu a .line3 {
  top: 38px;
}

.p-author-archive__titleMain {
  background: #222 url(/img/common/title_bg.svg) no-repeat 100% 50%;
  background-size: 113px auto;
  color: #83d318;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px 17px;
}

.p-author-archive__titleMain span {
  font-size: 16px;
}

.p-author-archive__item {
  margin-top: 28px;
}

.p-author-archive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.p-author-archive__thumb {
  background: #ccc;
  border-radius: 50%;
  height: 104px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 104px;
}

.p-author-archive__thumb img {
  height: 100%;
  width: auto;
}

.p-author-archive__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 15px;
  width: calc(100% - 100px);
}

.p-author-archive__title {
  font-size: 16px;
  line-height: 1.4615384615;
}

.p-author-archive__text {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.5384615385;
  margin-top: 5px;
}

#_popIn_ranking_div._popIn_recommend_container {
  font-family: inherit;
  margin: 10px 0;
  padding: 0;
  position: relative;
}

#_popIn_ranking_div ._popIn_recommend_articles {
  counter-reset: popIn_ranking;
}

#_popIn_ranking_div ul._popIn_infinite_page {
  list-style: none;
  padding: 0;
  width: 100%;
}

#_popIn_ranking_div ul._popIn_infinite_page>li {
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  vertical-align: top;
  width: 100%;
}

#_popIn_ranking_div a._popIn_recommend_article {
  counter-increment: popIn_ranking;
  display: inherit;
  height: auto;
  padding: 10px 5px;
  text-decoration: none !important;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
}

#_popIn_ranking_div ._popIn_recommend_art_img {
  background: #fff;
  float: left;
  height: auto;
  margin: 0 10px 0 0;
  position: relative;
  -webkit-transition: inherit;
  transition: inherit;
  width: 110px;
}

#_popIn_ranking_div ._popIn_recommend_art_img_inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 66.667%;
  position: relative;
  top: 0;
  -webkit-transition: inherit;
  transition: inherit;
  width: 100%;
}

#_popIn_ranking_div ._popIn_recommend_article.visible ._popIn_recommend_art_img_inner {
  opacity: 1;
}

#_popIn_ranking_div ._popIn_recommend_art_title {
  color: #222;
  display: -ms-grid;
  display: grid;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
  overflow: visible;
}

#_popIn_ranking_div ._popIn_recommend_art_category {
  border-right: 1px solid #78c117;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #78c117;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  padding: 0 8px 0 0;
}

#_popIn_ranking_div ._popIn_recommend_art_category::before {
  background-image: url(/img/icon/cat.svg);
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  width: 21px;
}

#_popIn_ranking_div ._popIn_recommend_art_info {
  display: inline-block;
  margin: 5px 0 0 0;
  width: 100%;
}

#_popIn_ranking_div ._popIn_recommend_art_date {
  color: #a0a0a0;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

#_popIn_recommend_div ._popIn_recommend_art_title {
  font-size: 13px !important;
}

#_popIn_ranking_div ._popIn_recommend_art_title.notRank::before {
  display: none !important;
}

.fbx-light .fbx-caption {
  background-color: rgba(0, 0, 0, .5) !important;
}

.fbx-caption-title {
  color: #a0a0a0;
  font-size: 10px !important;
  padding: 10px !important;
}

.p-single-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.3em;
}

.p-single-head__kv {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
  width: 100%;
}

.p-single-head__kv img {
  height: auto;
  width: 100%;
}

.p-single-head__kv figcaption {
  color: #a0a0a0;
  font-size: 11px;
  line-height: calc(14.3/11);
  margin-top: 12px;
  padding: 0 20px;
}

.p-single-head__body {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 20px;
  width: 100%;
}

.p-single-head__title {
  font-size: 24px;
  line-height: 1.5;
  margin: 36px 0 0;
}

.p-single.-special .p-single-head__title {
  margin: 30px 0 0;
}

.p-single-head__wrap {
  margin-top: 20px;
  position: relative;
}

.p-single-head__meta {
  display: inline-block;
}

.p-single-head__cat {
  border-right: 1px solid #78c117;
  color: #78c117;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .18em;
  line-height: 24px;
  margin-right: 8px;
  padding-left: 30px;
  padding-right: 8px;
  position: relative;
  vertical-align: middle;
}

.p-single-head__cat:before {
  background-position: center center;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 21px;
}

.p-single-head__cat:before {
  background-image: url(/img/icon/cat.svg);
}

.p-single-head__cat a {
  color: #78c117;
}

.p-single-head__cat object {
  height: 24px;
  width: 1em;
}

.p-single-head__date {
  color: #a0a0a0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 24px;
  margin-right: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.p-single:not(.-special) .p-single-share {
  bottom: 0;
  position: absolute;
  right: 0;
}

.-special .p-single-share {
  margin-bottom: 10px;
  text-align: right;
}

.p-single-share__list {
  display: inline-block;
}

.p-single-share__item {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

.p-single-share__item:first-child {
  margin-left: 0;
}

.p-single-share__item img {
  vertical-align: middle;
}

.p-single-share__item.-twitter a {
  background: #333;
}

.p-single-share__item.-twitter img {
  height: 12px;
  width: 15px;
}

.p-single-share__item.-facebook a {
  background: #4167b2;
}

.p-single-share__item.-facebook img {
  height: 15px;
  width: 7px;
}

.p-single-share__item.-line a {
  background: #00b900;
}

.p-single-share__item.-line img {
  height: 16px;
  width: 16px;
}

.p-single-share__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
}

.p-single-author {
  color: #78c117;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 15px;
}

.p-single-author__name {
  border: 1px solid #222;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  padding: 0 6px;
}

.p-single__lead {
  border-bottom: 3px solid #222;
  border-top: 3px solid #222;
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.5384615385;
  margin-bottom: 46px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 46px;
  padding: 30px 0;
}

.p-single.-special .p-single__lead {
  margin-top: 30px;
}

.p-single .p-side-sec {
  padding: 24px 15px 0;
}

.p-single-sns {
  margin-top: 35px;
  padding: 0 20px;
}

.p-single-sns__list {
  display: inline-block;
}

.p-single-sns__title {
  color: #888;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  margin-right: 10px;
}

.p-single-sns__item {
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}

.p-single-sns__item:first-child {
  margin-left: 0;
}

.p-single-sns__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  border-radius: 50%;
  -webkit-box-sizing: background;
  box-sizing: background;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
}

.p-single-sns__item img {
  vertical-align: middle;
}

.p-single-sns__item.-twitter a {
  background: #333;
}

.p-single-sns__item.-twitter img {
  height: 12px;
  width: 15px;
}

.p-single-sns__item.-facebook a {
  background: #4167b2;
}

.p-single-sns__item.-facebook img {
  height: 15px;
  width: 7px;
}

.p-single-sns__item.-line a {
  background: #00b900;
}

.p-single-sns__item.-line img {
  height: 16px;
  width: 16px;
}

.p-single-sns__text {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.-line .p-single-sns__text {
  font-size: 11px;
}

.p-single-entry {
  padding: 0 20px;
}

.p-single-entry code {
  border: 1px solid #ddd;
  display: block;
  margin-top: 1em;
  padding: 24px 24px 20px;
}

.p-single-entry img.alignleft {
  float: left;
  margin: 1em 1.5em 1em 0;
}

.p-single-entry img.aligncenter {
  display: block;
  margin: 1em auto 1em;
}

.p-single-entry img.alignright {
  float: right;
  margin: 1em 0 1em 1.5em;
}

.p-single-entry .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.p-single-entry .gallery .gallery-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-single-entry .gallery.gallery-columns-4 {
  margin: 0 -1.5%;
  width: calc(100% + 3%);
}

.p-single-entry .gallery.gallery-columns-4 .gallery-item {
  padding: 0 1.5%;
  width: 25%;
}

.p-single-entry .gallery.gallery-columns-3 {
  margin: 0 -1.5%;
  width: calc(100% + 3%);
}

.p-single-entry .gallery.gallery-columns-3 .gallery-item {
  padding: 0 1.5%;
  width: 33.333%;
}

.p-single-entry .gallery.gallery-columns-2 {
  margin: 0 -1.5%;
  width: calc(100% + 3%);
}

.p-single-entry .gallery.gallery-columns-2 .gallery-item {
  padding: 0 1.5%;
  width: 50%;
}

.p-single-entry .gallery.gallery-columns-1 {
  width: 100%;
}

.p-single-entry .gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.p-single-entry .movie {
  margin: 30px 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p-single-entry .movie .video-js,
.p-single-entry .movie iframe {
  border: none;
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.p-single-entry h1,
.p-single-entry h2 {
  font-size: 20px;
}

.p-single-entry h1:not(:first-child),
.p-single-entry h2:not(:first-child) {
  margin-top: 2.3em;
}

.p-single-entry h2:not([class]) {
  border-left: 6px solid #78c117;
  line-height: 1.5;
  padding: 8px 0 8px 18px;
}

.p-single-entry h3 {
  font-size: 18px;
  margin-top: 2em;
}

.p-single-entry h4 {
  margin-top: 2em;
}

.p-single-entry+h2 {
  margin-top: 0;
}

.p-single-entry a.arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: .4em;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

.p-single-entry a.arrow::before {
  border-color: transparent transparent transparent #78c117;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: .3em;
  width: 0;
}

.p-single-entry a.dot {
  margin-left: 6px;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
}

.p-single-entry a.dot::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 2px;
  margin-top: -3px;
  position: absolute;
  top: .5em;
  width: 6px;
}

.p-single-entry a[target=_blank]::after {
  background: url(/img/common/new_window.svg) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 5px;
  width: 7px;
}

.p-single-entry p {
  font-size: 15px;
  line-height: 2;
  margin-top: 1.5em;
}

.p-single-entry p:not(:first-child) {
  margin-top: 1.5em;
}

.p-single-entry p a {
  color: #222;
  display: inline-block;
  text-decoration: underline;
}

.p-single-entry p a:hover {
  text-decoration: none;
}

.p-single-entry p+h2 {
  margin-top: 3em;
}

.p-single-entry p+h3,
.p-single-entry p+h4 {
  margin-top: 2.8em;
}

.p-single-entry h2+p {
  margin-top: 1em;
}

.p-single-entry h3+p {
  margin-top: 1em;
}

.p-single-entry h4+p {
  margin-top: .5em;
}

.p-single-entry ul:not(:first-child),
.p-single-entry ol:not([class]):not(:first-child) {
  margin-top: 45px;
}

.p-single-entry ul li,
.p-single-entry ol:not([class]) li {
  margin-top: 12px;
}

.p-single-entry ul li a,
.p-single-entry ol:not([class]) li a {
  color: #9d968d;
  cursor: pointer;
  text-decoration: underline;
}

.p-single-entry ul li a:hover,
.p-single-entry ol:not([class]) li a:hover {
  text-decoration: none;
}

.p-single-entry ul li {
  margin-left: 13px;
  text-decoration: none;
  text-indent: -13px;
}

.p-single-entry ul li:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 10px;
  vertical-align: super;
  width: 2px;
}

.p-single-entry ol:not([class]) {
  counter-reset: ol_li;
}

.p-single-entry ol:not([class]) li {
  margin-left: 1em;
  text-indent: -1em;
}

.p-single-entry ol:not([class]) li:before {
  content: counter(ol_li);
  counter-increment: ol_li;
  margin-right: 5px;
}

.p-single-entry h2+ul {
  margin-top: 2em;
}

.p-single-entry h3+ul,
.p-single-entry h4+ul {
  margin-top: 1em;
}

.p-single-entry hr {
  border-top: 1px solid #222;
  margin: 20px -20px;
  padding-top: 6px;
  width: 100vw;
}

.p-single-entry .wp-caption {
  margin-top: 1em;
  max-width: 100%;
}

.p-single-entry .wp-caption-text {
  color: #888;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}

.p-single-entry img {
  height: auto;
  max-width: 100%;
  pointer-events: none;
}

.p-single-entry em {
  font-style: normal;
}

.p-single-entry blockquote {
  background: #f0f0f0;
  font-size: 13px;
  font-style: italic;
  margin-top: 30px;
  padding: 30px 20px;
  position: relative;
}

.p-single-entry blockquote a {
  color: #9d968d;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
}

.p-single-entry table {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  width: 100%;
}

.p-single-entry table:not(:first-child) {
  margin-top: 2em;
}

.p-single-entry table th,
.p-single-entry table td {
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 0;
  font-size: 13px;
  padding: 10px;
}

.p-single-entry table th:nth-last-of-type(1),
.p-single-entry table td:nth-last-of-type(1) {
  border-right: none;
}

.p-single-entry table th {
  background: #f0f0f0;
  text-align: left;
}

.p-single-entry .link__arrow {
  margin-top: 1.5em;
}

.p-single-entry .link__arrow+.link__arrow {
  margin-top: .4em;
}

.p-single-entry .link__arrow a {
  color: #467507;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}

.p-single-entry .link__arrow a::before {
  border-color: transparent transparent transparent #78c117;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: .3em;
  width: 0;
}

.p-single-overview {
  margin-top: 20px;
  padding: 0 20px;
}

.p-single-overview__wrap {
  background: #f0f0f0;
  font-size: 13px;
  margin: 0 -20px;
  overflow: hidden;
  padding: 20px 20px 25px;
  position: relative;
}

.p-single-overview__wrap label {
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), color-stop(40%, rgba(240, 240, 240, .8)), to(#f0f0f0));
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, .8) 40%, #f0f0f0 100%);
  bottom: 25px;
  cursor: pointer;
  height: 4em;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1; */
}

.p-single-overview__wrap label::before {
  /* border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  bottom: .7em;
  content: "";
  display: block;
  height: 8px;
  left: calc(50% - 5em);
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 8px; */
}

.p-single-overview__wrap label::after {
  /* bottom: 0;
  content: "続きをよむ";
  font-size: 16px;
  font-weight: bold;
  left: 50%;
  letter-spacing: .05em;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 16rem;
  z-index: 2; */
}

.p-single-overview__wrap input:checked+label {
  background: inherit;
}

.p-single-overview__wrap input {
  display: none;
}

.p-single-overview__wrapInner {
  /* height: 8em;
  max-height: 8em;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s; */
}

.p-single-overview__wrap input:checked+label {
  display: none;
}

.p-single-overview__wrap input:checked~.p-single-overview__wrapInner {
  height: auto;
  max-height: 800px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.p-single-overview__title {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.p-single-overview__text {
  line-height: 1.5384615385;
}

.p-single-overview__data {
  margin-top: 10px;
}

.p-single-overview__data th {
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.p-single-overview__data td {
  padding: 2px 0;
  vertical-align: middle;
}

.p-single-overview>.c-tag {
  margin-top: 0;
}

.p-single-overview-link {
  border-top: 1px dashed #656263;
  margin: 20px 0 0;
  padding: 20px 0;
}

.p-single-overview-link:after {
  clear: both;
  content: "";
  display: block;
}

.p-single-overview-linkWrap {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
}

.p-single-overview-linkWrap .p-single-overview-link__link {
  padding-top: 5px;
}

.p-single-overview-linkWrap .p-single-overview-link__link a {
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.p-single-overview-linkWrap .p-single-overview-link__link a::before {
  border-color: transparent transparent transparent #78c117;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: .3em;
  width: 0;
}

.p-single-overview__text+.p-single-overview-linkWrap:first-of-type {
  margin-top: 20px;
}

.p-single-overview__left .p-single-overview-linkWrap:first-child {
  margin-top: 0;
  padding-top: 0;
}

.p-single-overview-linkWrap .p-single-overview-link__thumb+.p-single-overview-link__text,
.p-single-overview-linkWrap .p-single-overview-link__thumb+.p-single-overview-link__text+.p-single-overview-link__link {
  clear: none;
  float: left;
  width: calc(100% - 150px);
}

.p-single-overview-link+.p-single-overview-link {
  margin-top: 0;
}

.p-single-overview-link__thumb {
  float: left;
  margin-right: 10px;
  width: 140px;
}

.p-single-overview-link__thumb img {
  height: auto;
  width: 140px;
}

.p-single-overview-link__heading {
  margin-bottom: 25px;
  margin-left: -16px;
  width: 100%;
}

.p-single-overview-link__heading span {
  background: #78c117;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
  width: 145px;
}

.p-single-overview-link__heading span::after {
  border-color: #78c117 #222 #222 #222;
  border-style: solid;
  border-width: 28px 28px 0 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.p-single-overview-link__title {
  font-size: 16px;
  margin-bottom: 10px;
}

.p-single-overview-link__text {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.6153846154;
}

.p-single-overview-link__link {
  padding-top: 15px;
}

.p-single-overview-link__link a {
  border: 2px solid #78c117;
  color: #78c117;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  padding: 10px 8px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  word-break: break-all;
}

.p-single-overview-link .p-single-overview-link__thumb+.p-single-overview-link__title,
.p-single-overview-link .p-single-overview-link__thumb+.p-single-overview-link__title+.p-single-overview-link__text {
  float: left;
  width: calc(100% - 173px);
}

.p-single-overview-link__caption {
  clear: both;
  color: #888;
  font-size: 10px;
  line-height: 1.5;
  padding-top: 10px;
}

.p-single-overview-more {
  border-left: 8px solid #f0f0f0;
  margin-top: 50px;
  padding-left: 20px;
}

.p-single-overview-more__title {
  font-size: 16px;
}

.p-single-overview-more.-movies .p-single-overview-more__title {
  margin-bottom: 10px;
}

.p-single-overview-more.-movies .p-single-overview-more__link {
  margin-top: 20px;
}

.p-single-overview-more.-movies .p-single-overview-more__link a {
  text-decoration: underline;
}

.p-single-overview-more.-movies .p-single-overview-more__link a[target=_blank]::after {
  background: url(/img/common/new_window.svg) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 5px;
  width: 7px;
}

.p-single-overview-more.-movies p {
  font-size: 13px;
}

.p-single-overview-more.-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-single-overview-more.-product .p-single-overview-more__title {
  margin-bottom: 15px;
}

.p-single-overview-more.-product .p-single-overview-more__date {
  font-size: 12px;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

.p-single-overview-more.-product .p-single-overview-more__thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 110px;
}

.p-single-overview-more.-product .p-single-overview-more__thumb img {
  height: auto;
  width: 110px;
}

.p-single-overview-more.-product .p-single-overview-more__body {
  display: table;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 133px);
}

.p-single-overview-more.-product .p-single-overview-more__link a {
  background: #222;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.p-single.-cat-movie .p-single-head__cat:before {
  background-image: url(/img/icon/cat.svg);
}

.p-single .p-editer h1 img {
  height: auto;
  width: 100%;
}

.p-single .p-editer__titleMain {
  background: #830006;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 12px 17px;
  text-align: center;
}

.p-single .p-editer__stitle {
  background: #e2c07d;
  color: #830006;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.p-single .p-editer__list {
  padding: 0 20px;
}

.p-single .p-editer__item {
  border-bottom: 1px solid #000;
}

.p-single .p-editer__item th,
.p-single .p-editer__item td {
  vertical-align: top;
}

.p-single .p-editer__item th {
  background: #f0f0f0;
  text-align: right;
  white-space: nowrap;
}

.p-single .p-editer__item td {
  padding-left: 5px;
}

.p-single .p-editer__wrap {
  padding: 16px 0 10px;
}

.p-single .p-editer__wrap:after {
  clear: both;
  content: "";
  display: block;
}

.p-single .p-editer__thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 110px;
}

.p-single .p-editer__thumb span {
  background: #fff;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: calc(2 / 3 * 100%);
  position: relative;
}

.p-single .p-editer__thumb img {
  display: inline-block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}

.p-single .p-editer__title {
  float: left;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 125px);
}

.p-single .p-editer__text {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.9230769231;
  margin-top: 5px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 125px);
}

.p-single .p-editer .list__colm2 {
  font-size: 16px;
  margin: 10px 0;
}

.p-single .p-editer .list__colm2:after {
  clear: both;
  content: "";
  display: block;
}

.p-single .p-editer .list__colm3 {
  font-size: 13px;
  margin: 10px 0;
}

.p-single .p-editer .list__colm3:after {
  clear: both;
  content: "";
  display: block;
}

.p-single .p-editer .list__colm2 li a,
.p-single .p-editer .list__colm3 li a {
  background: #830006;
  border: 2px solid #dea826;
  color: #fff;
  display: block;
  padding: 8px;
}

.p-single .p-editer .list__colm2 li {
  float: left;
  margin-top: 8px;
  text-align: center;
  width: calc(50% - 5px);
}

.p-single .p-editer .list__colm2 li:nth-of-type(odd) {
  clear: both;
  float: left;
}

.p-single .p-editer .list__colm2 li:nth-of-type(even) {
  float: right;
}

.p-single .p-editer .list__colm3 li {
  float: left;
  margin-top: 8px;
  text-align: center;
  width: 33.3%;
}

.p-single .p-editer .list__colm3 li:nth-of-type(3n+3) {
  float: right;
}

.p-single .p-editer .list__colm3 li:nth-of-type(3n+1) a {
  margin-right: 2px;
}

.p-single .p-editer .list__colm3 li:nth-of-type(3n+2) a {
  margin: 0 2px;
}

.p-single .p-editer .list__colm3 li:nth-of-type(3n+3) a {
  margin-left: 2px;
}

.p-single .p-editer .list__indnt {
  font-size: 13px;
  margin-top: 10px;
}

.p-single .p-editer .list__indnt li {
  margin-bottom: 3px;
  margin-left: 1em;
  text-indent: -1em;
}

.autoloading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader,
.loader:before,
.loader:after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  background: #78c117;
  height: 16px;
  width: 4px;
}

.loader {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
  color: #78c117;
  font-size: 11px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: rotate(15deg) translateZ(0);
  transform: rotate(15deg) translateZ(0);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
}

.loader:before {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
  left: -6px;
  top: 1px;
}

.loader:after {
  left: 6px;
  top: -1px;
}

@-webkit-keyframes load1 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 16px;
  }

  40% {
    -webkit-box-shadow: 0 -3px;
    box-shadow: 0 -3px;
    height: 19px;
  }
}

@keyframes load1 {

  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 16px;
  }

  40% {
    -webkit-box-shadow: 0 -3px;
    box-shadow: 0 -3px;
    height: 19px;
  }
}

.prev.post__next {
  display: none;
}

@-webkit-keyframes autoload {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes autoload {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#next_contents .p-single {
  margin-top: 80px;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

#next_contents .p-single::before {
  background: #83d318;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  position: absolute;
  top: -40px;
  width: calc(100vw - 40px);
}

#next_contents .p-single:first-child {
  margin-top: 66px;
}

#next_contents .p-single.onLoad {
  -webkit-animation: autoload .5s ease 0s 1 forwards;
  animation: autoload .5s ease 0s 1 forwards;
}

.c-tag {
  overflow: hidden;
  padding-top: 10px;
}

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

.c-tag__item {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  margin-top: 8px;
}

.p-single-overview .c-tag__item {
  font-size: 10px;
}

.p-single-overview__wrap .c-tag__item {
  font-size: 12px;
}

.c-tag__item:last-child {
  margin-right: 0;
}

.c-tag__item a {
  border: 1px solid #000;
  color: #000;
  display: block;
  line-height: 20px;
  padding: 0 10px;
}

.p-single-overview .c-tag__item a {
  border-color: #888;
  color: #888;
}

.p-single-overview__wrap .c-tag__item a {
  border-color: #000;
  color: #000;
}

.p-single-overview__data .c-tag {
  margin-bottom: -7px;
  padding-top: 0;
}

.p-single-overview__data .c-tag__item {
  font-size: 10px;
  margin-bottom: 5px;
  margin-top: 0;
}

.l-contents {
  background: #fff;
}

.l-contents__inner {
  width: 100%;
}

.l-contents__inner:after {
  clear: both;
  content: "";
  display: block;
}

.home .l-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single .l-contents__inner {
  padding-bottom: 24px;
}

.l-contents-copyright {
  color: #a0a0a0;
  font-size: 10px;
  line-height: 1.2727272727;
  margin-bottom: 24px;
  margin-top: 40px;
  padding: 0 20px;
}

.l-contents-copyright li {
  display: inline;
  margin-right: .2em;
}

.l-main {
  background: #fff;
  padding: 25px 20px 0;
}

.home .l-main {
  float: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 28px 20px 0;
}

.single:not(.single-writer) .l-main {
  padding: 0;
}

.l-toggle {
  background: #fff;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.l-toggle.-show {
  overflow-y: scroll;
  pointer-events: auto;
  visibility: visible;
}

.l-toggleWrap {
  background: rgba(0, 0, 0, .2);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
  -webkit-transition: opacity .3s ease, visibility .3s linear;
  transition: opacity .3s ease, visibility .3s linear;
  visibility: hidden;
  width: 100vw;
}

.l-toggleWrap.-hidden {
  pointer-events: none;
}

.l-toggleWrap.-show {
  opacity: 1;
  visibility: visible;
}

.l-toggle__inner {
  padding-bottom: 60px;
}

.l-toggle-site__logo {
  margin: 52px auto 20px;
  text-align: center;
  width: 205px;
}

.l-toggle-site__logo a {
  display: block;
}

.l-toggle-site__logo img {
  height: 37px;
  width: 205px;
}

.l-toggle-site__logo span {
  display: block;
  font-size: 9px;
  font-weight: bold;
  margin-top: 6px;
}

.l-toggle-site__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  z-index: 10;
}

.l-toggle-site__btn:before,
.l-toggle-site__btn:after {
  background: #000;
  content: "";
  display: block;
  height: 24px;
  pointer-events: none;
  position: absolute;
  width: 2px;
}

.l-toggle-site__btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-toggle-site__btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-toggle .l-search {
  text-align: center;
}

.l-toggle__cat {
  margin-top: 17px;
}

.l-toggle-sns {
  margin-top: 40px;
  text-align: center;
}

.l-toggle-sns__title {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .1em;
}

.l-toggle-sns a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  width: 35px;
}

.l-toggle-sns img {
  height: auto;
}

.l-toggle-sns img.-twitter {
  width: 12px;
}

.l-toggle-sns img.-facebook {
  width: 5.5px;
}

.home .p-home-head {
  background: #606060;
}

.p-page-about__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 35px;
  text-align: center;
}

.p-page-about__title span {
  display: inline-block;
  padding: 0 22px;
  position: relative;
}

.p-page-about__title span::before {
  background: #222;
  content: "";
  height: 1px;
  left: 0;
  marign-top: -1px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.p-page-about__title span::after {
  background: #222;
  content: "";
  height: 1px;
  margin-left: 6px;
  marign-top: -1px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.p-page-about__img {
  background: url(/img/about/about_kv_sp.jpg) no-repeat 50%;
  background-size: auto 100%;
  margin: 0 -20px;
  min-height: 370px;
  overflow: hidden;
  text-align: center;
}

.p-page-about__lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}

.p-page-about__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.5625;
  margin-top: 35px;
}

.p-page-about__link {
  font-size: 14px;
  margin-top: 35px;
  text-align: center;
}

.wp-pagenavi {
  margin-top: 26px;
  text-align: center;
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink::before {
  background: url(/img/common/pagenavi_arrow_prev.svg) 0 50% no-repeat;
  background-size: auto 14px;
  content: "";
  padding-left: 15px;
}

.wp-pagenavi .nextpostslink {
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}

.wp-pagenavi .nextpostslink::after {
  background: url(/img/common/pagenavi_arrow_next.svg) 100% 50% no-repeat;
  background-size: auto 14px;
  content: "";
  padding-right: 15px;
}

.wp-pagenavi .first {
  display: inline-block;
  height: 12px;
  line-height: 500px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

.wp-pagenavi .first::before {
  background: url(/img/common/pagenavi_arrow_prev.svg) 0 50% no-repeat;
  background-size: auto 14px;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

.wp-pagenavi .first::after {
  background: url(/img/common/pagenavi_arrow_prev.svg) 0 50% no-repeat;
  background-size: auto 14px;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  top: 0;
  width: 14px;
}

.wp-pagenavi .last {
  display: inline-block;
  height: 12px;
  line-height: 500px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

.wp-pagenavi .last::before {
  background: url(/img/common/pagenavi_arrow_next.svg) 100% 50% no-repeat;
  background-size: auto 14px;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}

.wp-pagenavi .last::after {
  background: url(/img/common/pagenavi_arrow_next.svg) 100% 50% no-repeat;
  background-size: auto 14px;
  content: "";
  height: 12px;
  position: absolute;
  right: 4px;
  top: 0;
  width: 14px;
}

.wp-pagenavi .page {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-left: 5px;
  padding: 0 10px;
  vertical-align: middle;
}

.wp-pagenavi .current {
  color: #bcbcbc;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-left: 5px;
  padding: 0 10px;
  vertical-align: middle;
}

.wp-pagenavi .extend {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 15px;
  margin-left: 5px;
  padding: 0 10px;
  vertical-align: middle;
}

.special.p-single {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.special-heading {
  width: 100%;
}

.special-share {
  position: relative;
}

.special-share .p-single-share {
  display: block;
}

.special-share2 {
  display: block;
  margin: auto;
}

.special-share2 .p-single-share {
  display: block;
  text-align: center;
}

.special-intro {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  margin-bottom: 45px;
  text-align: justify;
}

.special-intro .redlabel {
  background: #9f0622;
  color: #e9dab7;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.special-intro p:not(:last-child) {
  margin-bottom: 1em;
}

.special-heading2 {
  color: #aa8325;
  font-family: "Italianno", cursive;
  font-weight: 400;
  margin: auto;
  text-align: center;
}

.special-review_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.special-review_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.special-review_img img {
  width: 100%;
}

.special-review_txtwrap {
  background: #222;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.special-review_ttl {
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

.special-review_body {
  color: #737373;
}

.special-review_date {
  color: #e9dab7;
  font-size: 12px;
  letter-spacing: .02em;
}

.special-review_auther {
  border: 1px #e9dab7 solid;
  color: #e9dab7;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
}

.special-review_more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e9dab7;
  background-size: cover;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 47px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 155px;
}

.special-review_more img {
  height: 16px;
  margin-right: 7px;
  width: 16px;
}

.special-review_more:hover {
  background: rgba(233, 218, 183, .9);
}

.special-interview_item {
  background: #222;
  display: block;
}

.special-interview_item a {
  display: block;
}

.special-interview_img {
  width: 100%;
}

.special-interview_txt {
  display: block;
}

.special-interview_txt span {
  color: #fff;
  display: block;
  text-align: center;
}

.special-trailer {
  text-align: center;
}

.special-story {
  color: #fff;
}

.special-cast_wrap {
  margin: auto;
}

.special-cast_wrap th {
  color: #e9dab7;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
}

.special-cast_wrap td {
  color: #fff;
}

.special-cast_wrap td a {
  border-bottom: 1px #e9dab7 solid;
  color: #e9dab7;
}

.special-cast_wrap td a:hover {
  text-decoration: none;
}

.special-cam_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special-cam_img {
  border: 8px solid #e9dab7;
  display: block;
}

.special-cam_img img {
  width: 100%;
}

.special-cam_tweet {
  width: 100%;
}

.special-cam_tweet .twitter-tweet {
  width: 100% !important;
}

.special-cam_tweet .SandboxRoot .EmbeddedTweet {
  max-width: none !important;
}

.special-copyright {
  color: #e9dab7;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.special-gallery .foogallery-container {
  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;
  width: 100%;
}

.special-gallery .foogallery-container::after {
  display: none;
}

.special-gallery .foogallery-container .fg-item-inner {
  border-color: #e9dab7;
  border-width: 1px;
  margin-bottom: 20px;
}

.special-gallery .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fbx-light .fbx-close,
.fbx-light .fbx-fullscreen-toggle,
.fbx-light .fbx-inner,
.fbx-light .fbx-loader,
.fbx-light .fbx-next,
.fbx-light .fbx-pause,
.fbx-light .fbx-play,
.fbx-light .fbx-prev,
.fbx-light .fbx-social-toggle,
.fbx-light.fbx-inset-buttons .fbx-next::before,
.fbx-light.fbx-inset-buttons .fbx-prev::before,
.fbx-light .fbx-inner,
.fbx-light.fbx-inset-buttons .fbx-next::before,
.fbx-light.fbx-inset-buttons .fbx-prev::before,
.fbx-modal.fbx-light.fbx-phone .fbx-close:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-next:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-pause:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-play:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-prev:hover,
.fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover,
.fbx-rounded.fbx-light .fbx-close,
.fbx-rounded.fbx-light .fbx-fullscreen-toggle,
.fbx-rounded.fbx-light .fbx-pause,
.fbx-rounded.fbx-light .fbx-play,
.fbx-rounded.fbx-light .fbx-social-toggle {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fbx-rounded .fbx-inner {
  border: 1px solid #e9dab7 !important;
  border-radius: 0;
}

.fbx-modal.fbx-1.fbx-rounded.fbx-light.fbx-safari.fbx-show.fbx-tablet.fbx-landscape,
.fbx-modal.fbx-1.fbx-rounded.fbx-light.fbx-chrome.fbx-phone.fbx-portrait.fbx-show {
  background: rgba(0, 0, 0, .8) !important;
}

.fbx-rounded .fbx-close {
  background: url("/img/st-ico_close.png") center center/cover no-repeat !important;
  border: none;
}

.fbx-rounded .fbx-close::before {
  content: "";
}

.fbx-rounded .fbx-next {
  background: url("/img/st-arrow_next.png") center bottom/contain no-repeat !important;
  height: 72px;
  text-align: left;
  width: 58px;
}

.fbx-rounded .fbx-next::before {
  color: #e9dab7 !important;
  content: "NEXT";
  font-family: "Noto Serif JP", serif;
  text-align: left;
}

.fbx-rounded .fbx-prev {
  background: url("/img/st-arrow_prev.png") center bottom/contain no-repeat !important;
  height: 72px;
  text-align: right;
  width: 58px;
}

.fbx-rounded .fbx-prev::before {
  color: #e9dab7 !important;
  content: "PREV";
  font-family: "Noto Serif JP", serif;
  text-align: right;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-next {
  font-size: 9px;
  left: auto;
  right: 20px;
  text-align: left;
  top: calc(50% + 35vw);
  width: 59px;
}

.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
  font-size: 9px;
  left: 20px;
  text-align: right;
  top: calc(50% + 35vw);
  width: 59px;
}

.l-contents__inner.l-col1 {
  padding-bottom: 0;
}

p:empty {
  display: none;
}

.pagetop {
  z-index: 1000;
}

.pagetop a {
  display: block;
}

@media screen and (min-width: 620px) and (max-width: 991px) {
  .p-archive-kv img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .SPview {
    display: none;
  }

  .c-archive__list {
    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;
    padding-bottom: 3px;
  }

  .c-archive__item {
    width: calc(50% - 18px);
  }

  .c-archive.-col2.-thumb .c-archive__list {
    display: block;
  }

  .c-archive.-col2.-thumb .c-archive__item {
    width: 100%;
  }

  .c-archive.-col2.-thumb .c-archive__item:last-child .p-single-archive__wrap {
    padding: 15px 0 0;
  }

  .c-archive.-col2.-thumb .c-archive__wrap {
    display: block;
    margin: 0 -10px;
    padding: 20px 10px 20px;
  }

  .c-archive.-col2.-thumb .c-archive__wrap:after {
    clear: both;
    content: "";
    display: block;
  }

  .c-archive.-col2.-thumb .c-archive__thumb {
    float: left;
    margin-right: 25px;
    width: 190px;
  }

  .c-archive.-col2.-thumb .c-archive__title {
    float: left;
    width: calc(100% - 215px);
  }

  .c-archive.-col2.-thumb .c-archive__text {
    display: block;
    float: left;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.9230769231;
    margin-top: 5px;
    width: calc(100% - 215px);
  }

  .c-archive.-col2.-thumb .c-archive__meta {
    float: right;
    margin-top: 9px;
    width: calc(100% - 215px);
  }

  .c-archive__card__list {
    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;
  }

  .c-archive__card__item {
    width: calc(50% - 18px);
  }

  .c-archive__card__more {
    margin-top: 20px;
  }

  .c-archive__card__more a::after {
    right: 17px;
  }

  .c-archive__card__more a {
    padding-right: 42px;
  }

  .l-popup__thumb {
    -ms-flex-preferred-size: 109px;
    flex-basis: 109px;
    width: 109px;
  }

  .p-notfound {
    overflow: hidden;
  }

  .p-notfound__inner {
    margin: 15px;
    padding: 55px 0 45px;
  }

  .p-notfound__title {
    font-size: 20px;
    line-height: 1.25;
  }

  .p-notfound__text {
    font-size: 16px;
    line-height: 1.5625;
    margin-top: 10px;
  }

  .p-notfound__lead {
    font-size: 15px;
    line-height: 2;
    margin: 50px 0 64px;
  }

  .c-special-archive__list {
    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;
  }

  .c-special-archive__item {
    width: calc(50% - 18px);
  }

  .c-special-archive__item:nth-of-type(-n+2) {
    padding-top: 25px;
  }

  .home .c-special-archive__item {
    padding-top: 27px;
    width: calc(50% - 20px);
  }

  .home .c-special-archive__item:last-child {
    display: none;
  }

  .c-special-archive__text {
    margin-top: 0;
  }

  .c-special-archive__more {
    font-size: 15px;
    margin-top: 40px;
    width: 400px;
  }

  .c-special-archive__more a::after {
    right: 17px;
  }

  .p-single-entry hr {
    margin: 20px 0;
    width: auto;
  }

  .p-single-overview__wrapInner {
    height: fit-content;
    max-height: inherit;
  }

  .p-single-overview-linkWrap .p-single-overview-link__link a:hover {
    border: none;
    color: #000;
    text-decoration: underline;
  }

  .p-single-overview-linkWrap .p-single-overview-link__thumb+.p-single-overview-link__text,
  .p-single-overview-linkWrap .p-single-overview-link__thumb+.p-single-overview-link__text+.p-single-overview-link__link {
    width: calc(100% - 195px);
  }

  .p-single-overview-link__link a {
    display: inline-block;
    padding-left: 23px;
    padding-right: 23px;
  }

  .p-single-overview-link__link a:hover {
    border: 2px solid #000;
    color: #000;
  }

  .p-single-overview-link .p-single-overview-link__thumb+.p-single-overview-link__title,
  .p-single-overview-link .p-single-overview-link__thumb+.p-single-overview-link__title+.p-single-overview-link__text {
    width: calc(100% - 195px);
  }

  .p-single-overview-link .p-single-overview-link__thumb+.p-single-overview-link__title+.p-single-overview-link__text+.p-single-overview-link__link {
    float: right;
    width: calc(100% - 170px);
  }

  .p-single-overview-more {
    margin-top: 56px;
    padding-left: 25px;
  }

  .p-single .p-editer__wrap {
    margin: 0 -10px;
    padding: 20px 10px 20px;
  }

  .p-single .p-editer__thumb {
    margin-bottom: 0;
    margin-right: 25px;
    width: 190px;
  }

  .p-single .p-editer__title {
    width: calc(100% - 215px);
  }

  .p-single .p-editer__text {
    float: left;
    width: calc(100% - 215px);
  }

  .l-toggle {
    width: 340px;
  }

  .p-page-about__lead {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 45px;
  }

  .p-page-about__text {
    margin-top: 45px;
    text-align: center;
  }

  .p-page-about__link {
    margin-top: 56px;
  }

  .wp-pagenavi .previouspostslink {
    margin-right: 18px;
  }

  .wp-pagenavi .nextpostslink {
    margin-left: 18px;
  }
}

@media screen and (min-width: 992px) {
  html>body {
    min-width: 1044px;
  }

  a:hover {
    color: #777;
  }

  br.SPbr {
    display: none;
  }

  br.PCbr {
    display: inline;
  }

  .c-archive__titleMain {
    background-position: 100% 100%;
    padding: 12px 20px;
  }

  .c-archive__wrap {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .c-archive__wrap:active,
  .c-archive__wrap:focus,
  .c-archive__wrap:hover {
    -webkit-box-shadow: 0 0 0 3px #78c117;
    box-shadow: 0 0 0 3px #78c117;
  }

  .c-archive__wrap:active .c-archive__authorName,
  .c-archive__wrap:focus .c-archive__authorName,
  .c-archive__wrap:hover .c-archive__authorName {
    border-color: #222;
    color: #222;
  }

  .c-archive__meta {
    margin-top: 10px;
  }

  .c-archive__author object a .c-archive__authorName {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .c-archive__author object a:focus .c-archive__authorName,
  .c-archive__author object a:hover .c-archive__authorName {
    border-color: #78c117;
    color: #78c117;
  }

  .c-archive__author object a:focus .c-archive__authorName::before,
  .c-archive__author object a:hover .c-archive__authorName::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-archive__more {
    font-size: 15px;
    margin-top: 40px;
    width: 400px;
  }

  .c-archive__more a::after {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
  }

  .c-archive__more a {
    -webkit-font-smoothing: antialiased;
    line-height: 56px;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
  }

  .c-archive__more a::before {
    background: #78c117;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .c-archive__more a:active,
  .c-archive__more a:focus,
  .c-archive__more a:hover {
    border: 1px solid #78c117;
    color: #fff;
  }

  .c-archive__more a:active::before,
  .c-archive__more a:focus::before,
  .c-archive__more a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-archive__more a:active::after,
  .c-archive__more a:focus::after,
  .c-archive__more a:hover::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  .c-archive.-ranking .c-archive__title {
    margin-top: 15px;
    padding: 0 5px;
  }

  .c-archive.-ranking .c-archive__item {
    margin-bottom: 0;
    padding-top: 25px;
  }

  .c-archive.-ranking .c-archive__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-top: 0;
  }

  .c-archive.-ranking .c-archive__meta {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .c-archive.-col2.-thumb.-related {
    margin-top: 54px;
  }

  .c-archive.-col2.-thumb.-banner {
    margin-top: 54px;
  }

  .p-single .c-archive.-col2.-thumb {
    margin-top: 50px;
    padding: 0;
  }

  .c-archive.-col2.-thumb .c-archive__wrap:hover .c-archive__thumb img {
    opacity: .6;
  }

  .c-archive__card__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 30px 0 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .c-archive__card__wrap:active,
  .c-archive__card__wrap:focus,
  .c-archive__card__wrap:hover {
    -webkit-box-shadow: 0 0 0 3px #78c117;
    box-shadow: 0 0 0 3px #78c117;
  }

  .c-archive__card__body {
    padding: 0 5px;
    width: 100%;
  }

  .c-archive__card__thumb {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 100%;
  }

  .c-special-archive__wrap:hover .c-special-archive__thumb img {
    opacity: .6;
  }

  .c-archive__card__title {
    padding: 15px 0 8px;
  }

  .c-archive__card__meta {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
    width: auto;
  }

  .c-archive__card__author {
    margin-top: 0;
  }

  .c-archive__card__author object a .c-archive__authorName {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .c-archive__card__author object a:focus .c-archive__authorName,
  .c-archive__card__author object a:hover .c-archive__authorName {
    border-color: #78c117;
    color: #78c117;
  }

  .c-archive__card__author object a:focus .c-archive__authorName::before,
  .c-archive__card__author object a:hover .c-archive__authorName::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-archive__card__more a::after {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
  }

  .c-archive__card__more a {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
  }

  .c-archive__card__more a::before {
    background: #83d318;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .c-archive__card__more a:active,
  .c-archive__card__more a:focus,
  .c-archive__card__more a:hover {
    color: #83d318;
  }

  .c-archive__card__more a:active::before,
  .c-archive__card__more a:focus::before,
  .c-archive__card__more a:hover::before {
    right: 42px;
  }

  .c-archive__card__more a:active::after,
  .c-archive__card__more a:focus::after,
  .c-archive__card__more a:hover::after {
    border-right: 1px solid #83d318;
    border-top: 1px solid #83d318;
  }

  .c-title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 25px;
  }

  .l-footer__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1100px;
    min-width: 1042px;
    padding: 20px 10px 20px;
  }

  .l-footer a {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .l-footer a:hover {
    color: #78c117;
  }

  .l-footer a[target=_blank]:hover::after {
    background: url(/img/common/new_window_green.svg) no-repeat 0 0;
  }

  .l-footer-site:after {
    clear: both;
    content: "";
    display: block;
  }

  .l-footer-site__logo {
    margin: 0;
    width: 206px;
  }

  .l-footer-site__logo img {
    height: 56px;
    width: 206px;
  }

  .l-footer-site__logo a {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
  }

  .l-footer-site__logo a:hover {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  .l-footer-site__logo {
    float: left;
  }

  .l-footer-site__sns {
    margin-top: 18px;
  }

  .l-footer-site__snsTitle {
    margin-right: 15px;
  }

  .l-footer-site__sns a {
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  .l-footer-site__sns a:hover {
    color: #83d318;
    text-decoration: none;
  }

  .l-footer-site__sns a:hover .icon {
    border-color: #83d318;
  }

  .l-footer-site .l-search {
    float: right;
  }

  .l-footer-nav {
    margin-top: 40px;
  }

  .l-footer-nav:after {
    clear: both;
    content: "";
    display: block;
  }

  .l-footer-nav-gnav {
    float: left;
    width: 810px;
  }

  .l-footer-nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0 0 80px;
  }

  .l-footer-nav-link__list {
    display: block;
    text-align: left;
  }

  .l-footer-nav-link__item {
    display: block;
    margin-bottom: 20px;
  }

  .l-footer-nav-link__item a {
    padding: 0;
  }

  .l-footer-copy {
    margin-top: 26px;
  }

  .l-footer-copy__link {
    margin-bottom: 20px;
  }

  .l-footer small {
    margin-top: 5px;
  }

  .l-popup {
    height: 115px;
  }

  .l-popup__tab {
    cursor: pointer;
  }

  .l-popup__title {
    font-size: 14px;
    line-height: 1.5714285714;
  }

  .l-popup__wrap:hover img {
    opacity: .6;
  }

  .l-popup .slick-arrow {
    height: 30px;
    top: calc(50% - 15px);
    width: 20px;
  }

  .l-popup .slick-arrow::before {
    height: 14px;
    top: calc(50% - 7px);
    width: 14px;
  }

  .l-popup .slick-prev {
    left: 23%;
  }

  .l-popup .slick-prev::before {
    left: calc(50% - 3px);
  }

  .l-popup .slick-next {
    right: 23%;
  }

  .l-popup .slick-next::before {
    right: calc(50% - 3px);
  }

  .pagetop {
    bottom: 20px;
    right: 25px;
  }

  .pagetop a {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
  }

  .pagetop a:hover {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  .p-home-carousel {
    margin: 0 auto;
    max-width: 1184px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .p-home-carousel .slick-list {
    overflow: visible;
  }

  .p-home-carousel .slick-slide {
    transition: transform .5s cubic-bezier(.15, .84, .4, 1), -webkit-transform .5s cubic-bezier(.15, .84, .4, 1);
    width: auto;
  }

  .p-home-carousel .slick-slide:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-home-carousel__ttl {
    margin-bottom: 20px;
    width: 215px;
  }

  .p-home-carousel__item {
    margin: 10px;
  }

  .p-home-carousel__item:first-of-type {
    margin-left: 3px;
  }

  .p-home-carousel__item:last-of-type {
    margin-right: 3px;
  }

  .p-home-carousel__item .p-home-carousel__wrap:hover img {
    opacity: .6;
  }

  .p-home-carousel__body {
    padding-top: 15px;
  }

  .p-home-carousel__title {
    font-size: 16px;
    line-height: 1.375;
  }

  .p-home-carousel__dots {
    bottom: 40px;
  }

  .p-home-carousel .slick-dots {
    display: none;
  }

  .p-home-carousel .slick-arrow {
    display: none;
  }

  .p-side-archive__item:last-child .p-archive__wrap {
    padding: 15px 0 0;
  }

  .p-side-archive__wrap {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
  }

  .p-side-archive__wrap:focus,
  .p-side-archive__wrap:hover {
    -webkit-box-shadow: 0 0 0 3px #78c117;
    box-shadow: 0 0 0 3px #78c117;
  }

  .p-side-archive__wrap:focus .p-side-archive__authorName,
  .p-side-archive__wrap:hover .p-side-archive__authorName {
    border-color: #222;
    color: #222;
  }

  .p-side-archive__wrap:hover .p-side-archive__thumb img {
    opacity: .6;
  }

  .p-side-archive__meta {
    padding-top: 4px;
  }

  .p-side-archive__author object a .p-side-archive__authorName {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .p-side-archive__author object a:focus .p-side-archive__authorName,
  .p-side-archive__author object a:hover .p-side-archive__authorName {
    border-color: #78c117;
    color: #78c117;
  }

  .p-side-archive__author object a:focus .p-side-archive__authorName::before,
  .p-side-archive__author object a:hover .p-side-archive__authorName::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-bread__list {
    margin: 0 auto;
    max-width: 1100px;
    overflow-x: hidden;
    padding: 10px;
    display: flex;
  }

  .c-bread a {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
  }

  .c-bread a::before {
    background: #222;
    bottom: 0;
    /* content: ""; */
    height: 1px;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .c-bread a:active::before,
  .c-bread a:focus::before,
  .c-bread a:hover::before {
    right: 32px;
  }

  .l-header .l-gnav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding: 0 54px;
  }

  .l-header .l-gnav__list {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "sp mo do an ne" "sp mo do an wr";
    -ms-grid-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
    grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 100%;
    width: 100%;
  }

  .l-header .l-gnav__list a {
    color: #fff;
    display: block;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }

  .l-header .l-gnav__list a::before {
    background: #83d318;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .l-header .l-gnav__list a:focus::before,
  .l-header .l-gnav__list a:active::before,
  .l-header .l-gnav__list a:hover::before {
    right: 0;
  }

  .l-header .l-gnav__list a span {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 500;
  }

  .l-header .l-gnav__list .l-gnav__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-header .l-gnav__list .l-gnav__item.top,
  .l-header .l-gnav__list .l-gnav__item.about {
    display: none;
  }

  .l-header .l-gnav__list .l-gnav__item.-current a {
    color: #83d318;
  }

  .l-header .l-gnav__list .l-gnav__item.-current a::before {
    right: 0;
  }

  .l-header .l-gnav__list .special {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    grid-area: sp;
  }

  .l-header .l-gnav__list .movie {
    grid-area: mo;
  }

  .l-header .l-gnav__list .drama {
    grid-area: do;
  }

  .l-header .l-gnav__list .anime {
    border-right: 1px solid #707070;
    grid-area: an;
  }

  .l-header .l-gnav__list .news {
    grid-area: ne;
    padding-top: 10px;
  }

  .l-header .l-gnav__list .writer {
    grid-area: wr;
    padding-bottom: 10px;
  }

  .l-header .l-gnav__list .news,
  .l-header .l-gnav__list .writer {
    margin-left: auto;
  }

  .l-header .l-gnav__list .news a,
  .l-header .l-gnav__list .writer a {
    font-size: 14px;
  }

  .l-header .l-gnav__list .news a::before,
  .l-header .l-gnav__list .writer a::before {
    display: none;
  }

  .l-header .l-gnav__list .news a:hover,
  .l-header .l-gnav__list .writer a:hover {
    border-color: #83d318;
    color: #83d318;
  }

  .l-header .l-gnav__list .news img,
  .l-header .l-gnav__list .writer img {
    margin-right: 11px;
    vertical-align: sub;
  }

  .l-header .l-gnav__list .news .white,
  .l-header .l-gnav__list .writer .white {
    display: inline-block;
  }

  .l-header .l-gnav__list .news .green,
  .l-header .l-gnav__list .writer .green {
    display: none;
  }

  .l-header .l-gnav__list .news:hover a,
  .l-header .l-gnav__list .news.-current a,
  .l-header .l-gnav__list .writer:hover a,
  .l-header .l-gnav__list .writer.-current a {
    border-color: #83d318;
    color: #83d318;
  }

  .l-header .l-gnav__list .news:hover .white,
  .l-header .l-gnav__list .news.-current .white,
  .l-header .l-gnav__list .writer:hover .white,
  .l-header .l-gnav__list .writer.-current .white {
    display: none;
  }

  .l-header .l-gnav__list .news:hover .green,
  .l-header .l-gnav__list .news.-current .green,
  .l-header .l-gnav__list .writer:hover .green,
  .l-header .l-gnav__list .writer.-current .green {
    display: inline-block;
  }

  .l-footer .l-footer-nav-gnav .l-gnav {
    border-top: none;
  }

  .l-footer .l-footer-nav-gnav .l-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-footer .l-footer-nav-gnav .l-gnav__item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 36px;
    width: 240px;
  }

  .l-footer .l-footer-nav-gnav .l-gnav__item a {
    background: none;
    padding: 10px 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
  }

  .l-footer .l-footer-nav-gnav .l-gnav__item a:hover {
    border-color: #83d318;
    color: #83d318;
    text-decoration: none;
  }

  .l-toggle .l-toggle__cat .l-gnav__item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 40px;
    width: 240px;
  }

  .l-toggle .l-toggle__cat .l-gnav__item:nth-of-type(3n+3) {
    margin-right: 0;
  }

  .l-search .searchform {
    width: 165px;
  }

  .l-footer .l-search input[type=text] {
    color: #fff;
  }

  .l-footer .l-footer .l-search input[type=text]::before {
    margin-right: 8px;
  }

  .l-search input[type=text] {
    font-size: 13px;
    width: 166px;
  }

  .l-footer .l-search input[type=text] {
    background: #333;
  }

  .l-search-btn__submit {
    display: none;
  }

  .l-footer .l-search .searchform {
    width: 165px;
  }

  .l-footer .l-search .searchform__wrap {
    display: inline-block;
    width: inherit;
  }

  .l-footer .l-search {
    margin: 0;
  }

  .l-search#HeaderSearch {
    display: none;
  }

  .p-archive-kv.-author {
    height: 190px;
    margin: 0;
  }

  .p-home-kv {
    padding-bottom: 0;
  }

  .p-home-kv .slick-slide {
    width: 50%;
  }

  .p-home-kv__wrap {
    position: relative;
  }

  .p-home-kv__wrap:active,
  .p-home-kv__wrap:focus,
  .p-home-kv__wrap:hover {
    color: #85d21f;
  }

  .p-home-kv__body {
    bottom: 50px;
  }

  .p-home-kv__thumb {
    margin: 0 auto;
    min-height: inherit;
    overflow: hidden;
    position: relative;
    width: calc(100% - 7vw);
  }

  .p-home-kv__thumb::before {
    height: 45.5%;
  }

  .p-home-kv__wrap:hover .p-home-kv__thumb span img {
    -webkit-transform: translateX(-50%) scale3d(1.1, 1.1, 1.1);
    transform: translateX(-50%) scale3d(1.1, 1.1, 1.1);
  }

  .p-home-kv .slick-dots {
    bottom: 25px;
  }

  .p-home-kv .slick-arrow {
    background: none;
    height: 77px;
    margin-top: -77px;
    top: 50%;
    width: 50px;
  }

  .p-home-kv .slick-arrow::before {
    height: 56px;
    margin-top: 0;
    top: 0;
    transition: transform .5s cubic-bezier(.15, .84, .4, 1), -webkit-transform .5s cubic-bezier(.15, .84, .4, 1);
    width: 56px;
  }

  .p-home-kv .slick-arrow:hover::before {
    -webkit-transform: rotate(-45deg) scale3d(1.1, 1.1, 1.1);
    transform: rotate(-45deg) scale3d(1.1, 1.1, 1.1);
  }

  .p-home-kv .slick-prev {
    left: calc(20% - 20px);
  }

  .p-home-kv .slick-prev::before {
    left: 10px;
    top: 10px;
  }

  .p-home-kv .slick-next {
    right: calc(20% - 20px);
  }

  .p-home-kv .slick-next::before {
    right: 15px;
    top: 10px;
  }

  .p-side-sec {
    padding: 24px 0 15px;
  }

  .p-side-sec:first-of-type {
    padding-top: 0;
  }

  .p-side-sec.-genre {
    padding-bottom: 15px;
  }

  .p-side-sec.-genre .c-tag {
    margin-bottom: 30px;
  }

  .p-side-sec.-ranking {
    margin-top: -10px;
    padding-top: 0;
  }

  .p-side-sec__title {
    padding: 7px 10px;
  }

  .c-lead {
    line-height: 1.9230769231;
    margin-bottom: 60px;
  }

  .p-single .c-lead {
    margin-bottom: 2.8em;
  }

  .l-col1 .p-single-share {
    margin-bottom: 15px;
    padding: 0;
  }

  .l-header {
    border-bottom: 4px solid #83d318;
  }

  .l-header__logo {
    text-align: center;
  }

  .l-header__logo a {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    vertical-align: middle;
  }

  .l-header__logo a:hover {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  .l-header__logo h1 {
    font-size: 1px;
  }

  .l-header__logo img {
    height: 40px;
    margin-top: 5px;
    width: 225px;
  }

  .l-header__logo span {
    margin-top: 4px;
  }

  .l-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 96px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
  }

  .l-header .SPview {
    display: none;
  }

  .l-side {
    display: block;
    float: right;
    margin: 0;
    max-width: 336px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    width: 336px;
  }

  .home .l-side {
    float: none;
    margin-left: 5%;
    max-width: 336px;
    padding: 0;
    width: 336px;
  }

  .p-author .c-archive {
    margin-top: 40px;
  }

  .p-notfound {
    display: block;
  }

  .p-notfound__more {
    border-top: 1px solid #000;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .p-side-sns {
    margin: 10px 0 0;
  }

  .home .c-special-archive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 64px 10px 60px;
    width: calc(100% + 30px);
  }

  .home .c-special-archive__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1080px;
    min-width: 1000px;
    padding: 0;
  }

  .c-special-archive__titleMain {
    background-position: 100% 100%;
    padding: 12px 20px;
  }

  .home .c-special-archive__titleMain {
    padding-bottom: 7px;
  }

  .home .c-special-archive__item {
    width: calc(50% - 40px);
  }

  .c-special-archive__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .c-special-archive__wrap:active,
  .c-special-archive__wrap:focus,
  .c-special-archive__wrap:hover {
    -webkit-box-shadow: 0 0 0 3px #78c117;
    box-shadow: 0 0 0 3px #78c117;
  }

  .home .c-special-archive__wrap {
    padding: 0 0 27px;
  }

  .c-special-archive__body {
    padding: 0 5px;
  }

  .home .c-special-archive__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .c-special-archive__wrap:hover .c-special-archive__thumb img {
    opacity: .6;
  }

  .c-special-archive__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
    min-height: calc(3em + 28px);
    padding: 14px 0;
  }

  .c-special-archive__more a::after {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
  }

  .c-special-archive__more a {
    -webkit-font-smoothing: antialiased;
    line-height: 56px;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
  }

  .c-special-archive__more a::before {
    background: #78c117;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .c-special-archive__more a:active,
  .c-special-archive__more a:focus,
  .c-special-archive__more a:hover {
    border: 1px solid #78c117;
    color: #fff;
  }

  .c-special-archive__more a:active::before,
  .c-special-archive__more a:focus::before,
  .c-special-archive__more a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-special-archive__more a:active::after,
  .c-special-archive__more a:focus::after,
  .c-special-archive__more a:hover::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }

  .l-loading__logo {
    width: 350px;
  }

  .l-loading__bar {
    margin-top: 40px;
    width: 300px;
  }

  .l-loading__no {
    font-size: 16px;
    margin-top: 15px;
  }

  .p-author-archive__titleMain {
    background-position: 100% 100%;
    padding: 12px 20px;
  }

  .p-author-archive__list {
    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;
  }

  .p-author-archive__item {
    margin-top: 20px;
    width: calc(50% - 20px);
  }

  .p-author-archive__item:first-child {
    margin-top: 25px;
  }

  .p-author-archive__wrap {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }

  .p-author-archive__wrap:hover {
    opacity: .6;
  }

  .p-author-archive__wrap:hover .p-author-archive__body {
    color: #222;
  }

  .p-single-head {
    display: block;
    margin-bottom: 0;
  }

  .p-single-head__kv {
    margin-bottom: 2.8em;
    margin-top: 18px;
  }

  .p-single-head__kv figcaption {
    padding: 0;
  }

  .p-single.-special .p-single-head__body+.p-single-head__kv {
    margin-top: 57px;
  }

  .p-single-head__body {
    padding: 0;
  }

  .p-single-head__title {
    font-size: 26px;
    margin: 0 0 10px;
  }

  .p-single.-special .p-single-head__title {
    margin: 0 0 20px;
  }

  .p-single-head__wrap {
    margin-top: 0;
    min-height: 35px;
    padding-top: 5px;
  }

  .p-single-head__date {
    margin-right: 15px;
  }

  .p-single:not(.-special) .p-single-share {
    bottom: inherit;
    top: 0;
  }

  .p-single-share__item a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background;
    transition-property: background;
  }

  .p-single-share__item a:active,
  .p-single-share__item a:focus,
  .p-single-share__item a:hover {
    background: #000;
  }

  .p-single-author {
    display: inline-block;
    margin-top: 0;
  }

  .p-single-author__name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .p-single-author__name::before {
    background: #78c117;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .p-single-author__name:active,
  .p-single-author__name:focus,
  .p-single-author__name:hover {
    border-color: #78c117;
    color: #fff;
  }

  .p-single-author__name:active::before,
  .p-single-author__name:focus::before,
  .p-single-author__name:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .p-single__lead {
    line-height: 1.9230769231;
    margin-bottom: 54px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 54px;
    padding: 25px 0;
  }

  .p-single.-special .p-single__lead {
    margin-top: 56px;
  }

  .p-single-sns {
    margin-top: 40px;
    padding: 0;
  }

  .p-single-sns__item a {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background;
    transition-property: background;
  }

  .p-single-sns__item a:active,
  .p-single-sns__item a:focus,
  .p-single-sns__item a:hover {
    background: #000;
  }

  .p-single-entry {
    padding: 0;
  }

  .p-single-head+.p-single-entry {
    margin-top: 2.8em;
  }

  .p-single-entry .movie {
    margin: 40px 0;
  }

  .p-single-entry h1:not(:first-child),
  .p-single-entry h2:not(:first-child) {
    margin-top: 2.8em;
  }

  .p-single-entry h2:not([class]) {
    padding: 10px 0 10px 26px;
  }

  .p-single-entry a.arrow:hover {
    text-decoration: underline;
  }

  .p-single-entry hr {
    margin: 50px -20px;
    width: calc(100% + 40px);
  }

  .p-single-entry blockquote {
    font-size: 14px;
    margin-top: 30px;
    padding: 35px 30px;
  }

  .p-single-entry table th,
  .p-single-entry table td {
    font-size: 14px;
    padding: 10px 14px;
  }

  .p-single-entry .link__arrow a:hover {
    color: #222;
    text-decoration: none;
  }

  .p-single-overview {
    margin-top: 25px;
    padding: 0;
  }

  .p-single-overview__wrap {
    margin: 0;
    padding: 25px 30px;
  }

  .p-single-overview-link {
    margin: 25px 0 0;
    padding: 20px 0;
  }

  .p-single-overview-link+.p-single-overview-link {
    margin-top: 0;
  }

  .p-single-overview-link__thumb {
    margin-right: 20px;
  }

  .p-single-overview-link__heading {
    margin-bottom: 23px;
    margin-left: -26px;
  }

  .p-single-overview-more.-movies .p-single-overview-more__link {
    margin-top: 16px;
  }

  .p-single-overview-more.-movies .p-single-overview-more__link a:hover {
    text-decoration: none;
  }

  .p-single-overview-more.-product .p-single-overview-more__title {
    margin-bottom: 10px;
  }

  .p-single-overview-more.-product .p-single-overview-more__date {
    margin-bottom: 27px;
  }

  .p-single-overview-more.-product .p-single-overview-more__link a {
    width: 155px;
  }

  .p-single-overview-more.-product .p-single-overview-more__link a:hover {
    background: #78c117;
  }

  .p-single .p-editer__titleMain {
    margin-top: 30px;
    padding: 12px 20px;
  }

  .p-single .p-editer__stitle {
    margin-top: 30px;
  }

  .p-single .p-editer__list {
    padding: 0;
  }

  .c-archive.-col2.-thumb .c-archive__wrap:hover .c-archive__thumb img {
    opacity: .6;
  }

  .p-single .p-editer .list__colm2 li a,
  .p-single .p-editer .list__colm3 li a {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  .p-single .p-editer .list__colm2 li a:hover,
  .p-single .p-editer .list__colm3 li a:hover {
    opacity: .7;
  }

  .p-single .p-editer .list__colm2 li a:hover img,
  .p-single .p-editer .list__colm3 li a:hover img {
    background-color: rgba(255, 255, 255, .01);
  }

  .p-single .p-editer .list__indnt.-col2:after {
    clear: both;
    content: "";
    display: block;
  }

  .p-single .p-editer .list__indnt.-col2 li {
    width: calc(50% - 1.5em);
  }

  .p-single .p-editer .list__indnt.-col2 li:nth-of-type(odd) {
    clear: both;
    float: left;
  }

  .p-single .p-editer .list__indnt.-col2 li:nth-of-type(even) {
    float: right;
  }

  .autoloading {
    display: none;
  }

  .c-tag__item {
    margin-right: 10px;
    margin-top: 10px;
  }

  .c-tag__item a {
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
  }

  .c-tag__item a::before {
    background: #78c117;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
  }

  .c-tag__item a:focus,
  .c-tag__item a:hover {
    border: 1px solid #78c117;
    color: #fff;
  }

  .c-tag__item a:focus::before,
  .c-tag__item a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .l-contents {
    overflow: hidden;
    position: relative;
  }

  .l-contents__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1110px;
    min-width: 1044px;
    padding: 60px 15px 0;
  }

  .home .l-contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    padding: 67px 15px 0;
    width: 100%;
  }

  .single .l-contents__inner {
    padding-bottom: 30px;
  }

  .l-contents-copyright {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 54px auto 30px;
    max-width: 1100px;
    padding: 0 10px;
  }

  .home .l-contents-copyright li.special:nth-last-of-type(1) {
    display: none;
  }

  .l-main {
    float: left;
    max-width: 720px;
    padding: 0;
    width: calc(100% - 390px);
  }

  .l-contents__inner.l-col1 .l-main {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .home .l-main {
    padding: 0;
  }

  .l-toggle {
    display: none;
  }

  .l-toggle.-show {
    display: none;
  }

  .l-toggleWrap {
    display: none;
  }

  .p-page-about {
    margin-top: 0;
  }

  .p-page-about__title {
    margin-top: 48px;
  }

  .p-page-about__img {
    background: url(/img/about/about_kv_pc.jpg) no-repeat 50%;
    background-size: cover;
    margin: 0;
    min-height: 710px;
  }

  .wp-pagenavi .previouspostslink {
    ransition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }

  .wp-pagenavi .previouspostslink:hover::before {
    background: url(/img/common/pagenavi_arrow_prev_on.svg) 0 50% no-repeat;
    background-size: auto 14px;
    content: "";
  }

  .wp-pagenavi .previouspostslink:hover {
    color: #78c117;
  }

  .wp-pagenavi .nextpostslink {
    ransition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }

  .wp-pagenavi .nextpostslink:hover::after {
    background: url(/img/common/pagenavi_arrow_next_on.svg) 100% 50% no-repeat;
    background-size: auto 14px;
    content: "";
  }

  .wp-pagenavi .nextpostslink:hover {
    color: #78c117;
  }

  .wp-pagenavi .first:hover::before,
  .wp-pagenavi .first:hover::after {
    background: url(/img/common/pagenavi_arrow_prev_on.svg) 0 50% no-repeat;
    background-size: auto 14px;
    content: "";
  }

  .wp-pagenavi .last:hover::before,
  .wp-pagenavi .last:hover::after {
    background: url(/img/common/pagenavi_arrow_next_on.svg) 100% 50% no-repeat;
    background-size: auto 14px;
    content: "";
  }

  .wp-pagenavi .page {
    ransition-property: color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }

  .wp-pagenavi .page:hover {
    color: #78c117;
  }
}

@media screen and (min-width: 992px) {
  .l-header .l-gnav__list .special {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }

  .l-header .l-gnav__list .movie {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }

  .l-header .l-gnav__list .drama {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }

  .l-header .l-gnav__list .anime {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
  }

  .l-header .l-gnav__list .news {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .l-header .l-gnav__list .writer {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .l-header {
    height: inherit;
  }
}

@media screen and (min-width: 993px) {
  .special-heading img {
    width: 100%;
  }

  .special-share {
    height: 35px;
    padding-left: 227px;
    top: -77px;
  }

  .special-share .p-single-share {
    text-align: left;
  }

  .special-share2 {
    margin-bottom: 60px;
  }

  .special-intro {
    font-size: 15px;
    line-height: 28px;
    padding: 0 30px;
  }

  .special-intro .redlabel {
    font-size: 16px;
  }

  .special-heading2 {
    font-size: 60px;
  }

  .special-review {
    margin-bottom: 80px;
    padding-top: 50px;
  }

  .special-review_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #222;
  }

  .special-review_item:not(:last-child) {
    margin-bottom: 20px;
  }

  .special-review_img {
    width: 340px;
  }

  .special-review_txtwrap {
    padding: 22px 30px;
  }

  .special-review_ttl {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 9px;
  }

  .special-review_body {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 15px;
  }

  .special-review_auther {
    margin-left: 20px;
  }

  .special-interview {
    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-bottom: 80px;
    padding-top: 50px;
  }

  .special-interview_item {
    width: 47.962962963%;
  }

  .special-interview_txt {
    padding: 28px 30px 25px;
  }

  .special-interview_txt span {
    font-size: 16px;
    line-height: 1.5;
  }

  .special-trailer {
    margin: 30px 0 76px;
  }

  .special-trailer iframe {
    height: 438px;
    width: 780px;
  }

  .special-story {
    font-size: 15px;
    line-height: 1.8666666667;
    margin: 26px 0 96px;
    text-align: center;
  }

  .special-cast_img {
    margin: 30px 0 44px;
    width: 100%;
  }

  .special-cast_img img {
    width: 100%;
  }

  .special-cast_wrap {
    margin-bottom: 90px;
  }

  .special-cast_wrap th {
    padding-right: 20px;
    text-align: right;
  }

  .special-cast_wrap td {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .special-cam_wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    padding-top: 30px;
  }

  .special-cam_img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    width: 50.9259259259%;
  }

  .special-cam_tweet {
    max-width: 500px;
  }

  .special-copyright {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .special-gallery {
    padding: 30px 0 60px;
  }

  .special-gallery .foogallery-container .fg-item.fg-loaded .fg-image-wrap img {
    height: 255px;
    width: 255px;
  }

  .fbx-rounded .fbx-close {
    height: 26px;
    right: -42px;
    top: -24px;
    width: 26px;
  }

  .fbx-rounded .fbx-next {
    right: -90px;
  }

  .fbx-rounded .fbx-next::before {
    font-size: 14px;
  }

  .fbx-rounded .fbx-prev {
    left: -90px;
  }

  .fbx-rounded .fbx-prev::before {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .l-header__inner {
    padding: 0 56px;
  }
}

@media screen and (min-width: 1700px) {
  .p-home-kv__title {
    font-size: 26px;
    line-height: 1.6;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0);
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .PCview {
    display: none;
  }

  .home .c-archive__card__item:nth-of-type(n+6) {
    display: none;
  }

  .p-single-author {
    max-width: calc(100% - 130px);
  }

  .p-single-sns {
    text-align: right;
  }

  .p-single-sns__title {
    display: none;
  }

  .p-single-entry iframe {
    height: calc(100vw - 40px);
    width: calc(100vw - 40px);
  }

  .p-single-entry iframe[src^="https://www.youtube.com"] {
    height: auto;
    width: 100%;
  }

  .p-single-overview-link__link {
    clear: both;
  }

  .p-single-overview-link .p-single-overview-link__thumb+.p-single-overview-link__title+.p-single-overview-link__text+.p-single-overview-link__link {
    clear: both;
  }

  .p-single .p-editer__text {
    clear: both;
    width: 100%;
  }

  .single .l-side,
  .single .c-archive.-related {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .l-footer .l-search .searchform {
    width: 240px;
  }

  .l-footer .l-search .searchform__wrap {
    width: 240px;
  }

  .p-page-about__lead {
    font-size: 15px;
  }

  .p-page-about__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .l-header {
    left: 0;
    min-height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .l-header.enableTransition:not(.is-active) {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.55, .09, .68, .53);
    transition: -webkit-transform .3s cubic-bezier(.55, .09, .68, .53);
    transition: transform .3s cubic-bezier(.55, .09, .68, .53);
    transition: transform .3s cubic-bezier(.55, .09, .68, .53), -webkit-transform .3s cubic-bezier(.55, .09, .68, .53);
  }

  .l-header.enableTransition.is-active {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
  }

  .l-header.is-fixed {
    position: fixed;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .l-header.is-active {
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .l-header .PCview {
    display: none;
  }

  .l-container {
    padding-top: 60px;
  }

  .l-toggle {
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility .3s linear;
    transition: opacity .3s ease, visibility .3s linear;
  }

  .l-toggle.-show {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  .c-special-archive__title {
    height: 1em;
  }
}

@media screen and (max-width: 367px) {
  .wp-pagenavi {
    margin-left: -10px;
    margin-right: -10px;
  }

  .wp-pagenavi .page {
    margin-left: 0;
    padding: 0 8px;
  }

  .wp-pagenavi .current {
    margin-left: 0;
    padding: 0 8px;
  }

  .wp-pagenavi .extend {
    padding: 0 8px;
  }
}

@media screen and (max-width: 992px) {
  .special.p-single {
    padding: 0 20px;
  }

  .special-heading {
    margin: 0 -20px 70px;
  }

  .special-heading img {
    width: 100vw;
  }

  .special-share {
    height: 15px;
    top: -59px;
  }

  .special-share .p-single-share {
    text-align: center;
  }

  .special-intro {
    font-size: 13px;
    line-height: 1.9230769231;
  }

  .special-heading2 {
    font-size: 45px;
  }

  .special-review {
    margin-bottom: 50px;
    padding-top: 32px;
  }

  .special-review_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .special-review_item:not(:last-child) {
    margin-bottom: 17px;
  }

  .special-review_img {
    width: 100%;
  }

  .special-review_txtwrap {
    padding: 27px 15px 20px;
  }

  .special-review_ttl {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .special-review_body {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-bottom: 9px;
  }

  .special-review_date {
    display: block;
    margin-bottom: 5px;
  }

  .special-interview {
    margin-bottom: 50px;
    padding-top: 32px;
  }

  .special-interview_item {
    margin-bottom: 10px;
    width: 100%;
  }

  .special-interview_txt {
    padding: 13px 15px;
  }

  .special-interview_txt span {
    font-size: 15px;
    line-height: 1.6;
  }

  .special-trailer {
    margin-bottom: 44px;
    padding-top: 30px;
  }

  .special-trailer iframe {
    height: 50.2666666667vw;
    width: 89.3333333333vw;
  }

  .special-story {
    font-size: 13px;
    line-height: 1.9230769231;
    margin-bottom: 42px;
    padding-top: 22px;
  }

  .special-cast_img {
    margin: 30px -20px 20px;
  }

  .special-cast_img img {
    width: 100vw;
  }

  .special-cast_wrap {
    margin-bottom: 26px;
  }

  .special-cast_wrap th {
    display: block;
    margin-bottom: 7px;
  }

  .special-cast_wrap td {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .special-cam_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .special-cam_img {
    margin-bottom: 21px;
    padding: 20px;
    width: 100%;
  }

  .special-copyright {
    font-size: 9px;
    margin-bottom: 28px;
  }

  .special-gallery {
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .special-gallery .foogallery-container .fg-item-inner {
    width: 42.2vw;
  }

  .special-gallery .foogallery-container .fg-item.fg-loaded {
    width: 42.2vw;
  }

  .fbx-rounded .fbx-next::before {
    font-size: 9px;
  }

  .fbx-rounded .fbx-prev::before {
    font-size: 9px;
  }

  .fbx-modal.fbx-phone.fbx-portrait .fbx-close {
    height: 15px;
    left: auto;
    right: 20px;
    top: calc(50% - 36vw);
    width: 15px;
  }
}

/* 広告記事 */
.ad_wrapper.in_article {
  margin-top: 32px;
  margin-bottom: 32px;
}

.ad_wrapper.in_article * {
  text-align: center;
}

/* 関連記事 */

@media screen and (min-width: 992px) {
  #related_posts {
    height: 96px;
  }
}

/* 共通 */

/* 中央揃え */
.pc_center {
  text-align: center;
}

@media screen and (max-width: 367px) {
  .sp_center {
    text-align: center;
  }
}

/* PCで表示 */
.pc_show {
  display: block;
}

@media screen and (max-width: 367px) {
  .pc_show {
    display: none;
  }
}

/* PCで隠す */
.pc_hide {
  display: none;
}

/* SPで隠す */
@media screen and (max-width: 367px) {
  .pc_hide {
    display: block;
  }
}

/* SPで表示 */
.sp_show {
  display: block;
}

/* SPで隠す */
@media screen and (max-width: 367px) {
  .sp_show {
    display: block;
  }
}

/* SPで隠す */
.sp_hide {
  display: block;
}

/* SPで隠す */
@media screen and (max-width: 367px) {
  .sp_hide {
    display: none;
  }
}

/* ページ分割#8 ↓*/
.page-links {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}


.page-links>span.current {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: #222;
  border: 1px solid #222;
  text-align: center;
  line-height: 30px;
  margin: 0 8px;
  color: #fff;
}

.page-links>span>a,
.page-links>a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border: 1px solid #222;
  text-align: center;
  line-height: 30px;
  margin: 0 8px;
}

.page-links>span>a {
  display: block;
  width: fit-content;
  height: 32px;
  font-size: 16px;
  border: 1px solid #222;
  text-align: center;
  line-height: 30px;
  margin: 0 8px;
  padding: 0 16px;
}

.nexpage_title {
  text-align: center;
  margin: 32px 0 16px;
}

.nexpage_title a {
  text-align: center;
  padding: 16px;
  border: 1px solid #222;
  display: block;
  font-weight: bold;
  position: relative;

}

h3:has(.nexpage_title) {
  margin-top: 0;
  font-size: 14px;
}

.nexpage_title a:first-child {
  display: none;
}

.nexpage_title a:last-child {
  display: flex;
}

.nexpage_title span {
  font-size: 14px;
}

.nexpage_title a .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.split-page-nav {
  text-align: center;
  margin-top: 32px;
  width: 100%;

}

.page-text {
  width: 100%;
  display: flex;
  justify-content: center;

  margin: 16px 0 48px;
}

.page-text .prev-page-link a,
.page-text .next-page-link a {
  width: 160px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  text-decoration: underline;
}

.split-page-nav .post-page-numbers.current {
  width: 40px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  border: 1px solid #222;
  align-items: center;
  background-color: #222;
  color: #fff;
  margin: 0 4px;
}

.split-page-nav a {
  width: 40px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  border: 1px solid #222;
  align-items: center;
  margin: 0 4px;
}

.nexpage_title a .upper {
  width: 80px;
  display: block;
}

.nexpage_title a .lower {
  max-width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: underline;
  color: #467508;
  display: block;
}

.nexpage_title a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ページ分割#8 　↑*/

.ad_wrapper {
  /* display: none; */
  margin: 0 -20px;
  width: calc(100% + 40px);
}

@media screen and (max-width: 767px) {
  .p-single-entry .ad_wrapper iframe {
    height: 100%;
    width: 100%;
  }
}


#close_button_wrapper {
  width: 24px;
  height: 24px;
  /* background-color: #222; */
  margin: auto;
  padding: 2px;
  position: absolute;
  right: -8px;
  top: 2px;
}


#close_button {
  border: 1px solid #424242;
  border-radius: 100%;
  display: block;
  width: 100%;
  font-size: 12px;
  height: 100%;
  color: #424242;
  top: 4px;
  right: -4px;
}


#pr_label {
  background-color: #bbb;
  margin: auto;
  padding: 2px 8px;
  position: absolute;
  left: -20px;
  color: #424242;
  font-size: 10px;
  border: 1px solid #424242;
  width: fit-content;
  top: 4px;


}


@media screen and (max-width: 480px) {

  #close_button_wrapper {
    width: 24px;
    height: 24px;
    background-color: #bbb;
    margin: auto;
    padding: 0px;
    position: absolute;
    top: -24px;
    left: 30px;
    right: unset;
  }

  #close_button {
    border: none;
  }

  #pr_label {
    background-color: #bbb;
    margin: auto;
    padding: 2px 8px;
    position: absolute;
    left: 0;
    color: #424242;
    font-size: 12px;
    border: unset;
    width: fit-content;
    top: -24px;
    height: 24px;
  }
}


#overlay_ad {
  transform: scale(1) !important;
  position: fixed;
  bottom: 0;
  padding-bottom: env(safe-area-inset-bottom);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  text-align: center;
  transform-origin: center bottom;
  margin: auto;
  background-color: #bbb;
}

#overlay_ad .ad_inner {
  max-width: 768px;
  transform: scale(1) !important;
  margin: auto;
  height:fit-content;

}

#overlay_ad .ad_inner .google_ad_wrapper{

  height:fit-content;

}


/* パンくず再設定 　//パンくず設置#10　*/
#breaccrumb .c-bread {
  background-color: transparent;
}

#breaccrumb .c-bread a {
  color: #639F13;
}

@media screen and (min-width: 992px) {
  a:hover {
    color: inherit;
  }
}


/* ジーニータグ関連 */
/* #geniee_overlay_outer{
  z-index: 999;
}
#geniee_overlay_inner{
  justify-content: center!important;
  padding-right: 8px;
} */
  /* @media screen and (max-width:  480px) { */
/* pxまでの幅の場合に適応される */
/* #geniee_overlay_inner{
  padding-right: 0px;
}
} */
/* #geniee_overlay_inner span#geniee_overlay_close{
  display: none!important;
} */