@charset "UTF-8";
/* ============================== *
 *
 *  RESET
 *
 * ============================== */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF; }

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

fieldset,
img {
  border: 0; }

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

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

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none; }

/* ============================== *
 *
 *  FOUNDATION
 *
 * ============================== */
/* ============================== *
 *
 *  COMPONENTS
 *
 * ============================== */
.button {
  color: #eee;
  background-color: #666;
  cursor: pointer;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }
  .button:hover {
    color: #eee;
    background-color: #e50065; }

/* SNS BUTTON */
/* ============================== *
 *
 *  BASE
 *
 * ============================== */
/* MAIN SLIDER
 * ==================== */
.gw-content__main-slider-item__has-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* ENTRY ARTICLE
 * ==================== */
.gw-content__entry-article h2 {
  margin: 40px 0 30px 0;
  padding: 5px 10px;
  padding-top: 0;
  font-weight: bold;
  line-height: 1;
  border-bottom: 3px solid #e50065; }

.gw-content__entry-article h3 {
  margin: 40px 0 30px 0;
  padding: 5px 10px;
  padding-top: 0;
  font-weight: bold;
  line-height: 1; }
  .gw-content__entry-article h3::before {
    content: "●";
    margin-right: 5px;
    color: #e50065; }

.gw-content__entry-article h4 {
  margin: 40px 0 30px 0;
  padding: 5px 10px;
  padding-top: 0;
  font-weight: bold;
  line-height: 1; }
  .gw-content__entry-article h4::before {
    content: "ー";
    margin-right: 5px; }

.gw-content__entry-article p {
  margin-bottom: 20px;
  padding: 0 10px;
  word-wrap: break-word; }
  .gw-content__entry-article p.description {
    padding: 10px;
    background-color: #eee; }
  .gw-content__entry-article p.wp-caption-text {
    padding: 0;
    color: #AAA;
    font-size: 1.2rem; }

.gw-content__entry-article a {
  color: #2b7bb9;
  text-decoration: none; }

.gw-content__entry-article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px; }

.gw-content__entry-article ul {
  padding: 0 10px;
}
  .gw-content__entry-article ul li {
    margin-top: 5px;
    line-height: 1.1; }
    .gw-content__entry-article ul li:first-child {
      margin-top: 0; }

.gw-content__entry-article .button {
  display: block;
  width: calc(100% - (10px * 2));
  height: 40px;
  margin: 0 10px 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  background-color: #e50065; }
  .gw-content__entry-article .button--disable {
    background-color: #ddd; }

.gw-content__entry-article .link-button-wrap {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

.gw-content__entry-article .link-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: unset;
  border-radius: 3px;
  padding: 13px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .gw-content__entry-article .link-button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .gw-content__entry-article .link-button:hover {
    opacity: .85; }

.gw-content__entry-article .place {
  margin: 0 10px 20px;
  padding: 10px;
  padding-bottom: 5px;
  border: 1px solid #000;
  border-radius: 5px;
}
  .gw-content__entry-article .place .place__heading {
    margin: 0;
    padding: 0;
    padding-bottom: 5px; }
    .gw-content__entry-article .place .place__heading::before {
      content: none; }
  .gw-content__entry-article .place .place__text {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    line-height: 1; }

.gw-content__entry-article .img-wrap {
  overflow: hidden;
  display: block;
  width: 100%; }
  .gw-content__entry-article .img-wrap img.alignleft {
    float: left; }
  .gw-content__entry-article .img-wrap img.aligncenter {
    display: block;
    margin: 0 auto; }
  .gw-content__entry-article .img-wrap img.alignright {
    float: right; }

.gw-content__entry-article .iframe-wrapper {
  width: 100%;
  text-align: center; }

.gw-content__entry-article div.alignleft {
  width: 100% !important;
  padding: 0 10px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gw-content__entry-article div.aligncenter {
  width: 100% !important;
  padding: 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gw-content__entry-article div.alignright {
  width: 100% !important;
  padding: 0 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ENTRY TABLE LIST
 * ==================== */
.gw-entry-table-list {
  overflow: hidden; }

.gw-entry-table-list-node {
  float: left; }

.gw-entry-table-list-item {
  position: relative;
  display: flex;
}

.gw-entry-table-list-item__thumbnail-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  max-height: 140px;
}
  .gw-entry-table-list-item__thumbnail-wrap::before {
    content: "";
    display: block; }

.gw-entry-table-list-item__thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.gw-entry-table-list-item__thumbnail__has-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.gw-entry-table-list-item__title-wrap {
  overflow: hidden; }

.gw-entry-table-list-item__title {
  display: inline-block;
  text-decoration: none;
  vertical-align: top; }

.gw-entry-table-list-item__entry-info-wrap {
  border-top: none;
}

.gw-entry-table-list-item__sponsored-wrap {
  height: 28px;
}

.gw-entry-table-list-item__entry-info__author {
  display: block;
  float: left;
  color: #999;
  text-align: left;
  text-decoration: none; }

.gw-entry-table-list-item__entry-info__sponsored {
  display: block;
  max-width: 90px;
  margin-bottom: 10px;
  padding: 2px 0px;
  border: 1px solid #999;
  border-radius: 5px;
  text-align: center;
  color: #999;
  text-decoration: none;
}

/* ENTRY LIST
 * ==================== */
.gw-entry-list-wrap {
  margin-top: 5px;
}

.gw-entry-list-node {
  width: 100%;
  border-bottom: 1px solid #eee; }

.gw-entry-list-text-base-node {
  width: 100%;
  border-bottom: 1px solid #eee; }

.gw-entry-list-item {
  position: relative;
  overflow: hidden;
  display: block; }

/* LABELS */
.gw-entry-list-item__category-label {
  position: absolute;
  bottom: 5px;
  display: block;
  color: #fff;
  font-size: .8rem;
  line-height: .8rem;
  text-align: center;
  text-decoration: none;
  z-index: 10; }

.gw-entry-list-item__sponsored-label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 5px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  z-index: 10; }

.gw-entry-list-item__rank-label {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #9d9d9d;
  font-size: 1.8rem;
  line-height: 1.8rem; }

.gw-entry-list-item__thumbnail-wrap {
  position: relative;
  float: left;
  display: block;
}
  .gw-entry-list-item__thumbnail-wrap.ranking {
    width: 45px;
    height: 45px;
  }
  .gw-entry-list-item__thumbnail-wrap::before {
    content: "";
    display: block;
    padding-top: 70%; }

.gw-entry-list-item__thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 45px;
  height: 45px;
}

.gw-entry-list-item__thumbnail__has-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.gw-entry-list-item__title-wrap {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 3.5px auto 3.5px 55px;
}

.gw-entry-list-item__title-wrap.no_image {
  margin: 6px auto;
}

.gw-entry-list-item__title {
  display: inline-block;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  vertical-align: top;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gw-entry-list-text-base-item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

.gw-entry-list-text-base-item img {
  width: 45px;
  height: 45px;
}

.gw-entry-list-text-base-item__rank-label {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin: auto 8px;
}

.gw-entry-list-text-base-item__title-wrap {
  width: calc(100% - 45px);
  height: 100%;
  border: 5px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gw-entry-list-text-base-item__title {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* CONTACT & FORM
 * ==================== */
.gw-contact-form-table {
  width: 100%; }
  .gw-contact-form-table th, .gw-contact-form-table td {
    padding-bottom: 10px;
    vertical-align: top; }

.gw-contact-form__textbox {
  width: 100%;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px; }
  .gw-contact-form__textbox:focus {
    outline: none; }

.gw-contact-form__textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none; }
  .gw-contact-form__textarea:focus {
    outline: none; }

.gw-contact-form__radio input[type="radio"] {
  visibility: hidden; }
  .gw-contact-form__radio input[type="radio"]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    background-color: #eee; }
  .gw-contact-form__radio input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    background-color: #e50065; }

.wpcf7-list-item {
  display: block !important;
  width: 100% !important;
  margin: 0 !important; }

.wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  background-color: #e50065;
  border-style: none;
  border-radius: 35px;
  cursor: pointer; }

/* ============================== *
 *
 *  PAGES
 *
 * ============================== */
/*
 *  COMMON
 * ------------------------------ */
html {
  font-size: 62.5%; }

body {
  color: #444;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans",
  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system,
  BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese",
  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  font-weight: 400;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Light"), 
    url("../font/web/NotoSansCJKjp.woff2") format("woff2"), 
    url("../font/web/NotoSansCJKjp.otf") format("opentype");
}

a {
  cursor: pointer;
  color: #444;
  text-decoration: none;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }
  a:hover {
    color: #e50065;
    text-decoration: underline;
  }
  a.no-linkstyle:hover {
    text-decoration: unset;
  }
  a.no-linkstyle-w:hover {
    color: #fff;
    text-decoration: unset;
  }
  a.no-linkstyle-b:hover {
    color: #000;
    text-decoration: unset;
  }

.mt0 {
  margin-top: 0px; }

.pt0 {
  padding-top: 0px; }

.mt5 {
  margin-top: 5px; }

.pt5 {
  padding-top: 5px; }

.mt10 {
  margin-top: 10px; }

.pt10 {
  padding-top: 10px; }

.mt15 {
  margin-top: 15px; }

.pt15 {
  padding-top: 15px; }

.mt20 {
  margin-top: 20px; }

.pt20 {
  padding-top: 20px; }

.mt25 {
  margin-top: 25px; }

.pt25 {
  padding-top: 25px; }

.mt30 {
  margin-top: 30px; }

.pt30 {
  padding-top: 30px; }

.mt35 {
  margin-top: 35px; }

.pt35 {
  padding-top: 35px; }

.mt40 {
  margin-top: 40px; }

.pt40 {
  padding-top: 40px; }

.mt45 {
  margin-top: 45px; }

.pt45 {
  padding-top: 45px; }

.mt50 {
  margin-top: 50px; }

.pt50 {
  padding-top: 50px; }

.mb0 {
  margin-bottom: 0px; }

.pb0 {
  padding-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.pb5 {
  padding-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.pb10 {
  padding-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.pb15 {
  padding-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.pb20 {
  padding-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.pb25 {
  padding-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.pb30 {
  padding-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.pb35 {
  padding-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.pb40 {
  padding-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.pb45 {
  padding-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.pb50 {
  padding-bottom: 50px; }

.tc {
  text-align: center !important;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.minHeight90 {
  min-height: 90px;
}

.minHeight250 {
  min-height: 250px;
}

.minHeight480 {
  min-height: 480px;
}

.lazy-load-bg-image {
  background-image: url("/wp-content/themes/plum/assets/images/icon_loader.gif");
  background-size: auto; }

/* ENTRYS */
.gw-content__entry-article-heading {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: unset !important;
}

.gw-content__entry-info-wrap {
  overflow: hidden;
  margin-top: 10px;
}

.gw-content__entry-writer-wrap {
  display: inline-block;
  float: left; }

.gw-content__entry-writer__thumbnail {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 30px; }

.gw-content__entry-writer__name {
  display: block;
  float: left;
  color: #AAA;
  font-size: 1.2rem;
}

.gw-content__entry-writer__name-link {
  color: #AAA; }

.gw-content__entry-updated-date {
  display: inline-block;
  float: right;
  color: #AAA;
  font-size: 1.2rem;
}

.gw-content__entry-sponsored-wrap {
  overflow: hidden;
  padding: 0 10px; }

.gw-content__entry-sponsored {
  float: right;
  margin-left: 10px;
  color: #AAA;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0px 6px;
  border: 1px solid #999;
  border-radius: 5px;
}

.gw-content__related-keyword {
  margin-bottom: 20px; }

.gw-content__entry-article-wrap {
  margin-top: 10px; }

.gw-content__entry-article h2 {
  font-size: 1.9rem; }

.gw-content__entry-article h3 {
  font-size: 1.7rem; }

.gw-content__entry-article h4 {
  font-size: 1.6rem; }

.gw-content__entry-article p {
  font-size: 1.4rem; }

.gw-content__entry-article .link-button {
  min-width: 33.3%; }

.gw-content__entry-article-excerpt p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 30px; }

.gw-content__entry-article-excerpt__thumbnailWrap {
  text-align: center; }

.gw-content__entry-article-excerpt__thumbnail {
  width: auto;
  max-height: 280px; }

.gw-content__entry-share-button-wrap {
  margin: 20px auto;
  max-width: 600px;
  text-align: center;
}

.gw-content__entry-share-button-title {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.gw-content__entry-share-button-title:before,
.gw-content__entry-share-button-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: black;
}
.gw-content__entry-share-button-title:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.gw-content__entry-share-button-title:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.gw-content__entry-share-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gw-content__entry-share-button-list-node {
  margin: 7.5px;
  width: calc(50% - 15px);
}

.gw-content__entry-share-button {
  display: block;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  /* tw */
  /* fb */
  /* ln */
  /* gp */
  /* in */
  /* yt */
  /* tk */ }
  .gw-content__entry-share-button span {
    position: relative;
  }
  .gw-content__entry-share-button:hover {
    opacity: 0.8;
  }
  .gw-content__entry-share-button--tw {
    background-image: url(assets/images/icon_sns_tw.png);
    background-size: 65%;
    background-color: #55acee; }
  .gw-content__entry-share-button--tw--mono {
    background-image: url(assets/images/icon_sns_tw.png);
    background-size: 65%;
    background-color: #666; }
  .gw-content__entry-share-button--tw--square {
    background-color: #000;
  }
  .gw-content__entry-share-button--tw--square img {
    width: 28px;
    vertical-align: middle;
    padding-bottom: 4px;
  }
  .gw-content__entry-share-button--fb {
    background-image: url(assets/images/icon_sns_fb.png);
    background-size: 100%;
    background-color: #a2a5ad; }
  .gw-content__entry-share-button--fb--mono {
    background-image: url(assets/images/icon_sns_fb.png);
    background-size: 100%;
    background-color: #666; }
  .gw-content__entry-share-button--fb--square {
    position: relative;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  }
  .gw-content__entry-share-button--fb--square::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  }
  .gw-content__entry-share-button--fb--square img {
    position: relative;
    z-index: 2;
    width: 28px;
    vertical-align: middle;
    padding-bottom: 6px;
  }
  .gw-content__entry-share-button--ln {
    background-image: url(assets/images/icon_sns_ln.png);
    background-size: 65%;
    background-color: #00c300; }
  .gw-content__entry-share-button--ln--mono {
    background-image: url(assets/images/icon_sns_ln.png);
    background-size: 65%;
    background-color: #666; }
  .gw-content__entry-share-button--ln--square {
    background-color: #000;
  }
  .gw-content__entry-share-button--ln--square img {
    width: 28px;
    vertical-align: middle;
    padding-bottom: 4px;
  }
  .gw-content__entry-share-button--gp {
    background-image: url(assets/images/icon_sns_gp.png);
    background-size: 70%;
    background-color: #dd4b39; }
  .gw-content__entry-share-button--gp--mono {
    background-image: url(assets/images/icon_sns_gp.png);
    background-size: 70%;
    background-color: #666; }
  .gw-content__entry-share-button--gp--square {
    background-color: #dd4b39;
  }
  .gw-content__entry-share-button--gp--square img {
    width: 28px;
    vertical-align: middle;
    padding-bottom: 4px;
  }
  .gw-content__entry-share-button--in {
    background-image: url(assets/images/icon_sns_in.png);
    background-size: 60%;
    background-color: #3f729b; }
  .gw-content__entry-share-button--in--mono {
    background-image: url(assets/images/icon_sns_in.png);
    background-size: 60%;
    background-color: #666; }
  .gw-content__entry-share-button--yt {
    background-image: url(assets/images/icon_sns_yt.png);
    background-size: 65%;
    background-color: #cd201f; }
  .gw-content__entry-share-button--yt--mono {
    background-image: url(assets/images/icon_sns_yt.png);
    background-size: 65%;
    background-color: #666; }
  .gw-content__entry-share-button--tk {
    background-image: url(assets/images/icon_sns_tk.png);
    background-size: 65%;
    background-color: #000000; }
  .gw-content__entry-share-button--tk--mono {
    background-image: url(assets/images/icon_sns_tk.png);
    background-size: 65%;
    background-color: #666; }

  .gw-content__entry-share-button--pt--square {
    background-color: #dd4b39;
  }
  .gw-content__entry-share-button--pt--square img {
    width: 28px;
    vertical-align: middle;
    padding-bottom: 4px;
  }
/* MORE LINK */
.gw-more-link-wrap__border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #444; }

.gw-more-link-wrap__border-top {
  border-top: 1px solid #eee; }

.gw-more-link-wrap__border-bottom {
  border-bottom: 1px solid #444; }

.gw-more-link {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding-right: 15px;
  line-height: 40px;
  text-align: right;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .gw-more-link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .gw-more-link:hover::before {
    border-top: 1px solid #e50065;
    border-right: 1px solid #e50065; }

/* PAGER ARCHIVES */
.gw-content__pager-archives {
  margin-top: 20px;
  text-align: center;
  font-size: 20px; }
  .gw-content__pager-archives a, .gw-content__pager-archives span {
    color: #444444;
    text-decoration: none;
    margin: 0 10px; }
  .gw-content__pager-archives span.current {
    color: #ffffff;
    background-color: #e50065;
    padding: 2px 10px;
    border-radius: 20px;
  }
  .gw-content__pager-archives a:hover {
    color: #e50065; }
  .gw-content__pager-archives .gw-content__pager-link {
    display: inline-block;
    position: relative;
    height: 40px;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .gw-content__pager-archives .gw-content__pager-link--prev::before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      margin: auto;
      vertical-align: middle;
      cursor: pointer;
      top: calc(50% - 5px);
      border-top: 2px solid #999;
      border-right: 2px solid #999;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg);
      left: -7px; }
    .gw-content__pager-archives .gw-content__pager-link--prev:hover::before {
      border-color: #e50065; }
    .gw-content__pager-archives .gw-content__pager-link--next::after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      margin: auto;
      vertical-align: middle;
      cursor: pointer;
      top: calc(50% - 5px);
      border-top: 2px solid #444444;
      border-right: 2px solid #444444;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .gw-content__pager-archives .gw-content__pager-link--next:hover::after {
      border-color: #e50065; }

/* PAGER POST */
.gw-content__pager-single {
  position: relative;
  overflow: hidden;
  height: 40px;
  background-color: #eee; }
  .gw-content__pager-single .gw-content__pager-display {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60%;
    height: 40px;
    margin-left: -30%;
    line-height: 40px;
    text-align: center; }
  .gw-content__pager-single .gw-content__pager-link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .gw-content__pager-single .gw-content__pager-link a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      z-index: 10; }
    .gw-content__pager-single .gw-content__pager-link--prev {
      float: left; }
      .gw-content__pager-single .gw-content__pager-link--prev::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 14px;
        width: 10px;
        height: 10px;
        margin: auto;
        vertical-align: middle;
        border-top: 1px solid #444;
        border-right: 1px solid #444;
        cursor: pointer;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }
    .gw-content__pager-single .gw-content__pager-link--next {
      float: right; }
      .gw-content__pager-single .gw-content__pager-link--next::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 14px;
        width: 10px;
        height: 10px;
        margin: auto;
        vertical-align: middle;
        border-top: 1px solid #444;
        border-right: 1px solid #444;
        cursor: pointer;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

/* SEARCH BOX */
.gw-search__search-form-inner {
  position: relative;
  width: 100%;
  max-width: 162px;
  z-index: 1;
}

.gw-search__search-form__input-box {
  width: 160px;
  padding: 5px 0px 5px 10px;
  font-size: 1rem;
  line-height: 1.2;
  border: none;
  background-color: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  padding-right: 30px; }
  .gw-search__search-form__input-box:focus {
    outline: none; }

.gw-search__search-form__search-button {
  position: absolute;
  top: 50%;
  right: 7px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #eee;
  background-image: url(assets/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  border: none;
  border-radius: 20px;
  cursor: pointer; }

/* ENTRY TABLE LIST */
.gw-entry-table-list-node {
  width: 100%;
  padding: 30px 0;
  border-bottom: 2px solid #eeeeee;
}

/* .gw-entry-table-list-node:nth-child(n+2) {
  border-top: 2px solid #eeeeee;
} */

.gw-entry-table-list-item:hover {
  opacity: .85; }
  .gw-entry-table-list-item:hover .gw-entry-table-list-item__title {
    text-decoration: underline; }

.gw-entry-table-list-item__rank-label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.gw-entry-table-list-item__thumbnail-wrap::before {
  padding-top: 65%; }

.gw-entry-table-list-item__thumbnail__has-video-icon {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px; }

.gw-entry-table-list-item__title-wrap {
  padding: 0 10px;
}

.gw-entry-table-list-item__title {
  color: #444444;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gw-entry-table-list-item__body-text-wrap {
  padding: 10px 10px 0;
  border-top: none;
  overflow: hidden;
}

.gw-entry-table-list-item__body-text {
  display: inline-block;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none; }

.gw-entry-table-list-item__entry-info-wrap {
  padding: 10px 10px 0;
  display: block;
  overflow: hidden;
}

.gw-entry-table-list-item__entry-info__author {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.gw-entry-table-list-item__entry-info__sponsored {
  font-size: 1.2rem;
  line-height: 1; }

/* extend from "ENTRY LIST" */
.gw-entry-list-node {
  width: 100%;
  border-bottom: 1px solid #eee; }

.gw-entry-list-item {
  padding: 10px 0;
}
  .gw-entry-list-item:hover {
    background-color: #f9f9f9; }
    .gw-entry-list-item:hover .gw-entry-list-item__title {
      color: #666;
      text-decoration: underline; }
    .gw-entry-list-item:hover .gw-entry-list-item__category-label {
      color: #fff; }
    .gw-entry-list-item:hover .gw-entry-list-item__sponsored-label {
      color: #999; }

.gw-entry-list-item__category-label {
  left: 118px;
  width: 25%;
  height: 20px;
  font-size: .8rem;
  line-height: 20px; }

.gw-entry-list-item__category-label {
  left: 118px;
  width: 25%;
  height: 20px;
  font-size: .8rem;
  line-height: 20px; }

.gw-entry-list-item__sponsored-label {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  padding: 5px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  z-index: 10; }

.gw-entry-list-item__thumbnail__has-video-icon {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

.gw-entry-list-item__title {
  font-size: 1.3rem;
}

/* COMMON TAB */
.gw-common-tab-list {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px; }

.gw-common-tab-list__post-bottom-wrap .gw-entry-list-text-base-item__title {
  font-size: 1.4rem;
  line-height: 1.2; }

.gw-common-tab-list__post-bottom {
  margin-left: -10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left; }

.gw-common-tab-list-node {
  position: relative;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  border-right: 1px solid #444;
  cursor: pointer; }
  .gw-common-tab-list-node:last-child {
    border-right: none; }
  .gw-common-tab-list-node:hover {
    color: #e50065;
    text-decoration: underline; }
  .gw-common-tab-list-node--active {
    color: #e50065; }

/* TAG LIST */
.gw-tag-list-wrap {
  margin-top: 10px;
}

.gw-tag-list {
  overflow: hidden;
  padding: 0;
}

.gw-tag-list-node {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.gw-tag-list-item {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 21px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #eee;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }
  .gw-tag-list-item:hover {
    color: #000;
    text-decoration: unset;
    opacity: 0.7;
  }

.gw-tag-list-item img {
  position: absolute;
  top: calc(50% - 6px);
  left: 6px;
  width: 12px;
  height: 12px;
}
/*
 *  HEADER
 * ------------------------------ */
.gw-header-ad-wrap {
  width: 100%;
  max-width: 970px;
  margin: 90px auto 15px;
}
/* HEADER */
.gw-header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1; }
  .gw-header-wrap--scrolling {
    position: fixed;
    top: -70px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 999;
    border-bottom: unset;
  }

.gw-header-wrap.noborder {
  border-bottom: unset;
}

.gw-header {
  /* 細くしてみる */
  max-width: 1060px;
  /*
  max-width: 1280px;
  min-width: 1120px;
  */
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* HEADER MENU */
.gw-header__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.gw-header__search-form-wrap {
  padding: 15px 0; }

.gw-header__title {
  position: absolute;
  left: 50%;
  overflow: hidden;
  width: 156px;
  margin-left: calc(156px / -2);
  padding: 15px 0 10px;
  text-align: center; }

.gw-header__title-link {
  display: inline-block;
  height: 35px; }

.gw-header__title-image {
  height: 100%;
  vertical-align: top; }

/* header */
.gw-header__language-button-list-node {
  margin-left: 10px;
  padding: 7px 10px 0px 0px;
  font-size: 12.6px; }
  .gw-header__language-button-list-node a {
    color: #999; }
  .gw-header__language-button-list-node a:hover {
    color: #e50065;
    text-decoration: underline; }

/* 共通SNSアイコンリスト(丸ボタン) */
.gw__sns-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}

.gw__sns-button-list-node {
  margin-right: 8px;
}

.gw__sns-button-list-node a:hover {
  opacity: 0.7;
}

.gw-ranking-list li {
  display: none;
}

/* 共通SNSアイコン */
.sns-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-size: cover;
}
.sns-icon--tw {
  background-image: url(assets/images/icon_sns_tw.png);  
}

.sns-icon--fb {
  background-image: url(assets/images/icon_sns_fb.png);
}

.sns-icon--ln {
  background-image: url(assets/images/icon_sns_ln.png);
}

.sns-icon--gp {
  background-image: url(assets/images/icon_sns_gp.png);
}

.sns-icon--in {
  background-image: url(assets/images/icon_sns_in.png);
}

.sns-icon--yt {
  background-image: url(assets/images/icon_sns_yt.png);
}

.sns-icon--tk {
  background-image: url(assets/images/icon_sns_tk.png);
}

.sns-icon--pt {
  background-image: url(assets/images/icon_sns_pt.png);
}

/* HEADER GNAV */
/* deeleted */

/*
 *  BREADCRUMB LIST
 * ------------------------------ */
.gw-breadcrumb-list-wrap.noHome {
  margin-top: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.gw-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem; }

.gw-breadcrumb-list-node {
  padding: 8px 0;
}

.gw-breadcrumb-list-node:not(:first-child) {
  padding-left: 7.5px; }

.gw-breadcrumb-list-node:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999; }

.gw-breadcrumb-list-node-link {
  color: #999; }

.gw-breadcrumb-list-node-unlink {
  cursor: default; }
  .gw-breadcrumb-list-node-unlink:hover {
    text-decoration: none;
    color: #444; }

/*
 *  MAIN INNER
 * ------------------------------ */
.main-wrapper.top {
  margin-top: 61px;
}

.main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*
 *  CONTENT
 * ------------------------------ */
.gw-content-wrap {
  width: 100%;
}

.gw-content-wrap.margintop {
  margin-top: 30px;
}

.gw-content {
  padding-top: 30px; }

.gw-content.paddingb {
  padding-bottom: 30px; }

.gw-content__heading {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #929292;
  padding-bottom: 4px;
  line-height: 31px;
}

.gw-content__heading.side {
  font-size: 1.6rem;
  padding-bottom: 0;
}

.gw-content__heading-sub {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #999;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center; }

.gw-content__sub-heading {
  padding: 0 5px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.05em;
}

.gw-content__sub-heading.noborder {
  border-bottom: unset;
}

.gw-content__sub-content {
  padding-top: 30px;
  font-size: 1.4rem;
}

.gw-content__sub-content__top-link {
  padding: 10px 0 20px;
}
  .gw-content__sub-content__top-link a {
    color: #2b7bb9;
  }

.gw-content__sub-content__indent01 {
  padding-left: 1em;
  text-indent: -0.9em;
}
.gw-content__sub-content__indent02 {
  padding-left: 2.6em;
  text-indent: -2.6em;
}
.gw-content__sub-content__indent03 {
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.gw-content__sub-content__indent04 {
  padding-left: 1em;
}
.gw-content__sub-content__indent05 {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.gw-content__sub-content__list {
  padding-left: 2em;
  text-indent: -1em;
}
.gw-content__sub-content__list02 {
  padding-left: 2em;
}

.gw-content--common .gw-content__heading {
  font-size: 2rem;
  font-weight: 2rem;
  text-align: left; }

.gw-content .gw-entry-list-item__category-label {
  width: 12.5%; }

/*
 *  SIDE BAR
 * ------------------------------ */
.gw-side-bar-wrap {
  min-width: 300px;
  max-width: 300px;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.gw-side-content {
  padding-top: 34px;
}

.gw-banner-link {
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 15px auto;
  transition: .4s;
}

.gw-banner-link:hover {
  transition: .4s;
  opacity: 0.7;
}

.gw-banner-link p {
  margin-left: 20px;
  font-size: 1.4rem;
}

.gw-banner-link-item {
  max-width: 100%;
  vertical-align: top;
  margin: auto;
}

.gw-banner-link-item.small {
  max-width: 140px;
}

.gw-banner-text {
  display: block;
  border: 3px solid #000;
}

.gw-banner-text-img-wrap {
  padding: 10px;
}

.gw-banner-text-img {
  width: 100%;
}

.gw-banner-text-content {
  padding: 0 0px 20px 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*
 *  SIDE MENU
 * ------------------------------ */
.gw-header__gnav {
  display: flex;
  flex-wrap: wrap;
}

.gw-header__gnav li {
  width: 50%;
  border-bottom: 1px solid #eeeeee;
}

.gw-header__gnav li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  text-decoration: unset; 
}

.gw-header__gnav li a img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.gw-header__gnav li a span {
  vertical-align: middle;
  font-size: 1.4rem;
}

/*
 *  Ad
 * ------------------------------ */
.gw-sponsor-link-wrap {
  text-align: right;
  margin: 5px 0; }

.gw-sponsor-link-text {
  font-size: 11px;
  display: inline-block;
  color: #b2b2b2;
  margin-right: 3%; }

/*
 *  FOOTER
 * ------------------------------ */
.gw-footer-banner-app-wrap {
  width: 100%;
  max-width: 970px;
  margin: 60px auto 15px;
}

.gw-footer-banner-app-wrap.ad {
  margin: 40px auto;
}

.gw-footer-banner-app-wrap a {
  display: block;
  overflow: hidden;
}

.gw-footer-banner-app-wrap a:hover {
  opacity: 0.8;
}

.gw-footer-banner-app-wrap a img {
  max-width: 970px;
}

.gw-footer-wrap {
  margin-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9; }

.gw-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 細くしてみる */
  max-width: 1060px;
  /*
  max-width: 1280px;
  min-width: 1120px;
  */
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*  */
.gw-footer__title-wrap {
  width: 200px; }

.gw-footer__title-link {
  display: inline-block;
  height: 35px; }

.gw-footer__title-image {
  height: 100%;
  vertical-align: top; }

/*  */
.gw-footer__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.gw-footer__menu-inner {
  width: 33%;
  margin-bottom: -5px; }

.gw-footer__menu-node {
  height: 1.2rem;
  margin-bottom: 10px; }

.gw-footer__menu-node-item {
  display: block;
  height: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.2rem; }

.gw-footer__supplementary-wrap {
  width: 220px;
}

.gw-footer__copyright-wrap {
  width: 100%; }

.gw-footer__copyright {
  display: block;
  height: 1.2rem;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center; }

/*
 *  PAGE TOP
 * ------------------------------ */
.main-inner--top-slider {
  display: block;
  max-width: none;
  min-height: 300px;
  padding: 0;
  padding-top: 40px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #eee;
}

/* Main Slider */
.slider {
  display: none; }

.slider.slick-initialized {
  display: block; }

.arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.gw-content__main-slider-list-wrap {
  position: relative; }

.gw-content__main-slider-list-wrap__control-button {
  color: #fff; }

.gw-content__main-slider-list-wrap__control-button {
  position: absolute;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px !important;
  background-image: none !important;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%; }

.gw-content__main-slider-list-wrap__control-button--prev::before {
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.gw-content__main-slider-list-wrap__control-button--next::before {
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.gw-content__main-slider-item {
  position: relative;
  display: block;
  width: 100%; }
  .gw-content__main-slider-item::before {
    content: "";
    display: block;
    padding-top: 60%;
    /* 高さを幅の75%に固定 */ }

.gw-content__main-slider-item-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.gw-content__main-slider-item__has-video-icon {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px; }

.gw-content__main-slider-item__description-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5.2rem;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.gw-content__main-slider-item__description {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none; }

/*
 *  PAGE ARCHIVES
 * ------------------------------ */
.gw-content--archives {
  padding-top: 0;
}

.gw-content--archives-talents-name-wrap {
  margin-top: 10px; }

.gw-content--archives-talents-name {
  font-size: 2rem; }

.gw-content--archives-talents-description {
  padding: 20px 5px 0; }
  .gw-content--archives-talents-description h2 {
    font-size: 1.4rem; }
  .gw-content--archives-talents-description h3 {
    font-size: 1.4rem;
    margin-top: 1.4rem; }
  .gw-content--archives-talents-description p {
    color: #999;
    font-size: 1.4rem;
    line-height: 1.4; }
  .gw-content--archives-talents-description .color_bl {
    color: #444; }

.gw-content--archives-talents-links {
  margin-top: 1.4rem;
}

.gw-content--archives-talents-link {
display: flex;
align-items: center;
font-size: 1.4rem; }
  .gw-content--archives-talents-link p {
    color: #444;}

.gw-content--archives-keyvisual-wrap {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: none; }
  .gw-content--archives-keyvisual-wrap::before {
    content: "";
    display: block;
    padding-top: 60.556%;
    /* 高さを幅の75%に固定 */ }

.gw-content__archives-description {
  padding: 30px 10px 0; }
  .gw-content__archives-description p {
    color: #999;
    font-size: 1.4rem;
    line-height: 1.4; }

.gw-content__archives-keyvisual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 700px; }

.gw-content__archives-keyvisual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.gw-content__archives-category-name-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center; }

.gw-content__archives-category-name {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -2rem;
  font-size: 4rem;
  text-align: center; }

/* カテゴリページ専用 */
.gw-content_category-title {
  padding: 29px 0 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #929292;
}

.gw-content_category-title p {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 31px;
}

.gw-content_description p {
  color: #999;
  font-size: 1.4rem;
}

.gw-content_tgg-img-wrap {
  margin: 15px 0;
}

.gw-content_tgg-img-wrap > img {
  width: 100%;
  height: auto;
}

.gw-content_tgg_comment {
  padding: 0 5px 15px;
  border-bottom: 2px solid #929292;
}
.gw-content_tgg_comment p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 5px;
}

.gw-content_tgg_comment p a {
  text-decoration: underline;
}

.gw-content_tgg_comment img {
  width: 100%;
}

.edgw-content_tgg_comment {
  padding-bottom: unset;
}

.edogawaku_comment {
  border-bottom: unset;
  padding: 5px;
  margin-bottom: 15px;
}

.edogawaku_comment p {
  padding: 0;
}

.edogawaku_banner {
  border-bottom: unset;
  padding: 0;
}

.edogawaku_banner a {
  transition: .4s;
}

.edogawaku_banner a:hover {
  transition: .4s;
  opacity: 0.7;
}

.sp_setting_comment {
  border-bottom: unset;
  padding: 5px;
  margin-bottom: 15px;
}

.sp_setting_comment p {
  padding: 0;
}

.sp_setting_banner {
  border-bottom: unset;
  padding: 0;
  padding-bottom: 15px;
}

.sp_setting_banner a {
  transition: .4s;
}

.sp_setting_banner a:hover {
  transition: .4s;
  opacity: 0.7;
}

/*
 *  PAGE SINGLE
 * ------------------------------ */
.gw-content--single, .gw-content--single-keyvisual-wrap {
  position: relative;
  display: block;
  width: 728px;
  margin: 0 auto;
  border-bottom: none; }

.gw-content--single-keyvisual-wrap::before {
    content: "";
    display: block;
    padding-top: 480px; }

.gw-content__single-keyvisual {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }


  .btn_wrap {
    display: flex;
    align-items: center;
  }

  .toggle  {
    list-style: none;
  }

  .toggle_lists > li::before {
    content: "●";
    margin-right: 5px;
  }

  .toggle_lists > li > ul > li::before {
    content: "ー";
    margin-right: 5px;
  }

  .single_title {
    margin-left: 17px;
  }

  .more_btn_wrap {
    position: absolute;
    display: flex;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-top: 30px;
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255, 0) 0%,
      rgb(255, 255, 255, 1) 70%
    );
  }

  .open {
    padding-top: 0px;
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255, 0) 0%,
      rgb(255, 255, 255, 1) 0%
    )
  }

  .gw-content__entry-article .more_btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    margin: 0 auto;
    padding: 0;
  }

  .more_btn:hover {
    transition: .4s;
    opacity: 0.7;
  }

/*
 *  PHOTO GALLERRY
 * ------------------------------ */
.gw-content__entry-thumbnail {
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 20px; }

.gw-content__entry-thumbnail-button {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  font-size: 1.4rem; }

.gw-content__entry-thumbnail-button__prev {
  display: inline-block;
  position: absolute;
  left: 20%; }

.gw-content__entry-thumbnail-button__back {
  width: 100%;
  display: inline-block; }

.gw-content__entry-thumbnail-button__next {
  display: inline-block;
  position: absolute;
  right: 20%; }

.gw-content__entry-thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px; }

.gw-content__entry-thumbnail-list__item {
  position: relative;
  margin-top: 0 !important;
  width: 20%;
}

.gw-content__entry-thumbnail-list__item::before {
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: auto;
  content: "";
  width: 43px;
  height: 46px;
  background-image: url(/wp-content/themes/plum/assets/images/icon-mg.png);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.gw-content__entry-thumbnail-list__item > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px 4px;
}

.gw-content__entry-thumbnail-list__item > a:hover {
  opacity: .85; }

.gw-content__entry-thumbnail-list__item > a > .gw-content__entry-thumbnail-list__item-image {
  position: relative;
  margin-bottom: 0;
  height: 132px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gw-content-ad__single__under-article--main {
  margin: 30px auto;
}
  .gw-content-ad__single__under-article--main::after {
    content: "";
    display: block;
    clear: both; }

.dfp_in_article_for_pc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dfp_in_article_for_pc::after {
  content: "";
  display: block;
  clear: both;
}

.gw-content-ad__single__under-article--left {
  display: inline-block;
  float: left;
  margin-left: 25px; }
  @media (max-width: 990px) {
    .gw-content-ad__single__under-article--left {
      float: none;
      display: table;
      margin: 0 auto; } }

.gw-content-ad__single__under-article--right {
  display: inline-block;
  float: right;
  margin-right: 25px; }
  @media (max-width: 990px) {
    .gw-content-ad__single__under-article--right {
      float: none;
      display: table;
      margin: 15px auto; } }

.dfp_recommend_for_pc {
  min-height: 490px;
  margin: 30px auto;
}

.youtube {
  margin-bottom: 20px; }

iframe.instagram-media {
  margin: 0 auto !important; }

.twitter-tweet {
  margin: 0 auto; }

div#toc_container {
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ddd;
  width: 95%;
  padding: 20px 10px;
  display: table;
  font-size: 95%; }

#toc_container p.toc_title {
  text-align: left;
  padding-left: .4em;
  padding-bottom: .1em;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: unset !important;
  margin-bottom: 0;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 10px;
  padding-left: 0;
  padding-bottom: 30px;
  position: relative;
  list-style-type: decimal;
  box-sizing: border-box;
}

.toc_list_wrap {
  height: 215px;
  overflow-y: hidden;
}

#toc_container p.toc_title + ul.toc_list li {
  padding: .1em .5em;
  line-height: 1.6; }
  #toc_container p.toc_title + ul.toc_list li a {
    font-size: 1.4rem;
    color: #000; }
  #toc_container p.toc_title + ul.toc_list li a:hover {
    color: #e50065; }

div#toc_container p.toc_title a:hover, div#toc_container ul.toc_list a:hover {
  color: #e50065; }

div#toc_container p.toc_title a, div#toc_container ul.toc_list a {
  color: #000; }

#toc_container a:hover {
  text-decoration: underline; }

#toc_container a {
  text-decoration: none;
  text-shadow: none; }

/*remove recaptcha logo*/
.grecaptcha-badge {
  visibility: hidden;
}

.divine-sentence p {
  margin-bottom: 15px;
}

.divine-sentence p .img-wrap img {
  margin: auto;
  display: block;
}

/* もう一度占うボタン */
.divine-again {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.divine-btn {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #e00364;
  font-size: 16px;
  color: #e00364;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.divine-btn:hover {
  background-color: #e00364;
  border-color: #FF0461;
  color: #FFF;
}

/* 占いリスト */
.divine-ls-link {
  margin: 10px 5px;
  padding-bottom: 20px;
}

.divine-image {
  width: 100%;
}

ol.divine-list {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
}

ol.divine-list li {
  position: relative;
  margin: 7px 0 7px 0px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border: solid 1px #6a5acd;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

ol.divine-list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #6a5acd;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol.divine-list li:hover {
  background: #6a5acd;
  color: #fff;
}

ol.divine-list li:hover:before {
  background: #fff;
  color: #6a5acd;
}

ol.divine-list a {
  display: block;
}

ol.divine-list a:hover {
  color: #fff;
}

/*
 * ブログカード
 * ------------------------------ */
.blog-card {
  margin: 5px 10px;
}

.blog-card:hover {
  color: #ff0000;
  text-decoration: none;
}

.blog-card-link {
  text-decoration: none;
  color: #444;
  display: block;
}

.blog-card-contents {
  display: flex;
  box-shadow: 0 1px 1px #aaa;
  background-color: #fbfaf8;
  position: relative;
  margin: 0 15px;
  border:1px solid #ddd;
}

.blog-card-thumbnail {
  position: relative;
  width: 37%;
  height: 12vh;
}

.blog-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 10%;
  border-style: none;
  vertical-align: bottom;
}

.blog-card-content {
  flex: 1;
  position: relative;
  color: #444;
}

.blog-card-title {
  padding: 7px 10px 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.7;
}
.blog-card-content span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #aaa;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-transform: scale(.75);
  transform: scale(.75);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
  width: 150px;
  /*background-color: #b2cfd2;*/
}
/* ------------------------------ */
