@charset "UTF-8";
.btn a, .btn button, .contentsInner {
  margin-left: auto;
  margin-right: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-xmeq84");
  src: url("../fonts/icomoon.eot?#iefix-xmeq84") format("embedded-opentype"), url("../fonts/icomoon.ttf?-xmeq84") format("truetype"), url("../fonts/icomoon.woff?-xmeq84") format("woff"), url("../fonts/icomoon.svg?-xmeq84#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-logo_mu-follow:before {
  content: "\e60d";
}

.icon-logo_mu-pc .path1:before {
  content: "\e614";
  color: #d61619;
}

.icon-logo_mu-pc .path2:before {
  content: "\e616";
  margin-left: -1.9443359375em;
  color: white;
}

.icon-logo_mu-pc .path3:before {
  content: "\e617";
  margin-left: -1.9443359375em;
  color: white;
}

.icon-logo_mu-pc .path4:before {
  content: "\e618";
  margin-left: -1.9443359375em;
  color: white;
}

.icon-logo_mu-pc .path5:before {
  content: "\e619";
  margin-left: -1.9443359375em;
  color: white;
}

.icon-logo_mu-pc .path6:before {
  content: "\e61a";
  margin-left: -1.9443359375em;
  color: white;
}

.icon-logo_mu-sp .path1:before {
  content: "\e61b";
  color: #d61619;
}

.icon-logo_mu-sp .path2:before {
  content: "\e61c";
  margin-left: -1.9443359375em;
  color: white;
}

.icon-logo_mu-sp .path3:before {
  content: "\e61d";
  margin-left: -1.9443359375em;
  color: #d61619;
}

.icon-logo_mu-sp .path4:before {
  content: "\e61e";
  margin-left: -1.9443359375em;
  color: #d61619;
}

.icon-logo_mu-sp .path5:before {
  content: "\e61f";
  margin-left: -1.9443359375em;
  color: #d61619;
}

.icon-logo_mu-sp .path6:before {
  content: "\e620";
  margin-left: -1.9443359375em;
  color: #d61619;
}

.icon-rss:before {
  content: "\e600";
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow-under:before {
  content: "\e601";
}

.icon-cat-archive:before {
  content: "\e60a";
}

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

.icon-cat-column:before {
  content: "\e605";
}

.icon-cat-contribute:before {
  content: "\e606";
}

.icon-cat-feature:before {
  content: "\e607";
}

.icon-cat-mu:before {
  content: "\e608";
}

.icon-cat-news:before {
  content: "\e609";
}

.icon-cat-report:before {
  content: "\e60a";
}

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

.icon-line:before {
  content: "\e615";
}

.icon-link:before {
  content: "\e60c";
}

.icon-pagetop:before {
  content: "\e60e";
}

.icon-ranking:before {
  content: "\e60f";
}

.icon-search:before {
  content: "\e610";
}

.icon-star:before {
  content: "\e611";
}

.icon-time:before {
  content: "\e612";
}

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

/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 81.0%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 13px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
}

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

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

.btn {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .btn {
    margin-bottom: 36px;
  }
}
.btn a, .btn button {
  display: block;
  width: 100%;
  max-width: 408px;
  height: 100%;
  text-align: center;
  line-height: 44px;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .btn a, .btn button {
    font-size: 1.38462em;
    font-size: 1.38462rem;
    line-height: 60px;
  }
}
.btn a:active, .btn button:active {
  top: 5px;
}
.btn [class^="icon-"] {
  margin-top: -8px;
  font-size: 1.15385em;
  font-size: 1.15385rem;
  position: absolute;
  right: 12px;
  top: 50%;
}

.btn--color-red a, .btn--color-red button {
  background: #db0012;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--color-red a:hover, .btn--color-red button:hover {
  background-color: #B3000F;
}

.btn--color-gray a, .btn--color-gray button {
  background: #666666;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--color-gray a:hover, .btn--color-gray button:hover {
  background-color: #666;
}

.btn--shape-dim {
  padding-bottom: 5px;
}
.btn--shape-dim.btn--color-red a, .btn--shape-dim.btn--color-red button {
  -moz-box-shadow: 0 5px 0 rgba(102, 0, 12, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(102, 0, 12, 0.75);
  box-shadow: 0 5px 0 rgba(102, 0, 12, 0.75);
}
.btn--shape-dim.btn--color-red a:active, .btn--shape-dim.btn--color-red button:active {
  -moz-box-shadow: 0 0 0 rgba(102, 0, 12, 0.75);
  -webkit-box-shadow: 0 0 0 rgba(102, 0, 12, 0.75);
  box-shadow: 0 0 0 rgba(102, 0, 12, 0.75);
}
.btn--shape-dim.btn--color-gray a, .btn--shape-dim.btn--color-gray button {
  -moz-box-shadow: 0 5px 0 rgba(43, 43, 43, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(43, 43, 43, 0.75);
  box-shadow: 0 5px 0 rgba(43, 43, 43, 0.75);
}
.btn--shape-dim.btn--color-gray a:active, .btn--shape-dim.btn--color-gray button:active {
  -moz-box-shadow: 0 0 0 rgba(43, 43, 43, 0.75);
  -webkit-box-shadow: 0 0 0 rgba(43, 43, 43, 0.75);
  box-shadow: 0 0 0 rgba(43, 43, 43, 0.75);
}

@media screen and (min-width: 769px) {
  .btn--type-pagetop {
    display: none;
  }
}
.btn--type-pagetop [class^="icon-"] {
  margin-right: -18px;
  font-size: 2.76923em;
  font-size: 2.76923rem;
  position: absolute;
  right: 50%;
  top: 10px;
}
.btn--type-pagetop a, .btn--type-pagetop button {
  height: auto;
  padding-top: 37px;
  padding-bottom: 12px;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .btn--type-pagetop a, .btn--type-pagetop button {
    font-size: 1.38462em;
    font-size: 1.38462rem;
  }
}
.btn--type-pagetop a:active, .btn--type-pagetop button:active {
  top: 0;
}

.btn--2col {
  width: 100%;
  padding-top: 12px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .btn--2col {
    width: auto;
    padding-top: 4px;
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (min-width: 960px) {
  .btn--2col {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.btn--2col .btn__list {
  height: 61px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .btn--2col .btn__list {
    float: left;
    width: 50%;
    height: auto;
  }
}
.btn--2col .btn {
  width: auto;
}
@media screen and (min-width: 769px) {
  .btn--2col .btn {
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 960px) {
  .btn--2col .btn {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.btn--2col .btn--modify {
  background-color: #666;
}

.title {
  padding-top: 5px;
  padding-left: 9px;
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-size: 1.07692em;
  font-size: 1.07692rem;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .title {
    margin-bottom: 16px;
  }
}

.title--color-red {
  background-color: #db0012;
  color: #fff;
}

.title--dec-icon {
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 7px;
  font-size: 1.23077em;
  font-size: 1.23077rem;
}
.title--dec-icon [class^="icon-"] {
  font-size: 1.15385em;
  font-size: 1.15385rem;
  position: absolute;
  top: 9px;
  left: 8px;
}

.title--page {
  margin-bottom: 12px;
  font-size: 1.38462em;
  font-size: 1.38462rem;
  line-height: 1.333;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .title--page {
    font-size: 2em;
    font-size: 2rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) {
  .title--dec-border {
    padding-bottom: 4px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e50012;
  }
}

.block {
  margin-left: 12px;
  margin-right: 12px;
}

.tabContainer {
  margin-left: -2%;
  margin-right: -2%;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .tabContainer {
    margin-left: -1.4%;
    margin-right: -1.4%;
    margin-bottom: 22px;
  }
}

.tab {
  display: table;
  width: 100%;
}

.tab__list {
  display: table-cell;
}
.tab__list span {
  background-color: #4c4c4c;
  display: block;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tab__list span {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
.tab__list span:after {
  background-color: #e50012;
  display: block;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab__list span.active:after, .tab__list span:hover:after {
  height: 2px;
}
.tab--col-03 .tab__list {
  width: 33.333%;
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (min-width: 769px) {
  .tab--col-03 .tab__list {
    padding-left: 1.4%;
    padding-right: 1.4%;
  }
}

.tag {
  margin-bottom: 24px;
}
.tag.tag--hdr {
  display: none;
}
@media screen and (min-width: 769px) {
  .tag.tag--hdr {
    display: inline-block;
    margin-bottom: 0;
  }
}

.tag__list {
  display: inline-block;
  margin-right: 5px;
}
.tag__list a {
  background-color: #333;
  display: block;
  padding: 5px 6px 4px;
  font-size: 0.84615em;
  font-size: 0.84615rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #666;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag__list a:hover {
  color: #7e7e7e;
}
@media screen and (min-width: 769px) {
  .tag--btm .tag__list a {
    font-size: 1.15385em;
    font-size: 1.15385rem;
  }
}

.paging {
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: -0.3em;
}
@media screen and (min-width: 769px) {
  .paging {
    margin-bottom: 40px;
  }
}
.paging li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  letter-spacing: normal;
}
.paging a, .paging span {
  background-color: #191919;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  color: #fff;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .paging a, .paging span {
    background-color: #333;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 1.53846em;
    font-size: 1.53846rem;
  }
}
.paging a:hover {
  background-color: #5C5C5C;
}
.paging .current {
  background-color: #e50012;
}

.follow {
  background-color: #191919;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .follow {
    background-color: #333;
    height: 206px;
    margin-bottom: 40px;
  }
}
.follow .thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
}
@media screen and (min-width: 769px) {
  .follow .thumb {
    width: 250px;
    height: 206px;
  }
}
@media screen and (min-width: 960px) {
  .follow .thumb {
    width: 302px;
    height: 206px;
  }
}
.follow p, .follow ul {
  margin-left: 100px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .follow p, .follow ul {
    margin-left: 250px;
  }
}
@media screen and (min-width: 960px) {
  .follow p, .follow ul {
    margin-left: 302px;
  }
}
.follow p {
  padding-top: 8px;
  margin-bottom: 6px;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  font-weight: bold;
  line-height: 1.333;
}
@media screen and (min-width: 769px) {
  .follow p {
    background-image: url(../img/logo_mu-follow.svg);
    background-repeat: no-repeat;
    background-position: 50% 28px;
    background-size: 68px auto;
    padding-top: 80px;
    margin-bottom: 20px;
    font-size: 1.07692em;
    font-size: 1.07692rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 960px) {
  .follow p {
    font-size: 1.53846em;
    font-size: 1.53846rem;
  }
}
.follow ul {
  padding-bottom: 4px;
}
.follow li {
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .follow li {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
  }
}

.accessRanking {
  margin-bottom: 40px;
  overflow: hidden;
}

.accessRanking__box {
  display: none;
}
.accessRanking__box .entry__list {
  counter-increment: ranking;
}
.accessRanking__box .entry__list a {
  position: relative;
}
.accessRanking__box .entry__list a:before, .accessRanking__box .entry__list a:after {
  display: block;
  position: absolute;
  z-index: 100;
}
.accessRanking__box .entry__list a:before {
  border-width: 13px 14px 13px 14px;
  border-style: solid;
  border-color: #e50012 transparent transparent #e50012;
  top: 0;
  left: 0;
  content: '';
}
@media screen and (min-width: 769px) {
  .accessRanking__box .entry__list a:before {
    border-width: 19px 20px 19px 20px;
    border-style: solid;
    border-color: #e50012 transparent transparent #e50012;
  }
}
.accessRanking__box .entry__list a:after {
  color: #fff;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  top: 0px;
  left: 3px;
  content: counter(ranking);
}
@media screen and (min-width: 769px) {
  .accessRanking__box .entry__list a:after {
    font-size: 1.30769em;
    font-size: 1.30769rem;
    top: -1px;
    left: 6px;
  }
}

#ranking_daily {
  display: block;
}

.editorialRecommend {
  margin-bottom: 24px;
}

.articles {
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  letter-spacing: -0.4em;
  overflow: hidden;
}
@media screen and (min-width: 569px) {
  .articles {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .articles {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

.articles__list {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
}
@media screen and (min-width: 569px) {
  .articles__list {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .articles__list {
    margin-bottom: 24px;
  }
}
.articles__list:nth-child(-n + 2) {
  width: 100%;
}
@media screen and (min-width: 569px) {
  .articles__list:nth-child(-n + 2) {
    width: 50%;
  }
}

.articles__inner {
  margin-left: 6px;
  margin-right: 6px;
  text-align: left;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .articles__inner {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.articles__inner.new {
  position: relative;
}
.articles__inner.new:before, .articles__inner.new:after {
  display: block;
  position: absolute;
  z-index: 100;
}
.articles__inner.new:before {
  border-width: 18px;
  border-style: solid;
  border-color: #e50012 transparent transparent #e50012;
  top: 0;
  left: 0;
  content: '';
}
.articles__inner.new:after {
  font-size: 0.76923em;
  font-size: 0.76923rem;
  top: 5px;
  left: 3px;
  content: 'New';
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.articles__list:nth-child(-n + 2) .articles__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__inner.new:before {
    border-width: 24px;
  }
}
.articles__list:nth-child(-n + 2) .articles__inner.new:after {
  font-size: 0.76923em;
  font-size: 0.76923rem;
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__inner.new:after {
    top: 7px;
    left: 4px;
    font-size: 1em;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__inner .articles__text {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.articles__inner .image a, .articles__inner .cat a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.articles__inner .image a:hover, .articles__inner .cat a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.articles__inner .image {
  background-color: #FFF;
}
.articles__inner .image a {
  display: block;
}
.articles__inner .image img {
  width: 100%;
}

.banner--adtag .banner__inner {
  display: table;
  width: 100%;
  height: 100%;
}
.banner--adtag a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.banner--adtag img {
  width: auto;
  max-height: 100%;
}

.cat {
  color: #e50012;
}
.cat a {
  color: #e50012;
}
.cat a:visited {
  color: #e50012;
}

.articles__text {
  background-color: #FFF;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .articles__text {
    padding-bottom: 30px;
  }
}
.articles__text h2, .articles__text .published {
  color: #191919;
}
.articles__text h2 {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .articles__text h2 {
    font-size: 1.38462em;
    font-size: 1.38462rem;
  }
}
.articles__text h2 a {
  font-weight: bold;
  color: #191919;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.articles__text h2 a:hover {
  color: #e50012;
}
.articles__text .cat {
  margin-bottom: 3px;
  font-size: 0.84615em;
  font-size: 0.84615rem;
}
@media screen and (min-width: 769px) {
  .articles__text .cat {
    font-size: 0.92308em;
    font-size: 0.92308rem;
  }
}
.articles__text .published {
  font-size: 0.84615em;
  font-size: 0.84615rem;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
@media screen and (min-width: 769px) {
  .articles__text .published {
    font-size: 0.92308em;
    font-size: 0.92308rem;
  }
}
.articles__text [class^="icon-"] {
  margin-right: 3px;
  font-size: 1.27273em;
  font-size: 1.07692rem;
  font-weight: bold;
  vertical-align: text-bottom;
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__text {
    padding-bottom: 36px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__text .cat, .articles__list:nth-child(-n + 2) .articles__text .published {
    line-height: 1;
    position: absolute;
    bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__text .cat {
    margin-bottom: 0;
    left: 6px;
  }
}
@media screen and (min-width: 769px) {
  .articles__list:nth-child(-n + 2) .articles__text .published {
    right: 6px;
    left: auto;
  }
}

.slidebanner {
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .slidebanner {
    padding-bottom: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 769px) {
  .slidebanner.block {
    margin-bottom: 40px;
  }
}

.banner--inhouse {
  padding-bottom: 40px;
}
.banner--inhouse ul {
  width: 100%;
  overflow: hidden;
}
.banner--inhouse li {
  float: left;
  width: 25%;
  margin-bottom: 24px;
}
.banner--inhouse div {
  background-color: #FFF;
  margin-left: 12px;
  margin-right: 12px;
}
.banner--inhouse a {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner--inhouse a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.ad {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .ad {
    padding-bottom: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.ad.block {
  padding-bottom: 0;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .ad.block {
    margin-bottom: 40px;
  }
}
.ad .ad__inner {
  width: 100%;
}
.ad.ad--top {
  padding-top: 12px;
  margin-bottom: 0;
}

.slideContainer {
  padding-top: 12px;
  overflow: hidden;
}
@media screen and (min-width: 569px) {
  .slideContainer {
    margin-bottom: 12px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 769px) {
  .slideContainer {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    overflow: inherit;
  }
}

@media screen and (min-width: 769px) {
  .slide {
    position: relative;
    overflow: hidden;
  }
}

.slick-track {
  overflow: hidden;
}

.btn--slide {
  display: none;
}
@media screen and (min-width: 769px) {
  .btn--slide {
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) and (min-width: 1145px) {
  .btn--slide {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}

.btn--slide [class^="icon-"] {
  font-size: 2.46154em;
  font-size: 2.46154rem;
}
@media screen and (min-width: 1145px) {
  .btn--slide [class^="icon-"] {
    font-size: 3.38462em;
    font-size: 3.38462rem;
  }
}
.btn--slide.btn--prev {
  left: -27px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1145px) {
  .btn--slide.btn--prev {
    left: -47px;
  }
}
.btn--slide.btn--next {
  right: -27px;
}
@media screen and (min-width: 1145px) {
  .btn--slide.btn--next {
    right: -47px;
  }
}

@media screen and (min-width: 769px) {
  .slick-list {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
  }
}

.slide__list {
  float: left;
}
.slide__list span {
  background-color: #FFF;
  display: block;
}
@media screen and (min-width: 569px) {
  .slide__list span {
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 769px) {
  .slide__list span {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.slide__list a {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide__list a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.slide__list img {
  width: 100%;
}

.slick-dots {
  padding-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  clear: both;
}
.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 6px;
  line-height: 1;
  vertical-align: top;
}
.slick-dots li.slick-active button:before {
  display: block;
}
.slick-dots button {
  background: transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  font-size: 0;
  color: transparent;
  line-height: 0;
  border: 1px solid #e50012;
  outline: none;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots button:before {
  display: none;
  background-color: #e50012;
  width: 4px;
  height: 4px;
  font-size: 6px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 1px;
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .entry {
    margin-bottom: 40px;
  }
}

.entry__list {
  background-color: #fff;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .entry__list {
    margin-bottom: 16px;
  }
}
.entry__list a {
  background-color: #191919;
  display: table;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .entry__list a {
    background-color: #FFF;
  }
}
.entry__list a:hover .entry__thumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.entry__list a:hover .entry__title {
  color: #e50012;
}

.entry__views {
  float: right;
  padding-top: 2px;
  padding-right: 5px;
  margin-left: 16px;
  color: #e50012;
}
@media screen and (min-width: 769px) {
  .entry__views {
    padding-top: 16px;
    padding-right: 16px;
  }
}
.entry__views span {
  margin-left: 5px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .entry__views span {
    color: #333;
  }
}

.entry__thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .entry__thumb {
    width: 200px;
  }
}
.entry__thumb img {
  width: 100%;
}

.entry__text {
  min-height: 68px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 100px;
}
@media screen and (min-width: 769px) {
  .entry__text {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 200px;
  }
}

.entry__title {
  padding-top: 5px;
  padding-bottom: 2px;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .entry__title {
    padding-top: 16px;
    margin-bottom: 4px;
    font-size: 1.38462em;
    font-size: 1.38462rem;
    color: #191919;
  }
}

.entry__category {
  font-size: 0.84615em;
  font-size: 0.84615rem;
  color: #e50012;
}
@media screen and (min-width: 769px) {
  .entry__category {
    margin-bottom: 4px;
    font-size: 0.92308em;
    font-size: 0.92308rem;
  }
}

.entry__summary {
  display: none;
}
@media screen and (min-width: 769px) {
  .entry__summary {
    display: block;
    padding-bottom: 16px;
    font-size: 1.07692em;
    font-size: 1.07692rem;
    line-height: 1.57;
    color: #191919;
  }
}

.relatedLink {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .relatedLink {
    margin-left: 54px;
    margin-right: 54px;
  }
}
@media screen and (min-width: 960px) {
  .relatedLink {
    margin-left: 108px;
    margin-right: 108px;
  }
}
.relatedLink [class^="icon-"] {
  margin-right: 5px;
  font-size: 0.76923em;
  font-size: 0.76923rem;
  font-weight: bold;
}
.relatedLink a {
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.relatedLink a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .relatedLink a {
    font-size: 1.23077em;
    font-size: 1.23077rem;
  }
}

.relatedItem {
  margin-bottom: 16px;
}
.relatedItem .title {
  margin-bottom: 12px;
}
.relatedItem .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.relatedItem a {
  color: #fff;
}
.relatedItem .item__image, .relatedItem .item__info {
  display: table-cell;
}
.relatedItem .item__image {
  width: 78px;
}
.relatedItem .item__image img {
  width: 100%;
}
.relatedItem .item__info {
  padding-left: 12px;
}
.relatedItem h4, .relatedItem .person {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .relatedItem h4, .relatedItem .person {
    font-size: 1.23077em;
    font-size: 1.23077rem;
  }
}
.relatedItem .person {
  margin-bottom: 8px;
}
.relatedItem .info {
  font-size: 0.84615em;
  font-size: 0.84615rem;
  line-height: 1.54;
}
@media screen and (min-width: 769px) {
  .relatedItem .info {
    font-size: 1em;
    font-size: 1rem;
  }
}

.relatedEntry {
  margin-bottom: 24px;
}

.contents__page {
  padding-top: 8px;
}
@media screen and (min-width: 769px) {
  .contents__page {
    padding-top: 28px;
  }
}

.entry__hdr {
  padding-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .entry__hdr {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.entry__extra {
  margin-bottom: 4px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .entry__extra {
    background-color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .entry__extra .breadcrumbs {
    display: inline-block;
    margin-right: 4px;
    margin-left: 12px;
  }
}
.entry__extra .breadcrumbs__list {
  display: none;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .entry__extra .breadcrumbs__list {
    display: inline-block;
    margin-right: 4px;
    font-size: 0.92308em;
    font-size: 0.92308rem;
  }
}
.entry__extra .breadcrumbs__list.cat {
  display: block;
}
@media screen and (min-width: 769px) {
  .entry__extra .breadcrumbs__list.cat {
    float: none;
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .entry__extra .breadcrumbs__list.cat:after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .entry__extra .breadcrumbs__list:after {
    display: inline;
    margin-left: 6px;
    vertical-align: baseline;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", Helvetica, Arial, sans-serif;
    position: relative;
    top: -1px;
    content: '>';
  }
}
.entry__extra .breadcrumbs__list a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry__extra .breadcrumbs__list a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .entry__extra .breadcrumbs__list a {
    color: #fff;
  }
}
.entry__extra .cat {
  float: left;
  font-size: 0.76923em;
  font-size: 0.76923rem;
}
@media screen and (min-width: 769px) {
  .entry__extra .cat {
    color: #fff;
  }
}
.entry__extra .published {
  float: right;
  font-size: 0.84615em;
  font-size: 0.84615rem;
}
@media screen and (min-width: 769px) {
  .entry__extra .published {
    padding-top: 2px;
    margin-right: 12px;
  }
}
.entry__extra .published [class^="icon-"] {
  margin-right: 2px;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  font-weight: bold;
  vertical-align: text-bottom;
}

.entry__mainvisual {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0;
}
@media screen and (min-width: 769px) {
  .entry__mainvisual {
    background-position: center center;
    background-size: cover;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .entry__mainvisual:before {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
  }
}
@media screen and (min-width: 769px) {
  .entry__mainvisual .block {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  .entry__mainvisual .box {
    display: table;
    width: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
    table-layout: fixed;
  }
}
@media screen and (min-width: 960px) {
  .entry__mainvisual .box {
    margin-left: 122px;
    margin-right: 122px;
  }
}
.entry__mainvisual .thumb {
  display: none;
}
@media screen and (min-width: 769px) {
  .entry__mainvisual .thumb {
    display: table-cell;
    width: 150px;
    vertical-align: top;
  }
}
.entry__mainvisual .thumb img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .entry__mainvisual .entry__mainTitle {
    display: table-cell;
    padding-left: 24px;
    vertical-align: top;
  }
}
@media screen and (min-width: 769px) {
  .entry__mainvisual h1 {
    margin-bottom: 0;
    font-size: 2.30769em;
    font-size: 2.30769rem;
    font-weight: bold;
  }
}
.entry__mainvisual .writer {
  font-size: 0.76923em;
  font-size: 0.76923rem;
}
@media screen and (min-width: 769px) {
  .entry__mainvisual .writer {
    padding-top: 5px;
    font-size: 0.92308em;
    font-size: 0.92308rem;
  }
}

.entryBody {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .entryBody {
    background-color: rgba(51, 51, 51, 0.9);
    padding-bottom: 24px;
    margin-bottom: 44px;
  }
}
.entryBody .writer {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  border-top: 1px solid #666;
}
@media screen and (min-width: 769px) {
  .entryBody .writer {
    margin-left: 54px;
    margin-right: 54px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody .writer {
    margin-left: 108px;
    margin-right: 108px;
  }
}
.entryBody .writer span {
  display: block;
  font-size: 0.76923em;
  font-size: 0.76923rem;
}

@media screen and (min-width: 769px) {
  .entryBody__inner {
    padding-top: 24px;
    margin-left: 54px;
    margin-right: 54px;
  }
}
@media screen and (min-width: 960px) {
  .entryBody__inner {
    margin-left: 108px;
    margin-right: 108px;
  }
}

.share {
  width: 100%;
  padding-bottom: 12px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .share {
    width: auto;
    padding-bottom: 46px;
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (min-width: 960px) {
  .share {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.share.share--bottom {
  padding-top: 12px;
  padding-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .share.share--bottom {
    padding-top: 4px;
    padding-bottom: 60px;
  }
}

.share__list {
  float: left;
  width: 25%;
  height: 61px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .share__list {
    width: 37%;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .share__list {
    width: 38.6%;
  }
}
.share--bottom .share__list {
  width: 33.333%;
}
@media screen and (min-width: 769px) {
  .share--bottom .share__list {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .share__list .share__inner {
    background-color: #FFF;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media screen and (min-width: 960px) {
  .share__list .share__inner {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.share__list a {
  display: block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 10px;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .share__list a {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .share--bottom .share__list a {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.share__list a div {
  font-size: 0.76923em;
  font-size: 0.76923rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .share__list a div {
    height: 60px;
    margin-left: 60px;
    font-size: 1.38462em;
    font-size: 1.38462rem;
    line-height: 60px;
    vertical-align: middle;
  }
}
.share__list a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.share__list [class^="icon-"] {
  font-size: 1.69231em;
  font-size: 1.69231rem;
}
@media screen and (min-width: 769px) {
  .share__list [class^="icon-"] {
    float: left;
    width: 60px;
    height: 60px;
    font-size: 2.30769em;
    font-size: 2.30769rem;
    line-height: 60px;
  }
}

.share--facebook a {
  background-color: #3c5a99;
}
@media screen and (min-width: 769px) {
  .share--facebook [class^="icon-"] {
    background-color: #476bb6;
  }
}

.share--twitter a {
  background-color: #2ca7e0;
}
@media screen and (min-width: 769px) {
  .share--twitter [class^="icon-"] {
    background-color: #14b0f8;
  }
}

.share--line a {
  background-color: #00c300;
}
@media screen and (min-width: 769px) {
  .share--line {
    display: none;
  }
}

.share--like {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .share--like {
    width: 26%;
  }
}
@media screen and (min-width: 960px) {
  .share--like {
    width: 22.8%;
  }
}
@media screen and (min-width: 769px) {
  .share--like [class^="view--"] {
    background-color: #e6e6e6;
    height: 60px;
    padding-top: 20px;
    margin-left: 6px;
    margin-right: 6px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .share--like [class^="view--"] {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.entryBody__inner .bodyTitle {
  background-color: #191919;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-size: 1.23077em;
  font-size: 1.23077rem;
  color: #fff;
  line-height: 1.3;
  border-left: 4px solid #e50012;
}
@media screen and (min-width: 769px) {
  .entryBody__inner .bodyTitle {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 4px;
    font-size: 1.84615em;
    font-size: 1.84615rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e50012;
  }
}
.entryBody__inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
  vertical-align: top;
}
.entryBody__inner img.alignnone, .entryBody__inner img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entryBody__inner img.alignleft {
  float: left;
}
.entryBody__inner img.alignright {
  float: right;
}
.entryBody__inner strong {
  font-weight: 700;
}
.entryBody__inner p {
  margin-bottom: 12px;
  font-size: 1.07692em;
  font-size: 1.07692rem;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .entryBody__inner p {
    margin-bottom: 18px;
    font-size: 1.23077em;
    font-size: 1.23077rem;
  }
}
.entryBody__inner ul, .entryBody__inner ol {
  padding-left: 2.1em;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .entryBody__inner ul, .entryBody__inner ol {
    margin-bottom: 18px;
  }
}
.entryBody__inner li {
  font-size: 1.07692em;
  font-size: 1.07692rem;
  line-height: 1.75;
  list-style: inherit;
}
@media screen and (min-width: 769px) {
  .entryBody__inner li {
    font-size: 1.23077em;
    font-size: 1.23077rem;
  }
}
.entryBody__inner blockquote {
  padding: 10px 16px;
  margin-bottom: 18px;
  border: 1px solid #666666;
}
.entryBody__inner blockquote p {
  margin-bottom: 0;
}
.entryBody__inner a {
  color: #fff;
  text-decoration: underline;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entryBody__inner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.entryBody__inner a.link--image:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.entryBody__inner a img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entryBody__inner a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.entryBody__inner .size--70per {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.entryBody__inner .youtube {
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .entryBody__inner .youtube {
    margin-bottom: 18px;
  }
}
.entryBody__inner .youtube iframe[src^="https://www.youtube"] {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.entryBody__inner .wp-caption {
  width: 100% !important;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .entryBody__inner .wp-caption {
    margin-bottom: 18px;
  }
}
.entryBody__inner .wp-caption img {
  margin-bottom: 0;
}
.entryBody__inner .wp-caption .wp-caption-text {
  padding-top: 8px;
}

.entry--results {
  margin-bottom: 24px;
}

.searchBox {
  margin-top: 12px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .searchBox {
    max-width: 240px;
  }
}
.searchBox .search__btn {
  display: none;
}
@media screen and (min-width: 769px) {
  .searchBox .search__btn {
    display: block;
  }
}
.searchBox .search__box {
  background-color: transparent;
  height: auto;
  padding: 0;
  visibility: visible;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

@media screen and (min-width: 769px) {
  .contents__sitemap {
    padding-top: 90px;
  }
}
.contents__sitemap h1 {
  margin-bottom: 12px;
  font-size: 1.23077em;
  font-size: 1.23077rem;
  border-bottom: 1px solid #e50012;
}
@media screen and (min-width: 769px) {
  .contents__sitemap h1 {
    margin-bottom: 20px;
    font-size: 1.69231em;
    font-size: 1.69231rem;
  }
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemap {
    padding-top: 24px;
    margin-left: 108px;
    margin-right: 108px;
  }
}
.contents__sitemap .sitemapBlock {
  padding-bottom: 4px;
  margin-bottom: 14px;
  border-bottom: 1px solid #666666;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemapBlock {
    padding-bottom: 8px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.contents__sitemap .sitemapBlock:first-of-type {
  margin-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemapBlock ul {
    float: left;
    margin-right: 35px;
  }
}
.contents__sitemap .sitemap__title {
  padding-left: 8px;
  margin-bottom: 12px;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  line-height: 1;
  border-left: 2px solid #fff;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemap__title {
    padding-top: 0;
  }
}
.contents__sitemap .sitemap__list {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemap__list {
    margin-bottom: 12px;
  }
}
.contents__sitemap .sitemap__list a {
  color: #fff;
  font-size: 0.92308em;
  font-size: 0.92308rem;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemap__list a {
    font-size: 1.07692em;
    font-size: 1.07692rem;
  }
}
.contents__sitemap .sitemap__list [class^="icon"] {
  margin-left: -3px;
  margin-right: 4px;
  font-size: 0.76923em;
  font-size: 0.76923rem;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemap__list [class^="icon"] {
    margin-left: 0;
  }
}
.contents__sitemap .sitemapBlock--extra {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .contents__sitemap .sitemapBlock--extra li {
    display: inline-block;
    margin-right: 35px;
  }
}
.contents__sitemap p {
  font-size: 1.07692em;
  font-size: 1.07692rem;
  line-height: 1.7;
}

.contents__404 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .contents__404 {
    padding-top: 265px;
  }
}
.contents__404 h1 {
  margin-bottom: 12px;
  font-size: 1.69231em;
  font-size: 1.69231rem;
  border-bottom: 1px solid #e50012;
}
.contents__404 p {
  font-size: 1.07692em;
  font-size: 1.07692rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .contents__404 + .btn {
    margin-bottom: 260px;
  }
}

/* perfect-scrollbar v0.6.3 */
.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/* -----------------------------------
 * Slidebars
 * Version 0.10.3
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

html {
  height: 100%;
  /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* Micro clearfix by Nicolas Gallagher, ensures the site container hits the top and bottom of the screen. */
#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  content: ' ';
  display: table;
}

#sb-site:before, #sb-site:after, .sb-site-container:before, .sb-site-container:after {
  clear: both;
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
}

.sb-slidebar, .sb-slidebar * {
  -webkit-transform: translateZ(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }

  .sb-width-thin {
    width: 55%;
  }

  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 40%;
  }

  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }

  .sb-width-thin {
    width: 25%;
  }

  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }

  .sb-width-thin {
    width: 5%;
  }

  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transform: translate(0px);
  -moz-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/****************************************************
 * Parts / Override
 */
body {
  background-color: #333;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", Helvetica, Arial, sans-serif;
  color: #fff;
}
@media screen and (min-width: 769px) {
  body {
    background-image: url(../img/bg_univers.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
  }
}
body #sb-site {
  background-color: transparent;
}

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

@media screen and (min-width: 769px) {
  .view--sp {
    display: none;
  }
}

.view--pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
}

.container {
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/****************************************************
 * HEADER
 */
.hdr {
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .hdr {
    background-color: #bf000f;
    width: 274px;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2000;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .hdr__inner {
    padding-bottom: 12px;
  }
}

.hdr__logo {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hdr__logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .hdr__logo a {
    display: block;
    height: 94px;
    padding-top: 8px;
  }
}
.hdr__logo a:hover [class^="icon-"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.hdr__logo .hdr__text {
  display: none;
}
@media screen and (min-width: 769px) {
  .hdr__logo .hdr__text {
    display: block;
    font-size: 0.92308em;
    font-size: 0.92308rem;
    color: #fff;
  }
}
.hdr__logo [class^="icon-"] {
  font-size: 2.38462em;
  font-size: 2.38462rem;
}
.ua-desktop-windows .hdr__logo [class^="icon-"] {
  display: block;
  background-image: url(../img/logo_mu-sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 60px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .ua-desktop-windows .hdr__logo [class^="icon-"] {
    background-image: url(../img/logo_mu-pc.png);
    width: 102px;
    height: 52px;
  }
}
.ua-desktop-windows .hdr__logo [class^="icon-"] [class^="path"] {
  display: none;
}
.hdr__logo [class^="icon-"] .path2:before, .hdr__logo [class^="icon-"] .path3:before, .hdr__logo [class^="icon-"] .path4:before, .hdr__logo [class^="icon-"] .path5:before, .hdr__logo [class^="icon-"] .path6:before {
  margin-left: -1.9443359375em;
}
.hdr__logo [class^="icon-"] .path1:before {
  content: "\e61b";
  color: #d61619;
}
.hdr__logo [class^="icon-"] .path2:before {
  content: "\e61c";
  color: white;
}
.hdr__logo [class^="icon-"] .path3:before {
  content: "\e61d";
  color: #d61619;
}
.hdr__logo [class^="icon-"] .path4:before {
  content: "\e61e";
  color: #d61619;
}
.hdr__logo [class^="icon-"] .path5:before {
  content: "\e61f";
  color: #d61619;
}
.hdr__logo [class^="icon-"] .path6:before {
  content: "\e620";
  color: #d61619;
}
@media screen and (min-width: 769px) {
  .hdr__logo [class^="icon-"] {
    font-size: 4em;
    font-size: 4rem;
  }
  .hdr__logo [class^="icon-"] .path1:before {
    content: "\e614";
    color: #d61619;
  }
  .hdr__logo [class^="icon-"] .path2:before {
    content: "\e616";
    color: white;
  }
  .hdr__logo [class^="icon-"] .path3:before {
    content: "\e617";
    color: white;
  }
  .hdr__logo [class^="icon-"] .path4:before {
    content: "\e618";
    color: white;
  }
  .hdr__logo [class^="icon-"] .path5:before {
    content: "\e619";
    color: white;
  }
  .hdr__logo [class^="icon-"] .path6:before {
    content: "\e61a";
    color: white;
  }
}
.hdr__logo [class$="-pc"] {
  display: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .hdr__logo [class$="-pc"] {
    display: block;
    font-size: 4em;
    font-size: 4rem;
    color: #fff;
  }
}
.hdr__logo [class$="-sp"] {
  font-size: 2.38462em;
  font-size: 2.38462rem;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .hdr__logo [class$="-sp"] {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .searchContainer {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 16px;
    position: relative;
  }
}

.search__btn {
  font-size: 1.53846em;
  font-size: 1.53846rem;
  position: absolute;
  top: 12px;
  left: 15px;
}
@media screen and (min-width: 769px) {
  .search__btn {
    font-size: 1.38462em;
    font-size: 1.38462rem;
    color: #fff;
    top: 4px;
    left: 6px;
    z-index: 100;
  }
}

#js-search-box {
  perspective: 400px;
  height: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  #js-search-box {
    height: auto;
  }
}
#js-search-box.open {
  height: 50px;
}

.search__box {
  background-color: #666;
  width: 100%;
  height: 0;
  padding: 9px 12px;
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .search__box {
    background-color: transparent;
    display: block;
    height: auto;
    padding: 0;
    visibility: visible;
    transform: rotateX(0deg);
  }
}
.open .search__box {
  height: 50px;
  visibility: visible;
  transform: rotateX(0);
}
.search__box input {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 32px;
  padding-left: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (min-width: 769px) {
  .search__box input {
    background-color: #8c000b;
    padding-left: 35px;
    color: #fff;
  }
}
.search__box ::-webkit-input-placeholder {
  /* Chrome */
  color: #b3b3b3;
}
@media screen and (min-width: 769px) {
  .search__box ::-webkit-input-placeholder {
    color: #fff;
  }
}
.search__box ::-moz-placeholder {
  /* Firefox */
  color: #b3b3b3;
}
@media screen and (min-width: 769px) {
  .search__box ::-moz-placeholder {
    color: #fff;
  }
}
.search__box :-ms-input-placeholder {
  /* IE */
  color: #b3b3b3;
}
@media screen and (min-width: 769px) {
  .search__box :-ms-input-placeholder {
    color: #fff;
  }
}

.hdr__banner {
  display: none;
}
@media screen and (min-width: 769px) {
  .hdr__banner {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
}
.hdr__banner li * {
  vertical-align: top;
}
.hdr__banner a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hdr__banner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hdr__social {
  display: none;
}
@media screen and (min-width: 769px) {
  .hdr__social {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .hdr__social li {
    float: left;
    margin-right: 12px;
  }
}
.hdr__social a {
  background: #e6e6e6;
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hdr__social a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.hdr__social [class^="icon-"] {
  font-size: 2.46154em;
  font-size: 2.46154rem;
  color: #e50012;
  position: absolute;
}
.hdr__social [class="icon-facebook"] {
  bottom: 0;
  right: -2px;
}
.hdr__social [class="icon-twitter"] {
  bottom: 3px;
  right: 3px;
}
.hdr__social [class="icon-rss"] {
  bottom: 3px;
  right: 3px;
}

#cover {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 900;
  -moz-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sb-active #cover {
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.nav--global {
  display: none;
  background-color: #bf000f;
  width: 180px;
}
@media screen and (min-width: 769px) {
  .nav--global {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #8c000b;
    position: static;
  }
}
.nav--global.nav--clone {
  display: block;
  background-color: #bf000f;
  margin-right: -180px;
  z-index: 1000;
  overflow-y: initial;
}
@media screen and (min-width: 769px) {
  .nav--global.nav--clone {
    display: none;
  }
}
.nav--global.nav--clone.view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.nav--global.nav--clone .hdr__social {
  display: block;
  padding-left: 8px;
  padding-top: 9px;
}
.nav--global.nav--clone .hdr__social li {
  display: inline-block;
  margin-right: 12px;
  border-bottom: none;
}
.nav--global.nav--clone .hdr__social a {
  width: 25px;
  height: 25px;
}
.nav--global.nav--clone .hdr__social a:hover {
  background-color: #e6e6e6;
}
.nav--global.nav--clone .hdr__social [class^="icon-"] {
  font-size: 2.07692em;
  font-size: 2.07692rem;
}
.nav--global.nav--clone .hdr__social [class="icon-facebook"] {
  bottom: -2px;
  right: -2px;
}
.nav--global.nav--clone .hdr__social [class="icon-twitter"] {
  bottom: 0;
  right: 1px;
}
.nav--global.nav--clone .hdr__social [class="icon-rss"] {
  bottom: 1px;
  right: 2px;
}
.nav--global li {
  border-bottom: 1px solid #8c000b;
}
.nav--global a {
  display: block;
  padding-left: 31px;
  padding-top: 16px;
  padding-bottom: 13px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .nav--global a {
    padding-left: 55px;
    font-size: 1.23077em;
    font-size: 1.23077rem;
    text-align: left;
  }
}
.nav--global a:hover {
  background-color: #a6000d;
}
.nav--global [class^="icon-cat"] {
  font-size: 1.69231em;
  font-size: 1.69231rem;
  position: absolute;
  top: 10px;
  left: 8px;
}
@media screen and (min-width: 769px) {
  .nav--global [class^="icon-cat"] {
    font-size: 2.30769em;
    font-size: 2.30769rem;
    top: 8px;
    left: 14px;
  }
}

.menu {
  width: 28px;
  height: 21px;
  position: absolute;
  top: 15px;
  left: -40px;
  z-index: 10000;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media screen and (min-width: 769px) {
  .menu {
    display: none;
  }
}
.sb-active .menu {
  display: block;
}
.menu span {
  display: block;
  background-color: #FFF;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
}
.sb-active .menu span {
  background-color: transparent;
}
.menu span:before, .menu span:after {
  background-color: #FFF;
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu span:before {
  top: -9px;
}
.sb-active .menu span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu span:after {
  bottom: -9px;
}
.sb-active .menu span:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/****************************************************
 * CONTENTS
 */
.contentsContainer {
  background-color: #333;
}
@media screen and (min-width: 769px) {
  .contentsContainer {
    background-color: transparent;
    margin-left: 274px;
    overflow: hidden;
  }
}

.contentsInner {
  max-width: 864px;
}

@media screen and (min-width: 769px) {
  .contents {
    margin-left: 12px;
    margin-right: 12px;
  }
}

#infscr-loading {
  height: 65px;
  padding-top: 10px;
  margin-bottom: 36px;
  text-align: center;
  letter-spacing: normal;
}

/****************************************************
 * FOOTER
 */
.ftr {
  background-color: #333;
}
@media screen and (min-width: 769px) {
  .ftr {
    background-color: #000;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.ftrInner {
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .ftrInner {
    max-width: 1060px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .ftr__block {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}

@media screen and (min-width: 769px) {
  .nav--category, .ftr__social, .nav--extra {
    display: table-cell;
    vertical-align: top;
  }
}

.ftr__social {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .ftr__social {
    float: left;
    width: 38%;
  }
}
.error404 .ftr__social {
  display: none;
}
@media screen and (min-width: 769px) {
  .error404 .ftr__social {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .ftr__social.block {
    margin-left: 0;
    margin-right: 0;
  }
}

.fbPlugin {
  height: 214px;
  margin-bottom: 12px;
  text-align: center;
}

.twFollow {
  background-color: #2ca7e0;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-size: 0.92308em;
  font-size: 0.92308rem;
  text-align: center;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.twFollow:hover {
  background-color: #25b9e9;
}

.twitter-follow-button {
  vertical-align: bottom;
}

.nav--category {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .nav--category {
    float: left;
    width: 35%;
    padding-left: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 859px) {
  .nav--category {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .nav--category {
    padding-left: 80px;
  }
}
.nav--category h3 {
  display: none;
}
@media screen and (min-width: 769px) {
  .nav--category h3 {
    display: block;
    padding-bottom: 4px;
    margin-bottom: 16px;
    font-size: 1.15385em;
    font-size: 1.15385rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
}

.nav__group {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .nav__group {
    float: none;
    width: 100%;
  }
  .nav__group:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 859px) {
  .nav__group {
    float: left;
    width: 55%;
  }
  .nav__group:last-child {
    width: 45%;
  }
}
.nav__group li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .nav__group li {
    float: none;
    width: auto;
  }
}
.nav__group a {
  background-color: #4c4c4c;
  display: block;
  padding-top: 11px;
  padding-bottom: 9px;
  padding-left: 30px;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav__group a {
    background-color: transparent;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.15385em;
    font-size: 1.15385rem;
    line-height: 1.4;
    text-align: left;
  }
}
.nav__group a .nav__menu {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__group a:hover .nav__menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.nav__group [class^="icon-"] {
  font-size: 1.84615em;
  font-size: 1.84615rem;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  left: 10px;
}
@media screen and (min-width: 769px) {
  .nav__group [class^="icon-"] {
    left: 0;
  }
}

.nav--extra {
  border-top: 1px solid #808080;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .nav--extra {
    float: left;
    width: 27%;
    padding-left: 40px;
    padding-top: 5px;
    border-top: none;
  }
}
@media screen and (min-width: 859px) {
  .nav--extra {
    width: 22%;
  }
}
@media screen and (min-width: 960px) {
  .nav--extra {
    padding-left: 80px;
  }
}
.nav--extra li {
  float: left;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .nav--extra li {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
}
.nav--extra li:nth-child(2n) a {
  border-right: none;
}
.nav--extra a {
  display: block;
  padding-top: 13px;
  padding-bottom: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #808080;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .nav--extra a {
    display: inline;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}
.nav--extra a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.copyright {
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 0.76923em;
  font-size: 0.76923rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copyright {
    margin-top: 0;
    font-size: 0.92308em;
    font-size: 0.92308rem;
    text-align: right;
  }
}
@media screen and (min-width: 859px) {
  .copyright {
    margin-top: -3.5em;
  }
}
