@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  font-size: 4.2666666667vw;
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  color: #393939;
  text-align: left;
  word-wrap: break-word;
}
body.fix {
  position: fixed;
}

img {
  vertical-align: middle;
  line-height: 1;
  height: auto;
  max-width: 100%;
  border: 0;
  display: inline-block;
}

a {
  text-decoration: none;
  transition: 0.15s ease;
}
@media (min-width: 48em) {
  a:hover {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0.7;
  }
}
a:link, a:active, a:visited {
  color: #393939;
  text-decoration: none;
  cursor: pointer;
}

.wrapper {
  position: relative;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.wrapper .disp_no,
.wrapper .disp_sp {
  display: none;
}
.wrapper .disp_pc {
  display: block;
}
.wrapper.front .disp_top {
  display: block;
}
.wrapper.front .disp_lw {
  display: none !important;
}
.wrapper.lower .disp_top {
  display: none;
}
.wrapper.lower .disp_lw {
  display: block;
}
@media (max-width: 47.99em) {
  .wrapper .disp_sp {
    display: block !important;
  }
  .wrapper .disp_pc {
    display: none !important;
  }
}

.header {
  width: 100%;
}
@media (max-width: 47.99em) {
  .header {
    background-color: #fff;
  }
}
@media (max-width: 47.99em) {
  body[data-page=page-about] .header {
    border-bottom: 1px solid #DCDCDC;
  }
}
.header_inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 47.99em) {
  .header_inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .header_inner {
    padding: 0;
  }
}
.header .hd_logo {
  flex-basis: 38%;
  margin: 0;
  font-size: 1rem;
  position: relative;
}
@media (max-width: 47.99em) {
  .header .hd_logo {
    padding-left: 1.8%;
    flex-basis: 53%;
  }
}
@media (min-width: 48em) {
  .header .hd_logo {
    flex-basis: 48%;
  }
}
.header .hd_logo picture {
  display: inline-block;
  max-width: 470px;
}
@media (max-width: 47.99em) {
  .header .hd_logo_tokyo-np {
    display: none;
  }
}
@media (min-width: 48em) {
  .header .hd_logo_tokyo-np {
    flex-basis: 90px;
    margin-left: 60px;
  }
}
.header .hd_info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-2em, -50%);
}
@media (max-width: 47.99em) {
  .header .hd_info {
    transform: translate(0.8em, -50%);
  }
}
.header .hd_date {
  display: none;
}
@media (min-width: 48em) {
  .header .hd_date {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .header .hd_switch {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media (min-width: 48em) {
  .header .hd_switch {
    display: none;
  }
}
.header .hd_switch_search, .header .hd_switch_navi {
  display: inline-block;
  width: 7.4666666667vw;
  cursor: pointer;
}
.header .hd_switch_navi {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.1333333333vw;
  background: url("../img/ico_search.png") no-repeat 0 50%;
  background-size: auto 7.4666666667vw;
}
.header .hd_search {
  flex-basis: 100%;
}
@media (max-width: 47.99em) {
  .header .hd_search {
    display: none;
  }
}
@media (min-width: 48em) {
  .header .hd_search {
    flex-basis: 24%;
    margin-right: 1em;
  }
}
@media (min-width: 70em) {
  .header .hd_search {
    margin-right: 0;
  }
}

.header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #fff;
  transition: transform 0.5s ease;
}

.navigation {
  background-color: #EEE;
  padding: 5.3333333333vw 2.6666666667vw;
  display: none;
}
@media (min-width: 48em) {
  .navigation {
    display: block;
    padding: 0.35rem 0;
    background-color: #f3780a;
  }
}
.navigation_wrap.is-active {
  overflow-y: scroll;
  height: 91vh;
}
.navigation_search {
  background-color: #fff !important;
  margin-bottom: 4vw;
}
@media (min-width: 48em) {
  .navigation_search {
    display: none;
  }
}
.navigation_search #searchform {
  padding: 0.3em 0.6em 0.3em 0.7em !important;
  font-size: 4vw !important;
}
.navigation_search .searchsubmit {
  flex-basis: 6.4vw !important;
  width: 6.4vw;
}
.navigation_globalNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3780a;
  list-style: none;
  color: #FFF;
  padding: 0;
}
@media (max-width: 47.99em) {
  .navigation_globalNav {
    display: none;
    flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
  .navigation_globalNav:after {
    content: "";
    flex-basis: 33.3%;
    display: block;
    height: 0;
  }
}
@media (min-width: 48em) {
  .navigation_globalNav {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.navigation_globalNav li {
  flex-basis: 33.3%;
}
.navigation_globalNav li a {
  display: block;
  padding: 0.5em 0;
  border: solid 1px rgba(238, 238, 238, 0.5);
  border-width: 0 1px 1px 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 48em) {
  .navigation_globalNav li a {
    padding: 0.3em 0;
    border: solid 1px #ae580c;
    border-width: 0 0 0 1px;
    line-height: 1.54;
    font-size: 14px;
  }
}
@media (max-width: 47.99em) {
  .navigation_globalNav li:last-child a, .navigation_globalNav li:nth-last-child(2) a {
    border-bottom: 0;
  }
}
@media (min-width: 48em) {
  .navigation_globalNav li:last-child a {
    border-width: 0 1px;
  }
}
@media (min-width: 48em) {
  .navigation_childNav {
    display: none;
  }
}
.navigation_childNav dl {
  margin: 0;
}
.navigation_childNav dt {
  position: relative;
  margin: 0 0 0.4em;
  padding-left: 0.2em;
  color: #f3780a;
  font-size: 4.8vw;
  font-weight: bold;
}
.navigation_childNav dt em {
  margin-right: 0.1em;
  font-style: normal;
  font-size: 6.4vw;
}
.navigation_childNav dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgb(243, 120, 10) 0%, rgba(243, 120, 10, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3780a", endColorstr="#00f3780a", GradientType=1);
}
.navigation_childNav dd {
  margin: 0 0 5.3333333333vw;
}
.navigation_childNav dd ul {
  padding: 0 0 0 2.6666666667vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.navigation_childNav dd ul li {
  flex-basis: 50%;
}
.navigation_childNav dd ul a {
  display: block;
  padding: 1.0666666667vw 0;
  margin: 1.0666666667vw auto;
  white-space: nowrap;
}
.navigation_childNav dd ul a:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  position: relative;
  top: -0.09em;
  margin-left: 0.2rem;
  border: solid 1px #f3780a;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.navigation-banner {
  display: inline-block;
  margin-bottom: 10%;
}
.navigation-banner img {
  width: 100%;
  max-width: unset;
}
@media (min-width: 48em) {
  .navigation-banner {
    display: none;
  }
}
.navigation_close {
  padding-top: 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .navigation_close {
    display: none;
  }
}

.footer {
  background-color: #f3780a;
  color: #FFF;
  font-size: 3.2vw;
  padding-bottom: 14vw;
}
@media (min-width: 48em) {
  .footer {
    padding-bottom: 0;
    font-size: 15px;
  }
}
.footer_caution {
  display: block;
  text-align: center;
  text-decoration: underline;
  padding-top: 1.5rem;
}
.footer_caution a {
  color: #fff;
  font-size: 3.2vw;
}
@media (min-width: 48em) {
  .footer_caution a {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.footer_logo {
  background-color: #fff;
  padding-bottom: 5.3333333333vw;
  text-align: center;
}
@media (min-width: 48em) {
  .footer_logo {
    display: none;
  }
}
.footer_logo img {
  width: 40vw;
}
.footer_copyright {
  text-align: center;
  padding: 1.7em 0;
  margin: 0;
}
@media (min-width: 48em) {
  .footer_copyright {
    padding: 1.5em 0 1.3em;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1em;
  margin: 0;
  list-style: none;
}
@media (min-width: 48em) {
  .footer_nav {
    padding-bottom: 0.6em;
  }
}
.footer_nav li {
  margin: 0 0.5em 0 0;
  padding-right: 0.5em;
}
@media (min-width: 48em) {
  .footer_nav li {
    margin-right: 1em;
    padding-right: 1em;
  }
}
.footer_nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer_nav a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}
@media (min-width: 48em) {
  .footer_nav a {
    font-size: 16px;
  }
}
.footer_nav_supply {
  padding-bottom: 1.7em;
}
@media (min-width: 48em) {
  .footer_nav_supply {
    padding-bottom: 1.7em;
  }
}
.footer_nav_supply li {
  border-right: solid 1px #FFF;
}
@media (min-width: 48em) {
  .footer_nav_supply li {
    padding-right: 1em;
  }
}
.footer_nav_supply li:last-child {
  border-right: 0;
}
.footer_nav_supply a {
  font-weight: normal;
}

@media (max-width: 47.99em) {
  .container-series + footer .footer_logo {
    background-color: #FDF1E9;
  }
}
@media (min-width: 48em) {
  .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0.5em 60px;
    max-width: 1120px;
    margin: 0 auto;
  }
  .container-series {
    justify-content: center;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  body[data-page=page-about] .container {
    max-width: unset;
    padding-left: 0%;
    padding-right: 0%;
  }
  .container .main {
    flex-basis: auto;
    margin-right: 3.9%;
    flex-shrink: 2;
    max-width: 784px;
    overflow: hidden;
    width: 100%;
  }
  body[data-page=page-about] .container .main {
    max-width: unset;
    margin-right: 0%;
  }
  .container .side {
    flex-basis: auto;
    flex-shrink: 1;
    width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 60em) {
  .container {
    width: 100%;
  }
  .container .main {
    margin-right: 0;
  }
}
/* */
/* 共通クラス */
/* */
.mincho, .commentVoices .ttl, .main_archive_header .ttl, .side_nav .navigation_childNav dt, .header .hd_date, .navigation_childNav dt {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, serif;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.btn, .main_comment .comment-respond .submit {
  display: inline-block;
  background-color: #f3780a;
  padding: 0.5em 1em 0.45em;
  position: relative;
  color: #fff !important;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 48em) {
  .btn, .main_comment .comment-respond .submit {
    font-size: 17px;
  }
}
.btn:after, .main_comment .comment-respond .submit:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  position: relative;
  top: -0.1em;
  margin-left: 0.4em;
  border: solid 1px #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.btn_close:after {
  transform: rotate(-45deg);
  margin-left: 0.8em;
  top: 0;
}

body {
  position: relative;
}

#toPageTop {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 20;
}
@media (min-width: 48em) {
  #toPageTop {
    bottom: 2em;
    right: 2em;
  }
}
#toPageTop a {
  display: block;
  position: relative;
  width: 13vw;
  height: 13vw;
  border-radius: 100%;
  background-color: RGB(243, 120, 10);
  color: #fff;
  text-indent: -9999px;
}
#toPageTop a:hover {
  opacity: 1;
}
@media (min-width: 48em) {
  #toPageTop a {
    opacity: 0.6;
    width: 3em;
    height: 3em;
  }
}
#toPageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 30%;
  width: 4vw;
  height: 4vw;
  border: solid 1px #fff;
  border-width: 4px 4px 0 0;
  border-radius: 3px;
  transform: rotate(-45deg);
}
@media (min-width: 48em) {
  #toPageTop a:after {
    width: 1em;
    height: 1em;
  }
}

.mod_search, .header .hd_search, .navigation_search {
  background-color: #ededed;
  border-radius: 1.5em;
}
.mod_search #searchform, .header .hd_search #searchform, .navigation_search #searchform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 3.4666666667vw;
  padding: 0.3em 0.8em 0.3em 1em;
}
@media (min-width: 48em) {
  .mod_search #searchform, .header .hd_search #searchform, .navigation_search #searchform {
    font-size: 13px;
  }
}
.mod_search .s, .header .hd_search .s, .navigation_search .s {
  flex-basis: 90%;
  font-size: 16px;
  border: none;
  background: none;
}
.mod_search .searchsubmit, .header .hd_search .searchsubmit, .navigation_search .searchsubmit {
  flex-basis: 10%;
  width: 6.4vw;
}
@media (min-width: 48em) {
  .mod_search .searchsubmit, .header .hd_search .searchsubmit, .navigation_search .searchsubmit {
    width: 24px;
  }
}

.tags {
  overflow: hidden;
  margin-top: -0.5em;
  font-size: 3.2vw;
}
@media (min-width: 48em) {
  .tags {
    font-size: 12px;
  }
}
.tags a {
  float: left;
  display: block;
  white-space: nowrap;
  margin: 0.3em 0.5em 0 0;
  border: solid 1px #dcdcdc;
  border-radius: 1.5em;
  line-height: 1;
  padding: 0.3em 0.7em 0.2em 0.5em;
  transition: all 0.2s;
}
.tags a:hover {
  background-color: RGBA(243, 121, 12, 0.1);
  opacity: 1;
}
.tags a:before {
  content: "#";
  display: inline-block;
  margin-right: 0.3em;
  color: #f3780a;
}

.postUnit .new {
  display: block;
  margin-right: 0.5em;
  color: #f3780a;
  font-weight: bold;
  font-size: 2.6666666667vw;
}
@media (min-width: 48em) {
  .postUnit .new {
    font-size: 12px;
  }
}
.postUnit time {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 3.2vw;
  color: #999;
}
@media (min-width: 48em) {
  .postUnit time {
    font-size: 14px;
  }
}

.main .postUnit,
.side_recommend .postUnit,
.side_related .postUnit {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0.4em 0;
}
@media (min-width: 48em) {
  .main .postUnit,
  .side_recommend .postUnit,
  .side_related .postUnit {
    justify-content: flex-end;
    align-items: center;
    padding: 0.5em 0;
  }
}
@media (min-width: 60em) {
  .main .postUnit,
  .side_recommend .postUnit,
  .side_related .postUnit {
    padding: 5px 0;
  }
}
.main .postUnit_pic,
.side_recommend .postUnit_pic,
.side_related .postUnit_pic {
  flex-basis: 26.6666666667vw;
}
@media (min-width: 48em) {
  .main .postUnit_pic,
  .side_recommend .postUnit_pic,
  .side_related .postUnit_pic {
    flex-basis: 120px;
    min-width: 120px;
  }
}
.main .postUnit_pic img,
.side_recommend .postUnit_pic img,
.side_related .postUnit_pic img {
  display: block;
}
.main .postUnit_data,
.side_recommend .postUnit_data,
.side_related .postUnit_data {
  flex-basis: 64vw;
}
@media (min-width: 48em) {
  .main .postUnit_data,
  .side_recommend .postUnit_data,
  .side_related .postUnit_data {
    flex-basis: auto;
    flex-grow: 2;
    max-width: 660px;
    padding-left: 20px;
  }
}
@media (max-width: 47.99em) {
  .main .postUnit_data .tags,
  .side_recommend .postUnit_data .tags,
  .side_related .postUnit_data .tags {
    display: none;
  }
}
.main .postUnit_header a,
.side_recommend .postUnit_header a,
.side_related .postUnit_header a {
  display: block;
}
.main .postUnit_header time,
.side_recommend .postUnit_header time,
.side_related .postUnit_header time {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 3.4666666667vw;
  color: #999;
}
@media (min-width: 48em) {
  .main .postUnit_header time,
  .side_recommend .postUnit_header time,
  .side_related .postUnit_header time {
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}
.main .postUnit_header .new,
.side_recommend .postUnit_header .new,
.side_related .postUnit_header .new {
  display: block;
  margin-right: 0.5em;
  color: #f3780a;
  font-weight: bold;
  font-size: 2.6666666667vw;
}
@media (min-width: 48em) {
  .main .postUnit_header .new,
  .side_recommend .postUnit_header .new,
  .side_related .postUnit_header .new {
    font-size: 12px;
  }
}
.main .postUnit_header .ttl,
.side_recommend .postUnit_header .ttl,
.side_related .postUnit_header .ttl {
  width: 97%;
  margin: 0;
  padding-right: 3%;
  line-height: 1.6;
  font-size: 4vw;
}
@media (min-width: 48em) {
  .main .postUnit_header .ttl,
  .side_recommend .postUnit_header .ttl,
  .side_related .postUnit_header .ttl {
    width: 100%;
    margin-bottom: 0.4em;
    padding-right: 0;
    line-height: 1.3;
    font-size: 16px;
  }
}

.pg-diary .diary-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.pg-diary .diary-nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 40px 30px 20px;
  gap: 20px;
}
.pg-diary .diary-nav__list.active {
  background-color: #FEF1E6;
  position: relative;
}
.pg-diary .diary-nav__list.active::after {
  content: "連載中";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 14px;
  font-weight: bold;
  color: #f3780a;
}
.pg-diary .diary-nav__item {
  list-style-type: none;
  flex-basis: 70px;
}
.pg-diary .diary-nav__author {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-diary .diary-nav__author .name {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.2em;
}
.pg-diary .main_latest h2 {
  text-align: center;
}
.pg-diary .main_latest_more {
  text-align: center;
  font-size: 17px;
}
@media (min-width: 48em) {
  .pg-diary .main_latest_more {
    font-size: 2.2666666667vw;
  }
}
.pg-diary .main_archive_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 1.3333333333vw;
  gap: 4%;
}
@media (min-width: 48em) {
  .pg-diary .main_archive_list {
    padding-bottom: 10px;
    gap: 24px;
  }
}
.pg-diary__anchor {
  position: absolute;
  top: -18vw;
}
@media (min-width: 48em) {
  .pg-diary__anchor {
    top: -135px;
  }
}
.pg-diary__block {
  position: relative;
  padding-top: 8vw;
  margin-top: 10.6666666667vw;
}
@media (min-width: 48em) {
  .pg-diary__block {
    padding-top: 30px;
    margin-top: 40px;
  }
}
.pg-diary__block {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pg-diary__active .pg-diary__block:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.pg-diary .postUnit {
  position: relative;
  flex-flow: column-reverse;
  justify-content: flex-end;
  border: none;
  width: 48%;
}
@media (min-width: 48em) {
  .pg-diary .postUnit {
    width: 178px;
  }
}
.pg-diary .postUnit_header {
  margin-top: 2.1333333333vw;
}
@media (min-width: 48em) {
  .pg-diary .postUnit_header {
    margin-top: 16px;
  }
}
.pg-diary .postUnit_header time {
  font-size: 3.2vw;
}
@media (min-width: 48em) {
  .pg-diary .postUnit_header time {
    font-size: 14px;
  }
}
.pg-diary .postUnit_data {
  padding-left: 0;
  flex-basis: auto;
}
.pg-diary .postUnit_data .tags {
  display: block;
  position: absolute;
  top: 1.7066666667vw; /* fontSize * padding-top em */
  margin-top: 0;
}
@media (min-width: 48em) {
  .pg-diary .postUnit_data .tags {
    top: 5px;
  }
}
.pg-diary .postUnit_data .tags .new {
  display: block;
  margin-right: 0.5em;
  background-color: #f3780a;
  color: #fff;
  font-weight: bold;
  font-size: 2.6666666667vw;
  padding: 8px 10px;
}
@media (min-width: 48em) {
  .pg-diary .postUnit_data .tags .new {
    font-size: 12px;
  }
}
.pg-diary .postUnit_pic .wp-post-image {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.pg-diary .postUnit h3.ttl {
  font-size: 3.7333333333vw;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 48em) {
  .pg-diary .postUnit h3.ttl {
    font-size: 18px;
  }
}

.pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.pagination .page-numbers {
  display: block;
  width: 2em;
  margin: 0 0.3em;
  background-color: #ededed;
  line-height: 2;
  text-align: center;
}
.pagination .page-numbers.current {
  background-color: #f3780a;
  color: #fff;
}

.photocontest2022 {
  position: fixed;
  bottom: 110px;
  left: 0;
  right: unset;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  max-width: 70%;
  display: none;
  background-color: #fff;
}
.photocontest2022 a {
  margin: 0 auto;
  display: block;
}
@media (min-width: 48em) {
  .photocontest2022 {
    max-width: 300px;
    left: unset;
    right: 0;
  }
}

#js-bannerClose {
  width: 2em;
  height: 2em;
  background-color: #3a3a3a;
  border-radius: 50%;
  position: absolute;
  right: -1em;
  top: -1em;
  z-index: 1;
}
@media (min-width: 48em) {
  #js-bannerClose {
    width: 30px;
    height: 30px;
    left: -20px;
  }
}
#js-bannerClose::after, #js-bannerClose::before {
  content: "";
  display: inline-block;
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#js-bannerClose::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#js-bannerClose::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

input,
textarea,
select,
button {
  outline: 0;
  border: 0px;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select {
  padding: 5px 10px;
  line-height: 1.6;
  background: #f7f7f7;
  max-width: 100%;
  border: #ddd solid 1px;
}

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

.mod-head {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #f3780a;
}
.mod-head__voice {
  border-bottom: 2px solid #2aae3e;
}
.mod-head__voice span {
  font-size: 20px !important;
}
.mod-head span {
  background: url(../img/comment_fukidashi.svg) no-repeat 0 55%;
  background-size: 2em 1.2em;
  padding-left: 2.2em;
  padding-top: 0.15em;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, serif;
  margin-left: -10px;
}
.mod-head small {
  display: inline-block;
  background: #2aae3e;
  color: white;
  font-weight: normal;
  font-size: 13px;
  padding: 2px 8px 1px 14px;
  margin-bottom: 12px;
  transform: rotate(-4deg);
  box-shadow: 2px 2px 0 #dfe389;
}
.ad-wrapper {
  padding-top: 10px;
  background-color: #fafafa;
}

.ad-wrapper + .ad-wrapper {
  padding-top: 0;
}

.btn-green {
  color: #fff !important;
  background: #2aae3e;
  display: inline-block;
  padding: 1px 5px 0px;
  border-radius: 2px;
  font-weight: normal !important;
  font-size: 12px !important;
}
.btn-green:hover {
  color: #fff !important;
}

.link-text-green {
  color: #2aae3e;
  text-decoration: underline;
}

@media (max-width: 47.99em) {
  .side_common, .side_ranking, .side_nav, .side_voice, .side_about {
    margin: 0 2.1333333333vw 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .side_common, .side_ranking, .side_nav, .side_voice, .side_about {
    max-width: 100%;
    width: auto;
    margin: 0 0 25px;
  }
}

.side section {
  margin-top: 30px;
}
@media (max-width: 47.99em) {
  .side section.side_comment_ranking, .side section.side_voice_push {
    margin: 0 2.6666666667vw 10.6666666667vw;
  }
}
.side {
  /* @include flexBox($wrap: wrap);

   flex-direction: column;*/
}

.side_ad {
  width: 100%;
}
@media (max-width: 47.99em) {
  .side_ad {
    margin: 0 auto 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .side_ad {
    margin: 0 0 25px;
  }
}

.side_about {
  margin: 10% auto 10%;
  display: block;
  width: 90%;
}
@media (min-width: 48em) {
  .side_about {
    margin: unset;
    width: 100%;
  }
}

.side_voice {
  border: solid 6px #dfe389;
  font-size: 4vw;
}
@media (min-width: 48em) {
  .side_voice {
    font-size: 14px;
  }
}
.side_voice {
  margin-top: 140px !important;
  position: relative;
}
.side_voice .intro {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 90%;
}
.side_voice .ttl {
  width: 85.3333333333vw;
  padding: 5.3333333333vw 0 0;
  margin: 0 auto 5.3333333333vw;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .side_voice .ttl {
    max-width: 90% !important;
    padding-top: 14px;
    margin-bottom: 1em;
  }
}
.side_voice .txt {
  background-color: #f5f7db;
  padding: 0.4em 2.6666666667vw 0.2em;
  margin: 0;
  line-height: 1.3;
  text-align: justify;
}
@media (min-width: 48em) {
  .side_voice .txt {
    padding: 0.4em 14px 0.2em;
  }
}
.side_voice_list {
  list-style: none;
  padding: 4vw;
  margin: 0;
}
@media (min-width: 48em) {
  .side_voice_list {
    padding: 14px;
  }
}
.side_voice_list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8em;
  line-height: 1.3;
}
@media (min-width: 48em) {
  .side_voice_list li {
    font-size: 14px;
  }
}
.side_voice_list li:before {
  content: "▲";
  display: block;
  color: #2aae3e;
  transform: rotate(90deg) translate(-1px, 5px);
}
.side_voice_list li:last-child {
  margin-bottom: 0;
}
.side_voice_list a {
  display: block;
}
.side_voice_list a:hover {
  text-decoration: underline;
}

@media (max-width: 47.99em) {
  .side_special {
    margin: 0 0 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .side_special {
    margin: 0 0 25px;
    width: auto;
    max-width: 100%;
  }
}
.side_special .ttl {
  margin: 0;
}
.side_special_unit {
  padding: 1.6vw 3.2vw 3.2vw;
  background-color: #ffe555;
  font-size: 4vw;
}
@media (min-width: 48em) {
  .side_special_unit {
    padding: 6px 12px 12px;
    font-size: 14px;
  }
}
.side_special .postUnit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 2.6666666667vw;
  background-color: #fff;
  border-radius: 0.4em;
}
@media (min-width: 48em) {
  .side_special .postUnit {
    padding: 10px;
  }
}
.side_special .postUnit_pic {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #ffe555;
}
.side_special .postUnit_pic a {
  display: block;
}
.side_special .postUnit_pic img {
  width: 100%;
}
.side_special .postUnit_data {
  max-width: 100%;
}
.side_special .postUnit_header {
  margin-bottom: 1em;
}
.side_special .postUnit_header a {
  display: block;
  padding-top: 0.7em;
}
@media (min-width: 48em) {
  .side_special .postUnit_header a {
    padding-top: 0.6em;
  }
}
.side_special .postUnit_header time {
  display: block;
  margin-bottom: 0.2em;
  font-size: 3.4666666667vw;
}
@media (min-width: 48em) {
  .side_special .postUnit_header time {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.side_special .postUnit_header .ttl {
  line-height: 1.3;
}
@media (min-width: 48em) {
  .side_special .postUnit_header .ttl {
    font-size: 16px;
  }
}

@media (max-width: 47.99em) {
  .side_recommend {
    margin: 0 2.1333333333vw 10.6666666667vw;
  }
  .side_recommend .ttl {
    width: 72vw;
    margin: 0 auto 4vw;
  }
}
@media (min-width: 48em) {
  .side_recommend {
    max-width: 300px;
    height: 100%;
    margin: 0 0 25px;
    font-size: 14px;
  }
  .side_recommend_inner {
    border: 6px solid #ffe555;
    padding: 14px;
  }
  .side_recommend .ttl {
    margin: 0 auto 1.3em;
    font-size: 14px !important;
  }
  .side_recommend h2.ttl {
    max-width: 90%;
  }
  .side_recommend .postUnit {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding: 0 0 0.6em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #dadada;
  }
  .side_recommend .postUnit:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .side_recommend .postUnit a {
    display: block;
  }
  .side_recommend .postUnit time, .side_recommend .postUnit .tags {
    display: none;
  }
  .side_recommend .postUnit .ttl {
    margin: 0;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
  }
  .side_recommend .postUnit_pic {
    flex-basis: 25%;
    min-width: auto;
  }
  .side_recommend .postUnit_data {
    flex-basis: 75%;
    padding-left: 0;
  }
  .side_recommend .postUnit_header {
    padding-left: 0.7em;
    text-align: justify;
  }
}

@media (max-width: 47.99em) {
  .side_series {
    margin: 0 0 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .side_series {
    margin: 0 0 25px;
    width: 100%;
  }
}
.side_series .ttl {
  margin: 0 auto 0.5em;
  width: 26.6666666667vw;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .side_series .ttl {
    width: 100px;
  }
}
.side_series_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 2.1333333333vw;
  background-color: RGBA(243, 120, 10, 1);
  list-style: none;
  font-size: 4vw;
}
@media (min-width: 48em) {
  .side_series_list {
    padding: 6px;
    border-radius: 0.5em;
    font-size: 14px;
  }
}
.side_series_list li {
  flex-basis: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 2.1333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 48em) {
  .side_series_list li {
    overflow: hidden;
    border-bottom-width: 4px;
    border-radius: 8px;
    margin-bottom: 6px;
  }
}
.side_series_list li:last-child {
  margin-bottom: 0;
}
.side_series_list li a {
  display: block;
  padding: 0.5em 3em;
}
@media (min-width: 48em) {
  .side_series_list li a {
    padding: 0.2em 1em;
  }
}
.side_series_list li a img {
  display: block;
}
.side_series .postUnit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0.5em 0;
  margin: 0 0.5em;
  border-top: dotted 1px #CCC;
}
.side_series .postUnit_pic {
  width: 25%;
  flex-basis: 25%;
  padding-right: 5%;
}
.side_series .postUnit_pic a {
  padding: 0;
}
.side_series .postUnit_data {
  width: 70%;
  flex-basis: 70%;
  flex-grow: 2;
}
.side_series .postUnit_data a {
  padding: 0;
}
.side_series .postUnit_data .ttl {
  width: auto;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 3.7333333333vw;
}
@media (min-width: 48em) {
  .side_series .postUnit_data .ttl {
    font-size: 13px;
  }
}
.side_series .postUnit_data .tags {
  display: none;
}
.side_series .postUnit_data time {
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 48em) {
  .side_series .postUnit_data time {
    font-size: 12px;
  }
}

.side_pickup {
  margin: 0 0 25px;
  padding: 14px;
  border: 6px solid #dfe389;
}
@media (max-width: 47.99em) {
  .side_pickup {
    padding: 2.1333333333vw 4vw;
    margin: 0 2.1333333333vw 10.6666666667vw;
  }
}
.side_pickup__ttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 22px;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 47.99em) {
  .side_pickup__ttl {
    margin-top: 10px;
    font-size: 5.8666666667vw;
  }
}
.side_pickup__ttl span.is-icon {
  background-image: url(../img/ico_h1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  padding: 0 1em 0 2em;
}
.side_pickup__item_list {
  margin: 0;
  padding: 0;
}
.side_pickup__item_list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
}
.side_pickup__item_list li:before {
  content: "▲";
  display: block;
  color: #2aae3e;
  transform: rotate(90deg) translate(-1px, 5px);
}
.side_pickup__item_list li + li {
  margin-top: 0.75em;
}
.side_pickup__list_link {
  text-align: right;
  margin-top: 0.5rem;
}
.side_pickup__list_link > a {
  color: #2aae3e;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media (max-width: 47.99em) {
  .side_pickup__list_link > a {
    font-size: 0.8rem;
  }
}

@media (min-width: 48em) {
  .side_nav {
    width: 100%;
  }
}
.side_nav .navigation_globalNav {
  display: none;
}
.side_nav .navigation_childNav {
  display: block;
}
.side_nav .navigation_childNav dl {
  margin: 0;
  display: flex;
  flex-flow: column;
}
.side_nav .navigation_childNav dt {
  position: relative;
  margin: 0 0 0.4em;
  color: #f3780a;
  font-size: 4.5333333333vw;
}
@media (min-width: 48em) {
  .side_nav .navigation_childNav dt {
    font-size: 16px;
    font-weight: normal;
  }
}
.side_nav .navigation_childNav dt em {
  margin-right: 0.2em;
  font-size: 6.1333333333vw;
  font-style: normal;
}
@media (min-width: 48em) {
  .side_nav .navigation_childNav dt em {
    font-size: 22px;
  }
}
.side_nav .navigation_childNav dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgb(243, 120, 10) 0%, rgba(243, 120, 10, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3780a", endColorstr="#00f3780a",GradientType=1 );
}
.side_nav .navigation_childNav dd {
  margin: 0 0 20px;
}
.side_nav .navigation_childNav dd ul {
  padding: 0 0 0 0.5em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  font-size: 4.2666666667vw;
}
@media (min-width: 48em) {
  .side_nav .navigation_childNav dd ul {
    font-size: 14px;
  }
}
.side_nav .navigation_childNav dd ul li {
  flex-basis: 50%;
  max-width: 100%;
}
.side_nav .navigation_childNav dd ul a {
  display: block;
  margin: 2.1333333333vw 0;
  white-space: nowrap;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media (min-width: 48em) {
  .side_nav .navigation_childNav dd ul a {
    margin: 0;
    padding: 0.2em;
  }
}
.side_nav .navigation_childNav dd ul a:after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  position: relative;
  top: -0.09em;
  margin-left: 0.2rem;
  border: solid 1px #f3780a;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.side_nav .navigation_childNav dt.childNav_trouble {
  order: 3;
}
.side_nav .navigation_childNav dd.childNav_trouble {
  order: 4;
}
.side_nav .navigation_childNav dt.childNav_age {
  order: 5;
}
.side_nav .navigation_childNav dd.childNav_age {
  order: 6;
}
.side_nav .navigation_childNav dt.childNav_genre {
  order: 1;
}
.side_nav .navigation_childNav dd.childNav_genre {
  order: 2;
}
.side_nav .navigation_childNav .childNav_genre {
  display: block;
}

.side_ranking {
  font-size: 4vw;
}
@media (min-width: 48em) {
  .side_ranking {
    font-size: 14px;
  }
}
.side_ranking .ttl {
  margin: 0 0 0.6em;
  font-size: 1rem;
}
.side_ranking_wrapper {
  border: solid 1px #f3780a;
}
.side_ranking_tab {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
}
.side_ranking_tab .tab-item {
  flex-basis: 50%;
  position: relative;
  padding: 0.5em 0 0.4em;
  background-color: #f3780a;
  line-height: 1.54;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
.side_ranking_tab .tab-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  width: 0.5em;
  height: 0.5em;
  border: solid 1px #FFF;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
}
.side_ranking_tab .tab-item.active {
  background-color: #FFF;
  color: #f3780a;
}
.side_ranking_tab .tab-item.active:after {
  border-color: #f3780a;
}
.side_ranking_month {
  display: none;
}
.side_ranking .wpp-list {
  list-style: none;
  padding: 1em;
  margin: 0;
}
.side_ranking .wpp-list li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.5em 0;
  border-bottom: solid 1px #cacaca;
}
.side_ranking .wpp-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.side_ranking .wpp-list li:before {
  content: "";
  display: block;
  flex-basis: 14.6666666667vw;
  min-height: 10.6666666667vw;
  background: url("../img/ico_rank01.png") no-repeat 0 50%;
}
@media (min-width: 48em) {
  .side_ranking .wpp-list li:before {
    flex-basis: 55px;
    min-height: 40px;
  }
}
.side_ranking .wpp-list li:nth-child(2):before {
  background-image: url("../img/ico_rank02.png");
}
.side_ranking .wpp-list li:nth-child(3):before {
  background-image: url("../img/ico_rank03.png");
}
.side_ranking .wpp-list li:nth-child(4):before {
  background-image: url("../img/ico_rank04.png");
}
.side_ranking .wpp-list li:nth-child(5):before {
  background-image: url("../img/ico_rank05.png");
}
.side_ranking .wpp-list a {
  display: block;
  flex-basis: 74.6666666667vw;
  line-height: 1.3;
  text-align: justify;
}
@media (min-width: 48em) {
  .side_ranking .wpp-list a {
    flex-basis: 220px;
  }
}
.side_ranking .wpp-no-data {
  padding: 4em 0;
  margin: 0;
  text-align: center;
}

.side_sns {
  border: 6px solid #dfe389;
  padding-bottom: 1em;
}
.side_sns .side_sns_title {
  color: #2FA33A;
  text-align: center;
  margin-top: 0.6em;
}
@media (max-width: 47.99em) {
  .side_sns {
    margin: 0 auto 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .side_sns {
    margin: 0 auto 25px;
  }
}
.side_sns_list {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
}
@media (max-width: 47.99em) {
  .side_sns_list {
    width: 68vw;
  }
}
.side_sns_list li {
  flex-basis: 20%;
}
@media (max-width: 47.99em) {
  .side_sns_list li {
    padding: 0 6%;
  }
}
@media (min-width: 48em) {
  .side_sns_list li {
    flex-basis: 20%;
  }
}

@media (max-width: 47.99em) {
  .home .main_recommend {
    display: none;
  }
}
@media (min-width: 48em) {
  .home .main_recommend {
    display: block;
  }
}

.main_information {
  background-color: RGBA(243, 120, 10, 0.1);
}
@media (min-width: 48em) {
  .main_information {
    display: none;
  }
}
.main_information p {
  margin: 0;
}
.main_information a {
  display: block;
  padding: 0.5em 1em 0.4em 12vw;
  background: url("../img/ico_information.png") no-repeat 3% 50%;
  background-size: auto 50%;
  text-align: justify;
  font-size: 3.2vw;
  line-height: 1.2;
}
.main_information a em {
  font-size: 3.4666666667vw;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 48em) {
  .main_information a em {
    font-size: 13px;
  }
}

.main_slide {
  width: 100%;
  height: 81.4vw;
  position: relative;
  margin-bottom: 10.6666666667vw;
  transition: all 0.4s;
}
@media (min-width: 48em) {
  .main_slide {
    height: auto;
    margin-bottom: 40px;
    max-height: 384px;
    min-height: 294px;
  }
}
@media (min-width: 48em) {
  .main_slide_unit {
    width: 48.97%;
  }
}
.main_slide_unit a {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .main_slide_unit a {
    padding: 0 5px;
    max-width: 360px;
    max-height: 270px;
  }
}
@media (min-width: 60em) {
  .main_slide_unit a {
    padding: 0;
  }
}
.main_slide_unit_head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92%;
  padding: 0.6em 4% 0;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1.3;
  font-size: 3.4666666667vw;
}
@media (min-width: 48em) {
  .main_slide_unit_head {
    max-width: 360px;
    font-size: 13px;
  }
}
.main_slide_unit_head h3 {
  margin: 0 0 0.2em;
  font-size: 5.3333333333vw;
}
@media (min-width: 48em) {
  .main_slide_unit_head h3 {
    margin-bottom: 0.3em;
    font-size: 16px;
  }
}
.main_slide_unit_head p {
  margin: 0;
  min-height: 3em;
  line-height: 1.3;
}
.main_slide_unit_pic img {
  object-fit: cover;
  height: 75vw;
  width: 100vw;
}
@media (min-width: 48em) {
  .main_slide_unit_pic img {
    width: 100%;
    max-height: 270px;
  }
}
.slick-dots,
.slick-dots {
  list-style: none;
  margin: 0 auto;
  padding: 1em 0 0;
  width: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.slick-dots button,
.slick-dots button {
  display: block;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 1em;
  text-indent: -9999px;
  width: 0.7em;
  height: 0.7em;
  background-color: RGBA(204, 204, 204, 1);
}
.side_voice_push .slick-dots,
.side_voice_push .slick-dots {
  flex-wrap: wrap;
  width: 90%;
  gap: 5px;
}
.slick-dots .slick-active button,
.slick-dots .slick-active button {
  background-color: #f3780a;
}

.main_slide .slick-arrow {
  position: absolute;
  top: 38%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0 0.3em 0.3em 0;
  width: 1.3em;
  height: 4em;
  background-color: #f3780a;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.7;
}
@media (min-width: 48em) {
  .main_slide .slick-arrow {
    width: 2em;
    height: 4em;
  }
}
.main_slide .slick-arrow:hover {
  opacity: 0.9;
}
.main_slide .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 35%;
  width: 0.6em;
  height: 0.6em;
  border: solid 1px #FFF;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
}
@media (min-width: 48em) {
  .main_slide .slick-arrow:after {
    top: 35%;
    left: 39%;
    width: 1em;
    height: 1em;
  }
}
.main_slide .slick-arrow.slick-next {
  right: 0;
  border-radius: 0.3em 0 0 0.3em;
}
.main_slide .slick-arrow.slick-next:after {
  left: 12%;
  transform: rotate(45deg);
}

.main_series {
  max-width: 100% !important;
  background-color: #FDF1E9;
  padding: 20px 20px 28px;
}
@media (max-width: 47.99em) {
  .main_series {
    margin: 0 !important;
    padding: 3% 0 6%;
  }
}
.main_series .ttl {
  padding-top: 0;
  margin-bottom: 2.6666666667vw !important;
}
@media (min-width: 48em) {
  .main_series .ttl {
    margin-bottom: 20px !important;
  }
}
.main_series .slick-arrow {
  position: absolute;
  top: 38%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: none;
  border-radius: 0 0.3em 0.3em 0;
  width: 1.3em;
  height: 4em;
  background-color: #f3780a;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0.7;
}
@media (min-width: 48em) {
  .main_series .slick-arrow {
    width: 2em;
    height: 4em;
  }
}
.main_series .slick-arrow:hover {
  opacity: 0.9;
}
.main_series .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 35%;
  width: 0.6em;
  height: 0.6em;
  border: solid 1px #FFF;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
}
@media (min-width: 48em) {
  .main_series .slick-arrow:after {
    top: 35%;
    left: 39%;
    width: 1em;
    height: 1em;
  }
}
.main_series .slick-arrow.slick-next {
  right: 0;
  border-radius: 0.3em 0 0 0.3em;
}
.main_series .slick-arrow.slick-next:after {
  left: 12%;
  transform: rotate(45deg);
}
.main_series_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
.main_series_slide .slick-arrow {
  transform: translateY(-50%);
  top: 44%;
}
@media (max-width: 47.99em) {
  .main_series_slide .slick-dots {
    padding-top: 4vw;
  }
}
.main_series_slide_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  aspect-ratio: 16/10;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.main_series_slide_list.slick-initialized {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .main_series_slide_list {
    aspect-ratio: 16/10;
    height: auto;
    width: 100%;
  }
}
.main_series_slide_list .slick-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_series_slide_img {
  width: 50%;
  position: relative;
}
.main_series_slide_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  margin-left: 27px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.main_series_slide_txt.slick-initialized {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .main_series_slide_txt {
    margin-left: 3.2vw;
  }
}
.main_series_slide_unit a {
  max-width: unset;
  max-height: 400px;
  padding: 0;
}
@media (max-width: 47.99em) {
  .main_series_slide_unit a {
    max-height: 62.4vw;
  }
}
.main_series_slide_unit_head {
  position: relative;
  background: none;
  padding: 0;
}
.main_series_slide_unit_head h3 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 47.99em) {
  .main_series_slide_unit_head h3 {
    font-size: 3.7333333333vw;
  }
}
.main_series_slide_unit_head p {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  min-height: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 47.99em) {
  .main_series_slide_unit_head p {
    font-size: 3.2vw;
    margin-bottom: 0;
    margin-top: 1.0666666667vw;
  }
}
.main_series_slide_unit_pic img {
  object-fit: cover;
  aspect-ratio: 16/10;
}
@media (max-width: 47.99em) {
  .main_series_slide_unit_pic img {
    max-height: 62.4vw;
    height: auto;
    object-fit: cover;
    width: 100%;
  }
}
.main_series .main_archive_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list {
    padding: 0 5.3333333333vw 0;
    margin-bottom: 6vw;
  }
}
.main_series .main_archive_list .postUnit {
  display: block;
  width: 324px;
  padding: 32px 0 0;
  border: none;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list .postUnit {
    width: 48%;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.main_series .main_archive_list .postUnit_pic {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 3px solid #E6E6E6;
  height: 185px;
  position: relative;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list .postUnit_pic {
    aspect-ratio: 16/9;
    max-width: 100%;
    height: 22.9333333333vw;
  }
  .main_series .main_archive_list .postUnit_pic img {
    max-height: 100%;
    width: auto;
  }
}
.main_series .main_archive_list .postUnit_pic .tags {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_series .main_archive_list .postUnit_pic .tags .new,
.main_series .main_archive_list .postUnit_pic .tags .pickup {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list .postUnit_pic .tags .new,
  .main_series .main_archive_list .postUnit_pic .tags .pickup {
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 1.3333333333vw;
  }
}
.main_series .main_archive_list .postUnit_pic .tags .new {
  background-color: #F3780A;
}
.main_series .main_archive_list .postUnit_pic .tags .pickup {
  background-color: #2FA33A;
}
.main_series .main_archive_list .postUnit_data {
  padding: 0;
  margin-top: 12px;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list .postUnit_data {
    margin-top: 3.2vw;
  }
}
.main_series .main_archive_list .postUnit_data .ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list .postUnit_data .ttl {
    font-size: 4vw;
  }
}
.main_series .main_archive_list .postUnit_data .txt {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
  min-height: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 47.99em) {
  .main_series .main_archive_list .postUnit_data .txt {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.main_series .main_latest_more {
  margin-top: 4vw;
  margin-right: 2.6666666667vw;
}
@media (min-width: 48em) {
  .main_series .main_latest_more {
    margin-top: 10px;
    margin-right: 0;
  }
}

@media (max-width: 47.99em) {
  .main_latest, .main_related, .main_recommend, .side_related, .main_archive, .main_series {
    margin: 0 2.1333333333vw 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .main_latest, .main_related, .main_recommend, .side_related, .main_archive, .main_series {
    margin: 0 0 40px;
  }
}
.main_latest .ttl, .main_related .ttl, .main_recommend .ttl, .side_related .ttl, .main_archive .ttl, .main_series .ttl {
  width: 45.3333333333vw;
  margin: 0 auto 4vw;
}
@media (min-width: 48em) {
  .main_latest .ttl, .main_related .ttl, .main_recommend .ttl, .side_related .ttl, .main_archive .ttl, .main_series .ttl {
    width: 200px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 47.99em) {
  .main_latest_list, .main_related_list, .main_recommend_list, .side_related_list, .main_archive_list, .main_series_list {
    margin-bottom: 5.3333333333vw;
  }
}
@media (min-width: 48em) {
  .main_latest_list, .main_related_list, .main_recommend_list, .side_related_list, .main_archive_list, .main_series_list {
    margin-bottom: 20px;
  }
}
.main_latest_more, .main_related_more, .main_recommend_more, .side_related_more, .main_archive_more, .main_series_more {
  text-align: right;
}

@media (min-width: 48em) {
  .main_related .ttl {
    width: 160px;
  }
}

.side_related .ttl {
  width: 40vw;
}

@media (min-width: 48em) {
  .main_recommend .ttl {
    width: 320px;
  }
}

.ad_list .gn-nad_frst {
  overflow: hidden;
  margin: 0 !important;
  padding: 0.4em 0 !important;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .ad_list .gn-nad_frst {
    padding: 0.5em 0 !important;
  }
}
@media (min-width: 60em) {
  .ad_list .gn-nad_frst {
    padding: 5px 0 !important;
  }
}
.ad_list .gn-nad_frst a:first-child {
  float: left;
}
.ad_list .gn-nad_frst_img-container {
  width: 26.6666666667vw !important;
  height: 26.6666666667vw !important;
}
@media (min-width: 48em) {
  .ad_list .gn-nad_frst_img-container {
    width: 120px !important;
    height: 120px !important;
  }
}
.ad_list .gn-nad_frst_text-container, .ad_list .gn-nad_frst_desc-container {
  float: right;
  width: 65.3333333333vw !important;
}
@media (min-width: 48em) {
  .ad_list .gn-nad_frst_text-container, .ad_list .gn-nad_frst_desc-container {
    float: left;
    width: 65% !important;
    padding-left: 20px !important;
  }
}
.ad_list .gn-nad_frst_text-container p, .ad_list .gn-nad_frst_desc-container p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.3;
  width: auto !important;
  font-size: 3.2vw !important;
}
@media (min-width: 48em) {
  .ad_list .gn-nad_frst_text-container p, .ad_list .gn-nad_frst_desc-container p {
    font-size: 12px !important;
  }
}
.ad_list .gn-nad_frst_text-container h3, .ad_list .gn-nad_frst_desc-container h3 {
  font-size: 4vw !important;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .ad_list .gn-nad_frst_text-container h3, .ad_list .gn-nad_frst_desc-container h3 {
    font-size: 16px !important;
  }
}
@media (min-width: 48em) {
  .ad_list .gn-nad_frst_text-container {
    padding-top: 1em;
    margin-bottom: 0.5em;
  }
}

.header_ad.top_ad {
  margin-bottom: 1rem;
}

.breadcrumbs {
  margin: 0 0 10.6666666667vw;
  padding: 0.5em 0.5em 0.4em;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  font-size: 3.4666666667vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 48em) {
  .breadcrumbs {
    background: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    padding: 0 0.5em 0.3em;
    font-size: 14px;
  }
}
.breadcrumbs span:after {
  content: ">";
  display: inline-block;
  margin: 0 0.2em 0 0.3em;
  position: relative;
  top: -0.07em;
}
.breadcrumbs span:last-child:after {
  display: none;
}
@media (min-width: 48em) {
  .breadcrumbs span[property=name] {
    display: inline-block;
    vertical-align: bottom;
    max-width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.single .breadcrumbs {
  margin-bottom: 1rem;
}

@media (max-width: 47.99em) {
  .single .main_recommend {
    display: none;
  }
}
@media (min-width: 48em) {
  .single .main_recommend {
    display: none;
  }
}

.main_archive_header .ttl {
  width: auto;
  margin: 0 0 1.4em;
  text-align: center;
  font-size: 5.3333333333vw;
}
@media (min-width: 48em) {
  .main_archive_header .ttl {
    margin-bottom: 2em;
    font-size: 24px;
  }
}
.main_archive_header .ttl span {
  background: url("../img/ico_h1.png") no-repeat 0 50%;
  background-size: auto 1em;
  padding-left: 1.7em;
}
.main_archive .ad_name {
  font-size: 3.4666666667vw;
  color: #999;
}
@media (min-width: 48em) {
  .main_archive .ad_name {
    font-size: 14px;
  }
}

.main_article {
  position: relative;
  margin-bottom: 16vw;
  overflow: hidden;
}
@media (min-width: 48em) {
  .main_article {
    margin-bottom: 60px;
  }
}
.main_article_header {
  margin: 0 0 10.6666666667vw;
}
@media (min-width: 48em) {
  .main_article_header {
    margin: 0 0 40px;
  }
}
.main_article_header time,
.main_article_header .ttl {
  margin: 0 2.1333333333vw;
}
@media (min-width: 48em) {
  .main_article_header time,
  .main_article_header .ttl {
    margin: 0;
  }
}
.main_article_header time,
.main_article_header .writer {
  display: block;
  margin-bottom: 0.5em;
  font-size: 3.4666666667vw;
}
@media (min-width: 48em) {
  .main_article_header time,
  .main_article_header .writer {
    font-size: 14px;
  }
}
.main_article_header .ttl {
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
  line-height: 1.25;
  text-align: justify;
}
@media (min-width: 48em) {
  .main_article_header .ttl {
    margin-bottom: 0.5em;
    font-size: 30px;
  }
}
.main_article_header .writer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  margin-left: 2.1333333333vw;
}
@media (min-width: 48em) {
  .main_article_header .writer {
    margin: 0;
  }
}
.main_article_header .writer .name {
  margin-right: 0.5em;
}
.main_article_header .writer .name-sub {
  color: #919191;
}
@media (min-width: 48em) {
  .main_article_subwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 2px RGBA(255, 153, 0, 1);
  }
}
@media (min-width: 48em) {
  .main_article_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: solid 2px RGBA(255, 153, 0, 1);
  }
}
.main_article_footer {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.main_article_footer .main_article_tags {
  border-top: 0;
  border-bottom: 0;
}
@media (min-width: 48em) {
  .main_article_sns .sns_items {
    background: none;
    overflow: hidden;
  }
}
.main_article_sns .sns_items dl {
  margin: 0;
  padding: 0.3em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  text-align: center;
}
@media (min-width: 48em) {
  .main_article_sns .sns_items dl {
    float: right;
    margin: 0 0 0 auto;
    justify-content: flex-start;
  }
}
.main_article_sns .sns_items dt {
  flex-basis: 30%;
}
@media (min-width: 48em) {
  .main_article_sns .sns_items dt {
    flex-basis: auto;
    width: 95px;
    font-size: 10px;
  }
}
.main_article_sns .sns_items dt img {
  width: 80%;
}
@media (min-width: 48em) {
  .main_article_sns .sns_items dt img {
    width: 70px;
    min-width: 70px;
    height: auto;
  }
}
@media (min-width: 60em) {
  .main_article_sns .sns_items dt img {
    width: 95px;
    height: auto;
  }
}
.main_article_sns .sns_items dd {
  margin: 0;
}
@media (max-width: 47.99em) {
  .main_article_sns .sns_items dd {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 48em) {
  .main_article_sns .sns_items dd {
    flex-basis: auto;
  }
}
.main_article_sns .sns_items ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .main_article_sns .sns_items ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1em;
  }
}
.main_article_sns .sns_items ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 47.99em) {
  .main_article_sns .sns_items ul li {
    padding: 0 3%;
  }
}
@media (min-width: 48em) {
  .main_article_sns .sns_items ul li {
    margin: 0 0.2em;
  }
}
@media (min-width: 60em) {
  .main_article_sns .sns_items ul li {
    margin: 0 0.5em;
  }
}
.main_article_sns .sns_items ul li a {
  display: block;
}
@media (min-width: 48em) {
  .main_article_sns .sns_items ul li img {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.main_article_body {
  text-align: justify;
  line-height: 1.55;
}
@media (max-width: 47.99em) {
  .main_article_body {
    margin: 0 4vw 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .main_article_body {
    margin: 0 0 25px 0.5em;
  }
}
@media (min-width: 60em) {
  .main_article_body {
    margin: 0 0.5em 25px;
  }
}
.main_article_body .Profile {
  padding: 1em;
  margin: 2em 0;
  background: #ffeee1;
  line-height: 1.55;
  color: #505050;
}
@media (min-width: 60em) {
  .main_article_body .Profile {
    padding: 1em 2em;
  }
}
.main_article_body .Setsumei {
  padding: 1em;
  margin: 2em 0;
  border: dotted 2px #3eb951;
  border-radius: 0.7em;
}
@media (min-width: 60em) {
  .main_article_body .Setsumei {
    padding: 1em 2em;
  }
}
.main_article_body h1,
.main_article_body h2,
.main_article_body h3,
.main_article_body h4,
.main_article_body h5,
.main_article_body h6 {
  line-height: 1.3;
  margin: 2em auto 1em;
  font-size: 4.8vw;
}
@media (min-width: 48em) {
  .main_article_body h1,
  .main_article_body h2,
  .main_article_body h3,
  .main_article_body h4,
  .main_article_body h5,
  .main_article_body h6 {
    font-size: 20px;
  }
}
.main_article_body h2 {
  background: url("../img/h1.png") no-repeat 50% 0;
  background-size: auto 0.5em;
  padding-top: 1.3em;
  margin-top: 1.5em;
}
.main_article_body h3 {
  padding: 2px 0 2px 17px;
  position: relative;
  border-bottom: 3px solid #ffbc06;
}
.main_article_body h3:before {
  border-left: 7px solid #ef6c00;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.main_article_body h4 {
  border-left: 7px solid #ef6c00;
  padding-left: 0.7em;
}
.main_article_body h5 {
  background: url("../img/h4.png") repeat-x 50% 100%;
  padding: 0 0 0.2em 0.5em;
}
.main_article_body h6 {
  background: #f3f3f3;
  padding: 0.3em 0 0.2em 0.5em;
}
.main_article_body .heading6 {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  font-weight: bold;
}
.main_article_body .heading6:before, .main_article_body .heading6:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 0;
  background: url("../img/h6.png") repeat-x 50% 50%;
}
.main_article_body .heading6:before {
  left: 0;
}
.main_article_body .heading6:after {
  right: 0;
}
.main_article_body p {
  margin: 1em auto;
}
@media (min-width: 48em) {
  .main_article_body p {
    margin-bottom: 1.5em;
  }
}
.main_article_body img {
  height: auto;
}
.main_article_body a {
  color: #f3780a;
  text-decoration: underline;
}
.main_article_body ol {
  padding-left: 2em;
}
.main_article_body hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.main_article_body table {
  margin: 0 0 1.5em;
}
.main_article_body table caption {
  text-align: left;
  padding: 1% 0 0.7%;
}
.main_article_body table tr {
  width: 100% !important;
  border: 1px solid #f3780a;
  border-left: 0;
  border-right: 0;
}
.main_article_body table th {
  min-width: 30%;
  width: 30%;
  background: #ffcda5;
}
.main_article_body table th,
.main_article_body table td {
  vertical-align: top;
  padding: 0.5% 1.5%;
}
.main_article_body table code {
  line-height: 1.5rem;
  background: #333;
  color: #fff;
  display: block;
  border-left: 5px solid #f3780a;
  padding: 1% 2%;
  margin-bottom: 1.75rem;
}
.main_article_body .wp-caption {
  width: auto !important;
  margin: 0 auto 1em;
  background-color: #fff;
}
.main_article_body .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main_article_body .wp-caption-text {
  margin: 0.3em 0 0;
  font-size: 3.4666666667vw;
  color: #919191;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .main_article_body .wp-caption-text {
    font-size: 13px;
  }
}
.main_article_body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.main_article_body .alignright {
  float: right;
  margin-left: 1em;
}
.main_article_body .alignleft {
  float: left;
  margin-right: 1em;
}
.main_article_body .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.main_article_body .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_article_tags {
  padding: 1.5em 0.5em 2em;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 2px RGBA(255, 153, 0, 1);
  margin: 0 2.1333333333vw;
}
@media (min-width: 48em) {
  .main_article_tags {
    padding: 1.5em 1em 2em;
    margin: 0 0.5em;
  }
}

.main_comment {
  border: 6px solid #ffe555;
  border-radius: 6px;
}
@media (max-width: 47.99em) {
  .main_comment {
    margin: 0 2.1333333333vw 10.6666666667vw;
  }
}
@media (min-width: 48em) {
  .main_comment {
    margin: 0 0 80px;
  }
}
.main_comment .ttl {
  margin: 2.6666666667vw auto;
  width: 74.6666666667vw;
}
@media (min-width: 48em) {
  .main_comment .ttl {
    max-width: 400px;
  }
}
.main_comment .logged-in-as {
  margin-top: 0;
}
.main_comment .comment-respond {
  padding: 1em;
  margin-bottom: 10.6666666667vw;
  border-radius: 0.6em;
}
@media (min-width: 48em) {
  .main_comment .comment-respond {
    margin: 20px 0 60px;
    padding: 1em 2em;
  }
}
.main_comment .comment-respond form {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.main_comment .comment-respond h3 {
  margin: 0 0 0.5em;
  font-size: 4vw;
}
@media (min-width: 48em) {
  .main_comment .comment-respond h3 {
    margin: 0 0 1.5em;
    font-size: 18px;
  }
}
.main_comment .comment-respond .comment-form-comment {
  margin: 1em auto;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  background: #f7f7f7;
}
.main_comment .comment-respond .comment-form-comment textarea {
  display: block;
  border: none;
  outline: none;
  background: none;
  text-align: justify;
  width: 100%;
  height: 100%;
  resize: none;
  line-height: 1.55;
  font-size: 4vw;
}
@media (min-width: 48em) {
  .main_comment .comment-respond .comment-form-comment textarea {
    font-size: 15px;
  }
}
.main_comment .comment-respond .commentNotesAfter, .main_comment .comment-respond .comment-form .comment-form-cookies-consent, .comment-form .main_comment .comment-respond .comment-form-cookies-consent {
  font-size: 2.9333333333vw;
  line-height: 1.3;
  margin: 1em 0;
}
@media (min-width: 48em) {
  .main_comment .comment-respond .commentNotesAfter, .main_comment .comment-respond .comment-form .comment-form-cookies-consent, .comment-form .main_comment .comment-respond .comment-form-cookies-consent {
    font-size: 14px;
  }
}
.main_comment .comment-respond .form-submit {
  margin: 0;
  text-align: right;
}
.main_comment .comment-respond .submit {
  outline: none;
  border: none;
  padding: 0.5em 2em 0.4em;
  background-color: #1ea100;
}
.main_comment .comment-respond .comment_hide_button_wrap {
  margin: 0;
}
.main_comment .comment-respond .comment_hide_button_wrap.is-active {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 20%, white 50%);
}
.main_comment .comment-respond .comment_hide_button_wrap.is-active .comment_hide_button {
  display: inline-block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0.55em 0.5em 0.5em;
  border: 1px solid #ef6c00;
  background-color: #f3780a;
  color: #fff;
  transition: all 0.3s;
}
.main_comment .comment-respond .comment_hide_button_wrap.is-active .comment_hide_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  width: 0.5em;
  height: 0.5em;
  border: solid 2px #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}
.main_comment .comment-respond .comment_hide_button_wrap.is-active .comment_hide_button:hover {
  color: #f3780a;
  background-color: #fff;
}
.main_comment .comment-respond .comment_hide_button_wrap.is-active .comment_hide_button:hover::after {
  border-color: #f3780a;
}
.main_comment .comment-respond .comment_hide_button_wrap .comment_hide_button {
  display: none;
}

.commentVoices {
  padding: 0 2em;
}
@media (max-width: 47.99em) {
  .commentVoices {
    padding: 0 1em;
  }
}
.commentVoices .ttl {
  max-width: none !important;
  width: auto;
  margin: 0 0 0.4em;
  text-align: center;
  font-size: 5.8666666667vw;
}
@media (min-width: 48em) {
  .commentVoices .ttl {
    margin-bottom: 1em;
    font-size: 24px;
  }
}
.commentVoices .ttl span {
  background: url("../img/ico_h1.png") no-repeat 0 50%;
  background-size: auto 1em;
  padding-left: 1.7em;
}
.commentVoices button#js-moreBtn {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0.55em 0.5em 0.5em;
  border: 1px solid #ef6c00;
  background-color: #f3780a;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
.commentVoices button#js-moreBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  width: 0.5em;
  height: 0.5em;
  border: solid 2px #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}
.commentVoices button#js-moreBtn:hover {
  color: #f3780a;
  background-color: #fff;
}
.commentVoices button#js-moreBtn:hover::after {
  border-color: #f3780a;
}
.commentVoices .moreBtn-wrap {
  position: relative;
}
@media (max-width: 47.99em) {
  .commentVoices .moreBtn-wrap {
    height: 1px;
  }
}
.commentVoices .moreBtn-wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 180px;
  position: absolute;
  top: -180px;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 80%);
}
@media (max-width: 47.99em) {
  .commentVoices .moreBtn-wrap::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0), white 30%);
    height: 50vw;
    top: -50vw;
    margin: 0 -2vw;
    padding: 0 2vw;
  }
}
@media (max-width: 47.99em) {
  .commentVoices .moreBtn-wrap button {
    top: -20vw;
  }
}
.commentVoices .commentVoices_list {
  list-style: none;
  padding: 0;
}
.commentVoices .commentVoices_list .comment {
  margin: 0 0 1em;
  padding-left: 12vw;
  position: relative;
}
@media (min-width: 48em) {
  .commentVoices .commentVoices_list .comment {
    padding-left: 60px;
  }
}
.commentVoices .commentVoices_list .comment:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: url("../img/ico_user_boy.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
@media (min-width: 48em) {
  .commentVoices .commentVoices_list .comment:before {
    width: 50px;
    height: 50px;
  }
}
.commentVoices .commentVoices_list .comment-body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  border-radius: 0.5em;
  border: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0.5em 0.7em;
  text-align: justify;
  font-size: 3.7333333333vw;
}
@media (min-width: 48em) {
  .commentVoices .commentVoices_list .comment-body {
    padding: 1em 1.5em;
    line-height: 1.55;
    font-size: 14px;
  }
}
.commentVoices .commentVoices_list .comment-body p {
  margin: 0 0 1em;
}
.commentVoices .commentVoices_list .comment-body p:last-child {
  margin-bottom: 0;
}
.commentVoices .commentVoices_list .comment-author {
  display: none;
}
.commentVoices .commentVoices_list .comment-meta {
  /*      flex-basis: 100%;
  position: absolute;
  bottom: .5em;
  right: 1em;
  width: 100%;*/
  padding-top: 0.2em;
  text-align: right;
  font-size: 3.4666666667vw;
}
@media (min-width: 48em) {
  .commentVoices .commentVoices_list .comment-meta {
    font-size: 13px;
  }
}
.commentVoices .commentVoices_list .comment-meta a {
  color: #8e8e8e;
  pointer-events: none;
}

body[data-page=page-about] .kv {
  height: 200px;
  background: url("../img/about//kv-pc.png") no-repeat center right;
  background-size: auto 100%;
  padding: 80px 0;
}
@media (max-width: 47.99em) {
  body[data-page=page-about] .kv {
    background: url("../img/about//kv-sp.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    margin-top: 47.87vw;
    padding: 0px;
    height: 53vw;
  }
}
body[data-page=page-about] .w-kv {
  max-width: 945px;
  padding-left: 3%;
  margin: 0 auto;
}
@media (max-width: 47.99em) {
  body[data-page=page-about] .kv-sub-title {
    position: absolute;
    top: -36.67vw;
    left: 5.33vw;
  }
  body[data-page=page-about] .kv-sub-title img {
    width: 41.33vw;
    margin-left: -5px;
  }
}
body[data-page=page-about] .kv-title {
  margin-top: 40px;
}
@media (max-width: 47.99em) {
  body[data-page=page-about] .kv-title {
    position: absolute;
    top: -30.8vw;
    left: 5.33vw;
    margin-top: 7.33vw;
  }
  body[data-page=page-about] .kv-title img {
    width: 76.27vw;
  }
}

.pc_view {
  display: block;
}

.sp_view {
  display: none;
}

@media (max-width: 47.99em) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
}
.lg_view {
  display: block;
}

@media (max-width: 59.99em) {
  .lg_view {
    display: none;
  }
}
.w-pg-about {
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 47.99em) {
  .w-pg-about {
    max-width: 86vw;
  }
}

.pg-about .message {
  text-align: center;
  position: relative;
  margin-bottom: 164px;
}
@media (max-width: 47.99em) {
  .pg-about .message {
    margin-bottom: 31.2vw;
  }
}
.pg-about .message p {
  font-size: 18px;
  line-height: 2;
  margin: 34px 0;
}
@media (max-width: 47.99em) {
  .pg-about .message p {
    text-align: left;
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 6vw 0;
  }
  .pg-about .message p:nth-child(1) {
    margin: 9.2vw 0 6vw;
  }
}
.pg-about .message p strong {
  box-shadow: 0 -6px 0 #FFE555 inset;
  padding-bottom: 2px;
}
.pg-about .message p.text_cnt {
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
}
.pg-about .message p.text_cnt strong {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 47.99em) {
  .pg-about .message p.text_cnt strong {
    font-size: 3.5vw;
  }
}
.pg-about .message p.text_cnt.last {
  font-size: 18px;
}
.pg-about .message p.text_cnt.last strong {
  line-height: 2;
  margin: 24px 0;
}
@media (max-width: 47.99em) {
  .pg-about .message p.text_cnt.last strong {
    line-height: 1.6;
  }
}
@media (max-width: 47.99em) {
  .pg-about .message p.text_cnt.last {
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 5vw 0 0vw;
  }
}
@media (max-width: 47.99em) {
  .pg-about .message p.text_cnt {
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 6vw 0;
    text-align: justify;
  }
  .pg-about .message p.text_cnt:nth-child(1) {
    margin: 9.5vw 0;
  }
}
.pg-about .message .pict {
  position: relative;
  margin: 136px 0 56px;
}
.pg-about .message .pict img {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.pg-about .message .pict img.show {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .pg-about .message .pict {
    margin: 24.5vw 0 9vw;
  }
  .pg-about .message .pict img {
    height: 23vw;
  }
}
.pg-about .message .pict::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  position: absolute;
  top: -83px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/about//icon-leaf.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 47.99em) {
  .pg-about .message .pict::before {
    width: 6.93vw;
    height: 6vw;
    top: -16vw;
  }
}
.pg-about .message .written-by {
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 47.99em) {
  .pg-about .message .written-by {
    text-align: center;
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}
.pg-about .message .written-by span {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 47.99em) {
  .pg-about .message .written-by span {
    font-size: 3.47vw;
  }
}
.pg-about .message::before, .pg-about .member::before {
  content: "";
  display: inline-block;
  width: 126px;
  height: 12px;
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/about/interval.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 47.99em) {
  .pg-about .message::before, .pg-about .member::before {
    width: 33.33vw;
    height: 3.2vw;
    bottom: -17.5vw;
  }
}
.pg-about .member::before {
  bottom: -52px;
}
@media (max-width: 47.99em) {
  .pg-about .member::before {
    bottom: -17.5vw;
  }
}
.pg-about .member {
  position: relative;
  margin: 0 auto 180px;
}
@media (max-width: 47.99em) {
  .pg-about .member {
    margin-bottom: 40.5vw;
    width: 100%;
  }
}
.pg-about .member-title {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 3%;
}
@media (max-width: 47.99em) {
  .pg-about .member-title {
    margin-bottom: 4.8vw;
  }
  .pg-about .member-title img {
    width: 74vw;
  }
}
.pg-about .member-pict {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 47.99em) {
  .pg-about .member-pict {
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  .pg-about .member-pict img {
    height: 47.5vw;
  }
}
.pg-about .member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 0;
  gap: 4px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .pg-about .member-list {
    padding: 0 2vw;
  }
}
@media (max-width: 830px) {
  .pg-about .member-list {
    flex-direction: column;
    align-items: center;
    margin-top: 5.33vw;
  }
}
.pg-about .member-card {
  position: relative;
  width: 19%;
  min-width: 208px;
  border-radius: 20px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  padding: 40px 16px 54px;
  margin-bottom: 41px;
  transition: 0.3s;
}
@media (min-width: 831px) {
  .pg-about .member-card:not(:nth-child(10), :nth-child(12)):hover {
    background-color: transparent !important;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: 0.6s;
  }
}
@media (max-width: 830px) {
  .pg-about .member-card {
    width: auto;
    max-width: 650px;
    height: 51vw;
    padding: 3.53vw 4vw 4vw 4vw;
    margin-bottom: 6vw;
    border-radius: 12px;
  }
}
@media (min-width: 1101px) {
  .pg-about .member-card:not(:nth-child(4n+1)) {
    margin-left: 3%;
  }
  .pg-about .member-card:nth-child(1), .pg-about .member-card:nth-child(3), .pg-about .member-card:nth-child(6), .pg-about .member-card:nth-child(8), .pg-about .member-card:nth-child(9), .pg-about .member-card:nth-child(11), .pg-about .member-card:nth-child(14), .pg-about .member-card:nth-child(16) {
    background-color: #FEF1E6;
  }
  .pg-about .member-card:nth-child(1) .member-card-pict, .pg-about .member-card:nth-child(3) .member-card-pict, .pg-about .member-card:nth-child(6) .member-card-pict, .pg-about .member-card:nth-child(8) .member-card-pict, .pg-about .member-card:nth-child(9) .member-card-pict, .pg-about .member-card:nth-child(11) .member-card-pict, .pg-about .member-card:nth-child(14) .member-card-pict, .pg-about .member-card:nth-child(16) .member-card-pict {
    border-color: #F3780A;
  }
  .pg-about .member-card:nth-child(1):hover .member-link, .pg-about .member-card:nth-child(3):hover .member-link, .pg-about .member-card:nth-child(6):hover .member-link, .pg-about .member-card:nth-child(8):hover .member-link, .pg-about .member-card:nth-child(9):hover .member-link, .pg-about .member-card:nth-child(11):hover .member-link, .pg-about .member-card:nth-child(14):hover .member-link, .pg-about .member-card:nth-child(16):hover .member-link {
    transition: 1s;
    color: #F3780A;
  }
  .pg-about .member-card:nth-child(2), .pg-about .member-card:nth-child(4), .pg-about .member-card:nth-child(5), .pg-about .member-card:nth-child(7), .pg-about .member-card:nth-child(10), .pg-about .member-card:nth-child(12), .pg-about .member-card:nth-child(13), .pg-about .member-card:nth-child(15) {
    background-color: #E9F7EB;
  }
  .pg-about .member-card:nth-child(2) .member-card-pict, .pg-about .member-card:nth-child(4) .member-card-pict, .pg-about .member-card:nth-child(5) .member-card-pict, .pg-about .member-card:nth-child(7) .member-card-pict, .pg-about .member-card:nth-child(10) .member-card-pict, .pg-about .member-card:nth-child(12) .member-card-pict, .pg-about .member-card:nth-child(13) .member-card-pict, .pg-about .member-card:nth-child(15) .member-card-pict {
    border-color: #3EB951;
  }
  .pg-about .member-card:nth-child(2) .member-name, .pg-about .member-card:nth-child(4) .member-name, .pg-about .member-card:nth-child(5) .member-name, .pg-about .member-card:nth-child(7) .member-name, .pg-about .member-card:nth-child(10) .member-name, .pg-about .member-card:nth-child(12) .member-name, .pg-about .member-card:nth-child(13) .member-name, .pg-about .member-card:nth-child(15) .member-name {
    color: #3EB951;
  }
  .pg-about .member-card:nth-child(2) .member-name-hiragana, .pg-about .member-card:nth-child(4) .member-name-hiragana, .pg-about .member-card:nth-child(5) .member-name-hiragana, .pg-about .member-card:nth-child(7) .member-name-hiragana, .pg-about .member-card:nth-child(10) .member-name-hiragana, .pg-about .member-card:nth-child(12) .member-name-hiragana, .pg-about .member-card:nth-child(13) .member-name-hiragana, .pg-about .member-card:nth-child(15) .member-name-hiragana {
    color: #3EB951;
  }
  .pg-about .member-card:nth-child(2) .member-link, .pg-about .member-card:nth-child(4) .member-link, .pg-about .member-card:nth-child(5) .member-link, .pg-about .member-card:nth-child(7) .member-link, .pg-about .member-card:nth-child(10) .member-link, .pg-about .member-card:nth-child(12) .member-link, .pg-about .member-card:nth-child(13) .member-link, .pg-about .member-card:nth-child(15) .member-link {
    background: url("../img/about//icon-arrow-green.png") no-repeat center right;
    background-size: auto 50%;
  }
  .pg-about .member-card:nth-child(2):hover .member-link, .pg-about .member-card:nth-child(4):hover .member-link, .pg-about .member-card:nth-child(5):hover .member-link, .pg-about .member-card:nth-child(7):hover .member-link, .pg-about .member-card:nth-child(10):hover .member-link, .pg-about .member-card:nth-child(12):hover .member-link, .pg-about .member-card:nth-child(13):hover .member-link, .pg-about .member-card:nth-child(15):hover .member-link {
    transition: 1s;
    color: #3EB951;
  }
}
@media (min-width: 831px) and (max-width: 1100px) {
  .pg-about .member-card:not(:nth-child(3n+1)) {
    margin-left: 3.1vw;
  }
}
@media (max-width: 1100px) {
  .pg-about .member-card:nth-child(odd) {
    background-color: #FEF1E6;
  }
  .pg-about .member-card:nth-child(odd) .member-card-pict {
    border-color: #F3780A;
  }
  .pg-about .member-card:nth-child(odd) .member-name {
    color: #F3780A;
  }
  .pg-about .member-card:nth-child(odd) .member-name-hiragana {
    color: #F3780A;
  }
  .pg-about .member-card:nth-child(odd) .member-link {
    background: url("../img/about//icon-arrow-orange.png") no-repeat center right;
    background-size: auto 50%;
  }
}
@media (max-width: 1100px) and (min-width: 831px) {
  .pg-about .member-card:nth-child(odd):hover .member-link {
    color: #F3780A;
  }
}
@media (max-width: 1100px) {
  .pg-about .member-card:nth-child(even) {
    background-color: #E9F7EB;
  }
  .pg-about .member-card:nth-child(even) .member-card-pict {
    border-color: #3EB951;
  }
  .pg-about .member-card:nth-child(even) .member-name {
    color: #3EB951;
  }
  .pg-about .member-card:nth-child(even) .member-name-hiragana {
    color: #3EB951;
  }
  .pg-about .member-card:nth-child(even) .member-link {
    background: url("../img/about//icon-arrow-green.png") no-repeat center right;
    background-size: auto 50%;
  }
}
@media (max-width: 1100px) and (min-width: 831px) {
  .pg-about .member-card:nth-child(even):hover .member-link {
    color: #3EB951;
  }
}
.pg-about .member-card p {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: -0.8px;
  color: #333;
  text-align: justify;
}
@media (max-width: 830px) {
  .pg-about .member-card p {
    font-size: 3.5vw;
    line-height: 1.6;
    margin: 3vw 0 1vw;
  }
}
.pg-about .member-card-hd {
  text-align: center;
}
@media (max-width: 830px) {
  .pg-about .member-card-hd {
    display: flex;
  }
}
.pg-about .member-card-pict {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
}
@media (max-width: 830px) {
  .pg-about .member-card-pict {
    margin-right: 4vw;
    width: 18vw;
  }
}
.pg-about .member-name {
  font-size: 24px;
  font-weight: 300;
  color: #F3780A;
  margin: 0;
  margin-top: 12px;
}
@media (max-width: 830px) {
  .pg-about .member-name {
    font-size: 6vw;
    text-align: left;
    margin-top: 2vw;
    line-height: 1.4;
  }
}
.pg-about .member-name-hiragana {
  font-size: 16px;
  color: #F3780A;
}
@media (max-width: 830px) {
  .pg-about .member-name-hiragana {
    font-size: 4.4vw;
  }
}
.pg-about .member-link {
  width: 73%;
  display: inline-block;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/about//icon-arrow-orange.png") no-repeat center right;
  background-size: auto 50%;
}
@media (max-width: 830px) {
  .pg-about .member-link {
    bottom: 3vw;
    right: -15vw;
    left: auto;
    width: 42vw;
    font-size: 3.8vw;
  }
}
.pg-about .voice {
  background-color: #DFE389;
  margin: 0 auto;
  padding: 140px 0 18px;
}
.pg-about .voice strong {
  color: #2AAE3E;
}
.pg-about .voice p {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 47.99em) {
  .pg-about .voice {
    padding: 19.5vw 0 7vw;
  }
}
.pg-about .w-voice-cnt {
  max-width: 800px;
  margin: 0 auto;
  width: 94%;
}
@media (max-width: 47.99em) {
  .pg-about .w-voice-cnt {
    max-width: 86vw;
  }
}
.pg-about .w-voice-cnt p {
  line-height: 2;
  margin: 32px 0;
}
@media (max-width: 47.99em) {
  .pg-about .w-voice-cnt p {
    line-height: 1.6;
    margin: 6vw 0;
    font-size: 3.6vw;
  }
}
.pg-about .voice-title {
  text-align: center;
  position: relative;
  background: url("../img/about//voice-interval.png") no-repeat center;
  background-size: contain;
  height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 47.99em) {
  .pg-about .voice-title {
    background: url("../img/about//voice-interval-sp.png") no-repeat center;
    height: 5.8vw;
    width: 100%;
    background-size: contain;
    margin-top: 0px;
    margin-bottom: 8vw;
  }
}
.pg-about .voice-title .img-title {
  position: absolute;
  top: -208px;
  left: 16%;
}
@media (max-width: 47.99em) {
  .pg-about .voice-title .img-title {
    top: -28vw;
    left: 10vw;
    width: 66.33vw;
  }
}
.pg-about .voice-title .img-people {
  position: absolute;
  left: 24.7%;
  top: -128px;
}
@media (max-width: 47.99em) {
  .pg-about .voice-title .img-people {
    left: 18.5vw;
    top: -18vw;
    width: 49.33vw;
  }
}
.pg-about .w-contact {
  margin: 160px auto 100px;
  padding: 25px 25px 30px;
  max-width: 484px;
  border: solid 8px #F3780A;
}
@media (max-width: 47.99em) {
  .pg-about .w-contact {
    margin: 15vw auto 19.67vw;
    padding: 4.5vw;
    max-width: 77.5vw;
    border: solid 4px #F3780A;
  }
}
.pg-about .w-contact h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px -5px;
}
@media (max-width: 47.99em) {
  .pg-about .w-contact h3 {
    font-size: 3.6vw;
    margin-left: -3.4vw;
    margin: 0 0 10px -5px;
  }
}
.pg-about .w-contact .contact-button {
  margin: 0 auto;
  display: block;
  background: url("../img/about//icon-arrow-circle.png") no-repeat center right 35px;
  background-size: auto 50%;
  max-width: 300px;
  height: 26px;
  color: #fff;
  background-color: #F3780A;
  padding: 16px 40px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 47.99em) {
  .pg-about .w-contact .contact-button {
    max-width: 50.67vw;
    height: 4.2vw;
    font-size: 4.2vw;
    padding: 2.2vw 5.07vw;
    background: url(../img/about//icon-arrow-circle.png) no-repeat center right 5.33vw;
    background-size: auto 4.27vw;
    background-color: #F3780A;
  }
}

.archive-series {
  max-width: 100% !important;
}
.archive-series.main {
  margin-right: 0;
}
.archive-series .breadcrumbs {
  max-width: 1040px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .archive-series .breadcrumbs {
    margin: 0;
  }
}
.archive-series .main_archive {
  max-width: 1040px !important;
  margin: 0 auto;
}
.archive-series .main_archive_wrapper {
  background-color: #FDF1E9;
  padding-bottom: 80px;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_wrapper {
    padding-bottom: 10.6666666667vw;
  }
}
.archive-series .main_archive_header .ttl {
  padding-top: 24px;
  margin-bottom: 32px;
}
.archive-series .main_archive_list {
  margin-bottom: 43px;
}
.archive-series .main_slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide {
    display: block;
    height: auto;
    margin-bottom: 10.6666666667vw;
  }
}
.archive-series .main_slide .slick-arrow {
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide .slick-dots {
    padding-top: 4vw;
  }
}
.archive-series .main_slide_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 400px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.archive-series .main_slide_list.slick-initialized {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_list {
    height: 62.4vw;
  }
}
.archive-series .main_slide_list .slick-track {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.archive-series .main_slide_img {
  width: 680px;
  height: 425px;
  position: relative;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_img {
    width: 100vw;
    height: 62.4vw;
  }
}
.archive-series .main_slide_txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 330px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.archive-series .main_slide_txt.slick-initialized {
  opacity: 1;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_txt {
    width: auto;
    margin: 12.5333333333vw 2.6666666667vw 0;
  }
}
.archive-series .main_slide_unit a {
  max-width: unset;
  max-height: 400px;
  padding: 0;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_unit a {
    max-height: 62.4vw;
  }
}
.archive-series .main_slide_unit_head {
  position: relative;
  background: none;
  padding: 0;
}
.archive-series .main_slide_unit_head h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_unit_head h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.archive-series .main_slide_unit_head p {
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  min-height: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_unit_head p {
    font-size: 3.4666666667vw;
  }
}
.archive-series .main_slide_unit_pic img {
  max-height: unset;
  height: auto;
  aspect-ratio: 16/10;
}
@media (max-width: 47.99em) {
  .archive-series .main_slide_unit_pic img {
    max-height: 62.4vw;
  }
}
.archive-series .main_archive_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  padding-top: 8px;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list {
    gap: 4%;
    padding: 0 5.3333333333vw 0;
    margin-bottom: 6vw;
  }
}
.archive-series .main_archive_list .postUnit {
  display: block;
  width: 31%;
  padding: 32px 0 0;
  border: none;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list .postUnit {
    width: 48%;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.archive-series .main_archive_list .postUnit_pic {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 3px solid #E6E6E6;
  height: 185px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list .postUnit_pic {
    aspect-ratio: 17/10;
    max-width: 100%;
    height: 22.9333333333vw;
  }
  .archive-series .main_archive_list .postUnit_pic img {
    width: auto;
  }
}
.archive-series .main_archive_list .postUnit_pic .tags {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.archive-series .main_archive_list .postUnit_pic .tags .new,
.archive-series .main_archive_list .postUnit_pic .tags .pickup {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list .postUnit_pic .tags .new,
  .archive-series .main_archive_list .postUnit_pic .tags .pickup {
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 1.3333333333vw;
  }
}
.archive-series .main_archive_list .postUnit_pic .tags .new {
  background-color: #F3780A;
}
.archive-series .main_archive_list .postUnit_pic .tags .pickup {
  background-color: #2FA33A;
}
.archive-series .main_archive_list .postUnit_data {
  padding: 0;
  margin-top: 12px;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list .postUnit_data {
    margin-top: 3.2vw;
  }
}
.archive-series .main_archive_list .postUnit_data .ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list .postUnit_data .ttl {
    font-size: 4vw;
  }
}
.archive-series .main_archive_list .postUnit_data .txt {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
  min-height: auto;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 47.99em) {
  .archive-series .main_archive_list .postUnit_data .txt {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    -webkit-line-clamp: 3;
  }
}

.main_about_sukusuku {
  margin: 0 2.1333333333vw 10.6666666667vw;
  background-color: #fffee5;
  border: solid 1px #ffe555;
  text-align: center;
}
@media (min-width: 48em) {
  .main_about_sukusuku {
    margin: 0 auto 40px;
  }
}

.pg-404 {
  margin-bottom: 60px;
}
@media (min-width: 48em) {
  .pg-404 {
    margin-bottom: 0;
  }
}

.header_ad.lower_ad {
  margin-bottom: 1rem;
}

.comment-more-wrap {
  width: 100%;
  padding: 0.1em 0 0;
  background-color: #fff;
  box-shadow: 0px -7px 7px #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translateY(0.3em);
}
@media (max-width: 47.99em) {
  .comment-more-wrap {
    transform: translateY(0em);
  }
}

a.comment-more {
  text-decoration: underline;
  color: #ef6c00;
  display: inline-block;
  margin: 0 0 0 0.2em;
}

.hidden-element {
  opacity: 0;
  transform: translateY(30px) scale(0);
  transition: opacity 0.1s ease, transform 1s ease;
}

.visible-element {
  opacity: 1;
  transform: translateY(0) scale(1.05);
  transition: opacity 0.1s ease, transform 1s ease;
}

.normal-size {
  transform: scale(1);
  transition: 0.6s;
}

.comment-like__btn {
  white-space: nowrap;
  background: #f4f4ef;
  border-radius: 100px;
  padding: 1px 15px;
  transition: 0.3s;
  min-height: 24px;
}
.ico_like,
svg {
  margin-top: -2px;
  width: 100%;
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
  fill: #ccc;
  transition: 0.3s;
}

.comment-like__btn:hover svg {
  transform: scale(1.25) rotate(-6deg);
}
.comment-like__btn.is-active {
  pointer-events: none;
}
.comment-like__btn.is-active svg {
  fill: #f3ad2e;
}
.comment-like__count {
  vertical-align: middle;
  font-style: normal;
  font-size: 13px;
  margin-left: 0.3em;
}

.commentVoices_list ul.children {
  list-style: none;
  margin-top: 0.5em;
  padding-left: 0;
}
@media (max-width: 47.99em) {
  .commentVoices_list ul.children {
    margin-left: -6vw;
  }
}
.commentVoices_list ul.children .comment::before {
  background: url(/wp-content/themes/sukusuku2018/assets/img/ico_user_boy.png) no-repeat 50% 50% !important;
  background-size: contain !important;
  width: 60px;
  height: 80px;
  max-width: 13vw;
  max-height: 17.42vw;
  left: -5px;
}
.commentVoices_list ul.children .comment-body {
  border-color: #f3780a;
  border-width: 1px;
  display: block;
}
.commentVoices_list ul.children .comment-body::before {
  content: "編集チームからの返信";
  display: block;
  font-weight: bold;
  color: #f3780a;
}
.commentVoices_list .byuser::before {
  background: url(/wp-content/themes/sukusuku2018/assets/img/ico_user_boy.png) no-repeat 50% 50% !important;
  background-size: contain !important;
  width: 60px;
  height: 80px;
  max-width: 13vw;
  max-height: 17.42vw;
  left: -5px;
}
.commentVoices_list .byuser .comment-body {
  border-color: #f3780a;
  border-width: 1px;
  display: block;
}
.commentVoices_list .byuser .comment-body::before {
  content: "編集チームより";
  display: block;
  font-weight: bold;
  color: #f3780a;
}

.comment-group p {
  overflow: hidden;
  position: relative;
}

.push_voice_admin_comment {
  width: 100%;
  background: #f5f7db;
  margin-top: 20px !important;
  padding: 0.5em 0.7em;
}
.push_voice_admin_comment::before {
  content: "編集チームが注目ボイスに選びました";
  display: block;
  font-weight: bold;
  color: #2aae3e;
}
@media (min-width: 48em) {
  .push_voice_admin_comment {
    padding: 10px 20px;
  }
}
.push_voice_admin_comment a {
  color: #2aae3e;
  text-decoration: underline;
}

.meta-group {
  width: 100%;
  margin-top: 1em;
}
@media (min-width: 48em) {
  .meta-group {
    display: flex;
    justify-content: space-between;
  }
}
.meta-group .comment-like {
  width: 10em;
}
@media (min-width: 48em) {
  .meta-group .comment-userinfo {
    width: 80%;
  }
}
.meta-group .comment-userinfo {
  text-align: right;
  font-size: 0.9em;
  padding-top: 0.2em;
}
@media (min-width: 48em) {
  .meta-group .comment-meta {
    width: 15em;
  }
}

.side_comment_ranking ul {
  list-style: none;
  padding: 0 8px;
}
.side_comment_ranking li {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.side_comment_ranking li:not(:last-of-type) {
  border-bottom: 1px solid #cacaca;
}
.side_comment_ranking a {
  opacity: 1;
  transition: all 0.3s;
}
.side_comment_ranking a:hover {
  opacity: 0.7;
}
.side_comment_ranking_read {
  font-size: 14px;
  background: #f5f7db;
  padding: 4px;
  margin: 0;
}
.side_comment_ranking_thumb {
  display: none;
}
.side_comment_ranking_text h3 {
  margin: 0;
  font-size: 0.9em;
}
.side_comment_ranking_text p {
  margin: 5px 0 5px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.side_comment_ranking_text p:not(.text-right) {
  text-align: justify;
}
.side_comment_ranking_text_opt {
  font-size: 0.8rem;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side_comment_ranking_text_opt svg {
  margin-bottom: 2px;
  fill: #a0a0a0;
  height: 14px;
  width: 14px;
}
.side_comment_ranking_text_post {
  font-size: 0.8rem !important;
  line-height: 1.5;
}
.side_comment_ranking_text_post * {
  font-size: 0.8rem !important;
  line-height: 1.5;
}
.side_comment_ranking_text_post {
  background: #f7f7f7;
  padding: 6px 10px;
  position: relative;
}
.side_comment_ranking_text_post .btn-green {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.side_voice_push {
  max-width: 100%;
}
.side_voice_push h1 {
  margin-bottom: 0;
}
.side_voice_push :not(h1) * {
  font-size: 0.9rem;
}
.side_voice_push article {
  padding: 0 8px;
}
.side_voice_push article a {
  transition: all 0.3s;
}
.side_voice_push article a.link-comment:hover * {
  opacity: 0.7;
}
.side_voice_push article a.link-article:hover * {
  color: #2aae3e;
}
.side_voice_push article figure {
  display: flex;
  margin: 10px 0 0;
}
.side_voice_push article figure .side_voice_push_thumb {
  width: 80px;
}
.side_voice_push article figure figcaption {
  width: calc(100% - 80px);
}
.side_voice_push article figure figcaption h2 {
  margin: 0;
}
.side_voice_push article span.btn-more {
  font-weight: normal;
}
.side_voice_push_comment::before {
  content: "ユーザーコメント";
  display: block;
  font-weight: bold;
}
.side_voice_push_reply {
  padding: 8px 15px;
  margin-bottom: 0.5em;
  background: #f5f7db;
}
.side_voice_push_reply::before {
  content: "編集チームより";
  display: block;
  font-weight: bold;
  color: #2aae3e;
}
.side_voice_push_more {
  margin-top: 0.5em;
  text-align: right !important;
}
.side_voice_push .slick-dots .slick-active button,
.side_voice_push .slick-dots .slick-active button {
  background-color: #2aae3e !important;
}

.reactions {
  padding: 20px 0 20px;
  margin: auto;
  text-align: center;
  width: 90%;
  max-width: 380px;
  display: flex;
  justify-content: space-between;
}
.reactions article {
  display: inline-block;
  position: relative;
  width: 23%;
}
.reactions .js-reaction {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.reactions .js-reaction svg {
  width: 100%;
  max-width: 60px;
  max-height: 60px;
}
.reactions .js-reaction svg * {
  transition: 0.25s;
  transform-origin: center center;
}
.reactions .js-reaction:hover .naru-1,
.reactions .js-reaction:hover .heart-1,
.reactions .js-reaction:hover .uhmm-1,
.reactions .js-reaction:hover .more-1 {
  fill: rgba(243, 121, 12, 0.1) !important;
}
.reactions .js-reaction:hover .naru-2,
.reactions .js-reaction:hover .heart-2,
.reactions .js-reaction:hover .uhmm-2,
.reactions .js-reaction:hover .more-2,
.reactions .js-reaction:hover .naru-3,
.reactions .js-reaction:hover .heart-3,
.reactions .js-reaction:hover .uhmm-3,
.reactions .js-reaction:hover .more-3,
.reactions .js-reaction:hover .heart-4,
.reactions .js-reaction:hover .uhmm-4 {
  transform: scale(1.2);
  transform-origin: center 40%;
}
.reactions .js-reaction.is-active .naru-1,
.reactions .js-reaction.is-active .heart-1,
.reactions .js-reaction.is-active .uhmm-1,
.reactions .js-reaction.is-active .more-1 {
  fill: rgba(243, 121, 12, 0.1) !important;
}
.reactions .js-reaction.is-active .naru-2,
.reactions .js-reaction.is-active .heart-2,
.reactions .js-reaction.is-active .uhmm-2,
.reactions .js-reaction.is-active .more-2,
.reactions .js-reaction.is-active .naru-3,
.reactions .js-reaction.is-active .heart-3,
.reactions .js-reaction.is-active .uhmm-3,
.reactions .js-reaction.is-active .more-3,
.reactions .js-reaction.is-active .heart-4,
.reactions .js-reaction.is-active .uhmm-4 {
  transform: scale(1.2);
}
.reactions_text {
  margin-top: 2px;
  font-size: 11px;
  padding: 4px 10px 3px;
  border: 2px solid #efefef;
  border-radius: 100px;
  position: relative;
  line-height: 1.2;
  white-space: nowrap;
}
.is-active .reactions_text {
  font-weight: bold;
}

.is-active[data-key=reaction1_count] .reactions_text {
  border-color: #ff9a00;
  color: #ff9a00;
}

.is-active[data-key=reaction2_count] .reactions_text {
  border-color: #ff550f;
  color: #ff550f;
}

.is-active[data-key=reaction3_count] .reactions_text {
  border-color: #0064b8;
  color: #0064b8;
}

.is-active[data-key=reaction4_count] .reactions_text {
  border-color: #00a86c;
  color: #00a86c;
}

.reactions_text::before {
  content: "";
  position: absolute;
  top: -5px;
  left: calc(50% - 3px);
  display: block;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: #fff;
  border-top: 2px solid #efefef;
  border-left: 2px solid #efefef;
}
.is-active[data-key=reaction1_count] .reactions_text::before {
  border-color: #ff9a00;
}

.is-active[data-key=reaction2_count] .reactions_text::before {
  border-color: #ff550f;
}

.is-active[data-key=reaction3_count] .reactions_text::before {
  border-color: #0064b8;
}

.is-active[data-key=reaction4_count] .reactions_text::before {
  border-color: #00a86c;
}

.reactions_counter {
  font-size: 13px;
  min-width: 1.4em;
  position: absolute;
  top: -2px;
  right: calc(50% - 40px);
  z-index: 10;
  transform: translate(0px, -50%);
  line-height: 1;
  padding: 2px 10px;
  color: #fff;
  background: #777;
  border-radius: 100px;
}
[data-key=reaction1_count] .reactions_counter {
  background: #ff9a00;
}

[data-key=reaction2_count] .reactions_counter {
  background: #ff550f;
}

[data-key=reaction3_count] .reactions_counter {
  background: #0064b8;
}

[data-key=reaction4_count] .reactions_counter {
  background: #00a86c;
}

.comment-form .comment-form-comment {
  margin-bottom: 0.3em !important;
  max-height: 150px;
}
.comment-form .comment-counter {
  text-align: right;
  font-size: 80%;
  margin-top: 0;
  margin-bottom: 1.8em;
}
.comment-form .comment-counter .c-red {
  color: red !important;
}
.comment-form #email {
  margin-bottom: 5px;
}
.comment-form .user-info .user-info__inner {
  display: flex;
  justify-content: space-between;
}
.comment-form .user-info .user-info__inner * {
  font-size: 0.95em;
}
.comment-form .user-info .user-info__inner label {
  padding-right: 0.3em;
}
.comment-form .user-info .user-info__inner div {
  white-space: nowrap;
}
.comment-form .user-info .user-info__inner div:last-of-type label {
  padding-left: 1em;
}
.comment-form .user-info #author {
  width: 100%;
}
@media screen and (min-width: 1050px) {
  .comment-form .user-info {
    display: flex;
    justify-content: space-between;
  }
  .comment-form .user-info p {
    margin: 0;
  }
}
.comment-form .comment-form-cookies-consent input {
  vertical-align: middle;
}
@media (max-width: 47.99em) {
  .comment-form .comment-form-cookies-consent input {
    vertical-align: text-top;
  }
}
.comment-form .comment-form-cookies-consent label {
  padding-left: 0.5em;
}
@media (max-width: 47.99em) {
  .comment-form .comment-form-cookies-consent label {
    font-size: 3.7333333333vw;
  }
}
.comment-form #submit[disabled] {
  background-color: #aaa;
  cursor: default;
}

.main_latest_list .item-group,
.main_archive_list .item-group {
  display: flex;
  justify-content: space-between;
}
.main_latest_list .item-group .comment-item a,
.main_archive_list .item-group .comment-item a {
  color: #999 !important;
  display: flex;
  align-items: flex-start;
  text-align: right;
  width: 60px;
  font-size: 0.9rem;
}
.main_latest_list .item-group .comment-item img,
.main_archive_list .item-group .comment-item img {
  max-width: 24px;
  margin-right: 4px;
}

.archive-pushVoice {
  margin-top: 5px;
  background: #f7f7f7;
  padding: 10px 15px;
  position: relative;
}
@media (max-width: 47.99em) {
  .archive-pushVoice {
    margin-left: -30vw;
  }
}
.archive-pushVoice h4 {
  color: #2aae3e;
  font-size: 0.9em;
  margin: 0 0 0px;
}
.archive-pushVoice p {
  margin: 5px 0 0;
}
.archive-pushVoice * {
  font-size: 0.9em !important;
}
.archive-pushVoice {
  transition: 0.3s;
}
.archive-pushVoice:hover {
  opacity: 0.7;
}
.archive-pushVoice__group {
  display: flex;
  justify-content: space-between;
}
.archive-pushVoice__group_ct {
  margin-bottom: 0;
  line-height: 1;
}
.archive-pushVoice__group_ct svg {
  fill: #a0a0a0;
}
.archive-pushVoice__group_date {
  margin-bottom: 0 !important;
  line-height: 1;
}
.archive-pushVoice::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  right: 6px;
  transform: rotate(45deg) translate(-7px);
}

#cn-accept-cookie {
  color: #fff !important;
}
@media (max-width: 47.99em) {
  #cn-accept-cookie {
    margin: 0 !important;
  }
}

#cn-close-notice {
  display: none !important;
}

.cookie-notice-container {
  max-width: 1000px;
  margin: auto;
  text-align: left !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
@media (max-width: 47.99em) {
  .cookie-notice-container {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.cookies-accepted #cookie-notice {
  display: none;
}

.ad-wrap {
  background-color: #fafafa;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif, Roboto;
  font-size: 12px;
}
.ad-wrap a {
  text-decoration: none;
  display: block;
  padding: 0 0 10px 0;
}
.ad-wrap a:hover .title {
  text-decoration: underline;
}
.ad-wrap .attribution {
  color: #7c7c7c;
  font-size: 10px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  /*border: solid 1px #a3a3a3;*/
  line-height: 16px;
  margin-right: 8px;
}
.ad-wrap .title {
  color: #484848;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 48em) {
  .ad-wrap {
    background-color: #fafafa;
    font-family: Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif, Roboto;
    font-size: 12px;
  }
  .ad-wrap a {
    text-decoration: none;
    display: block;
    padding: 0 0 10px 0;
  }
  .ad-wrap a:hover .title {
    text-decoration: underline;
  }
  .ad-wrap .attribution {
    color: #7c7c7c;
    font-size: 10px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin-right: 8px;
  }
  .ad-wrap .title {
    color: #484848;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
  }
}
div#div-gpt-ad-tsksp_article_bnr {
  display: flex !important;
  justify-content: center !important;
}
/*# sourceMappingURL=maps/style.css.map */
