@charset "UTF-8";
/*!
Theme Name: goryugo
Theme URI: http://goryugo.com
Author: Uzumaki Design
Author URI: http://uzmk.jp/
Description: ごりゅご.com テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: goryugo
Tags: Green

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

goryugo.com is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.debug--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background-color: teal;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
}

.link-hover, a.link-block, .pickups--archive a, .breadcrumbs a, #site-navigation--sp #primary-menu--sp a, a[rel*=tag], .btn--ghost a,
.link--hover {
  opacity: 1;
}
.link-hover:hover, a.link-block:hover, .pickups--archive a:hover, .breadcrumbs a:hover, #site-navigation--sp #primary-menu--sp a:hover, a[rel*=tag]:hover, .btn--ghost a:hover,
.link--hover:hover {
  opacity: 0.7;
}

.link-uline,
.link--uline {
  text-decoration: none;
}
.link-uline:hover,
.link--uline:hover {
  text-decoration: underline;
}

.display__sp {
  display: block;
}
@media only screen and (min-width: 641px) {
  .display__sp {
    display: none;
  }
}

.display__pc {
  display: none;
}
@media only screen and (min-width: 641px) {
  .display__pc {
    display: block;
  }
}

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

/*--------------------------------------------------------------
# Icon-font
--------------------------------------------------------------*/
@font-face {
  font-family: 'icon-goryugo';
  src: url("fonts/icon-goryugo.ttf?chsf8c") format("truetype"), url("fonts/icon-goryugo.woff?chsf8c") format("woff"), url("fonts/icon-goryugo.svg?chsf8c#icon-goryugo") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-recommend, .related-posts .related-posts__title,
.icon-tag,
.icon-alert,
.icon-book,
.icon-calender,
.icon-clip,
.reference-header,
.icon-facebook,
.icon-feedly,
.icon-folder,
.icon-gplus,
.icon-mail,
.icon-pictures,
a.reference,
.icon-pin,
.icon-totop,
.icon-twitter,
.icon-user,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-goryugo' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-recommend::before, .related-posts .related-posts__title::before,
.icon-tag::before,
.icon-alert::before,
.icon-book::before,
.icon-calender::before,
.icon-clip::before,
.reference-header::before,
.icon-facebook::before,
.icon-feedly::before,
.icon-folder::before,
.icon-gplus::before,
.icon-mail::before,
.icon-pictures::before,
a.reference::before,
.icon-pin::before,
.icon-totop::before,
.icon-twitter::before,
.icon-user::before,
[class^="icon-"]::before, [class*=" icon-"]::before {
  margin-right: .2em;
  font-weight: normal;
}

.icon-recommend:before, .related-posts .related-posts__title:before {
  content: "\e90c";
}

.icon-tag:before {
  content: "\e90b";
}

.icon-alert:before {
  content: "\e900";
}

.icon-book:before {
  content: "\e901";
}

.icon-calender:before {
  content: "\e902";
}

.icon-clip:before, .reference-header:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-feedly:before {
  content: "\e905";
}

.icon-folder:before {
  content: "\e906";
}

.icon-gplus:before {
  content: "\e907";
}

.icon-mail:before {
  content: "\e908";
}

.icon-pictures:before, a.reference:before {
  content: "\e909";
}

.icon-pin:before {
  content: "\e90a";
}

.icon-totop:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-user:before {
  content: "\e90f";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: black;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15.008px;
  font-size: 0.938rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  margin-bottom: .3em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 0 1.5em 0;
}
blockquote p {
  margin: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {

  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: bottom;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1982d1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #1982d1;
}
a:hover, a:focus, a:active {
  color: #61a10b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.menu li {
  list-style-type: none;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media only screen and (min-width: 641px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Basic Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Common Class
--------------------------------------------------------------*/
.inner {
  position: relative;
  padding: 0 10px;
}
@media only screen and (min-width: 1091px) {
  .inner {
    padding: 0;
    width: 1090px;
    margin-left: auto;
    margin-right: auto;
  }
}

.inner--sp,
.wide,
.pickups--archive .pickups__inner,
.entry-footer__heading--recommend,
.entry-footer__heading--category,
.entry-footer__heading--sns,
.entry-footer__section--recommend,
.entry-footer__section--category,
.entry-footer__sns,
.related-posts .related-posts__title,
.related-posts .related-posts__body,
body:not(.home) #main .hentry .entry-content h2,
#main .hentry .entry-content blockquote,
.entry-summary {
  margin-left: -10px;
  width: 100vw;
}
@media only screen and (min-width: 641px) {
  .inner--sp,
  .wide,
  .pickups--archive .pickups__inner,
  .entry-footer__heading--recommend,
  .entry-footer__heading--category,
  .entry-footer__heading--sns,
  .entry-footer__section--recommend,
  .entry-footer__section--category,
  .entry-footer__sns,
  .related-posts .related-posts__title,
  .related-posts .related-posts__body,
  body:not(.home) #main .hentry .entry-content h2,
  #main .hentry .entry-content blockquote,
  .entry-summary {
    margin-left: 0;
    width: auto;
  }
}

.site {
  position: relative;
}

.img-container, .pager__img, .entry-card__img {
  overflow: hidden;
  position: relative;
  float: left;
}
.img-container img, .pager__img img, .entry-card__img img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  max-width: none;
  width: auto;
  height: inherit;
}

a.link-block {
  display: block;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
### Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
}

.site-header__upper {
  height: 20.77vw;
  background: url(img/common/header-bg.jpg) center top/contain repeat-x;
}
@media only screen and (min-width: 641px) {
  .site-header__upper {
    height: 175px;
    background-size: cover;
  }
}
@media only screen and (min-width: 1091px) {
  .site-header__upper {
    background-size: contain;
  }
}

.site-header__lower {
  height: 13.63vw;
}
.site-header__lower .inner {
  min-height: 13.63vw;
}
@media only screen and (min-width: 641px) {
  .site-header__lower {
    height: auto;
    display: block;
    background-color: #6fc200;
    min-height: 58px;
  }
  .site-header__lower .inner {
    min-height: 58px;
    padding: 0;
  }
}

.site-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-title a {
  outline: none;
}
.site-title img {
  vertical-align: bottom;
}
@media only screen and (min-width: 641px) {
  .site-title {
    width: 401px;
    position: absolute;
    bottom: 0;
    left: -81px;
  }
}

#site-navigation #primary-menu {
  padding-left: 136px;
  padding-top: 20px;
  background-color: #6fc200;
}
#site-navigation #primary-menu::after {
  content: "";
  display: table;
  clear: both;
}
#site-navigation #primary-menu a {
  display: block;
  font-weight: bold;
  padding: 0 1.5em 0 .54em;
  margin-bottom: 10px;
  border-left: 4px solid #ffcd00;
}
#site-navigation #primary-menu a:link, #site-navigation #primary-menu a:visited, #site-navigation #primary-menu a:hover, #site-navigation #primary-menu a:active {
  color: white;
}
#site-navigation #primary-menu a:hover {
  opacity: .7;
}
@media screen and (min-width: 641px) and (max-width: 1090px) {
  #site-navigation #primary-menu {
    font-size: 1.192vw;
  }
}

.btn-header-search {
  position: absolute;
  bottom: 3.13vw;
  right: 3.13vw;
  width: 9.30vw;
  min-width: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 641px) {
  .btn-header-search {
    display: none;
  }
}

.search-box--modal {
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #8edb28;
  padding: 10px;
  letter-spacing: -.6em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (min-width: 641px) {
  .search-box--modal {
    display: none !important;
  }
}

.search-box__txt-wrapper {
  margin-right: 58px;
  margin-right: calc(48px + 3.13vw);
}

.search-box--modal input[type=text] {
  font-size: inherit;
  border: none;
  background-image: none;
  font-family: inherit;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
  padding: .5em 1em;
  height: 30px;
  letter-spacing: normal;
}

.search-box--modal input[type=submit] {
  font-size: inherit !important;
  padding: 0 1em;
  height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  background-color: #277408;
  color: white;
  font-family: inherit;
  font-weight: bold;
  letter-spacing: normal;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*--------------------------------------------------------------
### Site-Content（段組）
--------------------------------------------------------------*/
.site-content {
  padding: 20px 0 0;
}
.site-content .inner::before, .site-content .inner::after {
  content: "";
  display: table;
}
.site-content .inner::after {
  clear: both;
}

@media only screen and (min-width: 641px) {
  .site-content {
    padding-bottom: 30px;
  }
  .site-content .content-area {
    float: left;
    width: 68.62%;
    padding-right: 26px;
  }
  .site-content .widget-area {
    float: right;
    width: 30.82%;
  }
}
/*--------------------------------------------------------------
### pre-contents
--------------------------------------------------------------*/
.front-page .pickups--archive,
.archive .pickups--archive {
  display: block;
}

.pickups--archive {
  display: none;
  margin-bottom: 1.5em;
}
.pickups--archive a {
  display: block;
  text-decoration: none;
}
.pickups--archive .pickups__inner {
  background-color: #f1f1f1;
  padding-bottom: 10px;
}
.pickups--archive .pickups__inner::before, .pickups--archive .pickups__inner::after {
  content: "";
  display: table;
}
.pickups--archive .pickups__inner::after {
  clear: both;
}
.pickups--archive .pickup--archive {
  position: relative;
  height: auto;
  overflow: hidden;
}
.pickups--archive .pickup--archive__img {
  position: relative;
  overflow: hidden;
}
.pickups--archive .pickup--archive__img img {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.pickups--archive .pickup--archive.ribbon--pickup .pickup--archive__img::before {
  content: "";
  width: 11.72vw;
  height: 11.72vw;
  background: url(img/common/pickup-ribbon.png) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.pickups--archive .pickup--archive__title {
  font-weight: bold;
}
.pickups--archive .pickup--archive:nth-of-type(1) {
  width: 100%;
  margin: 0 0 10px;
}
.pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__img {
  width: 100%;
  height: 66.25vw;
}
.pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__title {
  width: 100%;
  height: 5.5em;
  top: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.pickups--archive .pickup--archive:nth-of-type(1).ribbon--pickup .pickup--archive__img::before {
  width: 23.44vw;
  height: 23.44vw;
}
.pickups--archive .pickup--archive:nth-of-type(2) {
  padding-right: 5px;
  padding-left: 10px;
}
.pickups--archive .pickup--archive:nth-of-type(3) {
  padding-left: 5px;
  padding-right: 10px;
}
.pickups--archive .pickup--archive:nth-of-type(2),
.pickups--archive .pickup--archive:nth-of-type(3) {
  width: 50%;
  float: left;
  margin: 0;
}
.pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__img,
.pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__img {
  width: 100%;
  height: 31.25vw;
  position: relative;
  background-color: white;
}
.pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__img img,
.pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__img img {
  bottom: 51%;
}
.pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__title,
.pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__title {
  position: static;
  height: 31.25vw;
  padding: 10px;
  background-color: white;
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
@media only screen and (min-width: 641px) {
  .pickups--archive {
    display: block;
    margin-bottom: 15px;
  }
  .pickups--archive .pickups__inner {
    background-color: transparent;
    margin-right: -20px;
  }
  .pickups--archive .pickup--archive:nth-of-type(1),
  .pickups--archive .pickup--archive:nth-of-type(2),
  .pickups--archive .pickup--archive:nth-of-type(3) {
    float: left;
    width: 33.33%;
    padding: 0 20px 0 0;
  }
  .pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__img,
  .pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__img,
  .pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__img {
    width: 100%;
    height: 13.94vw;
    position: relative;
    background-color: #f1f1f1;
  }
  .pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__img img,
  .pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__img img,
  .pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__img img {
    max-width: none;
    width: auto;
    height: inherit;
    bottom: 50%;
  }
  .pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__title,
  .pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__title,
  .pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__title {
    position: static;
    height: calc( 25px + 4em );
    margin: 0;
    width: 100%;
    padding: 10px;
    font-size: 13.008px;
    font-size: 0.813rem;
    background-color: #f1f1f1;
    color: black;
    font-weight: bold;
    line-height: 1.5;
  }
  .pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__title:hover,
  .pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__title:hover,
  .pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__title:hover {
    background-color: #fffbe2;
    color: #61a10b;
  }
  .pickups--archive .pickup--archive:nth-of-type(1).ribbon--pickup .pickup--archive__img::before,
  .pickups--archive .pickup--archive:nth-of-type(2).ribbon--pickup .pickup--archive__img::before,
  .pickups--archive .pickup--archive:nth-of-type(3).ribbon--pickup .pickup--archive__img::before {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1091px) {
  .pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__img,
  .pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__img,
  .pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__img {
    height: 153px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1090px) {
  .pickups--archive .pickup--archive:nth-of-type(1) .pickup--archive__title,
  .pickups--archive .pickup--archive:nth-of-type(2) .pickup--archive__title,
  .pickups--archive .pickup--archive:nth-of-type(3) .pickup--archive__title {
    font-size: 1.192vw;
  }
}

.slider__arrow {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  width: 100%;
}
.slider__arrow #arrow--prev, .slider__arrow #arrow--next {
  cursor: pointer;
  width: 24px;
  z-index: 100;
}
.slider__arrow #arrow--prev:hover, .slider__arrow #arrow--next:hover {
  opacity: .7;
}
.slider__arrow #arrow--prev {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1091px) {
  .slider__arrow #arrow--prev {
    left: -50px;
  }
}
.slider__arrow #arrow--next {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1091px) {
  .slider__arrow #arrow--next {
    right: -50px;
  }
}

/*--------------------------------------------------------------
### 記事ヘッダー
--------------------------------------------------------------*/
.entry-header::before, .entry-header::after {
  content: "";
  display: table;
}
.entry-header::after {
  clear: both;
}
.entry-header .tag--category {
  display: inline-block;
  margin-bottom: 5px;
}
.entry-header .tag--category::after {
  content: "";
  display: table;
}
.entry-header .entry-title--sp {
  display: inline;
  overflow: hidden;
}
.entry-header .entry-meta::after {
  content: "";
  display: table;
  clear: both;
}
.entry-header .entry-excerpt {
  display: none;
}
@media only screen and (min-width: 641px) {
  .entry-header .entry-title {
    display: block;
    padding: .3em 20px;
    background-color: #f1f1f1;
    margin-bottom: 0;
  }
  .entry-header .entry-meta {
    background-color: #6fc200;
    padding: .2em 20px;
    margin-bottom: 20px;
  }
  .entry-header .entry-meta time {
    color: white;
  }
  .entry-header .entry-excerpt {
    display: block;
  }
}

.entry-excerpt p {
  margin: 10px 0;
}

@media only screen and (min-width: 641px) {
  .title-container--sp {
    display: none;
  }
}

.title-container--pc {
  display: none;
}
@media only screen and (min-width: 641px) {
  .title-container--pc {
    display: block;
  }
}

.tags-links {
  padding-top: 5px;
  display: inline-block;
}

img[class^=attachment-] {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.entry-header__sns {
  margin-top: 10px;
  margin-left: -10px;
}
.entry-header__sns.flex{
  width: 100vw;
 }
@media only screen and (min-width: 641px) {
  .entry-header__sns {
	margin-left: 0;
    max-width: 320px;
    display: inline-block;
  }
  .entry-header__sns.flex{
	width: 100%;
  }
}
.entry-header__sns .table-cell {
  text-align: center;
  color: white;
  width: 25%;
}
.entry-header__sns .table-cell a {
  display: block;
}
.entry-header__sns .table-cell img {
  max-width: none;
  width: 100%;
}

/*--------------------------------------------------------------
### 記事フッター
--------------------------------------------------------------*/
.entry-footer {
  margin-top: 1.5em;
}

.entry-footer__heading--relation, .reference-header, .entry-footer__heading--recommend,
.entry-footer__heading--category, .entry-footer__heading--sns, .related-posts .related-posts__title {
  color: white;
  background-color: #6fc200;
}

.entry-footer__heading--relation, .reference-header {
  font-weight: bold;
  padding: 8px 20px 10px 10px;
  width: 80px;
}
.entry-footer__heading--relation::before, .reference-header::before {
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 641px) {
  .entry-footer__heading--relation, .reference-header {
    width: 100%;
    padding-top: 10px;
  }
}

.entry-footer__heading--recommend,
.entry-footer__heading--category {
  font-weight: bold;
  padding: 10px 20px 10px 10px;
}

.entry-footer__heading--recommend::before {
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 641px) {
  .entry-footer__heading--category {
    margin-bottom: 20px;
  }
}

.entry-footer__heading--sns {
  font-size: 10px;
  font-size: 0.625rem;
  background-color: #f1f1f1;
  text-align: center;
  color: #666666;
  padding: 5px 0;
}
@media only screen and (min-width: 641px) {
  .entry-footer__heading--sns {
    font-size: 16px;
    font-size: 1rem;
  }
}

.entry-footer__section--body, .reference-body, .entry-footer__section--recommend,
.entry-footer__section--category {
  padding: 10px;
}

.entry-footer__section--body, .reference-body {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  .entry-footer__section--body, .reference-body {
    background-color: #fffbe2;
    border-left: 1px solid #6fc200;
    border-right: 1px solid #6fc200;
    border-bottom: 1px solid #6fc200;
  }
}

.entry-footer__section--recommend,
.entry-footer__section--category {
  background-color: #f1f1f1;
}
@media only screen and (min-width: 641px) {
  .entry-footer__section--recommend,
  .entry-footer__section--category {
    background-color: transparent;
    padding: 0;
  }
}

.entry-footer__section--recommend {
  margin-bottom: 20px;
}

.entry-footer__section--category > a {
  display: block;
  text-decoration: none !important;
}
.entry-footer__section--category .entry-card__title {
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .entry-footer__section--category {
    margin-right: -20px;
  }
  .entry-footer__section--category::before, .entry-footer__section--category::after {
    content: "";
    display: table;
  }
  .entry-footer__section--category::after {
    clear: both;
  }
  .entry-footer__section--category .card-container {
    width: 33.33%;
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
    outline: none;
  }
  .entry-footer__section--category .entry-card--style1 {
    background-color: #f1f1f1;
    border-bottom: 0;
    padding: 0;
  }
  .entry-footer__section--category .entry-card__img {
    margin-right: 0;
    margin-bottom: 1em;
    width: 100%;
    background-color: white;
    height: 13.76vw;
  }
  .entry-footer__section--category .entry-card__title {
    padding: 0 1em 1.5em;
    font-size: 16px;
    font-size: 1rem;
    color: black;
  }
  .entry-footer__section--category .entry-card__date {
    padding: 10px;
    display: block;
  }
  .entry-footer__section--category a:hover:link, .entry-footer__section--category a:hover:visited, .entry-footer__section--category a:hover:hover, .entry-footer__section--category a:hover:active {
    color: #61a10b;
  }
  .entry-footer__section--category a:hover .entry-card--style1 {
    background-color: #fffbe2;
  }
  .entry-footer__section--category a:hover .entry-card__title {
    color: inherit;
  }
}
@media only screen and (min-width: 1091px) {
  .entry-footer__section--category .entry-card__img {
    height: 200px;
  }
}

.entry-footer__section--category .card-container + .card-container {
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .entry-footer__section--category .card-container + .card-container {
    margin-top: 0;
  }
}

.entry-footer__sns::before, .entry-footer__sns::after {
  content: "";
  display: table;
}
.entry-footer__sns::after {
  clear: both;
}
.entry-footer__sns.flex {
  width: 100vw;
}
@media only screen and (min-width: 641px) {
  .entry-footer__sns.flex {
    width: 100%;
  }
}

/*--------------------------------------------------------------
### おすすめ記事（Related Postsのスタイル）
--------------------------------------------------------------*/
.related-posts {
  margin-bottom: 20px;
}
.related-posts .related-posts__title {
  font-weight: bold;
  padding: 10px 20px 10px 10px !important;
}
.related-posts .related-posts__title::before {
  position: relative;
  top: 2px;
  font-family: 'icon-goryugo';
  font-weight: normal;
  margin-right: .2em;
  speak: none;
  line-height: 1;
}
@media only screen and (min-width: 641px) {
  .related-posts .related-posts__title {
    margin-bottom: 20px;
  }
}
.related-posts .related-posts__body {
  background-color: #f1f1f1;
  padding: 10px 10px 1px;
}
.related-posts .related-posts__body .hentry {
  margin-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  .related-posts .related-posts__body {
    margin-bottom: 1.5em;
    background-color: transparent;
    padding: 0;
  }
  .related-posts .related-posts__body .hentry {
    margin-bottom: 0;
  }
}
.related-posts .yarpp-related {
  margin: 0;
}
.related-posts .yarpp-related .entry-card__excerpt {
  font-weight: normal;
}

/*--------------------------------------------------------------
### ページャー
--------------------------------------------------------------*/
.pager--single {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: table;
  width: 100vw;
  margin-left: -10px;
}
.pager--single a[rel=prev],
.pager--single a[rel=next] {
  display: block;
  outline: none;
}
.pager--single a[rel=prev] {
  padding-left: 13px;
}
.pager--single a[rel=next] {
  padding-right: 13px;
}
@media only screen and (min-width: 641px) {
  .pager--single {
    border: 1px solid #ccc;
    width: 100%;
    margin-left: 0;
  }
  .pager--single a[rel=prev],
  .pager--single a[rel=next] {
    min-height: 100%;
    text-decoration: none;
  }
  .pager--single a[rel=prev]:hover,
  .pager--single a[rel=next]:hover {
    color: #61a10b;
  }
}

.pager--single__prev, .pager--single__next {
  display: table-cell;
  padding: 10px;
  width: 50%;
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (min-width: 641px) {
  .pager--single__prev, .pager--single__next {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}

.pager--single__prev {
  background: url(img/common/single-pager-left.png) 10px calc(50% + 8.5px)/8px auto no-repeat;
  border-right: 1px solid #ccc;
}
.pager--single__prev.no-entry {
  background: none;
}
.pager--single__prev .pager__img {
  margin-right: 10px;
}
@media only screen and (min-width: 641px) {
  .pager--single__prev {
    border-right: none;
    padding-left: 20px;
    background-position: 20px 10px;
  }
}

.pager--single__next {
  background: url(img/common/single-pager-right.png) calc(100% - 10px) calc(50% + 8.5px )/8px auto no-repeat;
}
.pager--single__next.no-entry {
  background: none;
}
.pager--single__next .pager__title {
  text-align: right;
}
.pager--single__next .pager__link {
  text-align: right;
}
.pager--single__next .pager__img {
  float: right !important;
  margin-left: 10px;
}
@media only screen and (min-width: 641px) {
  .pager--single__next {
    padding-right: 20px;
    background-position: calc(100% - 20px) 10px;
  }
}

.pager__title {
  color: #666666;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (min-width: 641px) {
  .pager__title {
    margin: 0 20px 10px;
  }
}

.pager__link {
  display: block;
  overflow: hidden;
}
.pager__link a {
  display: block;
}
.pager__link a::before, .pager__link a::after {
  content: "";
  display: table;
}
.pager__link a::after {
  clear: both;
}
@media only screen and (min-width: 641px) {
  .pager__link {
    padding: 0;
    background-color: #f1f1f1;
  }
  .pager__link:hover {
    background-color: #fffbe2;
  }
  .pager__link a[rel=prev],
  .pager__link a[rel=next] {
    padding: 10px;
    color: #333333;
    font-weight: bold;
  }
}

.pager__date {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2ab897;
}
@media only screen and (min-width: 641px) {
  .pager__date {
    display: block;
  }
}
a:hover .pager__date {
  color: #61a10b;
}

.pager__img {
  display: none;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 641px) {
  .pager__img {
    display: block;
  }
}

@media only screen and (min-width: 641px) {
  .pager__info {
    overflow: hidden;
  }
}

span.new-entry {
  font-size: 12px;
  font-size: 0.75rem;
  color: #6fc200;
  display: inline-block;
}

/*--------------------------------------------------------------
### カテゴリーエントリーリスト
--------------------------------------------------------------*/
.category-entry-list {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  .category-entry-list .entry-footer__heading--category {
    clear: both;
  }
}

/*--------------------------------------------------------------
### サイドバー
--------------------------------------------------------------*/
.side-section {
  margin: 20px 0;
}

.side-section__heading {
  color: #666666;
  background-color: #dadada;
  padding: .7em;
  font-weight: bold;
}

#profile p {
  padding: 0 20px;
}
@media only screen and (min-width: 641px) {
  #profile p {
    padding: 0;
  }
}

@media only screen and (min-width: 641px) {
  .profile__inner {
    background-color: #f1f1f1;
  }
}

.profile__img {
  overflow: hidden;
  width: 31.25vw;
  height: 31.25vw;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) {
  .profile__img {
    width: 100px;
    height: 100px;
    float: left;
  }
}

.profile__must {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .profile__must {
    min-height: 100px;
    padding-left: 10px;
  }
}
.profile__must > .profile__pc {
  font-size: 13.008px;
  font-size: 0.813rem;
}

.profile__name {
  padding: 10px 0;
  font-size: 17.008px;
  font-size: 1.063rem;
  font-weight: bold;
  color: #666666;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .profile__name {
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 0;
  }
}

.profile__evernote {
  text-align: center;
  width: 73.125vw;
  margin: 20px auto;
}
.profile__evernote a {
  display: block;
  margin: 0 auto;
}

.profile__links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profile__links li {
  list-style-type: none;
  margin-top: 10px;
}
.profile__links a {
  display: block;
  padding: 15px 10px;
  padding-right: 30px;
  background-image: url(img/common/side-links-bg-right.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  text-decoration: none;
}
.profile__links dl {
  display: table;
}
.profile__links dl dt {
  display: table-cell;
  min-width: 8em;
  vertical-align: middle;
  font-size: 13.008px;
  font-size: 0.813rem;
  font-weight: bold;
}
.profile__links dl dt::before {
  margin-right: .5em;
}
.profile__links dl dd {
  padding-left: 5px;
  display: table-cell;
  font-size: 11.008px;
  font-size: 0.688rem;
}

.profile__links__profile a {
  background-color: #6fc200;
}
.profile__links__profile a:link, .profile__links__profile a:visited, .profile__links__profile a:hover, .profile__links__profile a:active {
  color: black;
}

.profile__links__contact a {
  background-color: #ffcd00;
}
.profile__links__contact a:link, .profile__links__contact a:visited, .profile__links__contact a:hover, .profile__links__contact a:active {
  color: black;
}

.profile__links__advertise {
  color: white;
}
.profile__links__advertise a {
  background-color: #888888;
}
.profile__links__advertise a:link, .profile__links__advertise a:visited, .profile__links__advertise a:hover, .profile__links__advertise a:active {
  color: white;
}

#side-sns.wide, .pickups--archive #side-sns.pickups__inner, #side-sns.entry-footer__heading--recommend,
#side-sns.entry-footer__heading--category, #side-sns.entry-footer__heading--sns, #side-sns.entry-footer__section--recommend,
#side-sns.entry-footer__section--category, #side-sns.entry-footer__sns, .related-posts #side-sns.related-posts__title, .related-posts #side-sns.related-posts__body, body:not(.home) #main .hentry .entry-content h2#side-sns, #main .hentry .entry-content blockquote#side-sns, #side-sns.entry-summary {
  margin-left: -10px;
}
@media only screen and (min-width: 641px) {
  #side-sns.wide, .pickups--archive #side-sns.pickups__inner, #side-sns.entry-footer__heading--recommend,
  #side-sns.entry-footer__heading--category, #side-sns.entry-footer__heading--sns, #side-sns.entry-footer__section--recommend,
  #side-sns.entry-footer__section--category, #side-sns.entry-footer__sns, .related-posts #side-sns.related-posts__title, .related-posts #side-sns.related-posts__body, body:not(.home) #main .hentry .entry-content h2#side-sns, #main .hentry .entry-content blockquote#side-sns, #side-sns.entry-summary {
    margin-left: 0;
  }
}

.side-sns__header {
  background-color: #f1f1f1;
  padding: 10px;
  color: #666666;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .side-sns__header {
    padding: 20px 10px;
  }
}

.side-sns__heading {
  font-weight: bold;
}

.side-sns__caption {
  font-size: 10px;
  font-size: 0.625rem;
}

.side-sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.side-sns__list-item {
  width: 50%;
}

.wpp-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wpp-list li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
  font-weight: bold;
}
.wpp-list li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  background-color: #f1f1f1;
}
.wpp-list li a::before, .wpp-list li a::after {
  content: "";
  display: table;
}
.wpp-list li a::after {
  clear: both;
}
.wpp-list li a:link, .wpp-list li a:visited, .wpp-list li a:hover, .wpp-list li a:active {
  color: black;
}
.wpp-list li a:hover {
  background-color: #fffbe2;
  color: #61a10b;
}
.wpp-list li a:hover .date {
  color: inherit;
}
.wpp-list li img {
  display: block;
}
.wpp-list li::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.wpp-list li:nth-of-type(1)::before {
  background-image: url(img/common/side-icon-rank1.png);
}
.wpp-list li:nth-of-type(2)::before {
  background-image: url(img/common/side-icon-rank2.png);
}
.wpp-list li:nth-of-type(3)::before {
  background-image: url(img/common/side-icon-rank3.png);
}
.wpp-list li:nth-of-type(4)::before {
  background-image: url(img/common/side-icon-rank4.png);
}
.wpp-list li:nth-of-type(5)::before {
  background-image: url(img/common/side-icon-rank5.png);
}
.wpp-list .wpp-thumbnail {
  width: 100px;
  margin-right: 10px;
}
.wpp-list .wpp-info {
  overflow: hidden;
}
.wpp-list .wpp-info .title {
  display: block;
  margin-bottom: .5em;
}
.wpp-list .wpp-info .date {
  color: #2ab897;
  display: block;
}
.wpp-list .wpp-info .excerpt {
  font-weight: normal;
}
.wpp-list.no-rank li::before {
  content: "";
  width: 0;
  height: 0;
  position: static;
  background: none;
}
.wpp-list.no-rank .title {
  font-size: 16px;
  font-size: 1rem;
}

.wpp-post-title {
  overflow: hidden;
}

.side-section__heading.icon-book::before {
  position: relative;
  top: 1px;
  margin-right: .5em;
}

/*--------------------------------------------------------------
### pre-Footer（PC）
--------------------------------------------------------------*/
.ex-prefooter {
  display: none;
}
@media only screen and (min-width: 641px) {
  .ex-prefooter {
    display: block;
  }
}
.ex-prefooter .pickups__bnr {
  float: right;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pickups {
  border-top: 3px solid #ffcd00;
  background-color: #eaeaea;
  padding: 30px 0 60px;
}

.pickups__header {
  padding-bottom: 10px;
}
.pickups__header::before, .pickups__header::after {
  content: "";
  display: table;
}
.pickups__header::after {
  clear: both;
}

.pickups__heading {
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  float: left;
}

.pickups__bnr {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pickups__bnr .icon-alert::before {
  position: relative;
  top: 1px;
  margin-right: 20px;
}
.pickups__bnr li,
.pickups__bnr .bnr {
  float: left;
  background-color: white;
  border: 1px solid #aaaaaa;
}
.pickups__bnr a {
  display: block;
  line-height: 43px;
  height: 45px;
  padding: 0 1em;
  color: black;
  text-decoration: none;
}
.pickups__bnr li + li {
  margin-left: 20px;
}
.pickups__bnr .bnr {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 641px) {
  .pickups__bnr .bnr + .bnr {
    margin-left: 20px;
  }
}

.pickups__slider {
  position: relative;
}

.pickup {
  width: 350px;
  height: 230px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
}
.pickup::before, .pickup::after {
  content: "";
  display: table;
}
.pickup::after {
  clear: both;
}
.pickup .pickup__img {
  width: 350px;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.pickup .pickup__img img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.pickup .pickup__title {
  opacity: 0;
  -webkit-transition: opacity 600ms;
          transition: opacity 600ms;
  width: 350px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  font-size: 27.008px;
  font-size: 1.688rem;
}
.pickup.hover .pickup__title {
  opacity: 1;
}

.pickup.ribbon--pickup .pickup__img::before {
  content: '';
  display: block;
  width: 75px;
  height: 75px;
  background: url(img/common/pickup-ribbon.png) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.categories {
  padding: 30px 0 0;
}

.categories__heading {
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 .7em;
  margin-bottom: 10px;
}

.categories__list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}
.categories__list li {
  display: inline;
  list-style-type: none;
  letter-spacing: -.4em;
}
.categories__list li ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.categories__list li a {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px 5px 0;
}
.categories__list li a:hover {
  opacity: .7;
}

/*--------------------------------------------------------------
### to-top
--------------------------------------------------------------*/
.to-top a {
  display: block;
  width: 10rem;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 20px;
}
.to-top a:link, .to-top a:visited, .to-top a:hover, .to-top a:active {
  color: #666666;
}
@media only screen and (min-width: 641px) {
  .to-top a {
    width: 350px;
    border: 2px solid #e6e6e6;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
### pre-footer（スマホ）
--------------------------------------------------------------*/
.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666666;
  background-color: #dbdbdb;
  width: 100%;
  border-bottom: 2px solid #c3c3c3;
}
@media only screen and (min-width: 641px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs::before, .breadcrumbs::after {
  content: "";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs span[typeof=ListItem] {
  display: block;
  float: left;
  background: url(img/common/breadcrumb-right.png) right center/3.81vw auto no-repeat;
  padding-right: 10px;
}
.breadcrumbs a {
  display: block;
  text-decoration: none;
}
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
  color: #666666;
}
.breadcrumbs span[property=name] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14em;
  padding: 8px;
  height: calc( 15px + (1em * 1.1) );
}
.breadcrumbs span[typeof=ListItem]:nth-of-type(2) {
  position: relative;
  background: none;
}
.breadcrumbs span[typeof=ListItem]:nth-of-type(2) a::after {
  content: '...';
  position: absolute;
  top: 8px;
  right: 0;
}

.front-page .breadcrumbs span[typeof=ListItem] {
  background: none;
}

@media only screen and (min-width: 641px) {
  #site-navigation--sp {
    display: none;
  }
}
#site-navigation--sp #primary-menu--sp::before, #site-navigation--sp #primary-menu--sp::after {
  content: "";
  display: table;
}
#site-navigation--sp #primary-menu--sp::after {
  clear: both;
}
#site-navigation--sp #primary-menu--sp li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding-right: 20px;
  background: url(img/common/footer-navi-right.png) calc(100% - 10px) center/9px 18px no-repeat;
}
#site-navigation--sp #primary-menu--sp a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1em .7em;
}
#site-navigation--sp #primary-menu--sp a:link, #site-navigation--sp #primary-menu--sp a:visited, #site-navigation--sp #primary-menu--sp a:hover, #site-navigation--sp #primary-menu--sp a:active {
  color: #666666;
}

/*--------------------------------------------------------------
### footer
--------------------------------------------------------------*/
.site-footer {
  height: 15.625vw;
  line-height: 15.625vw;
}
@media only screen and (min-width: 641px) {
  .site-footer {
    height: 150px;
    line-height: 1;
  }
  .site-footer .inner {
    height: 150px;
  }
}

.site-info {
  display: none;
}
@media only screen and (min-width: 641px) {
  .site-info {
    display: block;
  }
}
.site-info::before, .site-info::after {
  content: "";
  display: table;
}
.site-info::after {
  clear: both;
}

.site-info__logo {
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 641px) {
  .site-info__logo {
    width: 243px;
    margin-left: 21.56vw;
    margin-top: 3.67vw;
  }
}
@media only screen and (min-width: 1091px) {
  .site-info__logo {
    margin-left: 235px;
    margin-top: 40px;
  }
}

.site-info__sns,
.site-info__btn {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-info__sns::before, .site-info__sns::after,
.site-info__btn::before,
.site-info__btn::after {
  content: "";
  display: table;
}
.site-info__sns::after,
.site-info__btn::after {
  clear: both;
}
.site-info__sns li,
.site-info__btn li {
  list-style-type: none;
  float: left;
}

.site-info__sns {
  margin-right: 20px;
}
.site-info__sns li {
  width: 25px;
}
.site-info__sns li + li {
  margin-left: 10px;
}
@media only screen and (min-width: 641px) {
  .site-info__sns {
    margin-top: 6.79vw;
  }
}
@media only screen and (min-width: 1091px) {
  .site-info__sns {
    margin-top: 74px;
  }
}

.site-info__btn {
  margin-top: 10px;
}
.site-info__btn li + li {
  margin-left: 10px;
}
@media only screen and (min-width: 827px) {
  .site-info__btn {
    margin-top: 6.79vw;
  }
}
@media only screen and (min-width: 1091px) {
  .site-info__btn {
    margin-top: 74px;
  }
}

.copyright {
  position: relative;
}
@media only screen and (min-width: 827px) {
  .copyright {
    top: -5px;
  }
}

/*--------------------------------------------------------------
## Style
--------------------------------------------------------------*/
.site-footer {
  background-color: #6fc200;
  text-align: center;
}

.copyright {
  color: white;
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (min-width: 641px) {
  .copyright {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}

@media only screen and (min-width: 641px) {
  .hentry p {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media only screen and (min-width: 641px) {
  .entry-content {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.hentry h1,
.style-h1, body:not(.home) .hentry .entry-content h2,
.style-h2, .hentry .entry-content h3,
.style-h3 {
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hentry h1,
.style-h1 {
  font-size: 13.008px;
  font-size: 0.813rem;
}
@media only screen and (min-width: 481px) {
  .hentry h1,
  .style-h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 641px) {
  .hentry h1,
  .style-h1 {
    font-size: 25.008px;
    font-size: 1.563rem;
    background-color: #eeeeee;
  }
}

h1.style-h1--page {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 641px) {
  h1.style-h1--page {
    font-size: 25.008px;
    font-size: 1.563rem;
  }
}

body:not(.home) .hentry .entry-content h2,
.style-h2 {
  color: #008800;
  background-color: #eeeeee;
  border-bottom: 3px solid #6fc200;
  padding: .3em .5em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  body:not(.home) .hentry .entry-content h2,
  .style-h2 {
    font-size: 23.008px;
    font-size: 1.438rem;
    color: black;
    padding: .5em 20px;
  }
}

.hentry .entry-content h3,
.style-h3 {
  color: #008800;
  border-left: 10px solid #6fc200;
  padding: .2em .5em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  .hentry .entry-content h3,
  .style-h3 {
    font-size: 23.008px;
    font-size: 1.438rem;
    padding: .2em 10px;
  }
}

.hentry .entry-content ul,
.style-ul {
  list-style-type: none;
  margin: 0 0 1.5em;
  padding: 0;
}
.hentry .entry-content ul > li,
.style-ul > li {
  list-style-type: none;
  padding-left: 20px;
  line-height: 1.8;
}
.hentry .entry-content ul > li:first-letter,
.style-ul > li:first-letter {
  background: url(img/common/style-listmark-lv1.png) left center/12px no-repeat;
  padding-left: 20px;
  margin-left: -20px;
}
.hentry .entry-content ul ul,
.style-ul ul {
  padding-left: 1em;
  margin-bottom: 0;
}
.hentry .entry-content ul ul > li:first-letter,
.style-ul ul > li:first-letter {
  background: url(img/common/style-listmark-lv2.png) left center/12px no-repeat;
  padding-left: 20px;
  margin-left: -20px;
}
.hentry .entry-content ul ol,
.style-ul ol {
  padding-left: 1em;
  margin-bottom: 0;
}

.hentry .entry-content ol,
.style-ol {
  list-style-position: inside;
  margin: 0 0 1.5em;
  padding: 0;
}
.hentry .entry-content ol ol,
.hentry .entry-content ol ul,
.style-ol ol,
.style-ol ul {
  padding-left: 1em;
  margin-bottom: 0;
}

.hentry .entry-content blockquote,
.style-blockquote {
  background: url(img/common/style-blockquote-bg.png) -10px -15px/60px 60px no-repeat #eeeeee;
  min-height: 2em;
  padding: 1em;
}

.hentry .entry-content em,
span.marker-yellow {
  font-weight: bold;
}

.hentry .entry-content em,
span.marker-yellow ,strong{
  background-image: -webkit-linear-gradient(transparent 60%, #fbffbe 60%);
  background-image: linear-gradient(transparent 60%, #fbffbe 60%);
}

span.marker-green {
  background-image: -webkit-linear-gradient(transparent 60%, #e2f3cc 60%);
  background-image: linear-gradient(transparent 60%, #e2f3cc 60%);
}

span.caution {
  color: black;
}

time {
  color: #aaaaaa;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (min-width: 641px) {
  time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.update-time {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: none;
}
@media only screen and (min-width: 641px) {
  .update-time {
    display: inline;
    font-size: 11.008px;
    font-size: 0.688rem;
    margin-right: 1em;
  }
}

.tag--tag a,
.tag--tag span, .tag--category a,
.tag--category span, .tag--new {
  display: inline-block;
  border-radius: 2px;
  height: 20px;
  line-height: 18px;
}

.tag--tag a,
.tag--tag span {
  padding: 0 5px;
  border: 1px solid #ccc;
  font-size: 10px;
  font-size: 0.625rem;
  color: #aaaaaa;
}
.tag--tag a:hover,
.tag--tag span:hover {
  text-decoration: none;
}
.tag--tag a::before,
.tag--tag span::before {
  color: #6fc200;
  content: "\e90b";
  font-family: 'icon-goryugo' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: .2em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tag--category a,
.tag--category span {
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #6fc200;
  background-color: #6fc200;
  font-size: 11.008px;
  font-size: 0.688rem;
  font-weight: bold;
  color: white;
}
.tag--category a:hover,
.tag--category span:hover {
  text-decoration: none;
}

.tag--new {
  padding: 0 10px;
  border-radius: 4px;
  background-color: #f960bd;
  border: 1px solid #f960bd;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  font-weight: bold;
  vertical-align: text-top;
  margin: 0 5px;
}

.btn--ghost > a {
  display: block;
  text-decoration: none !important;
}

.btn--ghost {
  text-align: center;
}

.btn--ghost {
  border: 1px solid white;
  border-radius: 3px;
  font-size: 13.008px;
  font-size: 0.813rem;
  height: 25px;
  width: 100px;
  padding: 0.3em;
}
.btn--ghost a {
  color: white;
}

button#load-more.btn-loadmore {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: inherit;
  text-indent: -9999%;
  width: 100%;
  height: 15.625vw;
  background: url(img/common/btn-morecontents-sp.png) left top/contain no-repeat;
}
@media only screen and (min-width: 641px) {
  button#load-more.btn-loadmore {
    height: 75px;
    background: url(img/common/btn-morecontents.png) left top/contain no-repeat;
  }
}

div.alm-btn-wrap {
  padding-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  div.alm-btn-wrap {
    padding-bottom: 0;
    margin-top: -20px;
  }
}

.mw_wp_form .btn--form {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: white;
  background: url(img/common/btn-form-bg.png) right bottom/10px auto no-repeat #6fc200;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: block;
}
.mw_wp_form .btn--form:hover {
  box-shadow: none;
  opacity: 0.7;
}
.mw_wp_form input {
  max-width: 100%;
}

/*--------------------------------------------------------------
### テーブルレイアウト（SNSリンクボタン）
--------------------------------------------------------------*/
.table {
  width: 100%;
  height: 50px;
  display: table;
  border-collapse: collapse;
  color:#464646;
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.table .table-cell img {
  display: block;
}

.flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex .flex-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
	min-width: 0;
}
th, caption{
	background-color: #52cfcf;
	border: 1px solid #45c0c0;
	color:#ffffff;
}
td{
	border: solid 1px #dfdfdf;
    padding: 10px 8px;
}
td:nth-child(1), th{
	text-align: center;
	white-space: nowrap;
	width:100px;
}
tbody tr:nth-child(even) { background-color:#f8f8f8; }
tbody tr:nth-child(odd) { background-color:#e8e8e8; }
th{
	color: ffffff;
	background-color: #52cfcf;
}

@media only screen and (min-width: 641px){
  table{
    width:728px;
  }
  th, caption{
    background-color: #52cfcf;
    border: 1px solid #45c0c0;
    color:#ffffff;
    padding: 10px 8px;
  }
  td{
    border: solid 1px #dfdfdf;
    padding: 10px 8px;
  }
  td:nth-child(1), th{
    text-align: center;
    white-space: nowrap;
    width:100px;
  }
  tbody tr:nth-child(even) { background-color:#f8f8f8; }
  tbody tr:nth-child(odd) { background-color:#e8e8e8; }
  th{
    color: ffffff;
    background-color: #52cfcf;
  }
}

@media only screen and (min-width: 1091px){

}

/*--------------------------------------------------------------
### 定型句 (.entry-card)
--------------------------------------------------------------*/
.card-container {
  outline: none;
  word-wrap: break-word;
}

.entry-card--style1::before, .entry-card--archive::before, .entry-card--insert::before, .entry-card--style1::after, .entry-card--archive::after, .entry-card--insert::after {
  content: "";
  display: table;
}
.entry-card--style1::after, .entry-card--archive::after, .entry-card--insert::after {
  clear: both;
}

.entry-card--style1 {
  background-color: white;
}
.entry-card--style1.ribbon--pickup .entry-card__img::before {
  content: "";
  width: 11.72vw;
  height: 11.72vw;
  background: url(img/common/pickup-ribbon.png) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media only screen and (min-width: 641px) {
  .entry-card--style1 {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .entry-card--style1.ribbon--pickup .entry-card__img::before {
    width: 60px;
    height: 60px;
  }
}

.entry-card--style1 + .entry-card--style1 {
  margin-top: 10px;
}

.entry-summary {
  margin-top: 0;
  padding: 10px 10px 0;
  background-color: #f1f1f1;
}
.entry-summary .hentry {
  margin-bottom: 10px;
}
.entry-summary .hentry + .hentry {
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .entry-summary {
    background-color: white;
    margin: 0;
    padding: 0 0 10px;
  }
}

.search .entry-summary {
  padding-bottom: 1px;
}

.entry-card--archive {
  background-color: white;
}
.entry-card--archive .title-container {
  overflow: hidden;
}
.entry-card--archive.ribbon--pickup .entry-card__img::before {
  content: "";
  width: 11.72vw;
  height: 11.72vw;
  background: url(img/common/pickup-ribbon.png) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media only screen and (min-width: 641px) {
  .entry-card--archive {
    color: #333333;
    background-color: transparent;
    padding: 10px 0;
  }
  .entry-card--archive .entry-card__title {
    color: inherit;
  }
  .entry-card--archive .entry-card__excerpt {
    color: inherit;
  }
  .entry-card--archive:hover {
    background-color: #fffbe2;
  }
  .entry-card--archive:hover .entry-card__title {
    color: #61a10b;
  }
  .entry-card--archive.ribbon--pickup .entry-card__img::before {
    width: 60px;
    height: 60px;
  }
}

/* ショートコードで挿入する記事のスタイル */
.entry-card--insert {
  padding: 15px 20px;
  margin-bottom: 1.5em;
  border: 2px solid #6fc200;
  background-color: #fffbe2;
}
.entry-card--insert a {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
  overflow: hidden;
}
.entry-card--insert .entry-card__title {
  color: #1982d1 !important;
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entry-card--insert .entry-card__date {
  color: black;
  margin-top: 10px;
}

.entry-card__title {
  font-size: 12px;
  font-size: 0.75rem;
  word-wrap: break-word;
  padding-top: 5px;
}
@media only screen and (min-width: 641px) {
  .entry-card__title {
    font-size: 25.008px;
    font-size: 1.563rem;
    line-height: 1.2;
  }
}

.entry-card__img {
  width: 28.13vw;
  height: 28.13vw;
  margin-right: 10px;
}
@media only screen and (min-width: 641px) {
  .entry-card__img {
    width: 200px;
    height: 200px;
  }
}

.entry-card__excerpt {
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .entry-card__excerpt {
    font-size: 16px;
    font-size: 1rem;
  }
}

hr.entry-border {
  height: 0;
  display: none;
}
@media only screen and (min-width: 641px) {
  hr.entry-border {
    display: block;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    margin: 1.5em 0;
  }
}

/*--------------------------------------------------------------
### 関連記事
--------------------------------------------------------------*/
a.reference {
  display: block;
  line-height: 1.3;
}

/*--------------------------------------------------------------
### Amazon
--------------------------------------------------------------*/
.booklink-box,
.kaerebalink-box{
  padding: 15px;
  margin-bottom: 1.5em;
  background-color: #f1f1f1;
}
.booklink-box::before, .booklink-box::after,
.kaerebalink-box::before, .kaerebalink-box::after {
  content: "";
  display: table;
}
.booklink-box::after,
.kaerebalink-box::after {
  clear: both;
}
@media only screen and (min-width: 641px) {
  .booklink-box,
  .kaerebalink-box {
    background-color: #fffbe2;
    border: 1px solid #6fc200;
  }
  .booklink-box:hover,
  .kaerebalink-box:hover {
    background-color: #fffbe2;
  }
}

.booklink-image,
.kaerebalink-image {
  margin-bottom: 10px;
}
.booklink-image a,
.kaerebalink-image a {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .booklink-image,
  .kaerebalink-image {

    margin-right: 10px;
  }
}

.booklink-info,
.kaerebalink-info {
  overflow: hidden;
  text-align: center;
}
.booklink-info a:link, .booklink-info a:visited, .booklink-info a:hover, .booklink-info a:active,
.kaerebalink-info a:link, .kaerebalink-info a:visited, .kaerebalink-info a:hover, .kaerebalink-info a:active {
  color: #1982d1;
}
@media only screen and (min-width: 641px) {
  .booklink-info,
  .kaerebalink-info {
    text-align: center;
  }
}

@media only screen and (min-width: 641px) {
  .booklink-name,
  .kaerebalink-name {
    font-size: 19.008px;
    font-size: 1.188rem;
  }
}

.shoplinkamazon a, .shoplinkrakuten a, .shoplinkkindle a {
  display: inline-block;
  text-indent: -9999px;
}

[class^=shoplink] + [class^=shoplink] {
  margin-top: 10px;
}

.shoplinkamazon a {
  background: url(img/common/btn-amazon.png) 0 0/contain no-repeat;
  width: 239px;
  height: 39px;
}

.shoplinkrakuten a {
  background: url(img/common/btn-rakuten.png) 0 0/contain no-repeat;
  width: 239px;
  height: 39px;
}

.shoplinkkindle a {
  background: url(img/common/btn-kindle.png) 0 0/contain no-repeat;
  width: 239px;
  height: 39px;
}
.booklink-link2,
.kaerebalink-link1 {
  margin-top: 10px;
 }

/*--------------------------------------------------------------
### iPhone アプリ
--------------------------------------------------------------*/
.AppInfo2 {
  min-height: 75px;
  margin-bottom: 1em;
  background-color: #f1f1f1;
  padding: 15px 0;
  text-align: center;
}
.AppInfo2:hover, .cstmreba:hover {
  background-color: #fffbe2;
}

.widget {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.appstore-button{
width:240px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## 後付けcss
--------------------------------------------------------------*/

.top-ad{
margin:-10px 0 10px 0;
text-align:center;
}

.bottom-ad{
margin:30px 0;
align:center;
}

.related{
margin-bottom:30px;
}

.gReader-source{
text-align: right;
margin-top: -20px;
font-size: small;
}

.pc-bottom-ad{
height:290px;
}
.pc-bottom-ad-1{
float:left;
width:336px;
margin-right:20px;
}
.pc-bottom-ad-2{
width:336px;
float:right;
}


.ad-link{
  margin-bottom: 15px;
}

.bigbanner{
  text-align: center;
  margin-bottom: 15px;
}

.inside_ad{
	margin-bottom: 20px;
}