@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

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

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

h1 {
  font-size: 20px;
  font-weight: bold; }

h2 {
  font-size: 18px;
  font-weight: bold; }

h3 {
  font-size: 16px;
  font-weight: bold; }

h4 {
  font-size: 14px;
  font-weight: bold; }

h5 {
  font-size: 12px;
  font-weight: bold; }

.clearfix:after, .content:after, .items:after, .category:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 961px) {
  .pc-visible {
    display: inherit; } }

@media only screen and (max-width: 960px) {
  .pc-visible {
    display: none !important; } }

@media only screen and (min-width: 961px) {
  .sp-visible {
    display: none !important; } }

@media only screen and (max-width: 960px) {
  .sp-visible {
    display: inherit; } }

.ellipsis, .breadcrumb, .article .ct__link.is-button a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.v-middle, .vh-middle, .nav .pc-visible .nav__items a, .tab__menu .swiper-slide, .search__form [name="s"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.vh-middle, .nav .pc-visible .nav__items a, .tab__menu .swiper-slide {
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center; }

.has-hoverline {
  text-decoration: underline; }
  .has-hoverline:hover {
    text-decoration: none; }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.busy::after {
  -webkit-animation: spinner .6s linear infinite;
  animation: spinner .6s linear infinite; }

* {
  background-color: transparent;
  box-sizing: border-box;
  line-height: 1.4;
  font-size: inherit;
  word-break: break-all; }

html {
  background-color: #f5f4ef; }

body {
  color: #444444;
  background-color: #f5f4ef;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

svg {
  fill: currentColor; }

a {
  color: currentColor; }
  a:hover, a:active, a:visited {
    color: currentColor; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.content {
  margin: 0 auto; }

body .main {
  background: #ffffff; }

@media only screen and (max-width: 960px) {
  body #page {
    width: 100%;
    overflow: hidden; }
  body .content {
    max-width: 616px; }
  body .header {
    z-index: 100; } }

@media only screen and (min-width: 961px) {
  body {
    margin: 0 auto;
    position: relative; }
    body .content {
      width: 960px;
      position: relative; }
    body #page > .content {
      margin-top: 24px;
      margin-bottom: 76px; }
    body .header,
    body .nav,
    body .footer {
      min-width: 1024px; }
    body .main {
      width: 616px;
      float: left; }
    body .sidebar {
      margin-top: -8px;
      width: 320px;
      float: right; }
      body .sidebar .aside {
        padding: 0; }
        body .sidebar .aside + .aside {
          padding-top: 24px; } }

.header {
  background: #ffffff;
  position: relative; }
  @media only screen and (min-width: 961px) {
    .header {
      border-bottom: 1px solid #f3f3f3; } }
  @media only screen and (max-width: 960px) {
    .header .content {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media only screen and (min-width: 961px) {
    .header .content {
      padding-top: 16px;
      padding-bottom: 16px; } }
  .header .description {
    font-size: 0.71429em; }
    @media only screen and (max-width: 960px) {
      .header .description {
        text-align: center; } }
  .header .logo a {
    display: block; }
    @media only screen and (max-width: 960px) {
      .header .logo a {
        width: 105px;
        height: 21px;
        margin: .2em auto 0; } }
    @media only screen and (min-width: 961px) {
      .header .logo a {
        width: 160px;
        height: 32px;
        margin-top: .4em; } }
  .header .pc-visible {
    position: absolute;
    right: 0;
    top: 10px; }
  .header .menu a {
    color: #999999;
    font-size: 0.85714em; }
    .header .menu a:not(:first-of-type) {
      margin-left: 1em; }
  .header .menu .dmenu {
    color: #999999; }
    .header .menu .dmenu::after {
      content: '';
      background: url("../images/icon_arrow_weak.svg") center center no-repeat;
      background-size: contain;
      display: inline-block;
      width: 9px;
      height: 9px;
      margin-left: 4.5px; }
    .header .menu .dmenu svg {
      width: 45px;
      height: 11px;
      vertical-align: 0px; }
  .header .menu + .search {
    margin-top: 8px; }

.nav {
  background: #ffffff; }
  .nav .pc-visible .nav__items {
    height: 38px;
    width: 100%;
    table-layout: fixed;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .nav .pc-visible .nav__items a {
      color: #444444;
      padding: 0 12px;
      position: relative; }
      @media only screen and (max-width: 960px) {
        .nav .pc-visible .nav__items a {
          font-size: 0.85714em;
          width: auto; } }
      @media only screen and (min-width: 961px) {
        .nav .pc-visible .nav__items a {
          font-size: 0.85714em;
          font-weight: bold;
          vertical-align: middle;
          white-space: nowrap; } }
      .nav .pc-visible .nav__items a.is-current, .nav .pc-visible .nav__items a:hover {
        color: #f7701b; }
        .nav .pc-visible .nav__items a.is-current::after, .nav .pc-visible .nav__items a:hover::after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          bottom: 0;
          height: 2px;
          background-color: #f7701b; }
  .nav .sp-visible.nav__items {
    background: #ffffff;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    display: table;
    table-layout: fixed; }
    .nav .sp-visible.nav__items a {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 0.71429em;
      padding-top: 24px;
      position: relative; }
    .nav .sp-visible.nav__items svg {
      position: absolute;
      top: 8px;
      left: 50%;
      margin-left: -11px; }
      .nav .sp-visible.nav__items svg path, .nav .sp-visible.nav__items svg circle {
        fill: #695e5f; }
    .nav .sp-visible.nav__items .is-current {
      color: #f7701b; }
      .nav .sp-visible.nav__items .is-current path, .nav .sp-visible.nav__items .is-current circle {
        fill: #f7701b; }
    .nav .sp-visible.nav__items img, .nav .sp-visible.nav__items svg {
      width: 22px;
      height: 22px; }

.main {
  position: relative;
  max-width: 961px; }
  .main__title {
    /*
		&::before, &::after {
			content: '';
			background-posititon: center center;
			background-repeat: no-repeat;
			background-size: contain;
			width: 22px;
			height: 22px;
			margin: 0 pad(1.5);
			display: inline-block;
			vertical-align: pad(-1);
		}
		*/ }
    @media only screen and (max-width: 960px) {
      .main__title {
        text-align: center;
        margin: 16px 0; } }
    @media only screen and (min-width: 961px) {
      .main__title {
        margin: 16px 24px; } }
    .main__title img {
      width: 22px;
      height: 22px;
      vertical-align: -4px; }
      .main__title img:first-of-type {
        margin-right: 6px; }
      .main__title img:last-of-type {
        margin-left: 6px; }
        @media only screen and (min-width: 961px) {
          .main__title img:last-of-type {
            display: none; } }
  .main__description {
    padding: 12px 16px;
    line-height: 1.6;
    background-color: #f5f4ef;
    color: #695e5f;
    font-size: 0.85714em; }
    @media only screen and (max-width: 960px) {
      .main__description {
        margin: 0px 8px; } }
    @media only screen and (min-width: 961px) {
      .main__description {
        margin: 8px 24px; } }

.aside__title {
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .aside__title {
      margin: 32px 0 16px; } }
  @media only screen and (min-width: 961px) {
    .aside__title {
      margin: 16px 0; } }
  .aside__title::before, .aside__title::after {
    content: '';
    background-posititon: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin: 0 6px;
    display: inline-block;
    vertical-align: -4px; }
  .is-ranking .aside__title::before, .is-ranking .aside__title::after {
    background-image: url("../images/icon_ranking_k.svg"); }
  .is-category .aside__title::before, .is-category .aside__title::after {
    background-image: url("../images/icon_category_k.svg"); }

.footer {
  background: #ffffff;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .footer {
      padding-bottom: 64px; } }
  @media only screen and (min-width: 961px) {
    .footer {
      padding-bottom: 24px; } }
  .footer .btt {
    display: block;
    color: #ffffff;
    background: #bbbbbb;
    padding: 12px 0; }
    @media only screen and (max-width: 960px) {
      .footer .btt img {
        margin: 0 auto 4px;
        width: 16px;
        height: 16px;
        display: block; } }
    @media only screen and (min-width: 961px) {
      .footer .btt img {
        width: 12px;
        height: 12px;
        margin-right: 8px;
        vertical-align: baseline; } }
    .footer .btt + .menu {
      margin-top: 24px; }
  .footer .menu {
    margin: 8px 0;
    color: #999999; }
    .footer .menu a:not(:first-of-type)::before {
      content: ' | '; }
  .footer .dmenu {
    color: #999999;
    display: inline-block;
    margin-top: 4px; }
    .footer .dmenu::after {
      content: '';
      background: url("../images/icon_arrow_weak.svg") center center no-repeat;
      background-size: contain;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 6px; }
    .footer .dmenu svg {
      vertical-align: 0px;
      width: 64px;
      height: 16px; }

.tab {
  position: relative; }
  .tab__menu {
    color: #ffffff;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 40px; }
    .tab__menu a {
      background: #ff9026;
      font-size: 0.85714em;
      font-weight: bold;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .tab__menu a:not(:first-of-type) {
        border-left: 1px solid #ffffff; }
      .tab__menu a .badge {
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 16px;
        width: 16px;
        height: 16px;
        margin-left: 2px;
        color: #f7701b;
        background: #ffffff; }
      .tab__menu a:hover {
        color: #ffffff;
        background: #f7701b; }
      .tab__menu a.is-current {
        color: #f7701b;
        background: #ffffff; }
        .tab__menu a.is-current .badge {
          color: #ffffff;
          background: #f7701b; }
    .tab__menu .swiper-slide {
      cursor: pointer;
      font-weight: bold;
      color: #444444;
      padding: 0 16px;
      position: relative;
      width: auto;
      font-size: 1em; }
      @media only screen and (max-width: 960px) {
        .tab__menu .swiper-slide {
          height: 36px; } }
      @media only screen and (min-width: 961px) {
        .tab__menu .swiper-slide {
          height: 28px; }
          .tab__menu .swiper-slide:hover {
            background: #ffffff; } }
      .tab__menu .swiper-slide.is-current::after {
        content: '';
        position: absolute;
        left: 8px;
        right: 8px;
        bottom: 0;
        height: 5px;
        background-color: #444444; }
      .tab__menu .swiper-slide + .swiper-slide::before {
        content: '';
        position: absolute;
        left: -1px;
        width: 1px;
        background-color: #cccccc; }
        @media only screen and (max-width: 960px) {
          .tab__menu .swiper-slide + .swiper-slide::before {
            top: 8px;
            bottom: 8px; } }
        @media only screen and (min-width: 961px) {
          .tab__menu .swiper-slide + .swiper-slide::before {
            top: 6px;
            bottom: 6px; } }

.items {
  background: #ffffff; }
  .items .item {
    padding: 8px 8px 8px 0;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .items .item:not(:first-of-type) {
      border-top: 1px solid #f3f3f3; }
    .items .item__thumb {
      width: 132px;
      display: table-cell;
      vertical-align: middle;
      position: relative; }
      .items .item__thumb > * {
        width: 100%;
        height: 0;
        padding-bottom: 66.66667%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .items .item.is-new .item__thumb::after {
      content: 'NEW';
      font-size: 0.71429em;
      font-weight: bold;
      color: #ffffff;
      background-color: #ff9026;
      position: absolute;
      left: 2px;
      top: 2px;
      line-height: 1;
      padding: 3.2px 4px; }
    .items .item__text {
      display: table-cell;
      vertical-align: middle;
      padding-left: 16px; }
    .items .item__title {
      color: #444444;
      font-weight: bold; }
    .items .item__meta {
      color: #695e5f;
      font-size: 0.85714em;
      margin-top: 4px;
      display: table; }
    .items .item__category {
      display: table-cell; }
      .items .item__category + .item__date {
        padding-left: 12px; }
    .items .item__date {
      display: table-cell; }

@media only screen and (min-width: 961px) {
  .main .items {
    padding-left: 24px;
    padding-right: 24px; }
  .main .item {
    padding-right: 0; }
    .main .item.is-dmenu {
      background-color: currentColor;
      box-sizing: content-box;
      margin-left: -24px;
      border-left: 24px solid currentColor;
      border-right: 24px solid currentColor; }
    .main .item__thumb {
      width: 168px; }
      .main .item__thumb > * {
        width: 100%;
        height: 0;
        padding-bottom: 66.66667%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .main .item__title {
      font-size: 1.14286em; }
  .aside__title {
    text-align: left;
    margin: 8px 0; }
    .aside__title::after {
      content: none; }
  .aside.is-recommend .aside__title::before {
    content: none; }
  .aside.is-recommend .items {
    padding-top: 8px;
    padding-bottom: 8px; }
  .aside .items {
    padding-left: 16px;
    padding-right: 16px; }
  .aside .item__thumb {
    width: 104px; }
    .aside .item__thumb > * {
      width: 100%;
      height: 0;
      padding-bottom: 67.30769%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .aside .item__title {
    font-size: 0.85714em; } }

.main .relatedposts .items {
  margin-bottom: -8px;
  padding: 0; }

.main .relatedposts .item__thumb {
  width: 104px; }
  .main .relatedposts .item__thumb > * {
    width: 100%;
    height: 0;
    padding-bottom: 67.30769%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.main .relatedposts .item__text {
  padding-left: 8px; }

.main .relatedposts .item__title {
  font-size: 0.85714em; }

.button, .article .ct__link.is-button {
  margin: 8px 8px 32px; }
  .button a, .article .ct__link.is-button a {
    display: block;
    color: #ffffff;
    background: #dcc7aa;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    height: 48px;
    line-height: 48px; }
  .button.is-prev a::before, .article .is-prev.ct__link.is-button a::before {
    content: '';
    background: url("../images/icon_arrow_left_w.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 4.5px; }
  .button.is-next a::after, .article .is-next.ct__link.is-button a::after {
    content: '';
    background: url("../images/icon_arrow_w.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 4.5px; }

@media only screen and (min-width: 961px) {
  .main .button a, .main .article .ct__link.is-button a, .article .main .ct__link.is-button a {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .aside .button, .aside .article .ct__link.is-button, .article .aside .ct__link.is-button {
    margin-bottom: 12px;
    margin-right: 0;
    color: #444444; }
    .aside .button a, .aside .article .ct__link.is-button a, .article .aside .ct__link.is-button a {
      background: transparent;
      text-align: right;
      color: currentColor;
      font-weight: normal;
      height: auto;
      line-height: inherit; }
      .aside .button a::after, .aside .article .ct__link.is-button a::after, .article .aside .ct__link.is-button a::after {
        content: '';
        background: url("../images/icon_arrow.svg") center center no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 9px;
        margin-left: 4.5px; } }

.category {
  color: #444444;
  background: #ffffff; }
  .category a {
    height: 48px;
    line-height: 48px;
    font-size: 0.85714em;
    float: left;
    text-align: left;
    width: 50%;
    padding: 0 16px;
    border-bottom: 1px solid #f5f4ef;
    position: relative; }
    .category a:nth-of-type(odd) {
      border-right: 1px solid #f5f4ef; }
    .category a::after {
      content: '';
      background: url("../images/icon_arrow_weak.svg") center center no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      right: 11.2px;
      top: 50%;
      width: 10px;
      height: 10px;
      margin-top: -5px; }
    .category a img {
      width: 24px;
      height: 24px;
      margin-right: 12px;
      vertical-align: -6px; }

.search__form {
  background: #ffffff;
  position: relative;
  border: 1px solid #cccccc; }
  .search__form .submit {
    display: block;
    width: 36px;
    height: 36px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-color: #cccccc; }
  .search__form [name="s"] {
    outline: none;
    border: none;
    padding: 0 8px;
    width: 100%;
    border-radius: 0; }
    .search__form [name="s"]::placeholder {
      color: #999999; }

.header .search__form {
  height: 32px; }
  .header .search__form [name="s"] {
    font-size: 0.85714em;
    height: 32px;
    padding-right: 40px; }
  .header .search__form .submit {
    width: 32px;
    height: 32px;
    padding: 6px; }

.sidebar .search__form, .popup .search__form {
  margin: 24px 8px;
  height: 48px; }
  .sidebar .search__form [name="s"], .popup .search__form [name="s"] {
    height: 48px;
    padding-right: 56px; }
  .sidebar .search__form .submit, .popup .search__form .submit {
    width: 48px;
    height: 48px;
    padding: 10px; }

@media only screen and (max-width: 960px) {
  .follow {
    margin: 24px 24px; } }

@media only screen and (min-width: 961px) {
  .follow {
    margin: 32px 0; } }

.follow__items {
  display: table;
  width: 100%;
  table-layout: fixed; }

.follow__item {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }
  @media only screen and (max-width: 960px) {
    .follow__item {
      padding: 0 8px; } }
  @media only screen and (min-width: 961px) {
    .follow__item:first-of-type {
      padding: 0 8px 0 0; }
    .follow__item:last-of-type {
      padding: 0 0 0 8px; } }

.follow__link {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  text-align: center; }
  .follow__link.is-facebook {
    color: #4567ad;
    border-color: #4567ad; }
  .follow__link.is-twitter {
    color: #2a9fed;
    border-color: #2a9fed; }
  .follow__link img {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 10px; }

@media only screen and (max-width: 960px) {
  .share {
    margin: 24px 0; } }

@media only screen and (min-width: 961px) {
  .share {
    margin: 24px 44px; } }

.share__items {
  display: table;
  width: 100%;
  table-layout: fixed; }

.share__item {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }
  .share__item:first-of-type {
    padding: 0 8px 0 0; }
  .share__item:last-of-type {
    padding: 0 0 0 8px; }

.share__link {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  text-align: center; }
  .share__link.is-facebook {
    color: #4567ad;
    border-color: #4567ad; }
  .share__link.is-twitter {
    color: #2a9fed;
    border-color: #2a9fed; }
  .share__link .pc-visible {
    display: inline; }
  .share__link img {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 10px; }

.pagination .buttons {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .pagination .buttons .button, .pagination .buttons .article .ct__link.is-button, .article .pagination .buttons .ct__link.is-button {
    display: table-cell;
    margin: 0;
    padding: 8px; }
    .pagination .buttons .button:first-of-type img, .pagination .buttons .article .ct__link.is-button:first-of-type img, .article .pagination .buttons .ct__link.is-button:first-of-type img {
      margin-left: 0;
      margin-right: 4px; }

.pagination .pages {
  text-align: center; }
  .pagination .pages .page {
    margin: 0 8px;
    display: inline-block;
    line-height: 32px;
    height: 32px;
    min-width: 32px;
    border: 1px solid #cccccc;
    background: #ffffff; }
    .pagination .pages .page.is-current {
      color: #ffffff;
      background: #cccccc; }

@media only screen and (max-width: 960px) {
  .pages {
    margin: 28px 0 32px; } }

@media only screen and (min-width: 961px) {
  .pagination {
    margin: 8px 0 32px; }
    .pagination .navs {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .pagination .navs > * {
        display: table-cell;
        vertical-align: middle; }
      .pagination .navs .pages {
        width: 320px; }
      .pagination .navs .button, .pagination .navs .article .ct__link.is-button, .article .pagination .navs .ct__link.is-button {
        display: inline-block;
        margin: 0;
        width: 124px;
        height: 32px; }
        .pagination .navs .button:first-of-type img, .pagination .navs .article .ct__link.is-button:first-of-type img, .article .pagination .navs .ct__link.is-button:first-of-type img {
          margin-left: 0;
          margin-right: 4px; }
        .pagination .navs .button a, .pagination .navs .article .ct__link.is-button a, .article .pagination .navs .ct__link.is-button a {
          height: 32px;
          line-height: 32px; } }

.breadcrumb {
  font-size: 0.85714em;
  background-color: #f5f4ef; }
  @media only screen and (max-width: 960px) {
    .breadcrumb {
      padding: 12px 8px; } }
  @media only screen and (min-width: 961px) {
    .breadcrumb {
      padding: 4px 0 12px; }
      [data-infinite="loaded-articles"] .breadcrumb {
        padding-top: 12px; } }
  .breadcrumb svg {
    width: 16px;
    height: 16px;
    vertical-align: -3.2px; }
  .breadcrumb > *:not(:first-of-type)::before {
    content: '';
    background: transparent url("../images/icon_arrow.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 6px; }

.tags {
  margin: 24px 0;
  padding: 12px 16px;
  background: #f5f4ef;
  font-size: 0.85714em; }
  .tags__links {
    line-height: 1.6; }
    .tags__links::before {
      content: '';
      background: url("../images/icon_tag.svg") center center no-repeat;
      background-size: contain;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px; }
    .tags__links::before {
      vertical-align: -3px; }
  .tags__link:first-of-type {
    margin-left: -4px; }

.is-ad:empty {
  display: none; }

@media only screen and (max-width: 960px) {
  .is-ad:not(:empty) {
    padding: 0 8px; } }

.is-ad:not(:empty) .ad a {
  display: block;
  margin: 8px 0; }
  .is-ad:not(:empty) .ad a + p {
    margin-top: 0; }

.is-ad:not(:empty) .ad p {
  margin: 4px 0; }

.is-ad:not(:empty) .ad br {
  display: none; }

.popup {
  z-index: 500;
  padding: 16px;
  background: #f5f4ef;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 50px;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -ms-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  .popup .aside__title {
    margin-top: 0; }
  .popup .search__form {
    margin: 4px 0; }

html .overlay {
  display: none;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

html.popup-category .overlay, html.popup-search .overlay {
  display: block; }

html.popup-category .popup.is-category {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .2s all ease-out;
  -moz-transition: .2s all ease-out;
  -ms-transition: .2s all ease-out;
  transition: .2s all ease-out; }

html.popup-search .popup.is-search {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .2s all ease-out;
  -moz-transition: .2s all ease-out;
  -ms-transition: .2s all ease-out;
  transition: .2s all ease-out; }

@media only screen and (min-width: 961px) {
  .pickup .items {
    padding: 16px 24px; } }

.pickup__title {
  text-align: left; }
  @media only screen and (max-width: 960px) {
    .pickup__title {
      padding: 4px 16px; } }
  @media only screen and (min-width: 961px) {
    .pickup__title {
      padding: 0 24px; } }

.category-page.term-goods .main__title::before, .category-page.term-goods .main__title::after {
  content: '';
  background: transparent url("../images/icon_goods_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-goods .main__title::before {
  margin-right: 4px; }

.category-page.term-goods .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-goods .main__title::after {
      content: none; } }

.category-page.term-food .main__title::before, .category-page.term-food .main__title::after {
  content: '';
  background: transparent url("../images/icon_food_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-food .main__title::before {
  margin-right: 4px; }

.category-page.term-food .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-food .main__title::after {
      content: none; } }

.category-page.term-health .main__title::before, .category-page.term-health .main__title::after {
  content: '';
  background: transparent url("../images/icon_health_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-health .main__title::before {
  margin-right: 4px; }

.category-page.term-health .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-health .main__title::after {
      content: none; } }

.category-page.term-baby .main__title::before, .category-page.term-baby .main__title::after {
  content: '';
  background: transparent url("../images/icon_baby_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-baby .main__title::before {
  margin-right: 4px; }

.category-page.term-baby .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-baby .main__title::after {
      content: none; } }

.category-page.term-homeelectric .main__title::before, .category-page.term-homeelectric .main__title::after {
  content: '';
  background: transparent url("../images/icon_homeelectric_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-homeelectric .main__title::before {
  margin-right: 4px; }

.category-page.term-homeelectric .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-homeelectric .main__title::after {
      content: none; } }

.category-page.term-education .main__title::before, .category-page.term-education .main__title::after {
  content: '';
  background: transparent url("../images/icon_education_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-education .main__title::before {
  margin-right: 4px; }

.category-page.term-education .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-education .main__title::after {
      content: none; } }

.category-page.term-money .main__title::before, .category-page.term-money .main__title::after {
  content: '';
  background: transparent url("../images/icon_money_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-money .main__title::before {
  margin-right: 4px; }

.category-page.term-money .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-money .main__title::after {
      content: none; } }

.category-page.term-sppc .main__title::before, .category-page.term-sppc .main__title::after {
  content: '';
  background: transparent url("../images/icon_sppc_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-sppc .main__title::before {
  margin-right: 4px; }

.category-page.term-sppc .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-sppc .main__title::after {
      content: none; } }

.category-page.term-living .main__title::before, .category-page.term-living .main__title::after {
  content: '';
  background: transparent url("../images/icon_living_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-living .main__title::before {
  margin-right: 4px; }

.category-page.term-living .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-living .main__title::after {
      content: none; } }

.category-page.term-comics .main__title::before, .category-page.term-comics .main__title::after {
  content: '';
  background: transparent url("../images/icon_comics_k.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: -4px; }

.category-page.term-comics .main__title::before {
  margin-right: 4px; }

.category-page.term-comics .main__title::after {
  margin-left: 4px; }
  @media only screen and (min-width: 961px) {
    .category-page.term-comics .main__title::after {
      content: none; } }

@media only screen and (min-width: 961px) {
  .ranking-page .main .tab__item {
    padding: 16px 0; }
  .ranking-page .sidebar .aside.is-recommend {
    padding-top: 0; } }

.is-ranking .items {
  counter-reset: ranking; }

.is-ranking .item {
  counter-increment: ranking; }
  .is-ranking .item__thumb::after {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: counter(ranking);
    color: #ffffff;
    background-color: #ff9026;
    font-size: 0.71429em;
    font-weight: bold;
    position: absolute;
    left: 4px;
    top: 4px; }
  .is-ranking .item:nth-child(-n+3) .item__thumb::after {
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/icon_crown.svg");
    background-size: contain;
    background-position: center -2px;
    background-repeat: no-repeat; }

.search-info {
  font-size: 0.85714em;
  line-height: 1.6; }
  @media only screen and (max-width: 960px) {
    .search-info {
      padding: 8px 8px 0; } }
  @media only screen and (min-width: 961px) {
    .search-info {
      padding: 8px 24px 0; } }
  .search-info img {
    width: 16px;
    height: 16px;
    vertical-align: -3.2px; }

@media only screen and (max-width: 960px) {
  .article {
    padding: 16px; } }

@media only screen and (min-width: 961px) {
  .article {
    padding: 24px; } }

@media only screen and (max-width: 960px) {
  .article__image {
    margin: -16px -16px 0; } }

@media only screen and (min-width: 961px) {
  .article__image {
    margin: -24px -24px 0; } }

.article__image + .article__date {
  margin-top: 12px; }

.article__date {
  margin: 0;
  display: block;
  font-size: 0.85714em;
  color: #999999; }

.article__title {
  margin: 8px 0; }

.article__series:not(:empty) {
  margin: 4px 0;
  font-size: 0.85714em;
  color: #999999; }
  .article__series:not(:empty)::before, .article__series:not(:empty)::after {
    content: '〜'; }

.article__excerpt {
  margin: 12px 0;
  padding: 12px 16px;
  background-color: #f5f4ef;
  font-size: 0.85714em;
  line-height: 1.6; }

.article .toc {
  border: 1px solid #f3f3f3;
  margin: 24px 0;
  padding: 20px 16px; }
  .article .toc__title {
    font-size: 1.14286em;
    font-weight: bold; }
  .article .toc__item {
    display: block; }
    .article .toc__item.is-h2 {
      margin-top: 12px;
      margin-left: 1.2em;
      text-indent: -1.2em;
      font-size: 1.14286em;
      font-weight: bold; }
      .article .toc__item.is-h2::before {
        content: '・';
        color: #f7701b;
        margin-right: 4px; }
    .article .toc__item.is-h3 {
      margin-top: 10px;
      margin-left: 2.6em;
      text-indent: -1.2em;
      font-weight: bold; }
      .article .toc__item.is-h3::before {
        content: '・';
        color: #999999;
        margin-right: 4px; }
      .article .toc__item.is-h3 + .is-h3 {
        margin-top: 4px; }
    .article .toc__item.is-h4 {
      margin-top: 8px;
      margin-left: 3.9em;
      text-indent: -.9em; }
      .article .toc__item.is-h4::before {
        content: '- ';
        color: #999999;
        margin-right: 4px; }
      .article .toc__item.is-h4 + .is-h4 {
        margin-top: 4px; }

.article table {
  margin: 16px 0;
  width: 100%;
  font-size: 0.85714em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-collapse: collapse; }
  .article table th, .article table td {
    padding: 12px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  .article table th {
    font-weight: bold;
    background: #f3f3f3; }
    .article table th:first-of-type {
      white-space: nowrap; }
  .article table thead th {
    text-align: center; }

.article .table__title,
.article table caption {
  font-size: 1.14286em;
  font-weight: bold;
  text-align: center;
  margin: 16px 0; }

.article h2 {
  margin: 40px 0 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f7701b; }

.article h3 {
  margin: 36px 0 16px;
  padding: 2px 0 2px 8px;
  border-left: 2px solid #f7701b; }

.article h4 {
  margin: 36px 0 16px; }
  .article h4::before {
    content: '・';
    color: #f7701b;
    margin-right: 4px; }

.article p {
  line-height: 1.6; }
  .article p a {
    color: #f7701b;
    text-decoration: underline; }
  .article p > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle; }

.article ul,
.article ol {
  margin: 16px 0;
  padding-left: 1.5em; }
  .article ul li,
  .article ol li {
    margin: 8px 0; }

.article .image {
  margin: 16px 0; }
  .article .image__caption {
    margin-top: 4px;
    font-size: 0.85714em;
    color: #999999; }

.article .video {
  margin: 16px 0; }
  .article .video__title {
    font-weight: bold; }
  .article .video__content {
    margin-top: 4px;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    background: #f7701b; }
    .article .video__content > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .article .video__by {
    margin-top: 4px;
    text-align: right;
    font-size: 0.85714em;
    color: #999999; }
    .article .video__by::before {
      content: '出典：'; }
  .article .video__caption {
    margin-top: 4px;
    font-size: 0.85714em;
    color: #999999; }

.article .quote {
  display: block;
  margin: 16px 0;
  padding: 16px;
  background: #f5f4ef; }
  .article .quote__title:not(:empty) {
    font-size: 1.14286em;
    font-weight: bold;
    font-style: italic; }
    .article .quote__title:not(:empty)::before {
      content: open-quote; }
    .article .quote__title:not(:empty)::after {
      content: close-quote; }
  .article .quote__link {
    margin: 4px 0;
    display: inline-block;
    line-height: 1.6;
    font-size: 0.85714em;
    color: #f7701b;
    text-decoration: underline; }

.article .relatedlink {
  margin: 16px 0; }
  .article .relatedlink__link {
    margin: 4px 0;
    display: inline-block;
    color: #f7701b;
    text-decoration: underline; }

.article .linkto {
  display: block;
  margin: 16px 0;
  padding: 16px;
  background: #f5f4ef; }
  @media only screen and (min-width: 961px) {
    .article .linkto {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .article .linkto__thumb {
        display: table-cell;
        vertical-align: top;
        width: 240px; }
      .article .linkto__text {
        display: table-cell;
        vertical-align: top;
        padding-left: 16px; } }
  .article .linkto__title {
    font-size: 1.14286em;
    font-weight: bold;
    color: #f7701b;
    text-decoration: underline; }
    @media only screen and (max-width: 960px) {
      .article .linkto__title {
        margin-top: 16px; } }
  .article .linkto__url {
    font-size: 0.85714em;
    color: #f7701b;
    text-decoration: underline; }
  .article .linkto__comment {
    margin-top: 16px;
    line-height: 1.6; }

.article .ingredient {
  padding: 8px 0;
  border-bottom: 1px solid #f3f3f3;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .article .ingredient > * {
    display: table-cell; }
    .article .ingredient > *:last-of-type {
      text-align: right; }
      .article .ingredient > *:last-of-type::before {
        content: '…'; }

.article .ct__item {
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #f3f3f3; }

.article .ct__thumb {
  display: table-cell; }
  @media only screen and (max-width: 960px) {
    .article .ct__thumb {
      vertical-align: middle;
      width: 100px; } }
  @media only screen and (min-width: 961px) {
    .article .ct__thumb {
      vertical-align: top;
      width: 120px; } }
  .article .ct__thumb + .ct__text {
    padding-left: 16px; }

.article .ct__text {
  display: table-cell; }
  @media only screen and (max-width: 960px) {
    .article .ct__text {
      vertical-align: middle; } }
  @media only screen and (min-width: 961px) {
    .article .ct__text {
      vertical-align: top; } }

.article .ct__title {
  font-size: 1.14286em;
  font-weight: bold; }

.article .ct__meta {
  margin: 4px 0;
  font-size: 0.85714em;
  color: #695e5f; }

.article .ct__link {
  clear: both;
  color: #444444;
  display: block;
  text-align: center; }
  .article .ct__link.is-text {
    margin: 16px 0 0;
    text-align: right; }
    .article .ct__link.is-text a {
      color: #f7701b;
      text-decoration: underline; }
      .article .ct__link.is-text a::after {
        content: '';
        background: url("../images/icon_arrow_k.svg") center center no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 9px;
        margin-left: 4.5px; }
  .article .ct__link.is-button {
    margin: 0; }
    .article .ct__link.is-button a {
      padding-left: 1em;
      padding-right: 1em;
      background: #ff9026; }
      .article .ct__link.is-button a::after {
        content: '';
        background: url("../images/icon_arrow_w.svg") center center no-repeat;
        background-size: contain;
        display: inline-block;
        width: 9px;
        height: 9px;
        margin-left: 4.5px; }
  .article .ct__link img {
    width: auto;
    max-width: 100%; }

.article .ct__comment {
  display: block;
  margin: 16px 0;
  line-height: 1.6; }
  .article .ct__comment a {
    color: #f7701b;
    text-decoration: underline; }

.article .ct .video {
  margin: 16px 0; }

.article .ct__item * + .ct__link {
  margin-top: 16px; }

.article .html {
  margin: 16px 0;
  font-size: 0.85714em;
  color: #999999;
  text-align: right; }
  .article .html p {
    text-align: left; }

.article .ct__item + .html {
  margin-top: -8px; }

@media only screen and (min-width: 961px) {
  .main .button:hover a, .main .article .ct__link.is-button:hover a, .article .main .ct__link.is-button:hover a {
    background-color: #e3d3bc; }
  .items .item:hover .item__title,
  .menu a:not(.dmenu):hover {
    text-decoration: underline; }
  .ad a:hover,
  .share__link:hover,
  .follow__link:hover,
  .items .item:hover .item__image {
    opacity: .7; }
  .pagination .page:not(.is-current):hover {
    background-color: #cccccc;
    color: #ffffff; }
  .tags__link:hover {
    color: #f7701b; }
  .btt:hover {
    background-color: #cccccc; }
  .breadcrumb a:not(:last-of-type):hover {
    color: #f7701b; }
  .breadcrumb a:last-of-type {
    cursor: default; }
  .dcm-report a:hover,
  .footer .dmenu:hover,
  .header .dmenu:hover,
  .sidebar .button a:hover,
  .sidebar .article .ct__link.is-button a:hover,
  .article .sidebar .ct__link.is-button a:hover {
    color: #f7701b; }
    .dcm-report a:hover::after,
    .footer .dmenu:hover::after,
    .header .dmenu:hover::after,
    .sidebar .button a:hover::after,
    .sidebar .article .ct__link.is-button a:hover::after,
    .article .sidebar .ct__link.is-button a:hover::after {
      background-image: url("../images/icon_arrow_k.svg"); }
  .main .article a:hover {
    text-decoration: none !important; }
    .main .article a:hover * {
      text-decoration: none; }
  .main .article .ct__link.is-button:hover {
    opacity: 1; }
    .main .article .ct__link.is-button:hover a {
      background-color: #f7701b; } }

@media only screen and (max-width: 960px) {
  [data-infinitescroll="back2home"] {
    right: 8px;
    bottom: 58px; } }

@media only screen and (min-width: 961px) {
  [data-infinitescroll="back2home"] {
    right: 16px;
    bottom: 186px; } }

[data-infinitescroll="back2home"] a {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #cac9c8;
  display: block;
  border-radius: 100%; }
  [data-infinitescroll="back2home"] a:hover {
    background-color: #d6d6d5; }
  [data-infinitescroll="back2home"] a::after {
    content: '';
    background: url("../images/icon_arrow_bold_upward_w.svg") center center no-repeat;
    background-size: contain;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px; }

[data-infinitescroll="back2home"] img {
  display: none; }

[data-infinite="next-url"] a {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  color: white !important;
  padding: .8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out; }
  [data-infinite="next-url"] a::before {
    content: "次の記事："; }

[data-infinite="next-url"].is-active.has-url a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out; }

[data-readmore="container"].is-fixedheight {
  overflow: hidden;
  position: relative; }
  [data-readmore="container"].is-fixedheight [data-action="readmore"] {
    position: absolute;
    display: block;
    text-align: center;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.9)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(to top, white 0%, white 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, white 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    padding-top: 40px;
    padding-bottom: 32px; }

@media only screen and (max-width: 960px) and (orientation: portrait) {
  [data-infinite="loaded-articles"] [data-readmore="container"].is-fixedheight {
    height: 70vh !important; } }
  [data-infinite="article-to-load"] [data-readmore="container"].is-fixedheight {
    height: 60vh !important; } }
  @media only screen and (max-width: 960px) and (orientation: landscape) {
    [data-infinite] [data-readmore="container"].is-fixedheight {
      min-height: 550px; } }

@media only screen and (min-width: 961px) {
  [data-infinite="article-to-load"] [data-readmore="container"].is-fixedheight {
    height: auto !important; }
  [data-infinite="article-to-load"] [data-action="readmore"] {
    display: none !important; }
  [data-infinite="loaded-articles"] [data-readmore="container"].is-fixedheight {
    height: 80vh !important;
    min-height: 730px; } }

.dcm-report a {
  margin: 24px 0;
  font-size: 0.85714em;
  color: #695e5f;
  text-align: center;
  display: block; }
  .dcm-report a::after {
    content: '';
    background: url("../images/icon_arrow_weak.svg") center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 4.5px; }

/*
.dcm_ct {
	@extend .clearfix;
	margin: pad(8) 0 0;
	padding: 0;
}
.dcm_ct__item {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0;
	width: 32%;
	border: none;
	background-color: #fff;
}
.dcm_ct__item:nth-of-type(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}
.dcm_ct__item:nth-of-type(3n+1) {
	clear: left;
}
.dcm_ct__link {
	text-decoration: none;
}
.dcm_ct__thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0 0 1px rgba(0,0,0,.1) inset;
}
.dcm_ct__title {
	@include font-size(12,18);
	margin-top: .5em;
	color: $color-black;
}
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  padding: 0 10%;
  position: relative;
  zoom: 1;
  border: none;
  box-shadow: none;
  overflow: hidden; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: visible !important; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  position: absolute;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  width: 10%;
  height: 100%;
  top: 0;
  bottom: 0; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  opacity: .4; }

.flexslider .slides .flex-active-slide img {
  opacity: 1; }

.slides li a {
  display: block; }

/* easing */
.slides {
  -webkit-transition: -webkit-transform 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1300ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.flex-direction-nav .flex-next {
  right: 0; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next:before {
  background-image: url("../images/icon_arrow_bold.svg"); }

.flex-direction-nav .flex-prev:before {
  background-image: url("../images/icon_arrow_bold_left.svg"); }

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px; }

.inout {
  z-index: 10;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -ms-transition: .3s all ease-out;
  transition: .3s all ease-out;
  opacity: 0; }
  .inout.is-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: .4s all ease-out;
    -moz-transition: .4s all ease-out;
    -ms-transition: .4s all ease-out;
    transition: .4s all ease-out; }

_:lang(x)::-ms-backdrop, body {
  font-family: 'メイリオ', Meiryo, sans-serif; }

@media only screen and (min-width: 961px) {
  .items.is-topics {
    padding-top: 16px; } }

.items.is-topics .button.is-next {
	margin-bottom: 0;
}

.article.has-feedsource .article__image img,
.article.has-feedsource .article__content img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
}
.tag-page .main__title::before {
	content: '';
	background: url(../images/icon_tag_k.svg) center center no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: -4px;
	margin-right: 4px;
}
.tag-page .tags__links::before {
	content: none;
}
.tag-page .tags__link {
	background: #f5f4ef;
	font-size: 0.85714em;
	display: inline-block;
	padding: 6px 12px;
	margin: 4px;
}
.xrec:not(:first-of-type) {
	border-top: 1px solid #f3f3f3;
}
.xrec:last-of-type {
	border-bottom: 1px solid #f3f3f3;
}
.xrec.is-done:empty {
	display: none;
}
.article + .pickup .xrec.is-done + a,
[data-readmoe="container"] .pickup .xrec.is-done + a {
	margin-bottom: 5px;
}
[data-infinite-url] > .pickup,
[data-readmore="container"] + .pickup {
	margin-top: 1em;
	margin-bottom: 5px;
}
.disclaimer {
	font-size: .9em;
	color: #999;
	margin: 1em 0;
}
.article .entry-block {
	margin: .5em 0;
}
.article .entry-block .block-title a {
	color: #f7701b;
	text-decoration: underline;
}
.article__content a {
	color: #f7701b;
	text-decoration: underline;
}
@media only screen and (min-width: 961px) {
.article__content a:hover {
	text-decoration: none !important;
}
}