@charset "utf-8";

@import url("css/normalize.min.css");
@import url("css/lightslider.min.css");

*, pre {
  font-family: Helvetica Neue, YuGothic, \\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3, Hiragino Kaku Gothic ProN, Arial, \\30E1\30A4\30EA\30AA, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:active,
a:hover {
  opacity: .8
}
.article-contents {
  background-color: #efefef
}
.article__writer-social{
    display: inline-block;
    margin-left: 10px;
}
.article__writer-tw,
.article__writer-insta{
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #009cff url(image/twitter.png) center center no-repeat;
  background-size: 12px 9.5px;
}
.article__writer-insta{
    margin-left: 5px;
  background: url(image/instagram.png) center center no-repeat;
  background-size: 22px 22px;
}
.article__body iframe, .article__image {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article__body a {
  text-decoration: none;
  color: #d64405;
}
@media (min-width:800px) {
  .article {
    padding: 80px 16.7%
  }
  .article__meta {
    font-weight: 700;
    line-height: 1;
    padding-bottom: 30px
  }
  .article__date {
    display: inline-block;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 22px;
    vertical-align: sub;
    padding-right: 15px
  }
  .article__category {
    display: inline-block;
    color: #d64405;
    padding: 4px 8px;
    border: 1px solid #d64405;
    border-radius: 4px;
    font-size: 12px
  }
  .article__title {
    margin: 0;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .article__written_by {
    font-size: 12px;
    padding-bottom: 12px;
    line-height: 1.667;
  }
  .article__body {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
  }
  .article__body > h3{
    border-left: 8px solid #d64405;
    padding: 0 0 0 15px;
    margin-bottom: 30px;
  }
  .article__body > p {
    padding-bottom: 30px
  }
  .article__body > ul {
    padding-left: 20px;
  }
  .article__text--small, .article__body > blockquote {
    font-weight: 400;
    padding: 20px;
    line-height: 1.571;
    background: #FFF;

  }
  .article__text--small, .article__body > blockquote ul {
     padding-left: 20px;
  }
  .article__text--bold {
    font-weight: 700
  }

  .article__share-buttons {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto auto auto;
    grid-template: auto/repeat(3, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 40px
  }
  .article__share-button {
    display: inline-block;
    align-self: start;
  }
  .article__share-button:nth-child(n+2) {
    margin-left: 15px
  }

  .article__tw {
    width: 75px;
    height: 25px;
    background: url(image/article_share_tw__sp.png) no-repeat;
    background-size: contain
  }
  .article__fb {
    width: 75px;
    height: 25px;
    background: url(image/article_share_fb__sp.png) no-repeat;
    background-size: contain
  }
  .article__line {
    width: 75px;
    height: 25px;
    background: url(image/article_share_line__sp.png) no-repeat;
    background-size: contain
  }
  .article__next-page-box {
    display: -ms-grid;
    display: grid;
    padding-bottom: 40px
  }
  .article__next-page-box-background {
    -ms-grid-column-align: center;
    justify-self: center;
    height: 50px;
    padding: 18px 58px;
    background: #fff url(image/article_next_page.png) no-repeat;
    background-size: 123px 19px;
    background-position-x: 58px;
    background-position-y: 18px
  }
  .article__next-page {
    color: #d64405;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 0;
    font-size: 19.57px;
    padding-left: 163px
  }
  .article__next-page:active,
  .article__next-page:hover {
    opacity: .8
  }
  .article__page-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto auto;
    grid-template: auto/repeat(2, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-bottom: 80px
  }
  .article__page-link {
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    padding-top: 15px
  }
  .article__page-link--current {
    background-color: #d64405
  }
  .article__page-link-anchor {
    line-height: 1;
    text-decoration: none;
    color: #d64405;
    font-size: 20px;
    font-weight: 700
  }
  .article__page-link-anchor--current {
    color: #fff
  }
  .article__writer-box {
    padding: 40px 60px;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 200px auto;
    grid-template: repeat(2, auto)/200px auto
  }
  .article__writer-icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    height: 120px
  }
  .article__writer-name {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 22px
  }
  .article__writer-name-title {
    display: inline-block;
    padding-right: 20px;
    font-size: 13px
  }
  .article__writer-intro {
    padding-top: 20px;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 14px;
    line-height: 1.429
  }
}
@media (max-width:799px) {
  .article {
    padding-top: 30px;
    padding-bottom: 40px
  }
  .article__meta {
    font-weight: 700;
    line-height: 1;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px
  }
  .article__date {
    color: #9c9c9c;
/*     vertical-align: sub; */
    padding-right: 12px;
    line-height: 24px;
    vertical-align: top;
  }
  .article__category,
  .article__date {
    display: inline-block;
    font-size: 16px
  }
  .article__category {
    color: #d64405;
    padding: 3px 4px;
    border: 1px solid #d64405;
    border-radius: 4px
  }
  .article__title {
    margin: 0;
    font-size: 23px;
    line-height: 1.143;
    margin: 0 10px 23px;
  }
  .article__written_by {
    font-size: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .article__body {
    font-size: 16px;
    line-height: 1.4;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-word;
  }
  .article__body > h3{
    border-left: 8px solid #d64405;
    padding: 0 0 0 15px;
    margin-bottom: 33px;
  }
  .article__body > p {
    padding-bottom: 33px;
  }
  .article__body > ul:not(.article__share-buttons) {
    line-height: 1.4;
    padding-bottom: 33px;
    padding-left: 22px;
  }
  .article__text--small, blockquote {
    font-weight: 400;
    line-height: 1.571;
    background-color: #fff;
    margin: 0 10px;
    padding: 10px;
  }
  .article__text--small, blockquote ul {
    padding-left: 20px;
 }
  .article__text--bold {
    font-weight: 700
  }
  .article__media-buttons {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto auto auto auto;
    grid-template: auto/repeat(4, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px
  }
  .article__media-button {
    display: inline-block
  }
  .article__media-button:nth-child(n+2) {
    margin-left: 24px
  }
  .article__insta {
    background: #fd6b2b url(image/article_share_insta__sp.png) no-repeat 12.5px 12.5px;
    background-size: 15px 15px
  }
  .article__insta,
  .article__spotify {
    width: 40px;
    height: 40px;
    border-radius: 50%
  }
  .article__spotify {
    background: #f26021 url(image/article_share_spotify__sp.png) no-repeat 12.5px 12.5px;
    background-size: 15px 15px
  }
  .article__yt {
    background: #de4d0e url(image/article_share_yt__sp.png) no-repeat 9.25px 12.5px;
    background-size: 21.5px 15px
  }
  .article__apple,
  .article__yt {
    width: 40px;
    height: 40px;
    border-radius: 50%
  }
  .article__apple {
    background: #d14001 url(image/article_share_apple__sp.png) no-repeat 12.5px 12.5px;
    background-size: 15px 15px
  }
  .article__share-buttons {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto auto auto;
    grid-template: auto/repeat(3, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px 40px
  }
  .article__share-button {
    display: inline-block;
    align-self: start;
  }
  .article__share-button:nth-child(n+2) {
    margin-left: 5px
  }
  .article__tw {
    width: 75px;
    height: 25px;
    background: url(image/article_share_tw__sp.png) no-repeat;
    background-size: contain
  }
  .article__fb {
    width: 75px;
    height: 25px;
    background: url(image/article_share_fb__sp.png) no-repeat;
    background-size: contain
  }
  .article__line {
    width: 75px;
    height: 25px;
    background: url(image/article_share_line__sp.png) no-repeat;
    background-size: contain
  }
  .article__movie, .article__body iframe {
    text-align: center;
  }
  .article__next-page-box {
    display: -ms-grid;
    display: grid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px
  }
  .article__next-page-box-background {
    -ms-grid-column-align: center;
    justify-self: center;
    height: 35px;
    padding: 12.5px 29px;
    background: #fff url(image/article_next_page__sp.png) no-repeat;
    background-size: 73.5px 11px;
    background-position-x: 29px;
    background-position-y: 12.5px
  }
  .article__next-page {
    color: #d64405;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    font-size: 11.78px;
    padding-left: 88px;
    vertical-align: top
  }
  .article__next-page:active,
  .article__next-page:hover {
    opacity: .8
  }
  .article__page-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto auto;
    grid-template: auto/repeat(2, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding-bottom: 50px
  }
  .article__page-link {
    width: 35px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    padding-top: 9px;
    margin-right: 2.5px;
    margin-left: 2.5px
  }
  .article__page-link--current {
    background-color: #d64405
  }
  .article__page-link-anchor {
    line-height: 1;
    text-decoration: none;
    color: #d64405;
    font-size: 17px;
    font-weight: 700
  }
  .article__page-link-anchor--current {
    color: #fff
  }
  .article__writer {
    padding-left: 10px;
    padding-right: 10px
  }
  .article__writer-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(3, auto)/auto;
    background-color: #fff;
    padding-top: 20px
  }
  .article__writer-icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 80px;
    height: 80px;
    -ms-grid-column-align: center;
    justify-self: center
  }
  .article__writer-name {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 22px;
    padding-top: 15px;
    text-align: center
  }
  .article__writer-name-title {
    display: inline-block;
    padding-right: 21px;
    font-size: 10px
  }
  .article__writer-intro {
    padding: 10px 21px 20px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    font-size: 12px;
    line-height: 1.4
  }
}
.article__body img {
  max-width: 100%;
  height: auto;
  text-align: center;
}
.button {
  border: none;
  outline: none;
  cursor: pointer
}
.button:active {
  opacity: .8
}
.invisible-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  left: auto;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
.index-contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto;
  grid-template: "index-feature" auto "index-latest-topics" auto/auto
}
.index-feature-item__new {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(image/index_latest_new.png) no-repeat;
  background-size: contain
}
/*
.index-feature-item__new+header,
.index-feature-item__new+header+h1{
    padding-left: 60px;
}
*/

@media (min-width:600px) {
  .index-feature {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(2, auto)/auto
  }
  .index-feature-item--main {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    height: 450px;
  }
  .index-feature-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto / 1fr 1fr;
    position: relative;
  }
  .index-feature-item {
    height: 0;
    padding-top: 54%;
    position: relative;
  }
  .index-feature-item > a {
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
  }
  .index-feature-item > a .content {
    position: absolute;
  }
  .index-feature-item--main {
    padding-top: 27%;
  }
  .index-feature-item--main > a .content {
    bottom: 32px;
    left: calc(8.3vw + 24px);
    right: calc(8.3vw + 24px);
  }
  .index-feature-item--top {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .index-feature-item--top > a .content {
    left: calc(8.3vw + 24px);
    right: 44px;
    bottom: 43px;
  }
  .index-feature-item--bottom {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .index-feature-item--bottom a .content {
    left: 19px;
    right: 8.3vw;
    bottom: 43px;
  }
}
@media (max-width:599px) {
  .index-feature {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(2, auto)/auto
  }
  .index-feature-item--main {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 1px
  }
  .index-feature-item {
    width: 100%;
    height: 0;
    padding-top: 73%;
    position: relative;
  }
  .index-feature-item a {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
  }
  .index-feature-item > a .content{
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10.5px;
  }
}

@media (min-width:600px) {
  .index-feature-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(2, auto)/auto;
    -ms-flex-line-pack: end;
    align-content: end;
    color: #fff;
    text-shadow: 0 0 7.6px rgba(79, 77, 73, .8);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative
  }
  .index-feature-item__header {
    padding-bottom: 6px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
  }
  .index-feature-item__date {
    display: inline-block;
    padding-left: 3px;
    padding-right: 13px
  }
  .index-feature-item__category {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 4px
  }
  .index-feature-item__title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 24px;
    margin: 0;
    line-height: 1.367
  }
}
@media (max-width:599px) {
  .index-feature-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(2, auto)/auto;
    -ms-flex-line-pack: end;
    align-content: end;
    color: #fff;
    text-shadow: 0 0 7.6px rgba(79, 77, 73, .8);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.7;
  }
  .index-feature-item__header {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
  }
  .index-feature-item__date {
    display: inline-block;
    padding-left: 0;
    padding-right: 9.5px
  }
  .index-feature-item__category {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 4px
  }
  .index-feature-item__title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 14px;
    margin: 0
  }
}
@media (min-width:600px) {
  .index-latest-topics {
    padding-top: 80px
  }
  .index-latest-topics__title {
    padding: 0 8.3%;
    margin: 0 0 -5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000
  }
}
@media (max-width:599px) {
  .index-latest-topics {
    margin-top: -1px;
    background-color: #efefef
  }
  .index-latest-topics__title {
    padding: 34px 10px;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center
  }
}
@media (min-width:600px) {
  .article-lists {
    background-color: #efefef;
    padding-top: 20px;
    padding-left: 8.3%;
    padding-right: 8.3%;
    display: -ms-grid;
    display: grid;
    grid-gap: 0 15px;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template: auto auto auto / 1fr 1fr 1fr;
  }
  .article-lists--related {
    padding-top: 0;
    padding-bottom: 80px;
    grid-gap: 0 15px;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template: 1fr /1fr 1fr 1fr
  }
  .article-lists__more {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    padding-top: 54px;
    padding-bottom: 96px;
    cursor: pointer;
    text-align: center;
    background-color: #efefef;
  }
}
@media (max-width:599px) {
  .article-lists {
    background-color: #efefef;
    padding: 10px 10px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template: repeat(9, auto) / 1fr
  }
  .article-lists--related {
    padding-top: 0;
    padding-bottom: 30px;
    grid-gap: 15px 0;
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr;
    -ms-grid-columns: 1fr;
    grid-template: 1fr 1fr 1fr/1fr;
  }
  .article-lists__more {
    background-color: #efefef;
    font-size: 20.14px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 40px;
    cursor: pointer;
    text-align: center;
  }
}
@media (min-width:600px) {
  .article-preview {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
  }
  .article-preview__rank {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 30px;
    background-color: #d64405;
    z-index: 999;
  }
  .article-preview__image-wrapper {
    width: 100%;
    height: 0;
    display: block;
    padding-top: 68%;
    position: relative;
  }
  .article-preview__image {
    position : absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .article-preview__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(2, auto)/auto;
    padding-top: 10px
  }
  .article-preview__header {
    padding-bottom: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto auto;
    grid-template: auto/repeat(2, auto)
  }
  .article-preview__date,
  .article-preview__header {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
  }
  .article-preview__date {
    display: inline-block;
    color: #9c9c9c;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: left;
    font-size: 14px
  }
  .article-preview__category {
    display: inline-block;
    color: #d64405;
    padding: 4px 8px;
    border: 1px solid #d64405;
    border-radius: 4px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: end;
    justify-self: right;
    font-size: 12px
  }
  .article-preview__category--small {
    padding: 6px 10px
  }
  .article-preview__title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    color: #000;
    font-size: 14px;
    margin: 0;
    line-height: 1.429
  }
}
@media (max-width:599px) {
  .article-preview {
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
  }
  .article-preview__rank {
    position: absolute;
    width: 26px;
    height: 26px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 26px;
    background-color: #d64405;
    z-index: 999;
  }
  .article-preview--small {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template: 1fr/1fr 1fr;
    height: auto;
  }
  .article-preview__image {
    position : absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .article-preview__image-wrapper {
    width: 100%;
    height: 0;
    display: block;
    padding-top: 73%;
    position: relative;
  }

  .article-preview__image-wrapper--small {
    padding-top: 84%;
  }

  .article-preview__image--small {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    border: 1px solid #d8d8d8;
    margin-right: -1px;
  }

  .article-preview__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template: repeat(2, auto)/auto;
    padding: 5px 10px 10px;
    background-color: #fff;
    min-height: 71px;
  }
  .article-preview__content--small {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    height: auto;
    padding: 9px 14px;
    border: 1px solid #d8d8d8
  }
  .article-preview__header {
    padding-bottom: 10px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 16px;
    -ms-grid-columns: auto auto;
    grid-template: 16px/repeat(2, auto)
  }
  .article-preview__header--small {
    padding-bottom: 9px
  }
  .article-preview__date,
  .article-preview__header {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
  }
  .article-preview__date {
    display: inline-block;
    color: #9c9c9c;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: start;
    justify-self: left;
    font-size: 10px
  }
  .article-preview__category {
    display: inline-block;
    color: #d64405;
    padding: 2.5px 4px;
    border: 1px solid #d64405;
    border-radius: 4px;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: end;
    justify-self: right;
    font-size: 10px
  }
  .article-preview__title {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    color: #000;
    font-size: 12px;
    margin: 0;
    line-height: 1.364
  }
}
.article-preview__rank--gold {
  background-color: #d6a705
}
.article-preview__rank--silver {
  background-color: #a2a2a2
}
.article-preview__rank--bronze {
  background-color: #d06201
}
@media (min-width:1000px) {
  .article-lists--small {
    padding-top: 0;
    grid-gap: 40px 10px;
    -ms-grid-rows: 1fr 40px 1fr;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template: 1fr 1fr/1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 80px;
  }
}
@media (max-width:999px) {
  .article-lists--small {
    padding-top: 0;
    grid-gap: 40px 10px;
    -ms-grid-rows: 1fr 40px 1fr 40px 1fr 40px 1fr;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template: 1fr 1fr 1fr 1fr/1fr 1fr 1fr;
    padding-bottom: 80px;
  }
}

@media (max-width:599px) {
  .article-lists--small {
    padding-top: 0;
    background-color: #fff;
    grid-gap: 10px 0;
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-columns: 1fr;
    grid-template: repeat(9, 1fr)/1fr;
    padding-bottom: 30px;
  }
}
.wrapper {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  max-width: 1600px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -ms-grid-rows: auto auto auto auto auto;
  -ms-grid-columns: 1fr;
  grid-template: "header" auto "contents" auto "page-top" auto "subscription" auto "sub-contents" auto "footer" auto/1fr
}
.wrapper__header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header
}
.wrapper__contents {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: contents
}
.wrapper__page-top {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: page-top
}
.wrapper__subscription {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: subscription
}
.wrapper__sub-contents {
/*
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: sub-contents;
*/
}

.wrapper__footer {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: footer
}
@media (min-width:600px) {
  .header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template: repeat(2, auto)/1fr auto 1fr;
    padding: 30px 8.3% 20px
  }
  .header__logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-bottom: 24px
  }
  .header__search {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-column-align: end;
    justify-self: right
  }
  .header__nav {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: center;
    justify-self: center
  }
}
@media (max-width:599px) {
  .header {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto;
    grid-template: auto/auto;
    padding-top: 18px
  }
  .header__logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-bottom: 16px
  }
  .header__search {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-bottom: 16px
  }
  .header__nav {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: center;
    justify-self: center
  }
}
.header-logo {
  display: block
}
.header-logo:active,
.header-logo:hover {
  opacity: .8
}
.header-logo__title {
  margin: 0;
  width: 187px;
  height: 16px;
  background: url(image/header_logo.png) no-repeat;
  background-size: contain
}
@media (min-width:600px) {
  .header-search {
    padding-right: 2px;
    padding-top: 10px;
  }
  .header-search__button {
    display: block;
    width: 19px;
    height: 19px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
    border: 1px solid #d64405;
    border-radius: 20px;
  }
  .header-search__button-icon {
    background: url(image/header_search.png) no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
  }
  .header-search__button--active {
    width: 210px;
    height: 25px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #d64405;
    border-radius: 20px;
    -webkit-appearance: none;
  }
  .header-search__text {
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    height: 25px;
    margin: 0;
    border: none;
    box-sizing: border-box;
    padding: 4px 14px;
    background: transparent;
    color: #fff;
    -webkit-appearance: none;
    outline: 0;
  }
  .header-search__text--active {
    color: #000;
    -webkit-appearance: none;
  }
}
@media (max-width:599px) {
  .header-search {
    text-align: center;
  }

  .header-search__button-icon-sp {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: cover;
    -webkit-appearance: none;
    background: url(image/header_search.png) no-repeat;
    background-size: cover;
    margin-left: 10px;
    vertical-align: center;
  }
  .header-search__button--active {
    width: 250px;
    height: 26px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #d64405;
    border-radius: 20px;
    -webkit-appearance: none;
  }
  .header-search__text {
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    width: 244px;
    height: 26px;
    margin: 0;
    border: none;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    -webkit-appearance: none;
    outline: 0;
  }
  .header-search__text--active {
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 9px;
    -webkit-appearance: none;
  }
}
.header-nav__horizontal-flow {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll
}
.header-nav__link--column {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3
}
.header-nav__link--lyrics {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 5;
  grid-column: 5
}
.header-nav__link--interview {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 7;
  grid-column: 7
}
.header-nav__link--store {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 9;
  grid-column: 9
}
.header-nav__anchor:active,
.header-nav__anchor:hover {
  opacity: .8
}
@media (min-width:600px) {
  .header-nav {
    height: 14px;
    overflow-y: hidden
  }
  .header-nav__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto 40px auto 40px auto 40px auto 40px auto;
    grid-template: auto/repeat(4, auto 40px) auto
  }
  .header-nav__link {
    list-style: none
  }
  .header-nav__link--news {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1
  }
  .header-nav__anchor {
    display: block;
    text-align: center;
    outline: none;
    height: 14px
  }
  .header-nav__anchor--news {
    width: 46px;
    background: url(image/header_news.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--column {
    width: 67px;
    background: url(image/header_column.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--lyrics {
    width: 53.5px;
    background: url(image/header_lyrics.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--interview {
    width: 88px;
    height: 13px;
    background: url(image/header_interview.png) no-repeat;
    background-size: contain;
    padding-bottom: .5px
  }
  .header-nav__anchor--store {
    width: 50px;
    background: url(image/header_store.png) no-repeat;
    background-size: contain
  }
}
@media (max-width:599px) {
  .header-nav {
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    overflow-y: hidden
  }
  .header-nav__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: auto 20px auto 20px auto 20px auto 20px auto;
    grid-template: auto/repeat(4, auto 20px) auto
  }
  .header-nav__link {
    list-style: none;
    padding-bottom: 10.5px
  }
  .header-nav__link--news {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .header-nav__anchor {
    display: block;
    outline: none;
    height: 10px
  }
  .header-nav__anchor--news {
    width: 33px;
    background: url(image/header_news__sp.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--column {
    width: 47px;
    background: url(image/header_column__sp.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--lyrics {
    width: 37.5px;
    background: url(image/header_lyrics__sp.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--interview {
    width: 61.5px;
    height: 9.5px;
    padding-bottom: 11px;
    background: url(image/header_interview__sp.png) no-repeat;
    background-size: contain
  }
  .header-nav__anchor--store {
    width: 34.5px;
    background: url(image/header_store__sp.png) no-repeat;
    background-size: contain
  }
}
.page-top {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 20px 0 #e9e9e9;
  box-shadow: 0 0 20px 0 #e9e9e9
}
@media (min-width:600px) {
  .page-top {
    padding: 32px 8.3%
  }
  .page-top__button {
    width: 58px;
    height: 40.5px;
    background: url(image/page_top_button.png) no-repeat;
    background-size: cover
  }
}
@media (max-width:599px) {
  .page-top {
    padding: 14px 10px
  }
  .page-top__button {
    width: 48.5px;
    height: 22px;
    background: url(image/page_top_button__sp.png) no-repeat;
    background-size: cover
  }
}
.subscription {
  display: -ms-grid;
  display: grid
}
@media (min-width:1030px) {
  .subscription {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto/repeat(2, 1fr);
    padding: 120px 8.3%
  }
  .subscription__text-box {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: start;
    justify-self: left;
    -ms-grid-row-align: center
  }
  .subscription__text-box--thanks {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    justify-self: center;
    text-align: center;
  }
  .subscription__form,
  .subscription__text-box {
    -ms-flex-item-align: center;
    align-self: center
  }
  .subscription__form {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: end;
    justify-self: right;
    -ms-grid-row-align: center;
    padding-right: 11px
  }
}
@media (max-width:1029px) {
  .subscription {
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1fr;
    grid-template: repeat(2, auto)/1fr;
    padding: 60px 10px
  }
  .subscription__text-box {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
    margin-bottom: 24.5px
  }
  .subscription__text-box--thanks {
    padding-top: 20px;
  }
  .subscription__form,
  .subscription__text-box {
    -ms-grid-column: 1;
    grid-column: 1;
    justify-self: center
  }
  .subscription__form {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center
  }
}
.subscription-text-box__text {
  font-weight: 700;
  margin: 0
}
@media (min-width:1030px) {
  .subscription-text-box {
    padding-left: 10px
  }
  .subscription-text-box__text--main {
    font-size: 60px;
    line-height: 46px
  }
  .subscription-text-box__text--sub {
    font-size: 16px;
    padding-top: 26px;
    line-height: 1
  }
}
@media (max-width:1029px) {
  .subscription-text-box__text--main {
    font-size: 32px;
    line-height: 24px;
    text-align: center
  }
  .subscription-text-box__text--sub {
    font-size: 10px;
    padding-top: 11.5px;
    text-align: center;
    line-height: 1
  }
  .subscription-text-box__text--sub-tanks {
    font-size: 16px;
    padding-top: 2px;
    line-height: 1
  }
}
@media (min-width:1030px) {
  .subscription-form {
    font-size: 16px
  }
  .subscription-form__email {
    border: 1px solid #000;
    width: 328px;
    height: 40px;
    padding-left: 15px
  }
  .subscription-form__submit {
    display: inline-block;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    margin-left: -5px;
    padding: 0;
    width: 73px;
    height: 40px
  }
}
@media (max-width:1029px) {
  .subscription-form {
    font-size: 10px
  }
  .subscription-form__email {
    border: 1px solid #000;
    width: 205px;
    height: 30px;
    padding-left: 10px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .subscription-form__submit {
    display: inline-block;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    margin-left: -3px;
    padding: 0;
    width: 50px;
    height: 30px;
    -webkit-appearance: none;
    border-radius: 0;
  }
}
.footer {
  display: -ms-grid;
  display: grid;
  background-color: #d64405;
  color: #fff
}
@media (min-width:600px) {
  .footer {
    padding: 41px 8.3% 30px;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template: repeat(3, auto)/1fr auto 1fr
  }
  .footer__links {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-bottom: 40px
  }
  .footer__logo {
    -ms-grid-row: 2;
    grid-row: 2;
    width: 47px;
    height: 32px;
    background: url(image/footer_logo.png) no-repeat;
    background-size: contain;
    -ms-grid-column-align: center;
    margin-bottom: 13px
  }
  .footer__logo a{
      display: block;
        width: 47px;
        height: 32px;
  }
  .footer__copyright,
  .footer__logo {
    -ms-grid-column: 2;
    grid-column: 2;
    justify-self: center
  }
  .footer__copyright {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-align: center;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    font-size: 12px;
    padding-top: 16px
  }
}
@media (max-width:599px) {
  .footer {
    padding: 20px 10px;
    -ms-grid-rows: auto auto auto ;
    -ms-grid-columns: 1fr 1fr;
    grid-template: repeat(3, auto)/repeat(2, 1fr);
  }
  .footer__logo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    width: 35px;
    height: 24px;
    background: url(image/footer_logo__sp.png) no-repeat;
    background-size: contain;
    -ms-grid-column-align: center;
    margin-bottom: 30px
  }
  .footer__logo a{
      display: block;
    width: 35px;
    height: 24px;

  }
  .footer__links,
  .footer__logo {
    -ms-grid-column: 1;
    justify-self: center
  }
  .footer__links {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    font-size: 12px;
    -ms-grid-column-align: center;
    margin-bottom: 14.5px
  }
  .footer__copyright {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-span: 2;
    grid-column: 1 /span 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    padding-top: 14.5px;
    font-size: 10px
  }
}
.footer-links {
  display: -ms-grid;
  display: grid;
  color: #fff;
  font-weight: 700;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto auto auto;
  grid-template: auto/repeat(3, auto)
}
@media (min-width:600px) {
  .footer-links {
    font-size: 16px
  }
}
@media (max-width:599px) {
  .footer-links {
    font-size: 12px
  }
}
.footer-links__link {
  list-style: none
}
@media (min-width:600px) {
  .footer-links__link:nth-child(n+2):before {
    content: "/";
    padding: 0 37px
  }
}
@media (max-width:599px) {
  .footer-links__link:nth-child(n+2):before {
    content: "/";
    padding: 0 23.5px
  }
}
.footer-links__anchor {
  color: #fff;
  outline: none;
  text-decoration: none
}
.footer-links__anchor:active,
.footer-links__anchor:hover {
  opacity: .8
}
@media (min-width: 600px) {
  .sub-contents {
    background-color: #efefef;
  }
  .sub-contents__title {
    margin: 0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .sub-contents__slash {
    display: block;
    padding-bottom: 30px;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .sub-contents {
    background-color: #fff;
  }
  .sub-contents__title {
    margin: 0;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 16px;
    font-size: 20px;
  }
  .sub-contents__slash {
    display: block;
    padding-bottom: 20px;
    font-size: 10px;
    text-align: center;
  }
}
@media (min-width: 600px) {
  .category-contents__title {
    background-color: #efefef;
    margin: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
  }
  .category-contents__slash {
    background-color: #efefef;
    display: block;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .category-contents__title {
    background-color: #efefef;
    margin: 0;
    text-align: center;
    padding: 25px 10px 16px 10px;
    font-size: 20px;
  }
  .category-contents__slash {
    background-color: #efefef;
    display: block;
    padding-bottom: 20px;
    font-size: 10px;
    text-align: center;
  }
}
.article__bottom-buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}
.article__tags {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.article__tags span {
  display: inline-block;
  margin-right: 10px;
  color: #d64405;
}
.article__tags span a {
  color: #d64405;
}
.article__written_by > a {
  color: #d64405;
}
.category-contents__writer {
  padding-top: 20px;
  width: 100%;
  background-color: #efefef;
}
.category-contents__writer-icon {
  margin: 0 auto;
  padding-bottom: 11px;
  height: 65px;
  width: 65px;
}
.category-contents__writer-title {
  display: block;
  text-align:center;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
}

.article__body > p.center{
    text-align: center;
}

.subscription{
    display: block;
}

.subscription-text-box{
    padding: 0;
    text-align: center;
}

.subscription_anc a{
    display: inline-block;
    margin-top: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
}

.subscription_anc a img{
    vertical-align: middle;
    transform: translateY(-3px);
    margin-right: 16px;
}

@media (max-width: 1029px){
    .subscription_anc a{
        margin-top: 14px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .subscription_anc a img{
        height: 40px;
        width: 40px;
    }

}

@media (max-width: 799px){
    .article__writer-social{
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-left: 0;
    }
}

.wp_social_bookmarking_light{
    display: none;
}
