@charset "UTF-8";
a, a:hover, a:active, a:focus, a:visited {
  color: #3c3c3c;
  text-decoration: none; }

.elements-box a {
  color: #0088cc; }
  .elements-box a:hover {
    color: #18adb5; }

body {
  color: #3c3c3c;
  -webkit-appearance: none;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important; }

.bg-black {
  background-color: #3c3c3c; }

@media screen and (max-width: 500px) {
  .related_a {
    float: right;
    width: 60% !important; } }

.inner {
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  zoom: 1; }
  .inner:before, .inner:after {
    content: "";
    display: table; }
  .inner:after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 0 10px; } }

form {
  margin: 0 !important; }

button {
  -webkit-apperance: none !important;
  -webkit-writing-mode: none; }

.banner {
  width: 100%;
  height: auto;
  margin: 10px 0; }
  .banner:hover {
    opacity: 0.5; }

@media screen and (max-width: 680px) {
  .row-banner {
    width: 46%; } }
@media screen and (max-width: 640px) {
  .row-banner {
    max-width: 300px;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box; } }

.big-banner {
  width: 100%;
  max-width: 728px;
  height: auto;
  margin: 20px auto; }

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

.disable {
  display: none !important; }

*:focus {
  outline: 0 !important; }

figure {
  display: inline-block; }

.home .row-banner {
  margin-left: 0; }

.main {
  font-size: 62.5%;
  background-color: #fbfbfb; }

@media screen and (max-width: 640px) {
  .sp-hidden {
    display: none !important; } }

.sp-appear {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp-appear {
      display: block; } }

* {
  -webkit-appearance: none !important; }

.widget-title {
  font-size: 1.7em;
  line-height: 18px;
  margin: 36px 0;
  margin-bottom: 18px;
  padding-left: 8px;
  border-left: 3px solid #c00606; }

.tag {
  padding: 0 6px;
  margin-right: 8px;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }

.tag.mod-huge {
  height: 20px;
  font-size: 1.1em;
  line-height: 20px; }

.tag.mod-large {
  height: 22px;
  font-size: 1.1em;
  line-height: 18px; }

.tag.mod-mid {
  height: 16px;
  font-size: 1.0em;
  line-height: 14px;
  float: left; }

.tag.mod-category {
  color: #c00606;
  display: inline-block;
  border-bottom: 2px solid #c00606; }
  .tag.mod-category:hover {
    color: white;
    background-color: #c00606; }

.tag.mod-topics {
  color: #44adb3;
  display: inline-block;
  border-bottom: 2px solid #44adb3; }
  .tag.mod-topics:hover {
    color: white;
    background-color: #44adb3; }

.new-tag {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background-color: #e61515;
  font-size: 10px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 8px; }

.btn {
  width: 100%;
  padding: 0;
  display: block;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN';
  background-color: white;
  background-image: none; }

.btn.mod-big {
  height: 40px;
  font-size: 1.3em;
  line-height: 40px;
  color: white;
  padding: 0;
  margin: 40px 0;
  background-color: #505050;
  text-shadow: none;
  background-image: none;
  border: none;
  border: 1px solid #d6d6d6;
  box-shadow: none !important; }
  .btn.mod-big:hover {
    opacity: 0.5; }
  .btn.mod-big:hover {
    color: white; }

.popular-articles .btn.mod-big {
  margin: 0 auto; }

.btn.mod-small {
  height: 30px;
  font-size: 1.2em;
  line-height: 29px;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
  box-shadow: none !important; }
  .btn.mod-small:hover {
    background-color: #3c3c3c;
    color: white; }

.article {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  box-sizing: border-box;
  background-color: white;
  zoom: 1; }
  .article:before, .article:after {
    content: "";
    display: table; }
  .article:after {
    clear: both; }

.article-thumb-wrap {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .article-thumb-wrap:before {
    content: "";
    display: block;
    padding-top: 54%; }
  @media screen and (max-width: 768px) {
    .article-thumb-wrap {
      float: left;
      width: 27%; } }

.article-thumb-inner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.article-thumb {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease; }
  .article-thumb:hover {
    opacity: 0.5; }

.article-title {
  font-weight: bold;
  text-align: justify;
  word-break: break-all;
  color: #151515;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease; }
  .article-title:hover {
    opacity: 0.9; }
  .article-title:hover {
    text-decoration: underline; }
  @media screen and (max-width: 640px) {
    .article-title {
      font-size: 1.7em;
      line-height: 18px; } }

.article-body {
  box-sizing: border-box;
  padding: 5px 0;
  zoom: 1; }
  .article-body:before, .article-body:after {
    content: "";
    display: table; }
  .article-body:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .article-body {
      width: 70%;
      padding: 0;
      float: right; } }

.article-body-row {
  margin: 5px 0; }

.article-body-row.mod-right {
  float: right;
  text-align: right; }

.article-body.mod-padding {
  padding: 10px; }

.time {
  float: right;
  color: #ababad;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .time {
      font-size: 1.5em; } }

.writer-icon {
  width: 16px;
  height: auto;
  margin-bottom: 3px; }

.writer {
  margin-right: 20px;
  color: #ababad;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }
  @media screen and (max-width: 640px) {
    .writer {
      font-size: 1.5em; } }

.writer.mod-huge {
  font-size: 1.3em; }

.heart {
  margin-right: -1px;
  margin-bottom: -2px;
  max-width: none; }

.heart.mod-huge {
  width: 16px; }

.heart-count {
  font-weight: bold;
  color: #3c3c3c;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }
  @media screen and (max-width: 640px) {
    .heart-count {
      font-size: 1.6em; } }

.heart-count.mod-huge {
  font-size: 1.5em;
  color: #d6d6d6; }

.article.mod-inline {
  width: 100%;
  margin: 0 10px;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
  background-color: transparent;
  zoom: 1; }
  .article.mod-inline:before, .article.mod-inline:after {
    content: "";
    display: table; }
  .article.mod-inline:after {
    clear: both; }
  .article.mod-inline .article-thumb-wrap {
    width: 35%;
    float: left;
    border: none; }
  .article.mod-inline .article-body {
    width: 65%;
    float: right;
    padding: 0 20px;
    padding-right: 30px; }
  .article.mod-inline .article-body-row {
    margin: 0;
    margin-bottom: 10px;
    zoom: 1; }
    .article.mod-inline .article-body-row:before, .article.mod-inline .article-body-row:after {
      content: "";
      display: table; }
    .article.mod-inline .article-body-row:after {
      clear: both; }
  .article.mod-inline .article-body-row.mod-right {
    height: 16px;
    margin: 0; }
  .article.mod-inline .article-title {
    height: 77px;
    font-size: 18px;
    line-height: 28px; }
    @media screen and (max-width: 640px) {
      .article.mod-inline .article-title {
        font-size: 13px !important; } }
  .article.mod-inline .tag {
    float: left;
    padding: 0;
    padding-bottom: 4px;
    margin-right: 12px;
    font-size: 1.1em;
    line-height: 15px;
    height: 22px; }
  .article.mod-inline .time {
    font-size: 12px;
    line-height: 18px; }
  .article.mod-inline .writer {
    font-size: 12px;
    line-height: 12px; }
  .article.mod-inline .heart {
    height: 14px;
    margin-bottom: 4px; }
  .article.mod-inline .heart-count {
    font-size: 1.3em;
    line-height: 16px; }
  @media screen and (max-width: 700px) {
    .article.mod-inline {
      margin: 0;
      padding: 12px 4px;
      border: none;
      border-bottom: 1px solid #d6d6d6; }
      .article.mod-inline .article-thumb-wrap {
        width: 35%;
        margin: 0; }
      .article.mod-inline .article-body {
        width: 65%;
        padding: 0;
        padding-left: 10px;
        box-sizing: border-box;
        zoom: 1; }
        .article.mod-inline .article-body:before, .article.mod-inline .article-body:after {
          content: "";
          display: table; }
        .article.mod-inline .article-body:after {
          clear: both; }
      .article.mod-inline .article-body-row {
        margin-bottom: 2px;
        margin-top: 0; }
      .article.mod-inline .article-title {
        font-size: 12px;
        font-weight: normal;
        line-height: 19px;
        height: auto;
        margin-bottom: 5px;
        margin-top: 3px; }
      .article.mod-inline .writer {
        font-size: 11px; }
      .article.mod-inline .heart {
        width: 12px;
        margin-bottom: 3px; }
      .article.mod-inline .heart-count {
        font-size: 11px; }
      .article.mod-inline .time {
        font-size: 11px;
        line-height: 17px;
        float: left; }
      .article.mod-inline .tag {
        font-size: 10px;
        line-height: 10px;
        display: none; } }

.article.mod-small-inline {
  width: 100%;
  padding: 5px 15px 15px 15px;
  margin: 10px 0;
  border-bottom: 1px solid #d6d6d6; }
  .article.mod-small-inline .article-thumb-wrap {
    width: 25%;
    height: 60px;
    float: left; }
    @media screen and (max-width: 768px) {
      .article.mod-small-inline .article-thumb-wrap {
        height: auto; } }
  .article.mod-small-inline .article-thumb-inner {
    width: 100%;
    height: 60px;
    overflow: hidden; }
  .article.mod-small-inline .article-thumb {
    position: relative;
    all: inherit;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .article.mod-small-inline .article-body {
    width: 75%;
    float: right;
    padding: 0;
    padding-left: 15px; }
  .article.mod-small-inline .article-body-row {
    margin: 0; }
  .article.mod-small-inline .article-body-row.mod-right {
    margin-top: -12px; }
  .article.mod-small-inline .article-title {
    height: auto;
    min-height: 46px;
    font-size: 1.2em;
    line-height: 19px;
    margin-top: 0; }
    @media screen and (max-width: 960px) {
      .article.mod-small-inline .article-title {
        font-size: 1.1em;
        line-height: 15px;
        min-height: 45px; } }
    @media screen and (max-width: 768px) {
      .article.mod-small-inline .article-title {
        font-size: 1.6em;
        line-height: 23px; } }
  .article.mod-small-inline .writer {
    font-size: 1.2em; }
    @media screen and (max-width: 960px) {
      .article.mod-small-inline .writer {
        font-size: 1.1em; } }
  .article.mod-small-inline .writer-icon {
    display: none; }
  .article.mod-small-inline .heart {
    width: 13px;
    margin-bottom: 3px;
    display: none !important; }
    @media screen and (max-width: 960px) {
      .article.mod-small-inline .heart {
        width: 11px; } }
  .article.mod-small-inline .heart-count {
    display: none;
    font-size: 1.2em; }
    @media screen and (max-width: 960px) {
      .article.mod-small-inline .heart-count {
        font-size: 1.1em; } }
  @media screen and (max-width: 768px) {
    .article.mod-small-inline {
      border: none;
      border-top: 1px solid #d6d6d6;
      background-color: transparent; }
      .article.mod-small-inline .article-thumb-wrap {
        width: 32%;
        margin: 0;
        margin-top: 20px;
        border: none; }
      .article.mod-small-inline .article-title {
        height: 77px;
        font-size: 18px;
        line-height: 28px; }
      .article.mod-small-inline .article-body {
        width: 68%;
        padding: 20px;
        paddig-right: 30px; }
      .article.mod-small-inline .tag {
        font-size: 1.1em;
        padding: 0;
        padding-bottom: 4px;
        line-height: 12px; } }
  @media screen and (max-width: 700px) {
    .article.mod-small-inline {
      margin: 0;
      padding: 12px 4px;
      border: none;
      border-bottom: 1px solid #d6d6d6;
      padding: 10px 10px 10px 10px; }
      .article.mod-small-inline .article-thumb-wrap {
        width: 35%;
        margin: 0; }
      .article.mod-small-inline .article-body {
        width: 65%;
        padding: 0;
        padding-left: 10px;
        box-sizing: border-box;
        zoom: 1; }
        .article.mod-small-inline .article-body:before, .article.mod-small-inline .article-body:after {
          content: "";
          display: table; }
        .article.mod-small-inline .article-body:after {
          clear: both; }
      .article.mod-small-inline .article-body-row {
        margin-bottom: 2px;
        margin-top: 0; }
      .article.mod-small-inline .article-title {
        font-size: 12px;
        font-weight: normal;
        line-height: 19px;
        height: auto;
        margin-bottom: 5px;
        margin-top: 3px; }
      .article.mod-small-inline .writer {
        font-size: 11px; }
      .article.mod-small-inline .heart {
        width: 12px;
        margin-bottom: 3px; }
      .article.mod-small-inline .heart-count {
        font-size: 11px; }
      .article.mod-small-inline .time {
        font-size: 11px;
        line-height: 17px;
        float: left; }
      .article.mod-small-inline .tag {
        font-size: 10px;
        line-height: 10px;
        display: none; }
      .article.mod-small-inline .article-thumb-inner {
        height: auto; } }

.article.mod-mid {
  border: 1px solid #d6d6d6; }
  .article.mod-mid .article-thumb-wrap {
    border-bottom: 1px solid #ebebeb; }
  .article.mod-mid .article-body {
    padding: 5px 15px 10px 15px; }
  .article.mod-mid .article-body-row {
    zoom: 1; }
    .article.mod-mid .article-body-row:before, .article.mod-mid .article-body-row:after {
      content: "";
      display: table; }
    .article.mod-mid .article-body-row:after {
      clear: both; }
  .article.mod-mid .article-body-row.mod-right {
    margin-top: -10px !important;
    margin-bottom: -5px !important; }
  .article.mod-mid .article-title {
    height: 72px;
    font-size: 1.3em;
    line-height: 20px;
    margin-bottom: 17px; }
  .article.mod-mid .time {
    font-size: 1.0em;
    line-height: 20px; }
    @media screen and (max-width: 640px) {
      .article.mod-mid .time {
        font-size: 1.4em;
        line-height: 20px; } }
  .article.mod-mid .heart {
    width: 14px;
    margin-bottom: 5px; }
  .article.mod-mid .heart-count {
    font-size: 1.3em; }
  .article.mod-mid .writer {
    font-size: 11px; }
  .article.mod-mid .tag {
    padding: 0;
    height: 19px; }
  @media screen and (max-width: 1060px) {
    .article.mod-mid .article-title {
      font-size: 12px;
      line-height: 18px;
      height: 62px; }
    .article.mod-mid .article-body {
      padding: 5px 10px; } }
  @media screen and (max-width: 960px) {
    .article.mod-mid .article-title {
      font-size: 1.1em;
      line-height: 17px;
      height: 68px; }
    .article.mod-mid .tag {
      font-size: 1.0em;
      line-height: 14px;
      height: 16px; }
    .article.mod-mid .time {
      font-size: 1.0em; }
    .article.mod-mid .writer {
      font-size: 1.0em; }
    .article.mod-mid .heart {
      width: 10px; }
    .article.mod-mid .heart-count {
      font-size: 1.0em; } }
  @media screen and (max-width: 768px) {
    .article.mod-mid {
      border: none;
      border-top: 1px solid #d6d6d6;
      background-color: transparent; }
      .article.mod-mid .article-thumb-wrap {
        width: 32%;
        margin: 0;
        margin-top: 20px;
        border: none; }
      .article.mod-mid .article-title {
        height: 77px;
        font-size: 18px;
        line-height: 28px; }
      .article.mod-mid .article-body {
        width: 68%;
        padding: 20px;
        paddig-right: 30px; }
      .article.mod-mid .tag {
        font-size: 1.1em;
        padding: 0;
        padding-bottom: 4px;
        line-height: 12px; } }
  @media screen and (max-width: 700px) {
    .article.mod-mid {
      margin: 0;
      padding: 12px 4px;
      border: none;
      border-bottom: 1px solid #d6d6d6;
      border: none;
      border-bottom: 1px solid #d6d6d6; }
      .article.mod-mid .article-thumb-wrap {
        width: 35%;
        margin: 0; }
      .article.mod-mid .article-body {
        width: 65%;
        padding: 0;
        padding-left: 10px;
        box-sizing: border-box;
        zoom: 1; }
        .article.mod-mid .article-body:before, .article.mod-mid .article-body:after {
          content: "";
          display: table; }
        .article.mod-mid .article-body:after {
          clear: both; }
      .article.mod-mid .article-body-row {
        margin-bottom: 2px;
        margin-top: 0; }
      .article.mod-mid .article-title {
        font-size: 12px;
        font-weight: normal;
        line-height: 19px;
        height: auto;
        margin-bottom: 5px;
        margin-top: 3px; }
      .article.mod-mid .writer {
        font-size: 11px; }
      .article.mod-mid .heart {
        width: 12px;
        margin-bottom: 3px; }
      .article.mod-mid .heart-count {
        font-size: 11px; }
      .article.mod-mid .time {
        font-size: 11px;
        line-height: 17px;
        float: left; }
      .article.mod-mid .tag {
        font-size: 10px;
        line-height: 10px;
        display: none; } }

.article.mod-swipe .article-title {
  font-size: 17px;
  line-height: 26px; }
.article.mod-swipe .writer {
  font-size: 13px; }
.article.mod-swipe .heart {
  height: 16px;
  margin-top: -6px; }
.article.mod-swipe .heart-count {
  font-size: 15px; }
@media screen and (max-width: 640px) {
  .article.mod-swipe .article-body {
    padding: 4px 10px; }
  .article.mod-swipe .article-title {
    font-size: 17px;
    line-height: 26px; }
  .article.mod-swipe .tag {
    font-size: 11px;
    line-height: 17px;
    height: 18px; }
  .article.mod-swipe .writer {
    font-size: 11px; } }
@media screen and (max-width: 780px) {
  .article.mod-swipe .article-thumb-wrap {
    float: none;
    width: 100%; } }
.article.mod-swipe .article-body-row {
  margin-top: 0;
  margin-bottom: 5px; }
  @media screen and (max-width: 640px) {
    .article.mod-swipe .article-body-row {
      margin: 0; } }
.article.mod-swipe .article-body {
  padding: 10px 10px 0 10px; }
  @media screen and (max-width: 780px) {
    .article.mod-swipe .article-body {
      width: 100%; } }
.article.mod-swipe .article-title {
  font-size: 17px;
  line-height: 26px;
  height: 84px; }
  .article.mod-swipe .article-title:hover {
    color: #3c3c3c !important; }
@media screen and (max-width: 960px) {
  .article.mod-swipe .writer {
    font-size: 1.2em; } }
@media screen and (max-width: 780px) {
  .article.mod-swipe .writer {
    font-size: 1.4em; } }
.article.mod-swipe .heart {
  height: 14px; }
@media screen and (max-width: 960px) {
  .article.mod-swipe .heart-count {
    font-size: 1.2em; } }
@media screen and (max-width: 780px) {
  .article.mod-swipe .heart-count {
    font-size: 1.4em; } }
@media screen and (max-width: 960px) {
  .article.mod-swipe .heart {
    width: 13px; } }
@media screen and (max-width: 768px) {
  .article.mod-swipe .article-title {
    font-size: 13px;
    line-height: 19px; }
  .article.mod-swipe .writer {
    font-size: 12px; } }

.article.mod-large {
  border: 1px solid #d6d6d6; }
  .article.mod-large .article-thumb-wrap {
    border-bottom: 1px solid #ebebeb; }
  .article.mod-large .article-body {
    padding: 5px 15px 0px 15px; }
  .article.mod-large .article-body-row {
    zoom: 1;
    margin: 10px 0; }
    .article.mod-large .article-body-row:before, .article.mod-large .article-body-row:after {
      content: "";
      display: table; }
    .article.mod-large .article-body-row:after {
      clear: both; }
  .article.mod-large .article-title {
    height: 69px;
    font-size: 1.6em;
    line-height: 23px; }
  .article.mod-large .time {
    font-size: 12px;
    line-height: 22px; }
  .article.mod-large .writer {
    font-size: 1.3em; }
    @media screen and (max-width: 960px) {
      .article.mod-large .writer {
        font-size: 1.6em; } }
  .article.mod-large .tag {
    float: left;
    height: 22px;
    line-height: 18px; }
  .article.mod-large .new-tag {
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px; }
  .article.mod-large .heart {
    width: 16px;
    margin-bottom: 5px; }
  .article.mod-large .heart-count {
    font-size: 1.4em; }
    @media screen and (max-width: 960px) {
      .article.mod-large .heart-count {
        font-size: 1.6em; } }
  @media screen and (max-width: 960px) {
    .article.mod-large .article-title {
      font-size: 1.4em;
      line-height: 22px;
      height: 70px; }
    .article.mod-large .tag {
      font-size: 1.2em;
      height: 16px;
      line-height: 14px; }
    .article.mod-large .writer {
      font-size: 1.2em; }
    .article.mod-large .time {
      font-size: 1.2em;
      line-height: 18px; }
    .article.mod-large .heart {
      width: 12px;
      margin-bottom: 4px; }
    .article.mod-large .heart-count {
      font-size: 1.2em; } }
  @media screen and (max-width: 768px) {
    .article.mod-large {
      border: none;
      border-top: 1px solid #d6d6d6;
      background-color: transparent; }
      .article.mod-large .article-thumb-wrap {
        width: 32%;
        margin: 0;
        margin-top: 20px;
        border: none; }
      .article.mod-large .article-title {
        height: 77px;
        font-size: 18px;
        line-height: 28px; }
      .article.mod-large .article-body {
        width: 68%;
        padding: 20px;
        paddig-right: 30px; }
      .article.mod-large .tag {
        font-size: 1.1em;
        padding: 0;
        padding-bottom: 4px;
        line-height: 12px; } }
  @media screen and (max-width: 640px) {
    .article.mod-large {
      margin: 0;
      padding: 12px 4px;
      border: none;
      border-bottom: 1px solid #d6d6d6; }
      .article.mod-large .article-thumb-wrap {
        width: 35%;
        margin: 0; }
      .article.mod-large .article-body {
        width: 65%;
        padding: 0;
        padding-left: 10px;
        box-sizing: border-box;
        zoom: 1; }
        .article.mod-large .article-body:before, .article.mod-large .article-body:after {
          content: "";
          display: table; }
        .article.mod-large .article-body:after {
          clear: both; }
      .article.mod-large .article-body-row {
        margin-bottom: 2px;
        margin-top: 0; }
      .article.mod-large .article-title {
        font-size: 12px;
        font-weight: normal;
        line-height: 19px;
        height: auto;
        margin-bottom: 5px;
        margin-top: 3px; }
      .article.mod-large .writer {
        font-size: 11px; }
      .article.mod-large .heart {
        width: 12px;
        margin-bottom: 3px; }
      .article.mod-large .heart-count {
        font-size: 11px; }
      .article.mod-large .time {
        font-size: 11px;
        line-height: 17px;
        float: left; }
      .article.mod-large .tag {
        font-size: 10px;
        line-height: 10px;
        display: none; }
      .article.mod-large .article-body-row.mod-right {
        margin-top: -10px;
        margin-bottom: -5px; }
      .article.mod-large .new-tag {
        font-size: 10px;
        line-height: 24px;
        padding: 0 8px; } }

.article.mod-huge {
  position: relative; }
  @media screen and (max-width: 640px) {
    .article.mod-huge .tag {
      height: 14px;
      font-size: 11px;
      line-height: 13px;
      float: left; } }
  @media screen and (max-width: 768px) {
    .article.mod-huge .article-thumb-wrap.mod-huge {
      width: 100%;
      float: none;
      padding: 0; } }
  .article.mod-huge .article-body {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: rgba(51, 51, 51, 0.9); }
    @media screen and (max-width: 768px) {
      .article.mod-huge .article-body {
        width: 100%;
        float: none; } }
    @media screen and (max-width: 640px) {
      .article.mod-huge .article-body {
        padding: 5px; } }
  .article.mod-huge .article-body-row {
    height: 20px; }
  .article.mod-huge .article-title {
    font-size: 1.7em;
    line-height: 27px;
    color: white; }
    @media screen and (max-width: 960px) {
      .article.mod-huge .article-title {
        font-size: 1.7em;
        line-height: 25px; } }
    @media screen and (max-width: 640px) {
      .article.mod-huge .article-title {
        font-size: 1.4em;
        line-height: 19px; }
        .article.mod-huge .article-title .new-tag {
          font-size: 10px;
          line-height: 24px;
          padding: 0 8px; } }
  .article.mod-huge .tag {
    font-size: 1.1em;
    line-height: 16px;
    height: 20px;
    float: left; }
  .article.mod-huge .new-tag {
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px; }
  .article.mod-huge .time {
    font-size: 1.2em;
    float: right;
    line-height: 12px; }
  .article.mod-huge .writer {
    font-size: 1.2em; }
  .article.mod-huge .time {
    font-size: 1.2em; }
  .article.mod-huge .article-body-row {
    margin: 2px 0;
    zoom: 1; }
    .article.mod-huge .article-body-row:before, .article.mod-huge .article-body-row:after {
      content: "";
      display: table; }
    .article.mod-huge .article-body-row:after {
      clear: both; }

.header {
  width: 100%;
  font-size: 62.5%;
  border-bottom: 1px solid #d6d6d6; }
  @media screen and (max-width: 640px) {
    .header {
      margin-bottom: 47px; } }

.header-main {
  height: 66px;
  width: 100%;
  background-color: #c00606;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300; }
  @media screen and (max-width: 640px) {
    .header-main {
      height: 50px; } }

.header-sub {
  height: 52px;
  margin-top: 66px; }
  @media screen and (max-width: 640px) {
    .header-sub {
      height: 40px;
      margin-top: 50px; } }

.header-sub-nav {
  zoom: 1; }
  .header-sub-nav:before, .header-sub-nav:after {
    content: "";
    display: table; }
  .header-sub-nav:after {
    clear: both; }

.header-logo {
  height: 50px;
  margin: 8px 0;
  float: left; }
  .header-logo:hover {
    opacity: 0.9; }
  @media screen and (max-width: 640px) {
    .header-logo {
      margin-top: 9px;
      height: 40px; } }

.header-headline-wrap {
  height: 18px;
  max-width: 432px;
  margin-top: 24px;
  margin-left: 20px;
  padding-left: 5px;
  float: left;
  border-left: 3px solid white;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .header-headline-wrap {
      max-width: 430px;
      display: none; } }
  @media screen and (max-width: 640px) {
    .header-headline-wrap {
      display: none; } }

.header-headline-icon {
  width: 24px;
  margin-bottom: -5px; }

.header-headline {
  display: block;
  font-size: 1.3em;
  line-height: 18px;
  color: white !important;
  letter-spacing: 0; }

.header-headline:hover {
  text-decoration: underline; }

.header-search-box-wrap {
  float: right;
  line-height: 66px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .header-search-box-wrap {
      width: 65%;
      float: right;
      line-height: 50px; } }

input[type="search"] {
  height: 30px !important;
  border-radius: 2px !important; }

input[type="search"]:focus {
  outline: 0 !important;
  border: none; }

.header-search-box {
  height: 30px !important;
  width: 320px;
  padding: 0 10px;
  margin-top: 8px;
  border: none;
  background-color: white;
  color: #3c3c3c;
  font-size: 1.3em;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -webkit-appearance: none !important; }
  @media screen and (max-width: 640px) {
    .header-search-box {
      width: 100%;
      height: 32px; } }

.header-search-box::-webkit-input-placeholder {
  color: #ababad;
  opacity: 0.9; }

.header-search-box:-ms-input-placeholder {
  color: #ababad;
  opacity: 0.9; }

.header-search-box::-moz-placeholder {
  color: #ababad;
  opacity: 0.9; }

.header-search-box-icon {
  width: 20px;
  position: absolute;
  bottom: 22px;
  right: 6px; }
  @media screen and (max-width: 640px) {
    .header-search-box-icon {
      bottom: 15px; } }

.header-search-box-submit-btn {
  width: 40px;
  height: 30px;
  padding: 10px 0;
  margin-left: -5px;
  display: inline-block;
  border: 1px solid white;
  background-color: #c00606;
  display: none; }

.header-search-submit-btn-img {
  display: none;
  width: 20px;
  height: auto;
  margin-left: -34px;
  margin-bottom: -6px;
  cursor: pointer; }

.sp-header-item {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp-header-item {
      display: block; } }

.sp-header-search-icon {
  width: 24px;
  height: auto;
  position: absolute;
  top: 13px;
  right: 10px; }

.sp-header-menu {
  position: absolute;
  top: 13px;
  left: 10px; }

.sp-header-menu-icon {
  width: 24px;
  height: auto; }
  @media screen and (max-width: 640px) {
    .sp-header-menu-icon {
      display: block; } }

.category-list {
  margin-left: -10px;
  float: left;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    .category-list {
      width: 100%;
      height: 40px; } }

.category-list-item {
  padding: 0 10px;
  line-height: 53px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }
  .category-list-item:hover {
    opacity: 0.9; }
  @media screen and (max-width: 640px) {
    .category-list-item {
      width: 33.3%;
      line-height: 12px;
      font-size: 10px;
      padding: 8px;
      border-left: 1px solid #d6d6d6;
      display: table-cell;
      vertical-align: middle; } }
  .category-list-item:visited, .category-list-item:link {
    color: #3c3c3c; }

.category-list:first-child {
  border-left: none; }

.category-list-item:hover {
  color: #c00606; }

@media screen and (max-width: 960px) {
  .tartialy-category {
    display: none; } }

@media screen and (max-width: 768px) {
  .secondary-category {
    display: none; } }

.social-list {
  display: none;
  margin-top: 14px;
  float: right; }
  @media screen and (max-width: 960px) {
    .social-list {
      display: none; } }

.header-sub-category-list-container {
  width: 100%;
  height: 200px;
  position: absolute;
  background-color: white;
  z-index: 10; }

.header-sub-category-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }

.header-sub-category-list-item {
  width: 33%;
  display: block; }

.sp-header-sub-nav-list {
  display: none;
  position: relative;
  margin: 0;
  height: 30px; }
  @media screen and (max-width: 640px) {
    .sp-header-sub-nav-list {
      display: block; } }

.sp-header-sub-nav-list-btn {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px; }
  .sp-header-sub-nav-list-btn:after {
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 18px;
    left: 76px;
    display: block;
    content: "";
    border-right: 2px solid #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.sp-header-sub-nav-list-child-container {
  display: none;
  position: fixed;
  top: 90px;
  left: 20px;
  background-color: white;
  z-index: 20; }

.sp-header-sub-nav-list-child-item {
  display: block;
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #d6d6d6;
  color: #3c3c3c;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }
  .sp-header-sub-nav-list-child-item:hover {
    opacity: 0.5; }

.fixed-header {
  width: 100%;
  height: 66px;
  position: fixed;
  top: -66px;
  left: 0;
  background-color: #c00606;
  z-index: 100;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all  0.1s ease; }
  .fixed-header .inner {
    position: relative; }
  .fixed-header .search {
    width: 320px;
    height: 40px;
    padding: 0 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.4em;
    display: inline-block;
    border: none; }
    @media screen and (max-width: 768px) {
      .fixed-header .search {
        display: none; } }
  .fixed-header .search-submit-btn {
    position: absolute;
    display: inline-block;
    border: none;
    display: none; }
  .fixed-header .search-icon {
    width: 22px;
    position: absolute;
    bottom: 30px;
    right: 27px; }
    @media screen and (max-width: 768px) {
      .fixed-header .search-icon {
        display: none; } }
  .fixed-header .search-btn {
    display: none;
    position: absolute;
    width: 24px;
    top: 12px;
    right: 20px; }
    @media screen and (max-width: 768px) {
      .fixed-header .search-btn {
        display: block; } }
  .fixed-header .logo-mini {
    height: 50px;
    margin: 8px 0;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .fixed-header .logo-mini {
        display: block; } }
  .fixed-header .category-btn {
    height: 66px;
    position: absolute;
    top: 0;
    margin-left: 40px;
    padding: 0 20px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 66px;
    color: white;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid #ec8383;
    border-left: 1px solid #ec8383; }
    .fixed-header .category-btn:hover {
      cursor: pointer; }
    @media screen and (max-width: 768px) {
      .fixed-header .category-btn {
        display: none; } }
  .fixed-header .down-arrow {
    width: auto;
    height: 16px;
    margin-left: -2px;
    margin-top: -2px; }
  .fixed-header .category-list {
    display: none;
    width: 260px;
    position: absolute;
    top: 80px;
    left: 148px;
    background-color: white;
    z-index: 200; }
    @media screen and (max-width: 768px) {
      .fixed-header .category-list {
        left: 20px; } }
  .fixed-header .category-list-item {
    display: block;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
    padding: 0 20px; }
  .fixed-header .menu-icon {
    display: none;
    width: 24px;
    position: absolute;
    top: 11px; }
    @media screen and (max-width: 768px) {
      .fixed-header .menu-icon {
        display: block; } }
  .fixed-header .search-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-color: #c00606;
    z-index: 300;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s ease;
    display: none; }
    .fixed-header .search-header .search {
      width: 80%;
      left: 20px;
      display: block !important; }
    .fixed-header .search-header .close-btn {
      width: 24px;
      position: absolute;
      top: 11px;
      right: 20px; }

.page-top {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 80px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #151515;
  opacity: 0.9;
  border-radius: 40px;
  z-index: 300;
  display: none; }
  .page-top:hover {
    cursor: pointer;
    opacity: 1; }

.page-top-label {
  display: inline-block;
  font-size: 15px;
  line-height: 37px;
  color: white; }

.up-arrow {
  width: 26px;
  margin-bottom: 20px; }

.sp-header-main {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #c00606;
  z-index: 10;
  overflow: hidden; }
  .sp-header-main .header-logo {
    float: left; }

.sp-header-item {
  float: right;
  border-left: 1px solid #d08686;
  text-align: center;
  padding: 0 12px; }

.sp-header-label {
  font-size: 10px;
  font-weight: bold;
  line-height: 56px;
  color: white; }

.sp-header-item-icon {
  width: 20px;
  height: auto; }

.sp-header-topics-box {
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  width: 240px;
  z-index: 1;
  background-color: white; }
  .sp-header-topics-box .category-list-item {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 28px;
    border-bottom: 1px solid #d6d6d6;
    text-align: left; }
  .sp-header-topics-box .close-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #d6d6d6;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 240px; }
    .sp-header-topics-box .close-btn:before {
      content: "";
      height: 36px;
      width: 2px;
      position: absolute;
      top: 2px;
      left: 20px;
      background-color: #3c3c3c;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sp-header-topics-box .close-btn:after {
      content: "";
      height: 36px;
      width: 2px;
      position: absolute;
      top: 2px;
      left: 20px;
      background-color: #3c3c3c;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.sp-header-search-box {
  display: none;
  height: 56px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  padding: 0px 16px;
  background-color: #c00606;
  z-index: 10; }
  .sp-header-search-box .header-search-box {
    width: 96%;
    margin: 0 !important;
    margin-left: 20px !important;
    margin-top: 13px !important;
    border: none;
    border-radius: 0; }

.sp-header-search-close-btn {
  height: 51px;
  width: 48px;
  position: absolute;
  top: 0;
  left: 0;
  float: left; }
  .sp-header-search-close-btn:before {
    content: "";
    height: 24px;
    width: 2px;
    position: absolute;
    bottom: 10px;
    left: 16px;
    background-color: white;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sp-header-search-close-btn:after {
    content: "";
    height: 24px;
    width: 2px;
    position: absolute;
    bottom: 10px;
    left: 16px;
    background-color: white;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.footer {
  width: 100%;
  padding: 15px 0;
  padding-bottom: 0;
  background-color: #f3f3f3;
  border-top: 1px solid #d6d6d6;
  font-size: 62.5%; }

.footer-nav-list {
  width: 60%;
  margin: 15px 0;
  float: left;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }
  @media screen and (max-width: 1080px) {
    .footer-nav-list {
      width: 100%;
      float: none;
      display: block;
      text-align: center;
      margin: 20px auto; } }

.footer-nav-list-item {
  margin-right: 20px;
  font-size: 1.5em;
  font-weight: bold;
  color: white !important; }
  .footer-nav-list-item:hover {
    opacity: 0.9; }

.footer-top {
  margin-top: 20px;
  padding-bottom: 15px; }

.footer-bottom {
  background-color: #151515;
  text-align: center; }

.footer-link-list {
  float: left;
  font-size: 1.2em;
  line-height: 13px; }
  @media screen and (max-width: 768px) {
    .footer-link-list {
      float: none;
      text-align: center;
      margin-bottom: 20px; } }

.footer-link-block {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .footer-link-block {
      display: block;
      margin-bottom: 10px; } }

.footer-link {
  color: #5a5a5a !important;
  margin-right: 20px; }
  .footer-link:hover {
    opacity: 0.5; }

.footer-social-list {
  float: right;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .footer-social-list {
      float: none; } }

.footer-social-btn-block {
  display: inline-block;
  text-align: center; }

.footer-social-btn {
  width: 54px;
  padding: 0 15px;
  box-sizing: border-box;
  display: inline-block;
  background-image: none; }
  .footer-social-btn:hover {
    opacity: 0.9; }

.footer-row {
  display: inline-block;
  margin-bottom: 10px; }
  @media screen and (max-width: 1080px) {
    .footer-row {
      display: block;
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .footer-row {
      display: block;
      zoom: 1; }
      .footer-row:before, .footer-row:after {
        content: "";
        display: table; }
      .footer-row:after {
        clear: both; } }

.footer-social-btn-icon {
  height: 24px;
  margin: 0 auto;
  display: block; }

.footer-copyright {
  margin-bottom: 0px;
  display: block;
  font-size: 1.2em;
  color: white !important;
  font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; }
  @media screen and (max-width: 768px) {
    .footer-copyright {
      text-align: center; } }

.sp-footer-wrap {
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .sp-footer-wrap {
      width: 50%;
      margin-top: 10px;
      display: block;
      float: left;
      box-sizing: border-box;
      text-align: left; } }

.section {
  margin: 20px 0;
  padding-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .section {
      padding-bottom: 0; } }

.section.-relative {
  position: relative; }

@media screen and (max-width: 768px) {
  .section.mod-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; } }

.section.mod-full {
  position: relative;
  padding: 10px 50px;
  margin: 0;
  padding-bottom: 0;
  background-color: #3c3c3c; }
  @media screen and (max-width: 640px) {
    .section.mod-full {
      padding: 10px 0; } }

.section.mod-tab {
  padding-bottom: 10px; }
  .section.mod-tab .section-title-wrap {
    padding-top: 0; }

.section-title-wrap {
  height: 56px;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  box-sizing: border-box;
  zoom: 1; }
  .section-title-wrap:before, .section-title-wrap:after {
    content: "";
    display: table; }
  .section-title-wrap:after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .section-title-wrap {
      height: 30px;
      padding-bottom: 40px; } }

.section-title {
  padding: 0;
  padding-left: 10px;
  font-size: 28px;
  line-height: 20px;
  margin: 0;
  font-weight: bold;
  color: #3c3c3c;
  border-left: 4px solid #c00606; }
  @media screen and (max-width: 640px) {
    .section-title {
      font-size: 19px; } }

.section-title.mod-with-link {
  display: inline-block;
  float: left; }

.section-title-link {
  display: inline-block;
  float: right;
  font-size: 16px;
  line-height: 22px;
  color: #999 !important;
  text-decoration: underline; }
  .section-title-link:hover {
    text-decoration: underline; }
  .section-title-link:hover {
    opacity: 0.5; }
  @media screen and (max-width: 640px) {
    .section-title-link {
      font-size: 1.3em; } }

.section-item {
  padding: 5px 0;
  zoom: 1; }
  .section-item:before, .section-item:after {
    content: "";
    display: table; }
  .section-item:after {
    clear: both; }

.section.mod-right {
  max-width: 300px;
  width: 29%;
  float: right; }
  .section.mod-right .section-title {
    font-size: 2.0em;
    line-height: 26px;
    display: inline-block; }

.section.mod-tab {
  border: 1px solid #d6d6d6;
  background-color: white; }
  .section.mod-tab .section-title-wrap {
    position: relative;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0; }
  .section.mod-tab .section-title {
    height: auto;
    font-size: 1.7em;
    line-height: 46px;
    border-left: none;
    text-align: center;
    margin: 0;
    padding: 0;
    border-top: 10px solid #c00606;
    color: #3c3c3c;
    box-sizing: border-box; }
  .section.mod-tab .btn-container {
    padding: 15px 20px; }
  @media screen and (max-width: 960px) {
    .section.mod-tab .btn {
      font-size: 1.2em; } }

.popular-articles.mod-single {
  border: none; }
  .popular-articles.mod-single .switch-tab {
    font-size: 17px;
    padding: 6px 36px;
    line-height: 36px; }
  .popular-articles.mod-single .tag {
    font-size: 12px; }
  .popular-articles.mod-single .article-title {
    font-size: 17px; }
  .popular-articles.mod-single .switch-wrap {
    margin-bottom: -1px; }
  @media screen and (max-width: 640px) {
    .popular-articles.mod-single .switch-tab {
      font-size: 15px; } }

.popular-article-container {
  margin: 0 10px; }

.btn-container {
  background-color: white;
  margin-top: -1px; }

.article-container {
  margin-right: -10px;
  margin-left: -10px; }

.switch-item-container {
  display: none; }

.switch-tab-container {
  position: absolute;
  top: 0;
  right: 0; }

.switch-wrap {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d6d6d6; }

.switch-tab {
  padding: 6px 24px;
  font-size: 1.3em;
  display: inline-block;
  line-height: 16px;
  cursor: pointer;
  margin-bottom: -1px; }
  @media screen and (max-width: 960px) {
    .switch-tab {
      font-size: 1.2em;
      padding: 6px 16px; } }
  @media screen and (max-width: 768px) {
    .switch-tab {
      padding: 12px 60px; } }
  @media screen and (max-width: 600px) {
    .switch-tab {
      padding: 10px 30px; } }

.switch-tab.is-active {
  margin-top: -1px;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid white;
  color: #c00606; }

.slider-container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 62.5%;
  opacity: 0; }

#arrows {
  position: absolute;
  left: 0;
  top: 48%;
  width: 100%;
  padding: 0 20px;
  margin-top: -15px;
  box-sizing: border-box;
  zoom: 1; }
  #arrows:before, #arrows:after {
    content: "";
    display: table; }
  #arrows:after {
    clear: both; }

.slick-prev {
  float: left; }

.slick-next {
  float: right; }

.slick-prev, .slick-next {
  width: 30px; }
  @media screen and (max-width: 640px) {
    .slick-prev, .slick-next {
      display: none !important; } }

.swiper-slide {
  padding: 0 10px; }

.slick-dots {
  text-align: center; }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 7px;
    color: white;
    background-color: white; }

.slick-dots > li > button {
  width: 12px !important;
  height: 12px !important;
  box-sizing: border-box;
  margin: 0 3px;
  border: none;
  border-radius: 6px;
  color: rgba(21, 21, 21, 0);
  background-color: white;
  opacity: 0.7;
  -webkit-appearance: none;
  font-size: 0;
  padding: 0; }

.slick-dots > * {
  display: inline-block; }

.heart {
  display: inline-block !important; }

.slick-active button {
  background-color: #c00606 !important; }

.loading {
  width: 100%;
  background-color: #3c3c3c;
  height: 400px; }

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

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

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

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

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

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

.swipe-container {
  position: relative;
  zoom: 1; }
  .swipe-container:before, .swipe-container:after {
    content: "";
    display: table; }
  .swipe-container:after {
    clear: both; }

.swipe-btn {
  width: 46px;
  margin-top: 128px; }

.right-btn {
  margin-left: 20px;
  float: left; }

.left-btn {
  margin-right: 20px;
  float: left; }

.swipe-unit {
  width: 87%;
  float: left;
  zoom: 1; }
  .swipe-unit:before, .swipe-unit:after {
    content: "";
    display: table; }
  .swipe-unit:after {
    clear: both; }

.swipe-item {
  margin: 0 10px;
  float: left;
  width: 31%; }

.swipe-article {
  width: 100%;
  height: 278px; }

.swipe-article-thumbnail {
  width: 100%;
  height: auto; }

.swipe-article-title {
  margin-top: 10px; }

.section-swipe {
  width: 100%;
  margin: 0;
  padding: 20px 0; }

.article-desc-swipe {
  padding: 5px; }

@media screen and (max-width: 960px) {
  .sp-header-btn-icon {
    width: auto;
    height: 20px;
    display: inline; }

  .sp-header-btn-label {
    font-size: 11px;
    line-height: 13px;
    color: white;
    display: block;
    font-family: Verdana, "YuGothic" , "Yu Gothic", 'Hiragino Kaku Gothic ProN'; } }
@media screen and (max-width: 640px) {
  .switch-tab-btn-label {
    font-size: 1.2em; }

  .btn {
    font-size: 1.5em; }

  .sp-640-header-btn-wrap {
    display: none; } }
.grid-container {
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px; }

.grid-container.mod-left {
  width: 70%;
  max-width: 755px;
  padding-right: 20px;
  float: left; }
  @media screen and (max-width: 768px) {
    .grid-container.mod-left {
      width: 100%;
      max-width: none;
      padding: 0;
      margin: 0;
      float: none; } }

.grid-container.mod-right {
  width: 30%;
  max-width: 320px;
  padding-left: 20px;
  float: right; }
  @media screen and (max-width: 768px) {
    .grid-container.mod-right {
      width: 100%;
      max-width: none;
      padding: 0;
      margin: 0;
      float: none; } }

.grid-container-row {
  zoom: 1; }
  .grid-container-row:before, .grid-container-row:after {
    content: "";
    display: table; }
  .grid-container-row:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .grid-container-row {
      padding: 0;
      margin: 0; } }

.grid-1 {
  width: 100%;
  float: none;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .grid-1 {
      width: 100%;
      padding: 0;
      float: none; } }

.grid-2 {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .grid-2 {
      width: 100%;
      padding: 0;
      float: none; } }

.grid-3 {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .grid-3 {
      width: 100%;
      padding: 0;
      float: none; } }

.elements-box > p {
  font-size: 17px; }

@media screen and (max-width: 479px) {
  .sns-total {
    bottom: -4px; } }

/*# sourceMappingURL=style.css.map */
