@charset "UTF-8";
@font-face {
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 100; }

@font-face {
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 200; }

@font-face {
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 300; }

@font-face {
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 400; }

@font-face {
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 500; }

@font-face {
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 600; }

@font-face {
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 700; }

@font-face {
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 800; }

@font-face {
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
  font-family: "Hiragino Sans";
  font-weight: 900; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  src: url("/files/user/_fonts/awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/files/user/_fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/files/user/_fonts/awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/files/user/_fonts/awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/files/user/_fonts/awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/files/user/_fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal; }

.fa {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  margin-left: 2.14285714em;
  padding-left: 0;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible; }

/* ==========================================================
Name:
    reset.css

Description:
    ユーザーエージェントスタイルの初期化を行う

Contents:
    reset style
========================================================== */
/* ---------------------------------------------
*   reset style
--------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  clear: both;
  content: "";
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 14px; }

body {
  line-height: 1.8; }

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none; }

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* ---------------------------------------------
*   page
--------------------------------------------- */
.page {
  width: 100%;
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in; }

/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
  padding: 0 8%;
  background-color: #000; }

/*  header-container
--------------------------------------------- */
.header-container {
  padding: 17px 0; }
  .header-container:after {
    display: block;
    clear: both;
    content: ""; }

/*  header-logo
--------------------------------------------- */
.header-logo {
  margin-top: 3px;
  float: left; }
  .header-logo__link {
    display: block;
    width: 250px; }

/*  header-nav
--------------------------------------------- */
.header-nav {
  float: right; }
  .header-nav__list {
    margin-top: 6px; }
    .header-nav__list:after {
      display: block;
      clear: both;
      content: ""; }
  .header-nav__list-item {
    margin: 0 15px;
    float: left; }
    .header-nav__list-item:after {
      display: block;
      clear: both;
      content: ""; }
    .header-nav__list-item--current .header-nav__link {
      opacity: 1; }
    .header-nav__list-item--group {
      margin-right: 0; }
    .header-nav__list-item--group .header-nav__link {
      margin: 0 8px; }
      .header-nav__list-item--group .header-nav__link:first-child {
        margin-left: 0; }
  .header-nav__link {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    opacity: .6; }
    .header-nav__link:hover {
      opacity: 1; }
    .header-nav__link--facebook, .header-nav__link--twitter, .header-nav__link--youtube {
      position: relative;
      width: 34px;
      height: 0;
      padding-top: 34px;
      float: left;
      overflow: hidden;
      border-radius: 50%;
      background-repeat: no-repeat;
      opacity: 1; }
      .header-nav__link--facebook:before, .header-nav__link--facebook:after, .header-nav__link--twitter:before, .header-nav__link--twitter:after, .header-nav__link--youtube:before, .header-nav__link--youtube:after {
        color: inherit;
        font-family: FontAwesome; }
      .header-nav__link--facebook:before, .header-nav__link--twitter:before, .header-nav__link--youtube:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 16px;
        line-height: 1.0; }
    .header-nav__link--facebook {
      background-color: #3b5998; }
      .header-nav__link--facebook:before {
        content: "\f09a"; }
    .header-nav__link--twitter {
      background-color: #55acee; }
      .header-nav__link--twitter:before {
        content: "\f099"; }
    .header-nav__link--youtube {
      background-color: #e52d27; }
      .header-nav__link--youtube:before {
        content: "\f16a"; }
    .header-nav__link--abematv {
      width: 249px;
      height: 0;
      max-height: 0;
      padding-top: 81px;
      padding-bottom: 0;
      overflow: hidden;
      background: url(/files/user/images/design/abema-app-banner.png?v=1586639368) 0 0 no-repeat;
      background-repeat: no-repeat;
      background-size: 249px 81px;
      opacity: 1; }
  .header-nav__banner {
    display: none;
    padding: 4px 0; }
    .header-nav__banner .header-nav__link {
      margin: 7px auto !important; }

/*  header-sp-trigger
--------------------------------------------- */
.header-sp-trigger {
  display: none; }
  .header-sp-trigger__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #fff;
    text-indent: -9999px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in; }
    .header-sp-trigger__text:before, .header-sp-trigger__text:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 100%;
      height: 0;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-color: #fff;
      content: "";
      -webkit-transition: .3s ease-in;
      transition: .3s ease-in; }
    .header-sp-trigger__text:before {
      top: 50%; }
    .header-sp-trigger__text:after {
      top: 100%; }

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
  padding: 40px 8% 100px; }

/* ---------------------------------------------
*   global-nav
--------------------------------------------- */
.global-nav {
  display: none; }
  .global-nav__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #000; }
  .global-nav__list-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    height: 40px; }
    .global-nav__list-item:after {
      width: 0;
      height: 12px;
      border-left: 1px solid #444;
      content: ""; }
    .global-nav__list-item:last-child:after {
      display: none; }
  .global-nav__link {
    width: 100%;
    color: #bbb;
    font-size: 0.85714rem;
    text-align: center; }

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px; }
  .contents:after {
    display: block;
    clear: both;
    content: ""; }

/* ---------------------------------------------
*   main
--------------------------------------------- */
.main {
  width: calc(100% - 324px);
  float: left; }

/* ---------------------------------------------
*   main-row
--------------------------------------------- */
.main-row {
  margin-top: 40px; }
  .main-row:first-child {
    margin-top: 0; }

/* ---------------------------------------------
*   main-adarea
--------------------------------------------- */
.main-adarea--two-column {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-adarea--two-column .main-adarea__item {
  width: 50%;
  text-align: center; }

/* ---------------------------------------------
*   sidebar
--------------------------------------------- */
.sidebar {
  width: 240px;
  margin-left: calc(100% - 240px); }

/* ---------------------------------------------
*   sideba-row
--------------------------------------------- */
.sidebar-row {
  margin-top: 20px; }
  .sidebar-row:first-child {
    margin-top: 0; }
  .sidebar-row--center {
    text-align: center; }

/* ---------------------------------------------
*   sidebar-abematv
--------------------------------------------- */
.sidebar-abematv__item {
  position: relative;
  width: 230px;
  height: 185px;
  padding: 5px;
  border-radius: 4px;
  background-color: #000;
  text-align: center; }

.sidebar-abematv__item-head {
  display: block;
  position: relative; }

.sidebar-abematv__item-head-image {
  width: 100%;
  height: 130px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000; }
  .sidebar-abematv__item-head-image > img {
    width: 100%; }

.sidebar-abematv__item-head-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25); }

.sidebar-abematv__item-head-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  background-color: #f0163a;
  color: #eee;
  font-size: 0.85714rem;
  line-height: 1.5; }

.sidebar-abematv__item-head-logo {
  margin-top: 25px;
  text-align: center; }

.sidebar-abematv__item-head-button {
  width: 220px;
  margin: 10px auto 0; }

.sidebar-abematv__item-body {
  position: relative; }

.sidebar-abematv__item-body-link {
  display: block;
  width: 118px;
  height: 0;
  margin: 10px auto;
  padding-top: 35px;
  overflow: hidden;
  background-image: url(/files/user/images/design/abema-app-banner-gray.png?v=1586639368);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 118px; }

/* ---------------------------------------------
*   sidebar-search
--------------------------------------------- */
.sidebar-search {
  margin-top: 20px; }

/* ---------------------------------------------
*   sidebar-nav
--------------------------------------------- */
.sidebar-nav {
  margin-top: 20px;
  padding: 30px;
  border-radius: 4px;
  background-color: #151515; }
  .sidebar-nav__cassette {
    margin-top: 30px; }
    .sidebar-nav__cassette:first-child {
      margin-top: 0; }
  .sidebar-nav__list {
    margin-top: 30px;
    line-height: 1.5; }
    .sidebar-nav__list a {
      color: #fff; }
  .sidebar-nav__list-item {
    margin-top: 15px;
    font-size: 0.92857rem;
    letter-spacing: -.4em; }
    .sidebar-nav__list-item:before {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 1em;
      border-radius: 4px;
      vertical-align: middle;
      content: ""; }
    .sidebar-nav__list-item--news:before {
      background-color: #36bd82; }
    .sidebar-nav__list-item--variety:before {
      background-color: #e2b500; }
    .sidebar-nav__list-item--sports:before {
      background-color: #00acff; }
    .sidebar-nav__list-item--hobby:before {
      background-color: #ff4e00; }
    .sidebar-nav__list-item--love:before {
      background-color: #ff0090; }
    .sidebar-nav__list-item--interview:before {
      background-color: #9fc600; }
  .sidebar-nav__sns {
    margin-top: 25px;
    line-height: 1.5; }
  .sidebar-nav__sns-item {
    margin-top: 15px; }
  .sidebar-nav__link {
    letter-spacing: normal; }

/* ---------------------------------------------
*   sidebar-ranking
--------------------------------------------- */
.sidebar-ranking {
  margin-top: 20px; }
  .sidebar-ranking__head {
    margin-bottom: 10px; }
    .sidebar-ranking__head .heading-graphical {
      margin-bottom: 10px; }
  .sidebar-ranking__foot {
    padding-top: 20px;
    text-align: right; }
    .sidebar-ranking__foot-link {
      display: block;
      color: #000;
      font-size: 1rem; }
      .sidebar-ranking__foot-link:after {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-top: 4px;
        margin-right: 5px;
        margin-left: 15px;
        float: right;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 1px solid #979797;
        border-left: 1px solid #979797;
        content: ""; }
  .sidebar-ranking__list {
    counter-reset: number; }
  .sidebar-ranking__list-item {
    margin-top: 20px; }
  .sidebar-ranking__list-item--movie .sidebar-ranking__unit {
    display: block;
    padding-bottom: 1px;
    overflow: hidden; }
  .sidebar-ranking__list-item--movie .sidebar-ranking__unit-image {
    margin-right: 10px;
    float: left; }
    .sidebar-ranking__list-item--movie .sidebar-ranking__unit-image:before {
      background: url(/files/user/images/design/video-ranking-ico.png?v=1555462532) 0 0 no-repeat;
      background-size: 20px 20px;
      content: "";
      counter-increment: none; }
  .sidebar-ranking__list-item--movie .sidebar-ranking__unit-caption {
    width: auto; }
  .sidebar-ranking__list-item--movie .sidebar-ranking__copyright {
    line-height: 1.8; }
  .sidebar-ranking__list-item--reverse .sidebar-ranking__unit {
    display: block;
    padding-bottom: 1px;
    overflow: hidden; }
  .sidebar-ranking__list-item--reverse .sidebar-ranking__unit-image {
    width: 30%;
    margin-right: 0;
    margin-left: 1%;
    float: right; }
  .sidebar-ranking__list-item--reverse .sidebar-ranking__unit-caption {
    width: auto; }
  .sidebar-ranking__list-item--reverse .sidebar-ranking__unit .sidebar-ranking__copyright {
    line-height: 1.8;
    text-align: left; }
  .sidebar-ranking__list-item--none .sidebar-ranking__unit-image:before {
    display: none; }
  .sidebar-ranking__list-item--popular .sidebar-ranking__unit {
    display: block;
    padding-bottom: 1px;
    overflow: hidden; }
  .sidebar-ranking__list-item--popular .sidebar-ranking__unit-image {
    margin-right: 10px;
    float: left; }
    .sidebar-ranking__list-item--popular .sidebar-ranking__unit-image:before {
      display: none; }
  .sidebar-ranking__list-item--popular .sidebar-ranking__unit-caption {
    width: auto; }
  .sidebar-ranking__list-item--popular .sidebar-ranking__copyright {
    line-height: 1.8; }
  .sidebar-ranking__link {
    display: block;
    text-decoration: none; }
    .sidebar-ranking__link:hover {
      opacity: .6; }
  .sidebar-ranking__unit {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.2; }
    .sidebar-ranking__unit--column {
      display: block; }
    .sidebar-ranking__unit--column .sidebar-ranking__unit-image {
      width: auto; }
      .sidebar-ranking__unit--column .sidebar-ranking__unit-image:before {
        display: none; }
    .sidebar-ranking__unit--column .sidebar-ranking__unit-caption {
      width: auto;
      margin-top: 10px;
      font-weight: bold; }
    .sidebar-ranking__unit .sidebar-ranking__copyright {
      text-align: right; }
  .sidebar-ranking__unit-image {
    position: relative;
    width: 80px; }
    .sidebar-ranking__unit-image img {
      width: 100%; }
    .sidebar-ranking__unit-image:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #51C300;
      color: #fff;
      font-size: 1rem;
      line-height: 20px;
      text-align: center;
      content: counter(number);
      counter-increment: number; }
  .sidebar-ranking__unit-caption {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    width: 152px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .sidebar-ranking__unit-caption a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis; }
    .sidebar-ranking__unit-caption--two-line {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis; }
      .sidebar-ranking__unit-caption--two-line a {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis; }
  .sidebar-ranking__pickup {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sidebar-ranking__pickup:after {
      display: block;
      width: 48%;
      content: ""; }
  .sidebar-ranking__pickup-item {
    width: 48%;
    margin-top: 15px; }
    .sidebar-ranking__pickup-item:first-child {
      width: 100%;
      margin-top: 0; }
  .sidebar-ranking__copyright {
    margin-top: 2px;
    color: #7f7f7f;
    font-size: 0.71429rem;
    line-height: 1.2; }

/* ---------------------------------------------
*   sidebar-adarea
--------------------------------------------- */
.sidebar-adarea {
  margin-top: 20px; }

/* ---------------------------------------------
*   sidebar-abemavideo
--------------------------------------------- */
.sidebar-abemavideo {
  margin-top: 20px;
  padding: 10px;
  background-color: #000;
  text-align: center; }
  .sidebar-abemavideo__head {
    margin: -10px -10px 0; }
  .sidebar-abemavideo__body {
    margin-top: 10px; }
  .sidebar-abemavideo__foot {
    margin-top: 10px; }
    .sidebar-abemavideo__foot-link {
      display: block;
      padding: 4px 0;
      border-radius: 5px;
      background: #70bf39;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      text-decoration: none; }

/* ---------------------------------------------
*   sidebar-facebook
--------------------------------------------- */
.sidebar-facebook {
  margin-top: 20px; }

/* ---------------------------------------------
*   sidebar-twitter
--------------------------------------------- */
.sidebar-twitter {
  margin-top: 20px; }
  .sidebar-twitter iframe.twitter-follow-button {
    width: 100% !important; }

/* ---------------------------------------------
*   footer
--------------------------------------------- */
/*  footer-pagetop
--------------------------------------------- */
/*  footer-upper
--------------------------------------------- */
.footer-upper {
  padding: 40px 0;
  background-color: #000;
  color: #fff; }
  .footer-upper a:hover {
    opacity: .6; }

/*  footer-middle
--------------------------------------------- */
.footer-middle {
  padding: 26px 0;
  border-top: 1px solid #333;
  background-color: #1a1a1a; }
  .footer-middle a:hover {
    opacity: .6; }

/*  footer-sub
--------------------------------------------- */
.footer-sub {
  display: block;
  background: #000;
  font-size: 0.71429rem; }

/*  footer-lower
--------------------------------------------- */
.footer-lower {
  padding: 20px 0;
  border-top: 1px solid #eee;
  background-color: #fff; }
  .footer-lower a:hover {
    opacity: .6; }

/*  footer-container
--------------------------------------------- */
.footer-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8%; }

/*  footer-sns
--------------------------------------------- */
.footer-sns {
  display: none; }
  .footer-sns__head {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.92857rem;
    text-align: center; }
  .footer-sns__body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-sns__link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 50%;
    height: 48px;
    margin: 0 5px;
    padding: 6px 0 6px 55px;
    border-radius: 2px;
    color: #fff;
    font-size: 1.28571rem;
    line-height: 1.1;
    text-align: left; }
    .footer-sns__link span {
      display: block;
      font-size: 0.85714rem; }
    .footer-sns__link:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      border-radius: 2px 0 0 2px;
      content: ""; }
    .footer-sns__link:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      font-size: 2rem;
      line-height: 48px;
      text-align: center; }
    .footer-sns__link--facebook {
      background-color: #3368af; }
      .footer-sns__link--facebook:before, .footer-sns__link--facebook:after {
        color: #fff;
        font-family: FontAwesome; }
      .footer-sns__link--facebook:after {
        content: "\f09a"; }
      .footer-sns__link--facebook:before {
        background-color: #21579e; }
    .footer-sns__link--twitter {
      background-color: #55acee; }
      .footer-sns__link--twitter:before, .footer-sns__link--twitter:after {
        color: #fff;
        font-family: FontAwesome; }
      .footer-sns__link--twitter:after {
        content: "\f099"; }
      .footer-sns__link--twitter:before {
        background-color: #2C94E4; }

/*  footer-app
--------------------------------------------- */
.footer-app {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 282px;
  margin-top: 20px; }
  .footer-app__logo {
    display: block;
    height: 0;
    margin-top: 25px;
    padding-top: 52px;
    overflow: hidden;
    background: url(/files/user/images/design/abema-tv-banner.png?v=1586639368) 0 0 no-repeat;
    background-repeat: no-repeat;
    background-size: 180px 52px; }
  .footer-app__leadtext {
    display: none;
    margin-top: 15px;
    color: #fff;
    font-size: 1rem;
    text-align: center; }
  .footer-app__downloads {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px; }
  .footer-app__downloads-item--appstore .footer-app__downloads-link {
    width: 140px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    background-image: url(/files/user/images/design/app-store.png?v=1555462534);
    background-repeat: no-repeat;
    background-size: 140px 40px; }
  .footer-app__downloads-item--googleplay .footer-app__downloads-link {
    width: 130px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    background-image: url(/files/user/images/design/google-play.png?v=1555462530);
    background-repeat: no-repeat;
    background-size: 130px 40px; }
  .footer-app__downloads-item--button {
    width: 100%;
    margin-top: 10px; }
  .footer-app__downloads-item--button .footer-app__downloads-link {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 0.85714rem;
    line-height: 40px;
    text-align: center; }
  .footer-app__downloads-link {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat; }

/*  footer-category
--------------------------------------------- */
.footer-category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 55%; }
  .footer-category__menu {
    margin-top: 15px; }
  .footer-category__menu-body {
    margin-top: 4px;
    line-height: 2.0; }
  .footer-category__menu-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-category__menu-list-item {
    margin: 0 10px 7px 0;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1.14286rem; }
    .footer-category__menu-list-item:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: 0; }

/*  footer-specialsite
--------------------------------------------- */
.footer-specialsite {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 45%; }
  .footer-specialsite__list {
    font-size: 1.14286rem; }
  .footer-specialsite__list-item {
    margin-top: 15px; }
    .footer-specialsite__list-item:after {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-right: 6px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      content: ""; }

/*  footer-nav
--------------------------------------------- */
.footer-nav {
  color: #999;
  font-size: 1.07143rem; }
  .footer-nav__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-nav__list-item {
    padding: 0 17px;
    border-left: 1px solid #999;
    line-height: 1.0; }
    .footer-nav__list-item:first-child {
      padding-left: 0;
      border-left: 0; }

/*  footer-program
--------------------------------------------- */
.footer-program {
  width: 100%;
  font-size: 0.71429rem; }
  .footer-program__item {
    width: 33.3%;
    float: left;
    color: #666; }

/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
  line-height: 1.5;
  text-align: center; }
  .footer-copyright__text {
    color: rgba(51, 51, 51, 0.5);
    font-size: 0.85714rem; }

/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   adc-banner
--------------------------------------------- */

/* ---------------------------------------------
*   adc-post
--------------------------------------------- */
.adc-post {
  min-height: 150px;
  margin: 0 12px;
  overflow: hidden; }

.adc-post__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee; }

.adc-post__item:first-child {
  margin-top: 0; }

.adc-post__link {
  text-decoration: none; }

.adc-post__image {
  width: 128px;
  float: right; }

.adc-post__title {
  margin-top: 4px;
  color: #333;
  font-size: 1.28571rem;
  line-height: 1.4; }

.adc-post__cat {
  padding: 3px;
  clear: both;
  color: #7f7f7f;
  font-size: 0.78571rem;
  text-align: right; }

/* ---------------------------------------------
*   animation
--------------------------------------------- */
.blinking {
  -webkit-animation: blink 5s ease-in-out infinite alternate;
  animation: blink 5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }

@keyframes blink {
  50% {
    opacity: 0; } }

/* ---------------------------------------------
*   article-list
--------------------------------------------- */

.article-list--pickup .article-list__body,
.article-list--main .article-list__body {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.article-list--pickup .article-list__body:before,
.article-list--pickup .article-list__body:after,
.article-list--main .article-list__body:before,
.article-list--main .article-list__body:after {
  display: block;
  width: calc(33.333% - 12px);
  content: ""; }

.article-list--pickup .article-list__body:before,
.article-list--main .article-list__body:before {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.article-list__head {
  margin-bottom: 15px; }

.article-list__head--pagetitle {
  margin: 0 0 20px 6px; }

.article-list__body {
  counter-reset: number; }

.article-list__foot {
  margin-top: 20px;
  text-align: center; }

/* ---------------------------------------------
*   article-list-item
--------------------------------------------- */
.article-list-item {
  width: 100%; }

.article-list-item a {
  display: block; }

.article-list-item__inner {
  position: relative; }

.article-list-item__image {
  display: block;
  position: relative;
  height: 0;
  padding-top: 66.7%;
  overflow: hidden; }

.article-list-item__image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  transform: translate(-50%, -50%); }

.article-list-item__image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article-list-item__image a:hover {
  opacity: 0.6; }

.article-list-item__contents {
  padding-bottom: 1px;
  overflow: hidden; }

.article-list-item__heading {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  line-height: 1.3;
  text-overflow: ellipsis; }

.article-list-item__heading a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-list-item__heading a:hover {
  opacity: 0.6; }

.article-list-item__text {
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.85714rem; }

.article-list-item__text a {
  color: inherit; }

.article-list-item__text em {
  font-size: 1.16em;
  font-style: normal;
  font-weight: bold; }

.article-list-item__date {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.92857rem; }

.article-list-item--main {
  width: calc((100% - 48px) / 3);
  margin-top: 40px; }

.article-list-item--main:nth-child(-n + 3) {
  margin-top: 0; }

.article-list-item--main .article-list-item__heading {
  font-size: 1.21429rem; }

.article-list-item--main .article-list-item__date {
  margin-top: 6px; }

.article-list-item--keysize .article-list-item__image {
  padding-top: 36.7%; }

.article-list-item--keysize .article-list-item__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 80px 20px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
  pointer-events: none; }

.article-list-item--keysize .article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.85714rem;
  text-overflow: ellipsis; }

.article-list-item--keysize .article-list-item__heading a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis; }

.article-list-item--keysize .article-list-item__date {
  margin-top: 2px;
  color: #fff;
  font-size: 0.85714rem;
  text-align: right; }

.article-list-item--horizontal {
  margin-top: 30px; }

.article-list-item--horizontal:first-child {
  margin-top: 0; }

.article-list-item--horizontal.article-list-item--ranking
.article-list-item__image:after {
  width: 40px;
  height: 40px;
  font-size: 1.57143rem;
  line-height: 40px; }

.article-list-item--horizontal .article-list-item__inner {
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.article-list-item--horizontal .article-list-item__image {
  width: 160px;
  height: auto;
  padding-top: 0; }

.article-list-item--horizontal .article-list-item__image a {
  position: relative;
  height: 0;
  padding-top: 66.7%; }

.article-list-item--horizontal .article-list-item__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 185px); }

.article-list-item--horizontal .article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  overflow: hidden;
  font-size: 1.57143rem;
  text-overflow: ellipsis; }

.article-list-item--horizontal .article-list-item__heading a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.6;
  text-overflow: ellipsis;
  vertical-align: top; }

.article-list-item--horizontal .article-list-item__date {
  margin: 15px 10px 0 0;
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.78571rem; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__inner {
  display: block; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image {
  width: 100%;
  height: 0;
  padding-top: 43.95604%; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image:after {
  width: 55px;
  height: 55px;
  font-size: 1.78571rem;
  line-height: 55px; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image
a {
  position: absolute;
  height: 100%;
  padding-top: 0; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 20px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7)); }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.85714rem;
  text-overflow: ellipsis; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading
a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__date {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  color: #fff;
  font-size: 0.92857rem; }

.article-list-item--pickup {
  position: relative; }

.article-list-item--pickup:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/files/user/images/design/pickup-bage.png?v=1555462531) 0 0 no-repeat;
  background-size: 60px 60px;
  content: ""; }

.article-list-item--new {
  position: relative; }

.article-list-item--new:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/files/user/images/design/new-bage.png?v=1555462530) 0 0 no-repeat;
  background-size: 60px 60px;
  content: ""; }

.article-list-item--ranking .article-list-item__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #51c300;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  content: counter(number);
  counter-increment: number; }

.article-list-item--related {
  width: auto;
  min-height: 1px;
  margin-top: 0;
  padding: 10px;
  border-bottom: 1px solid #eee; }

.article-list-item--related a:hover {
  opacity: 0.6; }

.article-list-item--related .article-list-item__inner {
  padding-bottom: 1px;
  overflow: hidden; }

.article-list-item--related .article-list-item__image {
  width: 128px;
  height: auto;
  padding-top: 0;
  float: right; }

.article-list-item--related .article-list-item__image a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }

.article-list-item--related .article-list-item__contents {
  margin-right: 140px; }

.article-list-item--related .article-list-item__heading {
  margin-top: 0;
  font-size: 1.28571rem;
  font-weight: normal;
  line-height: 1.5;
  white-space: normal; }

.article-list-item--related .article-list-item__date {
  font-size: 0.85714rem; }

.article-list-item--search-result {
  min-height: 100px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }

.article-list-item--search-result a:hover {
  opacity: 0.6; }

.article-list-item--search-result .article-list-item__inner:after {
  display: block;
  clear: both;
  content: ""; }

.article-list-item--search-result .article-list-item__image {
  width: 120px;
  height: 120px;
  margin-left: 40px;
  padding-top: 0;
  float: right; }

.article-list-item--search-result .article-list-item__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.article-list-item--search-result .article-list-item__heading {
  display: block;
  font-size: 1.14286rem;
  font-weight: bold;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: nowrap; }

.article-list-item--search-result .article-list-item__heading a {
  display: inline; }

.article-list-item--search-result .article-list-item__date {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.85714rem; }

.article-list-item--sidebar {
  width: 100%; }

.article-list-item--sidebar .article-list-item__inner {
  padding-bottom: 1px;
  overflow: hidden; }

.article-list-item--sidebar .article-list-item__image {
  width: 80px;
  margin-right: 10px;
  padding-top: 45px;
  float: left; }

.article-list-item--sidebar .article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  overflow: hidden;
  line-height: 1.28;
  text-overflow: ellipsis; }

.article-list-item--sidebar .article-list-item__date {
  margin-top: 2px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.85714rem; }

/* ---------------------------------------------
*   article-video
--------------------------------------------- */
.article-video {
  display: block;
  text-decoration: none;
  cursor: pointer; }

.article-video__image {
  position: relative;
  width: 100%;
  height: auto; }

.article-video__title {
  margin-top: 4px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left; }

/* ---------------------------------------------
*   button-colored
--------------------------------------------- */
.button-colored {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  border: 1px solid;
  border-color: inherit;
  outline: 0;
  font-size: 1.14286rem;
  text-align: center; }

.button-colored--block {
  display: block; }

.button-colored--large {
  width: 320px;
  height: 64px;
  min-height: 1px;
  padding: 0;
  font-size: 1.07143rem;
  font-weight: normal;
  line-height: 64px; }

.button-colored--green {
  border-color: #51c300;
  background-color: #51c300;
  color: #fff; }

.button-colored--green:hover {
  color: rgba(255, 255, 255, 0.7); }

/* ---------------------------------------------
*   button-share
--------------------------------------------- */
.button-share--fixed {
  display: none; }

.button-share__head {
  display: block;
  margin-bottom: 20px;
  font-size: 1.07143rem;
  font-weight: bold; }

.button-share__body {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.button-share__item {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.1s ease-in-out;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 48px;
  margin-left: 20px;
  border: 0;
  border-radius: 24px;
  color: #fff;
  font-size: 1.42857rem;
  line-height: 20px;
  text-align: center;
  vertical-align: 0;
  cursor: pointer;
  transition: 0.1s ease-in-out; }

.button-share__item:first-child {
  margin-left: 0; }

.button-share__item:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 24px;
  content: ""; }

.button-share__item:hover:before {
  border-color: #ddd; }

.button-share__item--facebook {
  background-color: #3b5998; }

.button-share__item--facebook:before,
.button-share__item--facebook:after {
  color: inherit;
  font-family: FontAwesome; }

.button-share__item--facebook:after {
  content: "\f09a"; }

.button-share__item--facebook:hover {
  background-color: #fff;
  color: #3b5998; }

.button-share__item--twitter {
  background-color: #55acee; }

.button-share__item--twitter:before,
.button-share__item--twitter:after {
  color: inherit;
  font-family: FontAwesome; }

.button-share__item--twitter:after {
  content: "\f099"; }

.button-share__item--twitter:hover {
  background-color: #fff;
  color: #55acee; }

.button-share__item--hatena {
  background-color: #1691db; }

.button-share__item--hatena:after {
  font-family: Verdana;
  font-weight: bold;
  content: "B!"; }

.button-share__item--hatena:hover {
  background-color: #fff;
  color: #1691db; }

.button-share__item--line {
  display: none;
  background-color: #00c300; }

.button-share__item--line:after {
  font-family: Frutiger;
  font-size: 0.64286rem;
  font-weight: bold;
  content: "LINE"; }

.button-share__item--line:hover {
  background-color: #fff;
  color: #00c300; }

/* ---------------------------------------------
*   category-pickup
--------------------------------------------- */
.category-pickup {
  width: calc((100% - 48px) / 3);
  margin-top: 20px;
  padding-top: 20px; }

.category-pickup:nth-child(-n + 3) {
  margin-top: 0; }

.category-pickup .article-list-item__heading {
  font-size: 1.21429rem; }

.category-pickup__head {
  padding: 20px 0;
  border-top: 5px solid;
  font-size: 1.28571rem;
  font-weight: 400;
  line-height: 1;
  text-align: center; }

.category-pickup--news .category-pickup__head {
  border-color: #36bd82; }

.category-pickup--variety .category-pickup__head {
  border-color: #e2b500; }

.category-pickup--sports .category-pickup__head {
  border-color: #00acff; }

.category-pickup--hobby .category-pickup__head {
  border-color: #ff4e00; }

.category-pickup--love .category-pickup__head {
  border-color: #ff0090; }

.category-pickup--interview .category-pickup__head {
  border-color: #9fc600; }

/* ---------------------------------------------
*   channel-info
--------------------------------------------- */
.channel-info {
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }

.channel-info__image {
  width: calc((100% - 40px) / 2);
  text-align: center; }

.channel-info__image a {
  -webkit-transition: background-color 0.1s 0.2s;
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  transition: background-color 0.1s 0.2s; }

.channel-info__image img {
  width: 100%; }

.channel-info__contents {
  width: calc((100% - 40px) / 2);
  line-height: 1.5; }

.channel-info__tag ul:after {
  display: block;
  clear: both;
  content: ""; }

.channel-info__tag li {
  margin: 0 10px 20px 0;
  padding: 6px;
  float: left;
  color: #fff;
  font-size: 0.85714rem; }

.channel-info__tag--news li {
  background-color: #36bd82; }

.channel-info__tag--variety li {
  background-color: #e2b500; }

.channel-info__tag--sports li {
  background-color: #00acff; }

.channel-info__tag--hobby li {
  background-color: #ff4e00; }

.channel-info__tag--love li {
  background-color: #ff0090; }

.channel-info__tag--interview li {
  background-color: #9fc600; }

.channel-info__text {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5; }

.channel-info__button {
  line-height: 1.4; }

/* ---------------------------------------------
*   channel-logo
--------------------------------------------- */
.channel-logo {
  padding: 10px; }

.channel-logo p {
  margin: 0 0 10px;
  color: #000;
  font-size: 1.14286rem;
  font-weight: bold; }

.channel-logo__list {
  overflow: hidden; }

.channel-logo__list-item {
  width: 9%;
  margin: 0 0.5% 1%;
  padding: 1% 2%;
  float: left;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #000; }

.channel-logo__list-item a:hover {
  opacity: 0.5; }

.channel-logo__list-item img {
  width: 100%;
  height: auto; }

/* ---------------------------------------------
*   channel-program
--------------------------------------------- */
.channel-program {
  width: 100%;
  overflow: hidden; }

.channel-program__list {
  position: relative;
  min-height: 350px;
  padding-bottom: 2px; }

.channel-program__list-item {
  width: 276px;
  float: left; }

/* ---------------------------------------------
*   channel-program-station
--------------------------------------------- */
.channel-program-station {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 10px; }

.channel-program-station__inner {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 0 5px 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px 1px 2px rgba(0, 0, 0, 0.1); }

.channel-program-station__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 4px 0;
  background: #000;
  text-align: center; }

.channel-program-station__logo img {
  display: inline-block;
  width: auto;
  height: 100%; }

.channel-program-station__link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none; }

.channel-program-station__item {
  padding: 5px 10px;
  border-top: 1px solid #eee; }

.channel-program-station__item:first-child {
  border-top: none; }

.channel-program-station__item--onair .channel-program-station__time:after {
  display: inline-block;
  width: 3.1em;
  margin-top: 3px;
  padding: 1px 3px;
  background: #f0163a;
  color: #fff;
  font-size: 8px;
  text-align: center;
  content: "放送中"; }

.channel-program-station__item--onair .channel-program-station__thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto; }

.channel-program-station__item--onair .channel-program-station__text {
  display: block;
  position: static;
  width: auto;
  margin: 10px 0 0 40px;
  font-size: 14px;
  line-height: 1.2; }

.channel-program-station__time,
.channel-program-station__thumb,
.channel-program-station__text {
  display: inline-block;
  vertical-align: top; }

.channel-program-station__time {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  color: #51c300;
  font-size: 10px;
  text-align: center; }

.channel-program-station__thumb {
  width: 80px;
  height: 45px;
  padding-left: 45px;
  overflow: hidden; }

.channel-program-station__thumb img {
  width: 100%;
  height: auto; }

.channel-program-station__text {
  position: absolute;
  top: 0;
  height: 2.8em;
  padding: 0 6px;
  overflow: hidden;
  color: #000;
  font-size: 12px; }

/* ---------------------------------------------
*   customer-transfer
--------------------------------------------- */
.customer-transfer__head {
  margin-bottom: 15px;
  font-size: 1.28571rem;
  font-weight: bold; }

.customer-transfer__body {
  position: relative;
  padding: 0 52px; }

.customer-transfer__slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  width: 100%;
  margin: 0;
  padding: 0 14.5% 0 0;
  overflow: hidden; }

.customer-transfer__slide {
  width: 197px;
  padding-right: 10px;
  float: left; }

.customer-transfer__link {
  display: block;
  text-decoration: none; }

.customer-transfer__image img {
  display: block; }

.customer-transfer__text {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1.3; }

/* ---------------------------------------------
*   fixed-footer
--------------------------------------------- */
.fixed-footer {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0; }

/* ---------------------------------------------
*   follow-post
--------------------------------------------- */
.follow-post {
  max-width: 724px;
  margin: 0 auto;
  border: solid 1px #ddd;
  border-width: 1px 0; }

.follow-post--post-page {
  margin-top: -20px; }

.follow-post__inner {
  -ms-flex-align: center;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 580px;
  margin: 0 auto;
  padding: 15px 0; }

.follow-post__image {
  position: relative;
  width: 220px;
  overflow: hidden; }

.follow-post__image:before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  padding-top: 56.25%;
  content: ""; }

.follow-post__image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.follow-post__contents {
  -ms-flex-pack: end;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 220px);
  text-align: center; }

.follow-post__contents:before {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 5px;
  background: url(/files/user/images/design/at-logo.png?v=1586639369) no-repeat 50% 0;
  background-size: contain;
  content: ""; }

.follow-post__sns-head {
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 24px; }

.follow-post__sns-body {
  font-size: 0; }

.follow-post__sns-item {
  display: inline-block;
  margin: 10px 5px 0 5px;
  font-size: 1rem;
  line-height: 1; }

.follow-post__sns-item .twitter-follow-button {
  vertical-align: bottom; }

/* ---------------------------------------------
*   heading-caption
--------------------------------------------- */
.heading-caption {
  color: #f0163a;
  font-size: 0;
  line-height: 1.5; }

.heading-caption__label {
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
  background-color: #f0163a;
  color: #fff;
  font-size: 0.71429rem; }

.heading-caption__text {
  font-size: 0.85714rem; }

/* ---------------------------------------------
*   heading-colored
--------------------------------------------- */
.heading-colored {
  padding-left: 10px;
  border-left: 6px solid #fff;
  font-size: 2.57143rem;
  font-weight: bold;
  line-height: 1; }

.heading-colored--news {
  border-color: #36bd82;
  color: #36bd82; }

.heading-colored--variety {
  border-color: #e2b500;
  color: #e2b500; }

.heading-colored--sports {
  border-color: #00acff;
  color: #00acff; }

.heading-colored--hobby {
  border-color: #ff4e00;
  color: #ff4e00; }

.heading-colored--love {
  border-color: #ff0090;
  color: #ff0090; }

.heading-colored--interview {
  border-color: #9fc600;
  color: #9fc600; }

/* ---------------------------------------------
*   heading-graphical
--------------------------------------------- */
.heading-graphical {
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-repeat: no-repeat; }

.heading-graphical--abemavideo-ranking {
  padding-top: 28px;
  background-image: url(/files/user/images/design/abema-video-ranking.png?v=1586639369);
  background-size: 159px auto; }

.heading-graphical--access-ranking {
  padding-top: 40px;
  background-image: url(/files/user/images/design/access-ranking.png?v=1555462533);
  background-size: 278px 40px; }

.heading-graphical--category {
  background-image: url(/files/user/images/design/category.png?v=1555462530);
  background-size: 81px 20px; }

.heading-graphical--category-pickup {
  padding-top: 24px;
  background-image: url(/files/user/images/design/category-pickup.png?v=1555462530);
  background-size: 175px 24px; }

.heading-graphical--daily-ranking {
  padding-top: 24px;
  background-image: url(/files/user/images/design/daily-ranking.png?v=1555462530);
  background-size: 144px 24px; }

.heading-graphical--officialapp {
  padding-top: 19px;
  background-image: url(/files/user/images/design/official-app.png?v=1555462531);
  background-size: 112px 19px; }

.heading-graphical--official-account {
  padding-top: 16px;
  background-image: url(/files/user/images/design/official-account.png?v=1555462531);
  background-size: 143px 16px; }

.heading-graphical--popular-ranking {
  padding-top: 24px;
  background-image: url(/files/user/images/design/popular-topics.png?v=1555462531);
  background-size: 160px 24px; }

.heading-graphical--specialsite {
  padding-top: 19px;
  background-image: url(/files/user/images/design/special-site.png?v=1555462531);
  background-size: 108px 19px; }

.heading-graphical--today {
  padding-top: 24px;
  background-image: url(/files/user/images/design/today-abema-times.png?v=1586639368);
  background-size: 224px 24px; }

/* ---------------------------------------------
*   heading-text
--------------------------------------------- */
.heading-text {
  font-size: 1.85714rem;
  font-weight: bold;
  line-height: 1; }

/* ---------------------------------------------
*   icon-player
--------------------------------------------- */
.icon-player {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 60%;
  left: 50%;
  width: 25%;
  transform: translate(-50%, -50%); }

/* ---------------------------------------------
*   keyword-search
--------------------------------------------- */
.keyword-search {
  position: relative;
  border: 1px solid #eee;
  background-color: #fff; }

.keyword-search__icon {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #999;
  font-size: 1.14286rem;
  line-height: 1; }

.keyword-search__icon:before,
.keyword-search__icon:after {
  color: inherit;
  font-family: FontAwesome; }

.keyword-search__icon:before {
  content: "\f002"; }

.keyword-search__input {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  border: 0;
  border-radius: 0;
  outline: none;
  color: #333;
  font-size: 0.85714rem;
  line-height: 40px;
  vertical-align: top; }

.keyword-search__input:placeholder-shown {
  color: #ccc;
  letter-spacing: 0em; }

.keyword-search__input::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0em; }

.keyword-search__input:-moz-placeholder {
  color: #ccc;
  letter-spacing: 0em;
  opacity: 1; }

.keyword-search__input::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0em;
  opacity: 1; }

.keyword-search__input:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0em; }

/* ---------------------------------------------
*   official-app
--------------------------------------------- */
.official-app {
  padding: 15px 25px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #000; }

.official-app__logo {
  width: 59px;
  height: 0;
  padding-top: 59px;
  float: left;
  overflow: hidden;
  background: url(/files/user/images/design/abema-tv-icon.png?v=1586639368) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 59px 59px; }

.official-app__lead {
  height: 40px;
  padding: 10px 0 10px 20px;
  float: left;
  color: #fff;
  font-size: 0.85714rem; }

.official-app__list {
  padding: 10px 0;
  float: right;
  overflow: hidden; }

.official-app__list-item {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top; }

.official-app__ios,
.official-app__android {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat; }

.official-app__ios {
  width: 140px;
  padding-top: 40px;
  background: url(/files/user/images/design/app-store.png?v=1555462534) 0 0 no-repeat;
  background-size: 140px 40px; }

.official-app__android {
  width: 130px;
  padding-top: 40px;
  background: url(/files/user/images/design/google-play.png?v=1555462530) 0 0 no-repeat;
  background-size: 130px 40px; }

.official-app__official {
  display: block;
  width: 140px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 0.85714rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none; }

/* ---------------------------------------------
*   on-air
--------------------------------------------- */
.on-air {
  z-index: 10000;
  position: fixed;
  bottom: 30px;
  left: 0;
  line-height: 1.5; }

.on-air__inner {
  width: 180px;
  height: 62px;
  margin: 10px 0 0;
  overflow: hidden;
  background: #000; }

.on-air__body {
  padding: 5px 0; }

.on-air__body div {
  float: left; }

.on-air__titlearea {
  width: 45%; }

.on-air__title {
  width: 80%;
  margin: 0 auto 5px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  text-align: center; }

.on-air__logo {
  width: 90%;
  margin: 0 auto; }

.on-air__logo img {
  width: 100%; }

.on-air__img img {
  width: 100%; }

.on-air__img {
  width: 50%; }

.close {
  display: block;
  position: absolute;
  top: 0px;
  right: -8px;
  width: 20px; }

.close img {
  width: 100%;
  height: auto; }

/* ---------------------------------------------
*   on-air-banner
--------------------------------------------- */

/* ---------------------------------------------
*   page-header
--------------------------------------------- */

.page-header__lead {
  margin-top: 20px;
  line-height: 1.6; }

.page-header__lead--fz16 {
  margin-top: 40px;
  font-size: 1.14286rem;
  line-height: 1.5; }

.page-header__lead b {
  font-weight: bold; }

/* ---------------------------------------------
*   page-nav
--------------------------------------------- */

.page-nav__list {
  font-size: 0; }

.page-nav__list-item {
  display: inline-block;
  font-size: 1rem; }

.page-nav--ranking .page-nav__list-item {
  margin-left: 46px; }

.page-nav--ranking .page-nav__list-item:first-child {
  margin-left: 0; }

.page-nav__link--ranking-daily {
  background-image: url(/files/user/images/design/daily-ranking-title.png?v=1555462531); }

.page-nav__link--ranking-weekly {
  background-image: url(/files/user/images/design/weekly-ranking-title.png?v=1555462532); }

.page-nav--ranking .page-nav__link {
  display: block;
  width: 86px;
  height: 0;
  padding-top: 39px;
  overflow: hidden;
  background-position: 0 -39px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 86px 78px; }

.page-nav--ranking .page-nav__link--current,
.page-nav--ranking .page-nav__link:hover {
  background-position: 0 0; }

/* ---------------------------------------------
*   pagination
--------------------------------------------- */
.pagination {
  margin: 60px 0 80px; }

.pagination__list {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.pagination__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 1px 10px 0;
  font-size: 1.07143rem;
  text-align: center;
  white-space: nowrap; }

.pagination__list-item a:hover {
  opacity: 0.6; }

.pagination__list-item > a,
.pagination__list-item > span {
  display: block;
  height: 44px;
  border-radius: 3px;
  color: #151515;
  line-height: 44px; }

.pagination__list-item--hide {
  display: none; }

.pagination__list-item--number > a,
.pagination__list-item--number > span {
  background-color: #e6e6e6; }

.pagination__list-item--current > a,
.pagination__list-item--current > span {
  background-color: #151515;
  color: #fff; }

.pagination__list-item--first > a,
.pagination__list-item--first > span,
.pagination__list-item--last > a,
.pagination__list-item--last > span,
.pagination__list-item--prev > a,
.pagination__list-item--prev > span,
.pagination__list-item--next > a,
.pagination__list-item--next > span {
  background-color: transparent;
  color: #151515; }

.pagination__list-item--first > a:before,
.pagination__list-item--first > a:after,
.pagination__list-item--first > span:before,
.pagination__list-item--first > span:after,
.pagination__list-item--last > a:before,
.pagination__list-item--last > a:after,
.pagination__list-item--last > span:before,
.pagination__list-item--last > span:after,
.pagination__list-item--prev > a:before,
.pagination__list-item--prev > a:after,
.pagination__list-item--prev > span:before,
.pagination__list-item--prev > span:after,
.pagination__list-item--next > a:before,
.pagination__list-item--next > a:after,
.pagination__list-item--next > span:before,
.pagination__list-item--next > span:after {
  color: inherit;
  font-family: FontAwesome; }

.pagination__list-item--first > a:before,
.pagination__list-item--first > span:before {
  content: "\f100"; }

.pagination__list-item--last > a:before,
.pagination__list-item--last > span:before {
  content: "\f101"; }

.pagination__list-item--prev > a:before,
.pagination__list-item--prev > span:before {
  content: "\f104"; }

.pagination__list-item--next > a:before,
.pagination__list-item--next > span:before {
  content: "\f105"; }

/* ---------------------------------------------
*   page-section
--------------------------------------------- */
.page-section {
  padding-top: 50px; }

.page-section__body {
  margin-top: 40px; }

/* ---------------------------------------------
*   related-post
--------------------------------------------- */
.related-post__head {
  margin-bottom: 20px;
  font-size: 1.57143rem;
  font-weight: bold; }

.related-post__body {
  margin-bottom: -20px; }

/* ---------------------------------------------
*   slick
--------------------------------------------- */
.slick-next,
.slick-prev {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer; }

.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75; }

.slick-prev,
.slick-next {
  display: block;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #000; }

.slick-prev {
  left: 20px; }

.slick-prev:before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: ""; }

.slick-next {
  right: 20px; }

.slick-next:before {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 15px;
  left: 12px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: ""; }

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   blog-article
--------------------------------------------- */
.blog-article__date {
  display: block;
  color: #666;
  font-size: 1rem;
  line-height: 1; }

.blog-article__adc {
  display: none; }

.blog-article__body {
  max-width: 724px;
  margin: auto; }

.blog-article__body .u-bdr-clr {
  border: 1px solid #ccc; }

.blog-article__body .quote .ogp__img-item {
  width: 200px; }

.blog-article__body .quote .ogp__img-item:after {
  padding-top: 110px; }

.blog-article__body .quote .ogp__body {
  padding-left: 240px; }

.blog-article b,
.blog-article strong {
  font-weight: bold; }

.blog-article a.u-lnk-clr {
  border-bottom: 1px dashed;
  color: #0080bb; }

.blog-article table {
  width: 100%;
  margin: 0 0 10px; }

.blog-article table td {
  padding: 0 0 0 30px;
  text-align: center;
  vertical-align: top; }

.blog-article table td p,
.blog-article table td div {
  text-align: left; }

.blog-article table .time {
  width: 30px;
  padding: 10px 4px;
  background: #50c401;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  vertical-align: top; }

.blog-article table a {
  color: #0080bb;
  text-decoration: underline; }

.blog-article table img {
  width: 100%;
  max-width: 550px;
  height: auto;
  padding: 0;
  vertical-align: baseline; }

.blog-article table p {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 0 10px; }

.blog-article table p img {
  width: 20px;
  padding: 0; }

.blog-article .copy {
  padding: 8px;
  background: #111;
  color: #999;
  font-size: 12px;
  line-height: 1.5; }

/* ---------------------------------------------
*   blog-body
--------------------------------------------- */
.blog-body {
  font-size: 1rem; }

.blog-body__item {
  margin-top: 30px; }

.blog-body__text blockquote,
.blog-body__text div,
.blog-body__text h4,
.blog-body__text ol,
.blog-body__text p,
.blog-body__text ul {
  font-size: 1.14286rem;
  line-height: 1.5; }

.blog-body__text h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  line-height: 1.6; }

.blog-body__text h3 {
  font-size: 1.14286rem; }

.blog-body__text h3,
.blog-body__text h4 {
  margin-bottom: 0.8em;
  font-weight: bold; }

.blog-body__text div,
.blog-body__text h1,
.blog-body__text h2,
.blog-body__text p {
  margin-bottom: 0.5em; }

.blog-body__text:last-child {
  margin-bottom: 0; }

.txt div,
.txt h1,
.txt h2,
.txt p {
  margin-bottom: 0.5em; }

.txt blockquote,
.txt div,
.txt h4,
.txt ol,
.txt p,
.txt ul {
  font-size: 1.14286rem;
  line-height: 1.5; }

.txt h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  line-height: 1.6; }

.txt h3,
.txt h4 {
  margin-bottom: 0.8em;
  font-weight: bold; }

.txt :last-child {
  margin-bottom: 0; }

.ogp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid; }

.ogp__title {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 1.28571rem;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ogp__body {
  padding: 15px 20px 20px 205px; }

.ogp__action {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden; }

.ogp__action:hover:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  content: ""; }

.ogp__action:hover .ogp__title {
  -webkit-filter: none;
  -ms-filter: none;
  text-decoration: none;
  filter: none;
  opacity: 1; }

.ogp__action:hover .ogp__text {
  -webkit-filter: none;
  -ms-filter: none;
  text-decoration: none;
  filter: none;
  opacity: 1; }

.ogp__site {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0.71429rem;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ogp__text {
  font-size: 0.85714rem; }

/*.ogp__text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85714rem;
    line-height: pxtorem 20, "pc";
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}*/
.ogp__img {
  position: relative;
  margin: 20px;
  float: left;
  background-color: #fff;
  text-align: center; }

.ogp__label + .ogp__title,
.ogp__text {
  margin-top: 8px; }

.ogp__img-item {
  display: block;
  position: relative;
  width: 160px;
  overflow: hidden; }

.ogp__img-item:after {
  display: block;
  padding-top: 160px;
  content: ""; }

.ogp__img-item--action {
  position: relative;
  overflow: hidden; }

.ogp__img-item--action:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.15s ease-out;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.15s ease-out; }

.ogp__img-item img {
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  margin: 0 auto auto; }

.img__item {
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }

.img__item > img {
  max-width: 100%; }

.img__item--fit,
.img__item--l,
.img__item--m {
  display: block; }

.img__item--fit img,
.img__item--l img,
.img__item--m img {
  width: 100%; }

.img__item--action {
  position: relative;
  overflow: hidden; }

.img__item--action:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  filter: alpha(opacity=0);
  opacity: 0; }

.blog-body__item .img a.img__item[target="_blank"]:before {
  background: url(/files/user/images/design/video-icon.png?v=1555462532) no-repeat;
  background-position: 100% 100%;
  background-size: 6%;
  opacity: 0.8; }

.u-txt-clr {
  color: #333333; }

.u-txt-clr--lv1 {
  color: rgba(51, 51, 51, 0.7); }

.u-bdr-clr {
  border-color: #eeeeee; }

.u-lnk-clr,
.u-clr-area a {
  color: #0080bb; }

.blog-article__body h4 > a {
  border-bottom: 1px dashed;
  color: #0080bb; }

.blog-item:after,
.bloginfo-category-list:after,
.comment-item:after,
.facebook-feed__body:after,
.feed-header__inner:after,
.ogp:after,
.pager:after,
.reblog-popup__action--sp:after,
.reblog-popup__footer:after,
.reblog-popup__site:after,
.reblog-toast__item:after,
.reblogged-site-list__item:after,
.related-posts--gridl .related-posts__item-outer:after,
.related-posts--gridm .related-posts__item-outer:after,
.related-posts--listl .related-posts__item:after,
.related-posts--listm .related-posts__item:after,
.shop-item-category-list:after,
.shop-item-quote--list:after,
.site-follow:after,
.twitter-feed__body:after {
  clear: both; }

.blog-body__item .img a.img__item:hover {
  opacity: 0.6; }

.comment-item__body-head .comment-item__user-name,
.noti-item .txt--strong,
.ogp__title,
.pager--type2 .pager__description,
.reblogged-site-list__site-title,
.shop-item-price__value,
.shop-item-quote__text {
  font-weight: bold; }

/* ---------------------------------------------
*   blog-title
--------------------------------------------- */
.blog-title {
  margin-bottom: 3px; }

.blog-title__text {
  margin-bottom: 21px;
  font-size: 1.92857rem;
  font-weight: bold;
  line-height: 1.3; }

/* ---------------------------------------------
*   search-result
--------------------------------------------- */
.search-result__title {
  font-size: 1.28571rem; }

.search-result__title-word {
  font-size: 1.71429rem;
  vertical-align: middle; }

.search-result__title-text {
  margin-left: 10px;
  vertical-align: middle; }

.search-result__form {
  margin-top: 20px; }

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important; }

.mgt-pc--5 {
  margin-top: 5px !important; }

.mgt-pc--10 {
  margin-top: 10px !important; }

.mgt-pc--15 {
  margin-top: 15px !important; }

.mgt-pc--20 {
  margin-top: 20px !important; }

.mgt-pc--25 {
  margin-top: 25px !important; }

.mgt-pc--30 {
  margin-top: 30px !important; }

.mgt-pc--35 {
  margin-top: 35px !important; }

.mgt-pc--40 {
  margin-top: 40px !important; }

.mgt-pc--45 {
  margin-top: 45px !important; }

.mgt-pc--50 {
  margin-top: 50px !important; }

.mgt-pc--55 {
  margin-top: 55px !important; }

.mgt-pc--60 {
  margin-top: 60px !important; }

.mgt-pc--65 {
  margin-top: 65px !important; }

.mgt-pc--70 {
  margin-top: 70px !important; }

.mgt-pc--75 {
  margin-top: 75px !important; }

.mgt-pc--80 {
  margin-top: 80px !important; }

.mgt-pc--85 {
  margin-top: 85px !important; }

.mgt-pc--90 {
  margin-top: 90px !important; }

.mgt-pc--95 {
  margin-top: 95px !important; }

.mgt-pc--100 {
  margin-top: 100px !important; }

.mgt-pc--105 {
  margin-top: 105px !important; }

.mgt-pc--110 {
  margin-top: 110px !important; }

.mgt-pc--115 {
  margin-top: 115px !important; }

.mgt-pc--120 {
  margin-top: 120px !important; }

.mgt-pc--125 {
  margin-top: 125px !important; }

.mgt-pc--130 {
  margin-top: 130px !important; }

.mgt-pc--135 {
  margin-top: 135px !important; }

.mgt-pc--140 {
  margin-top: 140px !important; }

.mgt-pc--145 {
  margin-top: 145px !important; }

.mgt-pc--150 {
  margin-top: 150px !important; }

.mgt-pc--155 {
  margin-top: 155px !important; }

.mgt-pc--160 {
  margin-top: 160px !important; }

.mgt-pc--165 {
  margin-top: 165px !important; }

.mgt-pc--170 {
  margin-top: 170px !important; }

.mgt-pc--175 {
  margin-top: 175px !important; }

.mgt-pc--180 {
  margin-top: 180px !important; }

.mgt-pc--185 {
  margin-top: 185px !important; }

.mgt-pc--190 {
  margin-top: 190px !important; }

.mgt-pc--195 {
  margin-top: 195px !important; }

.mgt-pc--200 {
  margin-top: 200px !important; }

.mgt-pc--205 {
  margin-top: 205px !important; }

.mgt-pc--210 {
  margin-top: 210px !important; }

.mgt-pc--215 {
  margin-top: 215px !important; }

.mgt-pc--220 {
  margin-top: 220px !important; }

.mgt-pc--225 {
  margin-top: 225px !important; }

.mgt-pc--230 {
  margin-top: 230px !important; }

.mgt-pc--235 {
  margin-top: 235px !important; }

.mgt-pc--240 {
  margin-top: 240px !important; }

.mgt-pc--245 {
  margin-top: 245px !important; }

.mgt-pc--250 {
  margin-top: 250px !important; }

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important; }

.mgb-pc--5 {
  margin-bottom: 5px !important; }

.mgb-pc--10 {
  margin-bottom: 10px !important; }

.mgb-pc--15 {
  margin-bottom: 15px !important; }

.mgb-pc--20 {
  margin-bottom: 20px !important; }

.mgb-pc--25 {
  margin-bottom: 25px !important; }

.mgb-pc--30 {
  margin-bottom: 30px !important; }

.mgb-pc--35 {
  margin-bottom: 35px !important; }

.mgb-pc--40 {
  margin-bottom: 40px !important; }

.mgb-pc--45 {
  margin-bottom: 45px !important; }

.mgb-pc--50 {
  margin-bottom: 50px !important; }

.mgb-pc--55 {
  margin-bottom: 55px !important; }

.mgb-pc--60 {
  margin-bottom: 60px !important; }

.mgb-pc--65 {
  margin-bottom: 65px !important; }

.mgb-pc--70 {
  margin-bottom: 70px !important; }

.mgb-pc--75 {
  margin-bottom: 75px !important; }

.mgb-pc--80 {
  margin-bottom: 80px !important; }

.mgb-pc--85 {
  margin-bottom: 85px !important; }

.mgb-pc--90 {
  margin-bottom: 90px !important; }

.mgb-pc--95 {
  margin-bottom: 95px !important; }

.mgb-pc--100 {
  margin-bottom: 100px !important; }

.mgb-pc--105 {
  margin-bottom: 105px !important; }

.mgb-pc--110 {
  margin-bottom: 110px !important; }

.mgb-pc--115 {
  margin-bottom: 115px !important; }

.mgb-pc--120 {
  margin-bottom: 120px !important; }

.mgb-pc--125 {
  margin-bottom: 125px !important; }

.mgb-pc--130 {
  margin-bottom: 130px !important; }

.mgb-pc--135 {
  margin-bottom: 135px !important; }

.mgb-pc--140 {
  margin-bottom: 140px !important; }

.mgb-pc--145 {
  margin-bottom: 145px !important; }

.mgb-pc--150 {
  margin-bottom: 150px !important; }

.mgb-pc--155 {
  margin-bottom: 155px !important; }

.mgb-pc--160 {
  margin-bottom: 160px !important; }

.mgb-pc--165 {
  margin-bottom: 165px !important; }

.mgb-pc--170 {
  margin-bottom: 170px !important; }

.mgb-pc--175 {
  margin-bottom: 175px !important; }

.mgb-pc--180 {
  margin-bottom: 180px !important; }

.mgb-pc--185 {
  margin-bottom: 185px !important; }

.mgb-pc--190 {
  margin-bottom: 190px !important; }

.mgb-pc--195 {
  margin-bottom: 195px !important; }

.mgb-pc--200 {
  margin-bottom: 200px !important; }

.mgb-pc--205 {
  margin-bottom: 205px !important; }

.mgb-pc--210 {
  margin-bottom: 210px !important; }

.mgb-pc--215 {
  margin-bottom: 215px !important; }

.mgb-pc--220 {
  margin-bottom: 220px !important; }

.mgb-pc--225 {
  margin-bottom: 225px !important; }

.mgb-pc--230 {
  margin-bottom: 230px !important; }

.mgb-pc--235 {
  margin-bottom: 235px !important; }

.mgb-pc--240 {
  margin-bottom: 240px !important; }

.mgb-pc--245 {
  margin-bottom: 245px !important; }

.mgb-pc--250 {
  margin-bottom: 250px !important; }

/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュール及びページ固有のスタイルを記述する
    汎用モジュールは、アルファベット降順(A->Z)に記述する
    ページ固有のスタイルは、ディレクトリ名のアルファベット降順(A->Z)、
    ファイル名のアルファベット降順(A->Z)にそれぞれ記述する

Contents:
    module
    page
    utility
========================================================== */
/* ==========================================================
*
*   module
*
========================================================== */
/* ---------------------------------------------
*   adc-banner
--------------------------------------------- */

/* ---------------------------------------------
*   adc-post
--------------------------------------------- */
.adc-post {
  min-height: 150px;
  margin: 0 12px;
  overflow: hidden; }

.adc-post__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee; }

.adc-post__item:first-child {
  margin-top: 0; }

.adc-post__link {
  text-decoration: none; }

.adc-post__image {
  width: 128px;
  float: right; }

.adc-post__title {
  margin-top: 4px;
  color: #333;
  font-size: 1.28571rem;
  line-height: 1.4; }

.adc-post__cat {
  padding: 3px;
  clear: both;
  color: #7f7f7f;
  font-size: 0.78571rem;
  text-align: right; }

/* ---------------------------------------------
*   animation
--------------------------------------------- */
.blinking {
  -webkit-animation: blink 5s ease-in-out infinite alternate;
  animation: blink 5s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }

@keyframes blink {
  50% {
    opacity: 0; } }

/* ---------------------------------------------
*   article-list
--------------------------------------------- */

.article-list--pickup .article-list__body,
.article-list--main .article-list__body {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.article-list--pickup .article-list__body:before,
.article-list--pickup .article-list__body:after,
.article-list--main .article-list__body:before,
.article-list--main .article-list__body:after {
  display: block;
  width: calc(33.333% - 12px);
  content: ""; }

.article-list--pickup .article-list__body:before,
.article-list--main .article-list__body:before {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.article-list__head {
  margin-bottom: 15px; }

.article-list__head--pagetitle {
  margin: 0 0 20px 6px; }

.article-list__body {
  counter-reset: number; }

.article-list__foot {
  margin-top: 20px;
  text-align: center; }

/* ---------------------------------------------
*   article-list-item
--------------------------------------------- */
.article-list-item {
  width: 100%; }

.article-list-item a {
  display: block; }

.article-list-item__inner {
  position: relative; }

.article-list-item__image {
  display: block;
  position: relative;
  height: 0;
  padding-top: 66.7%;
  overflow: hidden; }

.article-list-item__image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  transform: translate(-50%, -50%); }

.article-list-item__image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article-list-item__image a:hover {
  opacity: 0.6; }

.article-list-item__contents {
  padding-bottom: 1px;
  overflow: hidden; }

.article-list-item__heading {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  line-height: 1.3;
  text-overflow: ellipsis; }

.article-list-item__heading a {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-list-item__heading a:hover {
  opacity: 0.6; }

.article-list-item__text {
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.85714rem; }

.article-list-item__text a {
  color: inherit; }

.article-list-item__text em {
  font-size: 1.16em;
  font-style: normal;
  font-weight: bold; }

.article-list-item__date {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.92857rem; }

.article-list-item--main {
  width: calc((100% - 48px) / 3);
  margin-top: 40px; }

.article-list-item--main:nth-child(-n + 3) {
  margin-top: 0; }

.article-list-item--main .article-list-item__heading {
  font-size: 1.21429rem; }

.article-list-item--main .article-list-item__date {
  margin-top: 6px; }

.article-list-item--keysize .article-list-item__image {
  padding-top: 36.7%; }

.article-list-item--keysize .article-list-item__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 80px 20px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7));
  pointer-events: none; }

.article-list-item--keysize .article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.85714rem;
  text-overflow: ellipsis; }

.article-list-item--keysize .article-list-item__heading a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis; }

.article-list-item--keysize .article-list-item__date {
  margin-top: 2px;
  color: #fff;
  font-size: 0.85714rem;
  text-align: right; }

.article-list-item--horizontal {
  margin-top: 30px; }

.article-list-item--horizontal:first-child {
  margin-top: 0; }

.article-list-item--horizontal.article-list-item--ranking
.article-list-item__image:after {
  width: 40px;
  height: 40px;
  font-size: 1.57143rem;
  line-height: 40px; }

.article-list-item--horizontal .article-list-item__inner {
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.article-list-item--horizontal .article-list-item__image {
  width: 160px;
  height: auto;
  padding-top: 0; }

.article-list-item--horizontal .article-list-item__image a {
  position: relative;
  height: 0;
  padding-top: 66.7%; }

.article-list-item--horizontal .article-list-item__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 185px); }

.article-list-item--horizontal .article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  overflow: hidden;
  font-size: 1.57143rem;
  text-overflow: ellipsis; }

.article-list-item--horizontal .article-list-item__heading a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.6;
  text-overflow: ellipsis;
  vertical-align: top; }

.article-list-item--horizontal .article-list-item__date {
  margin: 15px 10px 0 0;
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.78571rem; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__inner {
  display: block; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image {
  width: 100%;
  height: 0;
  padding-top: 43.95604%; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image:after {
  width: 55px;
  height: 55px;
  font-size: 1.78571rem;
  line-height: 55px; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image
a {
  position: absolute;
  height: 100%;
  padding-top: 0; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 20px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.7)); }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.85714rem;
  text-overflow: ellipsis; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading
a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis; }

.article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__date {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  color: #fff;
  font-size: 0.92857rem; }

.article-list-item--pickup {
  position: relative; }

.article-list-item--pickup:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/files/user/images/design/pickup-bage.png?v=1555462531) 0 0 no-repeat;
  background-size: 60px 60px;
  content: ""; }

.article-list-item--new {
  position: relative; }

.article-list-item--new:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(/files/user/images/design/new-bage.png?v=1555462530) 0 0 no-repeat;
  background-size: 60px 60px;
  content: ""; }

.article-list-item--ranking .article-list-item__image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #51c300;
  color: #fff;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  content: counter(number);
  counter-increment: number; }

.article-list-item--related {
  width: auto;
  min-height: 1px;
  margin-top: 0;
  padding: 10px;
  border-bottom: 1px solid #eee; }

.article-list-item--related a:hover {
  opacity: 0.6; }

.article-list-item--related .article-list-item__inner {
  padding-bottom: 1px;
  overflow: hidden; }

.article-list-item--related .article-list-item__image {
  width: 128px;
  height: auto;
  padding-top: 0;
  float: right; }

.article-list-item--related .article-list-item__image a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }

.article-list-item--related .article-list-item__contents {
  margin-right: 140px; }

.article-list-item--related .article-list-item__heading {
  margin-top: 0;
  font-size: 1.28571rem;
  font-weight: normal;
  line-height: 1.5;
  white-space: normal; }

.article-list-item--related .article-list-item__date {
  font-size: 0.85714rem; }

.article-list-item--search-result {
  min-height: 100px;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }

.article-list-item--search-result a:hover {
  opacity: 0.6; }

.article-list-item--search-result .article-list-item__inner:after {
  display: block;
  clear: both;
  content: ""; }

.article-list-item--search-result .article-list-item__image {
  width: 120px;
  height: 120px;
  margin-left: 40px;
  padding-top: 0;
  float: right; }

.article-list-item--search-result .article-list-item__contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.article-list-item--search-result .article-list-item__heading {
  display: block;
  font-size: 1.14286rem;
  font-weight: bold;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: nowrap; }

.article-list-item--search-result .article-list-item__heading a {
  display: inline; }

.article-list-item--search-result .article-list-item__date {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.85714rem; }

.article-list-item--sidebar {
  width: 100%; }

.article-list-item--sidebar .article-list-item__inner {
  padding-bottom: 1px;
  overflow: hidden; }

.article-list-item--sidebar .article-list-item__image {
  width: 80px;
  margin-right: 10px;
  padding-top: 45px;
  float: left; }

.article-list-item--sidebar .article-list-item__heading {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 0;
  overflow: hidden;
  line-height: 1.28;
  text-overflow: ellipsis; }

.article-list-item--sidebar .article-list-item__date {
  margin-top: 2px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.85714rem; }

/* ---------------------------------------------
*   article-video
--------------------------------------------- */
.article-video {
  display: block;
  text-decoration: none;
  cursor: pointer; }

.article-video__image {
  position: relative;
  width: 100%;
  height: auto; }

.article-video__title {
  margin-top: 4px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left; }

/* ---------------------------------------------
*   button-colored
--------------------------------------------- */
.button-colored {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  border: 1px solid;
  border-color: inherit;
  outline: 0;
  font-size: 1.14286rem;
  text-align: center; }

.button-colored--block {
  display: block; }

.button-colored--large {
  width: 320px;
  height: 64px;
  min-height: 1px;
  padding: 0;
  font-size: 1.07143rem;
  font-weight: normal;
  line-height: 64px; }

.button-colored--green {
  border-color: #51c300;
  background-color: #51c300;
  color: #fff; }

.button-colored--green:hover {
  color: rgba(255, 255, 255, 0.7); }

/* ---------------------------------------------
*   button-share
--------------------------------------------- */
.button-share--fixed {
  display: none; }

.button-share__head {
  display: block;
  margin-bottom: 20px;
  font-size: 1.07143rem;
  font-weight: bold; }

.button-share__body {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.button-share__item {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.1s ease-in-out;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 48px;
  margin-left: 20px;
  border: 0;
  border-radius: 24px;
  color: #fff;
  font-size: 1.42857rem;
  line-height: 20px;
  text-align: center;
  vertical-align: 0;
  cursor: pointer;
  transition: 0.1s ease-in-out; }

.button-share__item:first-child {
  margin-left: 0; }

.button-share__item:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 24px;
  content: ""; }

.button-share__item:hover:before {
  border-color: #ddd; }

.button-share__item--facebook {
  background-color: #3b5998; }

.button-share__item--facebook:before,
.button-share__item--facebook:after {
  color: inherit;
  font-family: FontAwesome; }

.button-share__item--facebook:after {
  content: "\f09a"; }

.button-share__item--facebook:hover {
  background-color: #fff;
  color: #3b5998; }

.button-share__item--twitter {
  background-color: #55acee; }

.button-share__item--twitter:before,
.button-share__item--twitter:after {
  color: inherit;
  font-family: FontAwesome; }

.button-share__item--twitter:after {
  content: "\f099"; }

.button-share__item--twitter:hover {
  background-color: #fff;
  color: #55acee; }

.button-share__item--hatena {
  background-color: #1691db; }

.button-share__item--hatena:after {
  font-family: Verdana;
  font-weight: bold;
  content: "B!"; }

.button-share__item--hatena:hover {
  background-color: #fff;
  color: #1691db; }

.button-share__item--line {
  display: none;
  background-color: #00c300; }

.button-share__item--line:after {
  font-family: Frutiger;
  font-size: 0.64286rem;
  font-weight: bold;
  content: "LINE"; }

.button-share__item--line:hover {
  background-color: #fff;
  color: #00c300; }

/* ---------------------------------------------
*   category-pickup
--------------------------------------------- */
.category-pickup {
  width: calc((100% - 48px) / 3);
  margin-top: 20px;
  padding-top: 20px; }

.category-pickup:nth-child(-n + 3) {
  margin-top: 0; }

.category-pickup .article-list-item__heading {
  font-size: 1.21429rem; }

.category-pickup__head {
  padding: 20px 0;
  border-top: 5px solid;
  font-size: 1.28571rem;
  font-weight: 400;
  line-height: 1;
  text-align: center; }

.category-pickup--news .category-pickup__head {
  border-color: #36bd82; }

.category-pickup--variety .category-pickup__head {
  border-color: #e2b500; }

.category-pickup--sports .category-pickup__head {
  border-color: #00acff; }

.category-pickup--hobby .category-pickup__head {
  border-color: #ff4e00; }

.category-pickup--love .category-pickup__head {
  border-color: #ff0090; }

.category-pickup--interview .category-pickup__head {
  border-color: #9fc600; }

/* ---------------------------------------------
*   channel-info
--------------------------------------------- */
.channel-info {
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-box-align: start;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }

.channel-info__image {
  width: calc((100% - 40px) / 2);
  text-align: center; }

.channel-info__image a {
  -webkit-transition: background-color 0.1s 0.2s;
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  transition: background-color 0.1s 0.2s; }

.channel-info__image img {
  width: 100%; }

.channel-info__contents {
  width: calc((100% - 40px) / 2);
  line-height: 1.5; }

.channel-info__tag ul:after {
  display: block;
  clear: both;
  content: ""; }

.channel-info__tag li {
  margin: 0 10px 20px 0;
  padding: 6px;
  float: left;
  color: #fff;
  font-size: 0.85714rem; }

.channel-info__tag--news li {
  background-color: #36bd82; }

.channel-info__tag--variety li {
  background-color: #e2b500; }

.channel-info__tag--sports li {
  background-color: #00acff; }

.channel-info__tag--hobby li {
  background-color: #ff4e00; }

.channel-info__tag--love li {
  background-color: #ff0090; }

.channel-info__tag--interview li {
  background-color: #9fc600; }

.channel-info__text {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5; }

.channel-info__button {
  line-height: 1.4; }

/* ---------------------------------------------
*   channel-logo
--------------------------------------------- */
.channel-logo {
  padding: 10px; }

.channel-logo p {
  margin: 0 0 10px;
  color: #000;
  font-size: 1.14286rem;
  font-weight: bold; }

.channel-logo__list {
  overflow: hidden; }

.channel-logo__list-item {
  width: 9%;
  margin: 0 0.5% 1%;
  padding: 1% 2%;
  float: left;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #000; }

.channel-logo__list-item a:hover {
  opacity: 0.5; }

.channel-logo__list-item img {
  width: 100%;
  height: auto; }

/* ---------------------------------------------
*   channel-program
--------------------------------------------- */
.channel-program {
  width: 100%;
  overflow: hidden; }

.channel-program__list {
  position: relative;
  min-height: 350px;
  padding-bottom: 2px; }

.channel-program__list-item {
  width: 276px;
  float: left; }

/* ---------------------------------------------
*   channel-program-station
--------------------------------------------- */
.channel-program-station {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 10px; }

.channel-program-station__inner {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 0 5px 0;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px 1px 2px rgba(0, 0, 0, 0.1); }

.channel-program-station__logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 4px 0;
  background: #000;
  text-align: center; }

.channel-program-station__logo img {
  display: inline-block;
  width: auto;
  height: 100%; }

.channel-program-station__link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none; }

.channel-program-station__item {
  padding: 5px 10px;
  border-top: 1px solid #eee; }

.channel-program-station__item:first-child {
  border-top: none; }

.channel-program-station__item--onair .channel-program-station__time:after {
  display: inline-block;
  width: 3.1em;
  margin-top: 3px;
  padding: 1px 3px;
  background: #f0163a;
  color: #fff;
  font-size: 8px;
  text-align: center;
  content: "放送中"; }

.channel-program-station__item--onair .channel-program-station__thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto; }

.channel-program-station__item--onair .channel-program-station__text {
  display: block;
  position: static;
  width: auto;
  margin: 10px 0 0 40px;
  font-size: 14px;
  line-height: 1.2; }

.channel-program-station__time,
.channel-program-station__thumb,
.channel-program-station__text {
  display: inline-block;
  vertical-align: top; }

.channel-program-station__time {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  color: #51c300;
  font-size: 10px;
  text-align: center; }

.channel-program-station__thumb {
  width: 80px;
  height: 45px;
  padding-left: 45px;
  overflow: hidden; }

.channel-program-station__thumb img {
  width: 100%;
  height: auto; }

.channel-program-station__text {
  position: absolute;
  top: 0;
  height: 2.8em;
  padding: 0 6px;
  overflow: hidden;
  color: #000;
  font-size: 12px; }

/* ---------------------------------------------
*   customer-transfer
--------------------------------------------- */
.customer-transfer__head {
  margin-bottom: 15px;
  font-size: 1.28571rem;
  font-weight: bold; }

.customer-transfer__body {
  position: relative;
  padding: 0 52px; }

.customer-transfer__slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  width: 100%;
  margin: 0;
  padding: 0 14.5% 0 0;
  overflow: hidden; }

.customer-transfer__slide {
  width: 197px;
  padding-right: 10px;
  float: left; }

.customer-transfer__link {
  display: block;
  text-decoration: none; }

.customer-transfer__image img {
  display: block; }

.customer-transfer__text {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1.3; }

/* ---------------------------------------------
*   fixed-footer
--------------------------------------------- */
.fixed-footer {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0; }

/* ---------------------------------------------
*   follow-post
--------------------------------------------- */
.follow-post {
  max-width: 724px;
  margin: 0 auto;
  border: solid 1px #ddd;
  border-width: 1px 0; }

.follow-post--post-page {
  margin-top: -20px; }

.follow-post__inner {
  -ms-flex-align: center;
  -ms-flex-wrap: nowrap;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 580px;
  margin: 0 auto;
  padding: 15px 0; }

.follow-post__image {
  position: relative;
  width: 220px;
  overflow: hidden; }

.follow-post__image:before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  padding-top: 56.25%;
  content: ""; }

.follow-post__image img {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.follow-post__contents {
  -ms-flex-pack: end;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 220px);
  text-align: center; }

.follow-post__contents:before {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 5px;
  background: url(/files/user/images/design/at-logo.png?v=1586639369) no-repeat 50% 0;
  background-size: contain;
  content: ""; }

.follow-post__sns-head {
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 24px; }

.follow-post__sns-body {
  font-size: 0; }

.follow-post__sns-item {
  display: inline-block;
  margin: 10px 5px 0 5px;
  font-size: 1rem;
  line-height: 1; }

.follow-post__sns-item .twitter-follow-button {
  vertical-align: bottom; }

/* ---------------------------------------------
*   heading-caption
--------------------------------------------- */
.heading-caption {
  color: #f0163a;
  font-size: 0;
  line-height: 1.5; }

.heading-caption__label {
  display: inline-block;
  margin-right: 5px;
  padding: 0 3px;
  background-color: #f0163a;
  color: #fff;
  font-size: 0.71429rem; }

.heading-caption__text {
  font-size: 0.85714rem; }

/* ---------------------------------------------
*   heading-colored
--------------------------------------------- */
.heading-colored {
  padding-left: 10px;
  border-left: 6px solid #fff;
  font-size: 2.57143rem;
  font-weight: bold;
  line-height: 1; }

.heading-colored--news {
  border-color: #36bd82;
  color: #36bd82; }

.heading-colored--variety {
  border-color: #e2b500;
  color: #e2b500; }

.heading-colored--sports {
  border-color: #00acff;
  color: #00acff; }

.heading-colored--hobby {
  border-color: #ff4e00;
  color: #ff4e00; }

.heading-colored--love {
  border-color: #ff0090;
  color: #ff0090; }

.heading-colored--interview {
  border-color: #9fc600;
  color: #9fc600; }

/* ---------------------------------------------
*   heading-graphical
--------------------------------------------- */
.heading-graphical {
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-repeat: no-repeat; }

.heading-graphical--abemavideo-ranking {
  padding-top: 28px;
  background-image: url(/files/user/images/design/abema-video-ranking.png?v=1586639369);
  background-size: 159px auto; }

.heading-graphical--access-ranking {
  padding-top: 40px;
  background-image: url(/files/user/images/design/access-ranking.png?v=1555462533);
  background-size: 278px 40px; }

.heading-graphical--category {
  background-image: url(/files/user/images/design/category.png?v=1555462530);
  background-size: 81px 20px; }

.heading-graphical--category-pickup {
  padding-top: 24px;
  background-image: url(/files/user/images/design/category-pickup.png?v=1555462530);
  background-size: 175px 24px; }

.heading-graphical--daily-ranking {
  padding-top: 24px;
  background-image: url(/files/user/images/design/daily-ranking.png?v=1555462530);
  background-size: 144px 24px; }

.heading-graphical--officialapp {
  padding-top: 19px;
  background-image: url(/files/user/images/design/official-app.png?v=1555462531);
  background-size: 112px 19px; }

.heading-graphical--official-account {
  padding-top: 16px;
  background-image: url(/files/user/images/design/official-account.png?v=1555462531);
  background-size: 143px 16px; }

.heading-graphical--popular-ranking {
  padding-top: 24px;
  background-image: url(/files/user/images/design/popular-topics.png?v=1555462531);
  background-size: 160px 24px; }

.heading-graphical--specialsite {
  padding-top: 19px;
  background-image: url(/files/user/images/design/special-site.png?v=1555462531);
  background-size: 108px 19px; }

.heading-graphical--today {
  padding-top: 24px;
  background-image: url(/files/user/images/design/today-abema-times.png?v=1586639368);
  background-size: 224px 24px; }

/* ---------------------------------------------
*   heading-text
--------------------------------------------- */
.heading-text {
  font-size: 1.85714rem;
  font-weight: bold;
  line-height: 1; }

/* ---------------------------------------------
*   icon-player
--------------------------------------------- */
.icon-player {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 60%;
  left: 50%;
  width: 25%;
  transform: translate(-50%, -50%); }

/* ---------------------------------------------
*   keyword-search
--------------------------------------------- */
.keyword-search {
  position: relative;
  border: 1px solid #eee;
  background-color: #fff; }

.keyword-search__icon {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #999;
  font-size: 1.14286rem;
  line-height: 1; }

.keyword-search__icon:before,
.keyword-search__icon:after {
  color: inherit;
  font-family: FontAwesome; }

.keyword-search__icon:before {
  content: "\f002"; }

.keyword-search__input {
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  border: 0;
  border-radius: 0;
  outline: none;
  color: #333;
  font-size: 0.85714rem;
  line-height: 40px;
  vertical-align: top; }

.keyword-search__input:placeholder-shown {
  color: #ccc;
  letter-spacing: 0em; }

.keyword-search__input::-webkit-input-placeholder {
  color: #ccc;
  letter-spacing: 0em; }

.keyword-search__input:-moz-placeholder {
  color: #ccc;
  letter-spacing: 0em;
  opacity: 1; }

.keyword-search__input::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0em;
  opacity: 1; }

.keyword-search__input:-ms-input-placeholder {
  color: #ccc;
  letter-spacing: 0em; }

/* ---------------------------------------------
*   official-app
--------------------------------------------- */
.official-app {
  padding: 15px 25px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #000; }

.official-app__logo {
  width: 59px;
  height: 0;
  padding-top: 59px;
  float: left;
  overflow: hidden;
  background: url(/files/user/images/design/abema-tv-icon.png?v=1586639368) 0 0 no-repeat;
  background-repeat: no-repeat;
  background-size: 59px 59px; }

.official-app__lead {
  height: 40px;
  padding: 10px 0 10px 20px;
  float: left;
  color: #fff;
  font-size: 0.85714rem; }

.official-app__list {
  padding: 10px 0;
  float: right;
  overflow: hidden; }

.official-app__list-item {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top; }

.official-app__ios,
.official-app__android {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat; }

.official-app__ios {
  width: 140px;
  padding-top: 40px;
  background: url(/files/user/images/design/app-store.png?v=1555462534) 0 0 no-repeat;
  background-size: 140px 40px; }

.official-app__android {
  width: 130px;
  padding-top: 40px;
  background: url(/files/user/images/design/google-play.png?v=1555462530) 0 0 no-repeat;
  background-size: 130px 40px; }

.official-app__official {
  display: block;
  width: 140px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 0.85714rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none; }

/* ---------------------------------------------
*   on-air
--------------------------------------------- */
.on-air {
  z-index: 10000;
  position: fixed;
  bottom: 30px;
  left: 0;
  line-height: 1.5; }

.on-air__inner {
  width: 180px;
  height: 62px;
  margin: 10px 0 0;
  overflow: hidden;
  background: #000; }

.on-air__body {
  padding: 5px 0; }

.on-air__body div {
  float: left; }

.on-air__titlearea {
  width: 45%; }

.on-air__title {
  width: 80%;
  margin: 0 auto 5px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  text-align: center; }

.on-air__logo {
  width: 90%;
  margin: 0 auto; }

.on-air__logo img {
  width: 100%; }

.on-air__img img {
  width: 100%; }

.on-air__img {
  width: 50%; }

.close {
  display: block;
  position: absolute;
  top: 0px;
  right: -8px;
  width: 20px; }

.close img {
  width: 100%;
  height: auto; }

/* ---------------------------------------------
*   on-air-banner
--------------------------------------------- */

/* ---------------------------------------------
*   page-header
--------------------------------------------- */

.page-header__lead {
  margin-top: 20px;
  line-height: 1.6; }

.page-header__lead--fz16 {
  margin-top: 40px;
  font-size: 1.14286rem;
  line-height: 1.5; }

.page-header__lead b {
  font-weight: bold; }

/* ---------------------------------------------
*   page-nav
--------------------------------------------- */

.page-nav__list {
  font-size: 0; }

.page-nav__list-item {
  display: inline-block;
  font-size: 1rem; }

.page-nav--ranking .page-nav__list-item {
  margin-left: 46px; }

.page-nav--ranking .page-nav__list-item:first-child {
  margin-left: 0; }

.page-nav__link--ranking-daily {
  background-image: url(/files/user/images/design/daily-ranking-title.png?v=1555462531); }

.page-nav__link--ranking-weekly {
  background-image: url(/files/user/images/design/weekly-ranking-title.png?v=1555462532); }

.page-nav--ranking .page-nav__link {
  display: block;
  width: 86px;
  height: 0;
  padding-top: 39px;
  overflow: hidden;
  background-position: 0 -39px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 86px 78px; }

.page-nav--ranking .page-nav__link--current,
.page-nav--ranking .page-nav__link:hover {
  background-position: 0 0; }

/* ---------------------------------------------
*   pagination
--------------------------------------------- */
.pagination {
  margin: 60px 0 80px; }

.pagination__list {
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.pagination__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  margin: 1px 10px 0;
  font-size: 1.07143rem;
  text-align: center;
  white-space: nowrap; }

.pagination__list-item a:hover {
  opacity: 0.6; }

.pagination__list-item > a,
.pagination__list-item > span {
  display: block;
  height: 44px;
  border-radius: 3px;
  color: #151515;
  line-height: 44px; }

.pagination__list-item--hide {
  display: none; }

.pagination__list-item--number > a,
.pagination__list-item--number > span {
  background-color: #e6e6e6; }

.pagination__list-item--current > a,
.pagination__list-item--current > span {
  background-color: #151515;
  color: #fff; }

.pagination__list-item--first > a,
.pagination__list-item--first > span,
.pagination__list-item--last > a,
.pagination__list-item--last > span,
.pagination__list-item--prev > a,
.pagination__list-item--prev > span,
.pagination__list-item--next > a,
.pagination__list-item--next > span {
  background-color: transparent;
  color: #151515; }

.pagination__list-item--first > a:before,
.pagination__list-item--first > a:after,
.pagination__list-item--first > span:before,
.pagination__list-item--first > span:after,
.pagination__list-item--last > a:before,
.pagination__list-item--last > a:after,
.pagination__list-item--last > span:before,
.pagination__list-item--last > span:after,
.pagination__list-item--prev > a:before,
.pagination__list-item--prev > a:after,
.pagination__list-item--prev > span:before,
.pagination__list-item--prev > span:after,
.pagination__list-item--next > a:before,
.pagination__list-item--next > a:after,
.pagination__list-item--next > span:before,
.pagination__list-item--next > span:after {
  color: inherit;
  font-family: FontAwesome; }

.pagination__list-item--first > a:before,
.pagination__list-item--first > span:before {
  content: "\f100"; }

.pagination__list-item--last > a:before,
.pagination__list-item--last > span:before {
  content: "\f101"; }

.pagination__list-item--prev > a:before,
.pagination__list-item--prev > span:before {
  content: "\f104"; }

.pagination__list-item--next > a:before,
.pagination__list-item--next > span:before {
  content: "\f105"; }

/* ---------------------------------------------
*   page-section
--------------------------------------------- */
.page-section {
  padding-top: 50px; }

.page-section__body {
  margin-top: 40px; }

/* ---------------------------------------------
*   related-post
--------------------------------------------- */
.related-post__head {
  margin-bottom: 20px;
  font-size: 1.57143rem;
  font-weight: bold; }

.related-post__body {
  margin-bottom: -20px; }

/* ---------------------------------------------
*   slick
--------------------------------------------- */
.slick-next,
.slick-prev {
  -webkit-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer; }

.slick-next:before,
.slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75; }

.slick-prev,
.slick-next {
  display: block;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #000; }

.slick-prev {
  left: 20px; }

.slick-prev:before {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 16px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: ""; }

.slick-next {
  right: 20px; }

.slick-next:before {
  -webkit-transform: rotate(135deg);
  position: absolute;
  top: 15px;
  left: 12px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  content: ""; }

/* ==========================================================
*
*   page
*
========================================================== */
/* ---------------------------------------------
*   blog-article
--------------------------------------------- */
.blog-article__date {
  display: block;
  color: #666;
  font-size: 1rem;
  line-height: 1; }

.blog-article__adc {
  display: none; }

.blog-article__body {
  max-width: 724px;
  margin: auto; }

.blog-article__body .u-bdr-clr {
  border: 1px solid #ccc; }

.blog-article__body .quote .ogp__img-item {
  width: 200px; }

.blog-article__body .quote .ogp__img-item:after {
  padding-top: 110px; }

.blog-article__body .quote .ogp__body {
  padding-left: 240px; }

.blog-article b,
.blog-article strong {
  font-weight: bold; }

.blog-article a.u-lnk-clr {
  border-bottom: 1px dashed;
  color: #0080bb; }

.blog-article table {
  width: 100%;
  margin: 0 0 10px; }

.blog-article table td {
  padding: 0 0 0 30px;
  text-align: center;
  vertical-align: top; }

.blog-article table td p,
.blog-article table td div {
  text-align: left; }

.blog-article table .time {
  width: 30px;
  padding: 10px 4px;
  background: #50c401;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  vertical-align: top; }

.blog-article table a {
  color: #0080bb;
  text-decoration: underline; }

.blog-article table img {
  width: 100%;
  max-width: 550px;
  height: auto;
  padding: 0;
  vertical-align: baseline; }

.blog-article table p {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 0 10px; }

.blog-article table p img {
  width: 20px;
  padding: 0; }

.blog-article .copy {
  padding: 8px;
  background: #111;
  color: #999;
  font-size: 12px;
  line-height: 1.5; }

/* ---------------------------------------------
*   blog-body
--------------------------------------------- */
.blog-body {
  font-size: 1rem; }

.blog-body__item {
  margin-top: 30px; }

.blog-body__text blockquote,
.blog-body__text div,
.blog-body__text h4,
.blog-body__text ol,
.blog-body__text p,
.blog-body__text ul {
  font-size: 1.14286rem;
  line-height: 1.5; }

.blog-body__text h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  line-height: 1.6; }

.blog-body__text h3 {
  font-size: 1.14286rem; }

.blog-body__text h3,
.blog-body__text h4 {
  margin-bottom: 0.8em;
  font-weight: bold; }

.blog-body__text div,
.blog-body__text h1,
.blog-body__text h2,
.blog-body__text p {
  margin-bottom: 0.5em; }

.blog-body__text:last-child {
  margin-bottom: 0; }

.txt div,
.txt h1,
.txt h2,
.txt p {
  margin-bottom: 0.5em; }

.txt blockquote,
.txt div,
.txt h4,
.txt ol,
.txt p,
.txt ul {
  font-size: 1.14286rem;
  line-height: 1.5; }

.txt h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  line-height: 1.6; }

.txt h3,
.txt h4 {
  margin-bottom: 0.8em;
  font-weight: bold; }

.txt :last-child {
  margin-bottom: 0; }

.ogp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid; }

.ogp__title {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 1.28571rem;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ogp__body {
  padding: 15px 20px 20px 205px; }

.ogp__action {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden; }

.ogp__action:hover:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  content: ""; }

.ogp__action:hover .ogp__title {
  -webkit-filter: none;
  -ms-filter: none;
  text-decoration: none;
  filter: none;
  opacity: 1; }

.ogp__action:hover .ogp__text {
  -webkit-filter: none;
  -ms-filter: none;
  text-decoration: none;
  filter: none;
  opacity: 1; }

.ogp__site {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0.71429rem;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ogp__text {
  font-size: 0.85714rem; }

/*.ogp__text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85714rem;
    line-height: pxtorem 20, "pc";
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}*/
.ogp__img {
  position: relative;
  margin: 20px;
  float: left;
  background-color: #fff;
  text-align: center; }

.ogp__label + .ogp__title,
.ogp__text {
  margin-top: 8px; }

.ogp__img-item {
  display: block;
  position: relative;
  width: 160px;
  overflow: hidden; }

.ogp__img-item:after {
  display: block;
  padding-top: 160px;
  content: ""; }

.ogp__img-item--action {
  position: relative;
  overflow: hidden; }

.ogp__img-item--action:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.15s ease-out;
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.15s ease-out; }

.ogp__img-item img {
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  margin: 0 auto auto; }

.img__item {
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }

.img__item > img {
  max-width: 100%; }

.img__item--fit,
.img__item--l,
.img__item--m {
  display: block; }

.img__item--fit img,
.img__item--l img,
.img__item--m img {
  width: 100%; }

.img__item--action {
  position: relative;
  overflow: hidden; }

.img__item--action:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  filter: alpha(opacity=0);
  opacity: 0; }

.blog-body__item .img a.img__item[target="_blank"]:before {
  background: url(/files/user/images/design/video-icon.png?v=1555462532) no-repeat;
  background-position: 100% 100%;
  background-size: 6%;
  opacity: 0.8; }

.u-txt-clr {
  color: #333333; }

.u-txt-clr--lv1 {
  color: rgba(51, 51, 51, 0.7); }

.u-bdr-clr {
  border-color: #eeeeee; }

.u-lnk-clr,
.u-clr-area a {
  color: #0080bb; }

.blog-article__body h4 > a {
  border-bottom: 1px dashed;
  color: #0080bb; }

.blog-item:after,
.bloginfo-category-list:after,
.comment-item:after,
.facebook-feed__body:after,
.feed-header__inner:after,
.ogp:after,
.pager:after,
.reblog-popup__action--sp:after,
.reblog-popup__footer:after,
.reblog-popup__site:after,
.reblog-toast__item:after,
.reblogged-site-list__item:after,
.related-posts--gridl .related-posts__item-outer:after,
.related-posts--gridm .related-posts__item-outer:after,
.related-posts--listl .related-posts__item:after,
.related-posts--listm .related-posts__item:after,
.shop-item-category-list:after,
.shop-item-quote--list:after,
.site-follow:after,
.twitter-feed__body:after {
  clear: both; }

.blog-body__item .img a.img__item:hover {
  opacity: 0.6; }

.comment-item__body-head .comment-item__user-name,
.noti-item .txt--strong,
.ogp__title,
.pager--type2 .pager__description,
.reblogged-site-list__site-title,
.shop-item-price__value,
.shop-item-quote__text {
  font-weight: bold; }

/* ---------------------------------------------
*   blog-title
--------------------------------------------- */
.blog-title {
  margin-bottom: 3px; }

.blog-title__text {
  margin-bottom: 21px;
  font-size: 1.92857rem;
  font-weight: bold;
  line-height: 1.3; }

/* ---------------------------------------------
*   search-result
--------------------------------------------- */
.search-result__title {
  font-size: 1.28571rem; }

.search-result__title-word {
  font-size: 1.71429rem;
  vertical-align: middle; }

.search-result__title-text {
  margin-left: 10px;
  vertical-align: middle; }

.search-result__form {
  margin-top: 20px; }

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
  margin-top: 0 !important; }

.mgt-pc--5 {
  margin-top: 5px !important; }

.mgt-pc--10 {
  margin-top: 10px !important; }

.mgt-pc--15 {
  margin-top: 15px !important; }

.mgt-pc--20 {
  margin-top: 20px !important; }

.mgt-pc--25 {
  margin-top: 25px !important; }

.mgt-pc--30 {
  margin-top: 30px !important; }

.mgt-pc--35 {
  margin-top: 35px !important; }

.mgt-pc--40 {
  margin-top: 40px !important; }

.mgt-pc--45 {
  margin-top: 45px !important; }

.mgt-pc--50 {
  margin-top: 50px !important; }

.mgt-pc--55 {
  margin-top: 55px !important; }

.mgt-pc--60 {
  margin-top: 60px !important; }

.mgt-pc--65 {
  margin-top: 65px !important; }

.mgt-pc--70 {
  margin-top: 70px !important; }

.mgt-pc--75 {
  margin-top: 75px !important; }

.mgt-pc--80 {
  margin-top: 80px !important; }

.mgt-pc--85 {
  margin-top: 85px !important; }

.mgt-pc--90 {
  margin-top: 90px !important; }

.mgt-pc--95 {
  margin-top: 95px !important; }

.mgt-pc--100 {
  margin-top: 100px !important; }

.mgt-pc--105 {
  margin-top: 105px !important; }

.mgt-pc--110 {
  margin-top: 110px !important; }

.mgt-pc--115 {
  margin-top: 115px !important; }

.mgt-pc--120 {
  margin-top: 120px !important; }

.mgt-pc--125 {
  margin-top: 125px !important; }

.mgt-pc--130 {
  margin-top: 130px !important; }

.mgt-pc--135 {
  margin-top: 135px !important; }

.mgt-pc--140 {
  margin-top: 140px !important; }

.mgt-pc--145 {
  margin-top: 145px !important; }

.mgt-pc--150 {
  margin-top: 150px !important; }

.mgt-pc--155 {
  margin-top: 155px !important; }

.mgt-pc--160 {
  margin-top: 160px !important; }

.mgt-pc--165 {
  margin-top: 165px !important; }

.mgt-pc--170 {
  margin-top: 170px !important; }

.mgt-pc--175 {
  margin-top: 175px !important; }

.mgt-pc--180 {
  margin-top: 180px !important; }

.mgt-pc--185 {
  margin-top: 185px !important; }

.mgt-pc--190 {
  margin-top: 190px !important; }

.mgt-pc--195 {
  margin-top: 195px !important; }

.mgt-pc--200 {
  margin-top: 200px !important; }

.mgt-pc--205 {
  margin-top: 205px !important; }

.mgt-pc--210 {
  margin-top: 210px !important; }

.mgt-pc--215 {
  margin-top: 215px !important; }

.mgt-pc--220 {
  margin-top: 220px !important; }

.mgt-pc--225 {
  margin-top: 225px !important; }

.mgt-pc--230 {
  margin-top: 230px !important; }

.mgt-pc--235 {
  margin-top: 235px !important; }

.mgt-pc--240 {
  margin-top: 240px !important; }

.mgt-pc--245 {
  margin-top: 245px !important; }

.mgt-pc--250 {
  margin-top: 250px !important; }

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
  margin-bottom: 0 !important; }

.mgb-pc--5 {
  margin-bottom: 5px !important; }

.mgb-pc--10 {
  margin-bottom: 10px !important; }

.mgb-pc--15 {
  margin-bottom: 15px !important; }

.mgb-pc--20 {
  margin-bottom: 20px !important; }

.mgb-pc--25 {
  margin-bottom: 25px !important; }

.mgb-pc--30 {
  margin-bottom: 30px !important; }

.mgb-pc--35 {
  margin-bottom: 35px !important; }

.mgb-pc--40 {
  margin-bottom: 40px !important; }

.mgb-pc--45 {
  margin-bottom: 45px !important; }

.mgb-pc--50 {
  margin-bottom: 50px !important; }

.mgb-pc--55 {
  margin-bottom: 55px !important; }

.mgb-pc--60 {
  margin-bottom: 60px !important; }

.mgb-pc--65 {
  margin-bottom: 65px !important; }

.mgb-pc--70 {
  margin-bottom: 70px !important; }

.mgb-pc--75 {
  margin-bottom: 75px !important; }

.mgb-pc--80 {
  margin-bottom: 80px !important; }

.mgb-pc--85 {
  margin-bottom: 85px !important; }

.mgb-pc--90 {
  margin-bottom: 90px !important; }

.mgb-pc--95 {
  margin-bottom: 95px !important; }

.mgb-pc--100 {
  margin-bottom: 100px !important; }

.mgb-pc--105 {
  margin-bottom: 105px !important; }

.mgb-pc--110 {
  margin-bottom: 110px !important; }

.mgb-pc--115 {
  margin-bottom: 115px !important; }

.mgb-pc--120 {
  margin-bottom: 120px !important; }

.mgb-pc--125 {
  margin-bottom: 125px !important; }

.mgb-pc--130 {
  margin-bottom: 130px !important; }

.mgb-pc--135 {
  margin-bottom: 135px !important; }

.mgb-pc--140 {
  margin-bottom: 140px !important; }

.mgb-pc--145 {
  margin-bottom: 145px !important; }

.mgb-pc--150 {
  margin-bottom: 150px !important; }

.mgb-pc--155 {
  margin-bottom: 155px !important; }

.mgb-pc--160 {
  margin-bottom: 160px !important; }

.mgb-pc--165 {
  margin-bottom: 165px !important; }

.mgb-pc--170 {
  margin-bottom: 170px !important; }

.mgb-pc--175 {
  margin-bottom: 175px !important; }

.mgb-pc--180 {
  margin-bottom: 180px !important; }

.mgb-pc--185 {
  margin-bottom: 185px !important; }

.mgb-pc--190 {
  margin-bottom: 190px !important; }

.mgb-pc--195 {
  margin-bottom: 195px !important; }

.mgb-pc--200 {
  margin-bottom: 200px !important; }

.mgb-pc--205 {
  margin-bottom: 205px !important; }

.mgb-pc--210 {
  margin-bottom: 210px !important; }

.mgb-pc--215 {
  margin-bottom: 215px !important; }

.mgb-pc--220 {
  margin-bottom: 220px !important; }

.mgb-pc--225 {
  margin-bottom: 225px !important; }

.mgb-pc--230 {
  margin-bottom: 230px !important; }

.mgb-pc--235 {
  margin-bottom: 235px !important; }

.mgb-pc--240 {
  margin-bottom: 240px !important; }

.mgb-pc--245 {
  margin-bottom: 245px !important; }

.mgb-pc--250 {
  margin-bottom: 250px !important; }

@media screen and (max-width: 800px) {
    html,
    body {
      font-size: 14px; }
    body {
      min-width: 320px;
      line-height: 1.8; }
    .page--nav {
      position: fixed;
      top: 0;
      right: 270px !important;
      bottom: 0;
      left: auto !important;
      height: 100%; }
      .page--nav .header-nav {
        right: 0; }
    .header {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px;
      overflow-x: hidden; }
    .header-container {
      padding: 8px 0;
      clear: both; }
    .header-logo {
      margin-top: 0;
      float: none;
      text-align: left; }
      .header-logo__link {
        width: 185px; }
        .header-logo__link img {
          vertical-align: middle; }
    .header-nav {
      z-index: 10;
      position: fixed;
      top: 0;
      right: -270px;
      bottom: 0;
      left: auto;
      width: 270px;
      height: 100%;
      float: none;
      -webkit-transition: .1s ease-in;
      transition: .1s ease-in; }
      .header-nav__list {
        height: 100%;
        margin-top: 0;
        overflow-y: auto;
        border-left: 1px solid #808080;
        background-color: #222; }
      .header-nav__list-item {
        display: block;
        width: 100%;
        margin: 0;
        padding: 4px 0;
        border-bottom: 1px solid #808080;
        background-color: #000;
        text-align: center;
        vertical-align: middle; }
      .header-nav__list-item--group {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent; }
        .header-nav__list-item--group:before {
          display: block;
          width: 100%;
          height: 50px;
          color: #999;
          font-size: 0.85714rem;
          line-height: 50px;
          text-align: center;
          content: "AbemaTV公式アカウント"; }
      .header-nav__list-item--group .header-nav__link {
        margin: 0 calc((100% - 34px * 3) / 9) 4px; }
        .header-nav__list-item--group .header-nav__link:first-child {
          margin: 0 calc((100% - 34px * 3) / 9) 4px; }
      .header-nav__link {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        min-height: 60px;
        padding: 17px 10px;
        line-height: 1.5; }
        .header-nav__link:hover {
          opacity: 1; }
      .header-nav__link--facebook, .header-nav__link--twitter, .header-nav__link--youtube {
        min-height: 0;
        padding: 0;
        padding-top: 34px;
        float: none;
        opacity: 1; }
      .header-nav__banner {
        display: block;
        width: 100%; }
    .header-sp-trigger {
      display: block;
      z-index: 2;
      position: absolute;
      top: 13px;
      right: 20px;
      width: 21px;
      height: 18px;
      cursor: pointer;
      -webkit-transition: .3s ease-in;
      transition: .3s ease-in; }
      .page--nav .header-sp-trigger__text {
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        .page--nav .header-sp-trigger__text:before {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
        .page--nav .header-sp-trigger__text:after {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0; }
    .wrapper {
      width: 100%;
      padding: 0;
      overflow-x: hidden; }
    .global-nav {
      display: block; }
    .contents {
      max-width: 770px;
      padding-right: 15px;
      padding-left: 15px; }
    .main {
      width: auto;
      float: none; }
    .main-row {
      margin-top: 15px; }
    .sidebar {
      width: auto;
      margin-right: -15px;
      margin-left: -15px;
      padding: 1px 15px 0;
      background-color: #F2F2F2; }
    .sidebar-row {
      margin-right: -15px;
      margin-left: -15px;
      padding-right: 15px;
      padding-left: 15px; }
      .sidebar-row:last-child {
        padding-bottom: 50px; }
      .sidebar-row--sp-pad-vertical {
        padding-top: 20px;
        padding-bottom: 20px; }
      .sidebar-row--sp-bg-white {
        background-color: #fff; }
    .sidebar-search {
      margin-top: 0; }
    .sidebar-ranking {
      margin-top: 0; }
      .sidebar-ranking__foot {
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 0;
        border-bottom: 1px solid #E0E0E0;
        text-align: left; }
        .sidebar-ranking__foot-link {
          padding: 15px;
          line-height: 1.5; }
      .sidebar-ranking__list--popular {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: -8px;
        margin-left: -8px; }
        .sidebar-ranking__list--popular .sidebar-ranking__list-item {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 50%;
          margin-top: 15px;
          padding: 0 8px; }
      .sidebar-ranking__list-item {
        margin-top: 18px; }
      .sidebar-ranking__list-item--movie .sidebar-ranking__unit-caption {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5; }
      .sidebar-ranking__list-item--movie .sidebar-ranking__copyright {
        margin-top: 0;
        line-height: 1.5; }
      .sidebar-ranking__list-item--reverse .sidebar-ranking__unit-caption {
        font-size: 0.92857rem;
        font-weight: bold;
        line-height: 1.5; }
      .sidebar-ranking__list-item--reverse .sidebar-ranking__unit .sidebar-ranking__copyright {
        margin-top: 0;
        line-height: 1.5; }
    .sidebar-ranking__list-item--recommend {
      margin-top: 10px; }
    .sidebar-ranking__list-item--popular .sidebar-ranking__unit {
      display: block;
      padding-bottom: 1px;
      overflow: hidden; }
    .sidebar-ranking__list-item--popular .sidebar-ranking__unit-image {
      width: auto;
      margin-right: 0;
      float: none; }
    .sidebar-ranking__list-item--popular .sidebar-ranking__unit-caption {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      width: auto;
      margin-top: 4px;
      overflow: hidden;
      font-size: 0.92857rem;
      font-weight: bold;
      text-overflow: ellipsis; }
      .sidebar-ranking__list-item--popular .sidebar-ranking__unit-caption a {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis; }
    .sidebar-ranking__list-item--popular .sidebar-ranking__copyright {
      line-height: 1.3; }
      .sidebar-ranking__unit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .sidebar-ranking__unit-image {
        margin-right: 8px; }
      .sidebar-ranking__unit-caption {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        width: calc(100% - 88px);
        overflow: hidden;
        font-size: 1.14286rem;
        text-overflow: ellipsis; }
        .sidebar-ranking__unit-caption a {
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis; }
        .sidebar-ranking__pickup-item:first-child .sidebar-ranking__unit-caption {
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis; }
          .sidebar-ranking__pickup-item:first-child .sidebar-ranking__unit-caption a {
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis; }
      .sidebar-ranking__pickup-item .sidebar-ranking__unit-image {
        margin-right: 0; }
      .sidebar-ranking__pickup-item .sidebar-ranking__unit-caption {
        font-size: 1rem; }
      .sidebar-ranking__copyright {
        font-size: 0.78571rem; }
    .sidebar-adarea {
      margin-top: 0;
      text-align: center; }
    .sidebar-abemavideo {
      margin-top: 0; }
    .footer-upper {
      padding: 15px 0 0; }
      .footer-upper a:hover {
        opacity: 1; }
    .footer-lower {
      padding-bottom: 58px; }
    .footer-container {
      display: block;
      padding: 0; }
    .footer-sns {
      display: block;
      width: auto;
      padding: 0 20px 20px;
      border-bottom: 1px solid #333; }
    .footer-app {
      margin: 15px auto; }
    .footer-app__head {
      display: none; }
      .footer-app__logo {
        margin: 0 auto;
        background-position: 50% 50%; }
      .footer-app__leadtext {
        display: block; }
    .footer-app__downloads-item {
      margin-bottom: 10px; }
      .footer-app__downloads-item--button {
        display: none; }
    .footer-category {
      position: relative;
      width: auto;
      padding: 20px;
      border-top: 1px solid #333; }
    .footer-category__head {
      display: none; }
    .footer-category__body {
      display: inline;
      font-size: 1.07143rem; }
      .footer-category__menu {
        margin-top: 10px; }
        .footer-category__menu:first-child {
          margin-top: 0; }
      .footer-category__menu-body {
        line-height: 1.57143rem; }
      .footer-category__menu-list-item {
        font-size: 1.07143rem; }
    .footer-specialsite {
      width: auto;
      padding: 20px;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333; }
    .footer-specialsite__head {
      display: none; }
      .footer-specialsite__list-item {
        margin-top: 0; }
    .footer-nav {
      border-top: none; }
      .footer-nav__list {
        display: block;
        margin-bottom: 20px; }
      .footer-nav__list-item {
        display: block;
        padding: 0;
        border-left: none;
        color: #fff;
        line-height: 2.5; }
    .footer-program {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      margin-top: -20px;
      padding: 0 20px 20px 20px;
      background-color: #000; }
      .footer-program__item {
        width: 100%;
        margin-top: 10px;
        float: none; }
        .footer-program__item:first-child {
          margin-top: 0; }
  .adc-banner {
    text-align: center; }
  .adc-banner a {
    display: block;
    cursor: pointer; }
  .adc-banner__img {
    width: 100%;
    height: auto; }
  .adc-banner__img--button {
    width: 200px; }
  .adc-banner__img--app-banner {
    max-width: 345px; }
  .adc-post {
    margin: 0;
    padding: 0 0 0 10px; }
  .adc-post__item {
    width: 100%;
    padding: 0;
    float: none;
    overflow: hidden; }
  .adc-post__image {
    width: 80px;
    margin-right: 10px; }
  .adc-post__title {
    max-width: 70%;
    margin-top: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: bold; }
  .adc-post__cat {
    padding: 4px 10px 3px 3px;
    font-size: 0.78571rem;
    line-height: 1.3; }
  .article-list--ranking {
    margin: -17px -15px 0; }
  .article-list--pickup {
    margin-top: -20px; }
  .article-list--pickup .article-list__body,
  .article-list--main .article-list__body {
    margin: 0 -8px; }
  .article-list--pickup .article-list__body:after,
  .article-list--main .article-list__body:after {
    width: 50%; }
  .article-list__foot {
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px; }
  .article-list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-list-item__image {
    padding-top: 56.25%; }
  .article-list-item__image a:hover {
    opacity: 1; }
  .article-list-item__heading {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.4;
    text-overflow: ellipsis; }
  .article-list-item__heading a {
    -webkit-line-clamp: 2; }
  .article-list-item__heading a:hover {
    opacity: 1; }
  .article-list-item__date {
    color: #808080; }
  .article-list-item--main {
    width: 50%;
    margin-top: 15px;
    padding: 0 8px; }
  .article-list-item--main .article-list-item__heading {
    font-size: 0.92857rem; }
  .article-list-item--main .article-list-item__heading a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .article-list-item--main .article-list-item__date {
    margin-top: 0px;
    margin-right: 1em;
    float: left;
    font-size: 0.78571rem; }
  .article-list-item--keysize {
    width: calc(100% + 14px);
    margin-right: -7px;
    margin-left: -7px; }
  .article-list-item--keysize + .article-list-item {
    margin-top: 15px; }
  .article-list-item--keysize + .article-list-item + .article-list-item {
    margin-top: 15px; }
  .article-list-item--keysize .article-list-item__image {
    padding-top: 46.6%; }
  .article-list-item--keysize .article-list-item__contents {
    padding: 10px 20px; }
  .article-list-item--keysize .article-list-item__heading {
    font-size: 1.28571rem;
    font-weight: bold; }
  .article-list-item--keysize .article-list-item__date {
    display: none; }
  .article-list-item--horizontal {
    margin: 0;
    padding: 17px;
    border-top: 2px solid #e0e0e0; }
  .article-list-item--horizontal:first-child {
    border-top: 0; }
  .article-list-item--horizontal.article-list-item--ranking
.article-list-item__image:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 24px; }
  .article-list-item--horizontal .article-list-item__inner {
    width: 100%; }
  .article-list-item--horizontal .article-list-item__image {
    width: 124px; }
  .article-list-item--horizontal .article-list-item__image a {
    padding-top: 75%; }
  .article-list-item--horizontal .article-list-item__contents {
    width: calc(100% - 136px); }
  .article-list-item--horizontal .article-list-item__heading {
    font-size: 1.14286rem; }
  .article-list-item--horizontal .article-list-item__date {
    margin-right: 0;
    text-align: right; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__inner {
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image {
    width: 124px;
    height: auto;
    padding-top: 0; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 24px; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image
img {
    width: auto;
    height: 100%; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image
a {
    position: relative;
    height: 0;
    padding-top: 75%; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__contents {
    position: static;
    width: calc(100% - 136px);
    padding: 0;
    background-image: none; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading {
    font-size: 1.14286rem; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading
a {
    color: inherit; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__date {
    position: static;
    margin: 15px 0 0 0;
    color: rgba(51, 51, 51, 0.7);
    font-size: 0.78571rem;
    text-align: right; }
  .article-list-item--pickup:after {
    left: 8px;
    width: 52px;
    height: 52px;
    background-size: 52px 52px; }
  .article-list-item--pickup.article-list-item--keysize:after {
    left: 0; }
  .article-list-item--new:after {
    left: 8px;
    width: 52px;
    height: 52px;
    background-size: 52px 52px; }
  .article-list-item--related a:hover {
    opacity: 1; }
  .article-list-item--related .article-list-item__image {
    width: 80px; }
  .article-list-item--related .article-list-item__contents {
    margin-right: 90px; }
  .article-list-item--related .article-list-item__heading {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1rem;
    font-weight: bold;
    text-overflow: ellipsis; }
  .article-list-item--related .article-list-item__heading a {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .article-list-item--related .article-list-item__date {
    display: none; }
  .article-list-item--search-result a:hover {
    opacity: 1; }
  .article-list-item--search-result .article-list-item__image {
    width: 100px;
    height: 100px;
    margin-left: 20px; }
  .article-list-item--search-result .article-list-item__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-list-item--search-result .article-list-item__heading {
    display: block;
    font-size: 1.14286rem;
    font-weight: bold;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .article-list-item--search-result .article-list-item__heading a {
    display: inline; }
  .article-list-item--search-result .article-list-item__date {
    font-size: 0.85714rem; }
  .article-list-item--popular {
    width: 100%; }
  .article-list-item--popular .article-list-item__inner {
    padding-bottom: 0;
    overflow: visible; }
  .article-list-item--popular .article-list-item__image {
    width: auto;
    margin-right: 0;
    padding-top: 56.25%;
    float: none; }
  .article-list-item--popular .article-list-item__heading {
    margin-top: 4px;
    font-size: 0.92857rem;
    font-weight: bold;
    line-height: 1.4; }
  .article-list-item--popular .article-list-item__date {
    margin-top: 0px;
    margin-right: 1em;
    float: left;
    font-size: 0.78571rem; }
  .button-colored {
    -webkit-transition: background-color 0.2s;
    padding: 6px 30px;
    border-radius: 4px;
    background-color: #51c300;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color 0.2s; }
  .button-colored--large {
    height: 40px;
    margin-top: 10px; }
  .button-colored--sp-noradius {
    border-radius: 0; }
  .button-colored--sp-normal {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 1px;
    padding: 15px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    color: #151515;
    font-size: 1.14286rem;
    line-height: 1;
    text-align: left; }
  .button-colored--sp-normal:before {
    -webkit-transform: rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    float: right;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #3d3232;
    content: ""; }
  .button-share--fixed {
    display: block; }
  .button-share--fixed .button-share__head {
    display: none; }
  .button-share--fixed .button-share__body {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  .button-share--fixed .button-share__item {
    height: 38px;
    margin: 0;
    border-radius: 0; }
  .button-share__head {
    margin-bottom: 10px; }
  .button-share__item {
    width: 100%;
    height: 36px;
    margin: 0 10px 0 0;
    border-radius: 18px;
    font-size: 1.07143rem; }
  .button-share__item:before {
    display: none; }
  .button-share__item--facebook:hover {
    background-color: #3b5998;
    color: #fff; }
  .button-share__item--twitter:hover {
    background-color: #55acee;
    color: #fff; }
  .button-share__item--hatena:hover {
    background-color: #1691db;
    color: #fff; }
  .button-share__item--line {
    display: block; }
  .button-share__item--line:hover {
    background-color: #00c300;
    color: #fff; }
  .channel-info {
    display: block;
    padding-bottom: 30px; }
  .channel-info__image {
    width: auto; }
  .channel-info__contents {
    width: auto;
    margin-top: 30px; }
  .channel-info__text {
    line-height: 1.5; }
  .channel-logo {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    line-height: 1.5; }
  .channel-logo img {
    vertical-align: middle; }
  .channel-logo p {
    margin: 0;
    padding: 10px; }
  .channel-logo__list-item {
    width: 17%;
    padding: 3% 3.2%; }
  .channel-program {
    position: relative;
    padding-top: 10px; }
  .channel-program__list-item {
    width: 260px; }
  .customer-transfer__head {
    margin-bottom: 10px;
    font-size: 1.07143rem;
    line-height: 1.5; }
  .customer-transfer__body {
    padding: 0; }
  .customer-transfer__slide {
    width: 109px;
    padding-right: 8px; }
  .customer-transfer__text {
    font-size: 0.85714rem;
    font-weight: bold; }
  .follow-post__contents:before {
    display: none; }
  .follow-post__sns-item {
    margin: 5px 4px 0; }
  .heading-colored {
    margin-top: 5px;
    padding-left: 8px;
    border-width: 4px;
    font-size: 1.71429rem; }
  .heading-text {
    font-size: 1.42857rem; }
  .heading-text--sp-fz19 {
    font-size: 1.35714rem; }
  .on-air {
    z-index: 100;
    right: 10px;
    bottom: 40px;
    left: auto; }
  .on-air-banner {
    position: relative;
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    background-color: #000;
    text-align: center; }
  .on-air-banner__img {
    margin: 0 auto;
    background-color: #000; }
  .on-air-banner__img img {
    width: 100%; }
  .on-air-banner__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.25); }
  .on-air-banner__title {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 6px;
    background-color: #f0163a;
    color: #eee;
    font-size: 18px;
    font-weight: 700px; }
  .on-air-banner__playbtn {
    position: relative;
    top: 30%; }
  .on-air-banner__playbtn img {
    width: 20% !important;
    height: auto; }
  .on-air-banner__logo {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle; }
  .on-air-banner__btn {
    display: table-cell;
    width: 50%;
    margin: 10px 0 0;
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle; }
  .on-air-banner .official-app {
    display: table;
    z-index: 10;
    position: relative;
    width: 100%;
    padding: 5px 0 0; }
  .page-header {
    padding-top: 10px; }
  .page-header__lead {
    font-size: 0.85714rem; }
  .page-header__lead--fz16 {
    margin-top: 20px;
    font-size: 0.85714rem; }
  .page-nav {
    padding-top: 5px;
    text-align: center; }
  .pagination {
    display: block;
    margin: 20px -15px 30px;
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center; }
  .pagination__list-item--number > a,
  .pagination__list-item--number > span {
    background-color: transparent;
    color: #999; }
  .page-section {
    padding-top: 25px; }
  .page-section__body {
    margin-top: 20px; }
  .related-post__head {
    margin: 0 8px;
    font-size: 1.07143rem;
    line-height: 2; }
  .related-post__body {
    margin-bottom: 0; }
  .blog-article__date {
    font-size: 0.78571rem; }
  .blog-article__adc {
    display: block;
    padding: 25px 0 10px !important; }
  .blog-article__body .quote .ogp__img-item {
    width: 150px;
    height: 85px; }
  .blog-article__body .quote .ogp__body {
    padding: 0 0 0 163px; }
  .blog-article__body .quote .ogp__text {
    margin-top: 5px;
    font-size: 0.78571rem; }
  .blog-article table td {
    padding: 0 0 0 10px; }
  .blog-article table .time {
    padding: 10px 4px; }
  .blog-article table img {
    width: 90%;
    vertical-align: bottom; }
  .blog-article table p {
    width: 90%;
    font-size: 1.14286rem;
    line-height: 1.5; }
  .blog-article table p img {
    width: 20px;
    padding: 0;
    vertical-align: baseline; }
  .blog-body__text div,
  .blog-body__text h1,
  .blog-body__text h2,
  .blog-body__text p {
    font-size: 1.07143rem; }
  .txt blockquote,
  .txt div,
  .txt h4,
  .txt ol,
  .txt p,
  .txt ul {
    font-size: 1.07143rem; }
  .ogp__title {
    font-size: 1rem; }
  .ogp__site {
    display: none; }
  .ogp__img {
    display: block;
    margin: 0; }
  .ogp__img-item {
    width: 150px;
    min-height: 85px; }
  .blog-body__item .img a.img__item:hover {
    opacity: 1; }
  .blog-title__text {
    margin-bottom: 10px;
    font-size: 1.28571rem; }
  .search-result__title {
    font-size: 1.14286rem; }
  .search-result__title-word {
    font-size: 1.42857rem; }
  .mgt-sp--0 {
    margin-top: 0 !important; }
  .mgt-sp--5 {
    margin-top: 0.625vw !important; }
  .mgt-sp--10 {
    margin-top: 1.25vw !important; }
  .mgt-sp--15 {
    margin-top: 1.875vw !important; }
  .mgt-sp--20 {
    margin-top: 2.5vw !important; }
  .mgt-sp--25 {
    margin-top: 3.125vw !important; }
  .mgt-sp--30 {
    margin-top: 3.75vw !important; }
  .mgt-sp--35 {
    margin-top: 4.375vw !important; }
  .mgt-sp--40 {
    margin-top: 5vw !important; }
  .mgt-sp--45 {
    margin-top: 5.625vw !important; }
  .mgt-sp--50 {
    margin-top: 6.25vw !important; }
  .mgt-sp--55 {
    margin-top: 6.875vw !important; }
  .mgt-sp--60 {
    margin-top: 7.5vw !important; }
  .mgt-sp--65 {
    margin-top: 8.125vw !important; }
  .mgt-sp--70 {
    margin-top: 8.75vw !important; }
  .mgt-sp--75 {
    margin-top: 9.375vw !important; }
  .mgt-sp--80 {
    margin-top: 10vw !important; }
  .mgt-sp--85 {
    margin-top: 10.625vw !important; }
  .mgt-sp--90 {
    margin-top: 11.25vw !important; }
  .mgt-sp--95 {
    margin-top: 11.875vw !important; }
  .mgt-sp--100 {
    margin-top: 12.5vw !important; }
  .mgt-sp--105 {
    margin-top: 13.125vw !important; }
  .mgt-sp--110 {
    margin-top: 13.75vw !important; }
  .mgt-sp--115 {
    margin-top: 14.375vw !important; }
  .mgt-sp--120 {
    margin-top: 15vw !important; }
  .mgt-sp--125 {
    margin-top: 15.625vw !important; }
  .mgt-sp--130 {
    margin-top: 16.25vw !important; }
  .mgt-sp--135 {
    margin-top: 16.875vw !important; }
  .mgt-sp--140 {
    margin-top: 17.5vw !important; }
  .mgt-sp--145 {
    margin-top: 18.125vw !important; }
  .mgt-sp--150 {
    margin-top: 18.75vw !important; }
  .mgt-sp--155 {
    margin-top: 19.375vw !important; }
  .mgt-sp--160 {
    margin-top: 20vw !important; }
  .mgt-sp--165 {
    margin-top: 20.625vw !important; }
  .mgt-sp--170 {
    margin-top: 21.25vw !important; }
  .mgt-sp--175 {
    margin-top: 21.875vw !important; }
  .mgt-sp--180 {
    margin-top: 22.5vw !important; }
  .mgt-sp--185 {
    margin-top: 23.125vw !important; }
  .mgt-sp--190 {
    margin-top: 23.75vw !important; }
  .mgt-sp--195 {
    margin-top: 24.375vw !important; }
  .mgt-sp--200 {
    margin-top: 25vw !important; }
  .mgt-sp--205 {
    margin-top: 25.625vw !important; }
  .mgt-sp--210 {
    margin-top: 26.25vw !important; }
  .mgt-sp--215 {
    margin-top: 26.875vw !important; }
  .mgt-sp--220 {
    margin-top: 27.5vw !important; }
  .mgt-sp--225 {
    margin-top: 28.125vw !important; }
  .mgt-sp--230 {
    margin-top: 28.75vw !important; }
  .mgt-sp--235 {
    margin-top: 29.375vw !important; }
  .mgt-sp--240 {
    margin-top: 30vw !important; }
  .mgt-sp--245 {
    margin-top: 30.625vw !important; }
  .mgt-sp--250 {
    margin-top: 31.25vw !important; }
  .mgb-sp--0 {
    margin-bottom: 0 !important; }
  .mgb-sp--5 {
    margin-bottom: 0.625vw !important; }
  .mgb-sp--10 {
    margin-bottom: 1.25vw !important; }
  .mgb-sp--15 {
    margin-bottom: 1.875vw !important; }
  .mgb-sp--20 {
    margin-bottom: 2.5vw !important; }
  .mgb-sp--25 {
    margin-bottom: 3.125vw !important; }
  .mgb-sp--30 {
    margin-bottom: 3.75vw !important; }
  .mgb-sp--35 {
    margin-bottom: 4.375vw !important; }
  .mgb-sp--40 {
    margin-bottom: 5vw !important; }
  .mgb-sp--45 {
    margin-bottom: 5.625vw !important; }
  .mgb-sp--50 {
    margin-bottom: 6.25vw !important; }
  .mgb-sp--55 {
    margin-bottom: 6.875vw !important; }
  .mgb-sp--60 {
    margin-bottom: 7.5vw !important; }
  .mgb-sp--65 {
    margin-bottom: 8.125vw !important; }
  .mgb-sp--70 {
    margin-bottom: 8.75vw !important; }
  .mgb-sp--75 {
    margin-bottom: 9.375vw !important; }
  .mgb-sp--80 {
    margin-bottom: 10vw !important; }
  .mgb-sp--85 {
    margin-bottom: 10.625vw !important; }
  .mgb-sp--90 {
    margin-bottom: 11.25vw !important; }
  .mgb-sp--95 {
    margin-bottom: 11.875vw !important; }
  .mgb-sp--100 {
    margin-bottom: 12.5vw !important; }
  .mgb-sp--105 {
    margin-bottom: 13.125vw !important; }
  .mgb-sp--110 {
    margin-bottom: 13.75vw !important; }
  .mgb-sp--115 {
    margin-bottom: 14.375vw !important; }
  .mgb-sp--120 {
    margin-bottom: 15vw !important; }
  .mgb-sp--125 {
    margin-bottom: 15.625vw !important; }
  .mgb-sp--130 {
    margin-bottom: 16.25vw !important; }
  .mgb-sp--135 {
    margin-bottom: 16.875vw !important; }
  .mgb-sp--140 {
    margin-bottom: 17.5vw !important; }
  .mgb-sp--145 {
    margin-bottom: 18.125vw !important; }
  .mgb-sp--150 {
    margin-bottom: 18.75vw !important; }
  .mgb-sp--155 {
    margin-bottom: 19.375vw !important; }
  .mgb-sp--160 {
    margin-bottom: 20vw !important; }
  .mgb-sp--165 {
    margin-bottom: 20.625vw !important; }
  .mgb-sp--170 {
    margin-bottom: 21.25vw !important; }
  .mgb-sp--175 {
    margin-bottom: 21.875vw !important; }
  .mgb-sp--180 {
    margin-bottom: 22.5vw !important; }
  .mgb-sp--185 {
    margin-bottom: 23.125vw !important; }
  .mgb-sp--190 {
    margin-bottom: 23.75vw !important; }
  .mgb-sp--195 {
    margin-bottom: 24.375vw !important; }
  .mgb-sp--200 {
    margin-bottom: 25vw !important; }
  .mgb-sp--205 {
    margin-bottom: 25.625vw !important; }
  .mgb-sp--210 {
    margin-bottom: 26.25vw !important; }
  .mgb-sp--215 {
    margin-bottom: 26.875vw !important; }
  .mgb-sp--220 {
    margin-bottom: 27.5vw !important; }
  .mgb-sp--225 {
    margin-bottom: 28.125vw !important; }
  .mgb-sp--230 {
    margin-bottom: 28.75vw !important; }
  .mgb-sp--235 {
    margin-bottom: 29.375vw !important; }
  .mgb-sp--240 {
    margin-bottom: 30vw !important; }
  .mgb-sp--245 {
    margin-bottom: 30.625vw !important; }
  .mgb-sp--250 {
    margin-bottom: 31.25vw !important; }
  .sp-hide {
    display: none !important; }
  .adc-banner {
    text-align: center; }
  .adc-banner a {
    display: block;
    cursor: pointer; }
  .adc-banner__img {
    width: 100%;
    height: auto; }
  .adc-banner__img--button {
    width: 200px; }
  .adc-banner__img--app-banner {
    max-width: 345px; }
  .adc-post {
    margin: 0;
    padding: 0 0 0 10px; }
  .adc-post__item {
    width: 100%;
    padding: 0;
    float: none;
    overflow: hidden; }
  .adc-post__image {
    width: 80px;
    margin-right: 10px; }
  .adc-post__title {
    max-width: 70%;
    margin-top: 0;
    overflow: hidden;
    font-size: 1rem;
    font-weight: bold; }
  .adc-post__cat {
    padding: 4px 10px 3px 3px;
    font-size: 0.78571rem;
    line-height: 1.3; }
  .article-list--ranking {
    margin: -17px -15px 0; }
  .article-list--pickup {
    margin-top: -20px; }
  .article-list--pickup .article-list__body,
  .article-list--main .article-list__body {
    margin: 0 -8px; }
  .article-list--pickup .article-list__body:after,
  .article-list--main .article-list__body:after {
    width: 50%; }
  .article-list__foot {
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px; }
  .article-list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-list-item__image {
    padding-top: 56.25%; }
  .article-list-item__image a:hover {
    opacity: 1; }
  .article-list-item__heading {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.4;
    text-overflow: ellipsis; }
  .article-list-item__heading a {
    -webkit-line-clamp: 2; }
  .article-list-item__heading a:hover {
    opacity: 1; }
  .article-list-item__date {
    color: #808080; }
  .article-list-item--main {
    width: 50%;
    margin-top: 15px;
    padding: 0 8px; }
  .article-list-item--main .article-list-item__heading {
    font-size: 0.92857rem; }
  .article-list-item--main .article-list-item__heading a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .article-list-item--main .article-list-item__date {
    margin-top: 0px;
    margin-right: 1em;
    float: left;
    font-size: 0.78571rem; }
  .article-list-item--keysize {
    width: calc(100% + 14px);
    margin-right: -7px;
    margin-left: -7px; }
  .article-list-item--keysize + .article-list-item {
    margin-top: 15px; }
  .article-list-item--keysize + .article-list-item + .article-list-item {
    margin-top: 15px; }
  .article-list-item--keysize .article-list-item__image {
    padding-top: 46.6%; }
  .article-list-item--keysize .article-list-item__contents {
    padding: 10px 20px; }
  .article-list-item--keysize .article-list-item__heading {
    font-size: 1.28571rem;
    font-weight: bold; }
  .article-list-item--keysize .article-list-item__date {
    display: none; }
  .article-list-item--horizontal {
    margin: 0;
    padding: 17px;
    border-top: 2px solid #e0e0e0; }
  .article-list-item--horizontal:first-child {
    border-top: 0; }
  .article-list-item--horizontal.article-list-item--ranking
.article-list-item__image:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 24px; }
  .article-list-item--horizontal .article-list-item__inner {
    width: 100%; }
  .article-list-item--horizontal .article-list-item__image {
    width: 124px; }
  .article-list-item--horizontal .article-list-item__image a {
    padding-top: 75%; }
  .article-list-item--horizontal .article-list-item__contents {
    width: calc(100% - 136px); }
  .article-list-item--horizontal .article-list-item__heading {
    font-size: 1.14286rem; }
  .article-list-item--horizontal .article-list-item__date {
    margin-right: 0;
    text-align: right; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__inner {
    -ms-flex-pack: justify;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -webkit-box-align: start;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image {
    width: 124px;
    height: auto;
    padding-top: 0; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 24px; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image
img {
    width: auto;
    height: 100%; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__image
a {
    position: relative;
    height: 0;
    padding-top: 75%; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__contents {
    position: static;
    width: calc(100% - 136px);
    padding: 0;
    background-image: none; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading {
    font-size: 1.14286rem; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__heading
a {
    color: inherit; }
  .article-list--ranking
.article-list-item--horizontal:first-child
.article-list-item__date {
    position: static;
    margin: 15px 0 0 0;
    color: rgba(51, 51, 51, 0.7);
    font-size: 0.78571rem;
    text-align: right; }
  .article-list-item--pickup:after {
    left: 8px;
    width: 52px;
    height: 52px;
    background-size: 52px 52px; }
  .article-list-item--pickup.article-list-item--keysize:after {
    left: 0; }
  .article-list-item--new:after {
    left: 8px;
    width: 52px;
    height: 52px;
    background-size: 52px 52px; }
  .article-list-item--related a:hover {
    opacity: 1; }
  .article-list-item--related .article-list-item__image {
    width: 80px; }
  .article-list-item--related .article-list-item__contents {
    margin-right: 90px; }
  .article-list-item--related .article-list-item__heading {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1rem;
    font-weight: bold;
    text-overflow: ellipsis; }
  .article-list-item--related .article-list-item__heading a {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .article-list-item--related .article-list-item__date {
    display: none; }
  .article-list-item--search-result a:hover {
    opacity: 1; }
  .article-list-item--search-result .article-list-item__image {
    width: 100px;
    height: 100px;
    margin-left: 20px; }
  .article-list-item--search-result .article-list-item__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-list-item--search-result .article-list-item__heading {
    display: block;
    font-size: 1.14286rem;
    font-weight: bold;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .article-list-item--search-result .article-list-item__heading a {
    display: inline; }
  .article-list-item--search-result .article-list-item__date {
    font-size: 0.85714rem; }
  .article-list-item--popular {
    width: 100%; }
  .article-list-item--popular .article-list-item__inner {
    padding-bottom: 0;
    overflow: visible; }
  .article-list-item--popular .article-list-item__image {
    width: auto;
    margin-right: 0;
    padding-top: 56.25%;
    float: none; }
  .article-list-item--popular .article-list-item__heading {
    margin-top: 4px;
    font-size: 0.92857rem;
    font-weight: bold;
    line-height: 1.4; }
  .article-list-item--popular .article-list-item__date {
    margin-top: 0px;
    margin-right: 1em;
    float: left;
    font-size: 0.78571rem; }
  .button-colored {
    -webkit-transition: background-color 0.2s;
    padding: 6px 30px;
    border-radius: 4px;
    background-color: #51c300;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color 0.2s; }
  .button-colored--large {
    height: 40px;
    margin-top: 10px; }
  .button-colored--sp-noradius {
    border-radius: 0; }
  .button-colored--sp-normal {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 1px;
    padding: 15px;
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    color: #151515;
    font-size: 1.14286rem;
    line-height: 1;
    text-align: left; }
  .button-colored--sp-normal:before {
    -webkit-transform: rotate(45deg);
    display: block;
    width: 10px;
    height: 10px;
    float: right;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #3d3232;
    content: ""; }
  .button-share--fixed {
    display: block; }
  .button-share--fixed .button-share__head {
    display: none; }
  .button-share--fixed .button-share__body {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  .button-share--fixed .button-share__item {
    height: 38px;
    margin: 0;
    border-radius: 0; }
  .button-share__head {
    margin-bottom: 10px; }
  .button-share__item {
    width: 100%;
    height: 36px;
    margin: 0 10px 0 0;
    border-radius: 18px;
    font-size: 1.07143rem; }
  .button-share__item:before {
    display: none; }
  .button-share__item--facebook:hover {
    background-color: #3b5998;
    color: #fff; }
  .button-share__item--twitter:hover {
    background-color: #55acee;
    color: #fff; }
  .button-share__item--hatena:hover {
    background-color: #1691db;
    color: #fff; }
  .button-share__item--line {
    display: block; }
  .button-share__item--line:hover {
    background-color: #00c300;
    color: #fff; }
  .channel-info {
    display: block;
    padding-bottom: 30px; }
  .channel-info__image {
    width: auto; }
  .channel-info__contents {
    width: auto;
    margin-top: 30px; }
  .channel-info__text {
    line-height: 1.5; }
  .channel-logo {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    line-height: 1.5; }
  .channel-logo img {
    vertical-align: middle; }
  .channel-logo p {
    margin: 0;
    padding: 10px; }
  .channel-logo__list-item {
    width: 17%;
    padding: 3% 3.2%; }
  .channel-program {
    position: relative;
    padding-top: 10px; }
  .channel-program__list-item {
    width: 260px; }
  .customer-transfer__head {
    margin-bottom: 10px;
    font-size: 1.07143rem;
    line-height: 1.5; }
  .customer-transfer__body {
    padding: 0; }
  .customer-transfer__slide {
    width: 109px;
    padding-right: 8px; }
  .customer-transfer__text {
    font-size: 0.85714rem;
    font-weight: bold; }
  .follow-post__contents:before {
    display: none; }
  .follow-post__sns-item {
    margin: 5px 4px 0; }
  .heading-colored {
    margin-top: 5px;
    padding-left: 8px;
    border-width: 4px;
    font-size: 1.71429rem; }
  .heading-text {
    font-size: 1.42857rem; }
  .heading-text--sp-fz19 {
    font-size: 1.35714rem; }
  .on-air {
    z-index: 100;
    right: 10px;
    bottom: 40px;
    left: auto; }
  .on-air-banner {
    position: relative;
    margin: 0 auto;
    padding: 5px;
    border-radius: 4px;
    background-color: #000;
    text-align: center; }
  .on-air-banner__img {
    margin: 0 auto;
    background-color: #000; }
  .on-air-banner__img img {
    width: 100%; }
  .on-air-banner__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.25); }
  .on-air-banner__title {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 6px;
    background-color: #f0163a;
    color: #eee;
    font-size: 18px;
    font-weight: 700px; }
  .on-air-banner__playbtn {
    position: relative;
    top: 30%; }
  .on-air-banner__playbtn img {
    width: 20% !important;
    height: auto; }
  .on-air-banner__logo {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle; }
  .on-air-banner__btn {
    display: table-cell;
    width: 50%;
    margin: 10px 0 0;
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle; }
  .on-air-banner .official-app {
    display: table;
    z-index: 10;
    position: relative;
    width: 100%;
    padding: 5px 0 0; }
  .page-header {
    padding-top: 10px; }
  .page-header__lead {
    font-size: 0.85714rem; }
  .page-header__lead--fz16 {
    margin-top: 20px;
    font-size: 0.85714rem; }
  .page-nav {
    padding-top: 5px;
    text-align: center; }
  .pagination {
    display: block;
    margin: 20px -15px 30px;
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center; }
  .pagination__list-item--number > a,
  .pagination__list-item--number > span {
    background-color: transparent;
    color: #999; }
  .page-section {
    padding-top: 25px; }
  .page-section__body {
    margin-top: 20px; }
  .related-post__head {
    margin: 0 8px;
    font-size: 1.07143rem;
    line-height: 2; }
  .related-post__body {
    margin-bottom: 0; }
  .blog-article__date {
    font-size: 0.78571rem; }
  .blog-article__adc {
    display: block;
    padding: 25px 0 10px !important; }
  .blog-article__body .quote .ogp__img-item {
    width: 150px;
    height: 85px; }
  .blog-article__body .quote .ogp__body {
    padding: 0 0 0 163px; }
  .blog-article__body .quote .ogp__text {
    margin-top: 5px;
    font-size: 0.78571rem; }
  .blog-article table td {
    padding: 0 0 0 10px; }
  .blog-article table .time {
    padding: 10px 4px; }
  .blog-article table img {
    width: 90%;
    vertical-align: bottom; }
  .blog-article table p {
    width: 90%;
    font-size: 1.14286rem;
    line-height: 1.5; }
  .blog-article table p img {
    width: 20px;
    padding: 0;
    vertical-align: baseline; }
  .blog-body__text div,
  .blog-body__text h1,
  .blog-body__text h2,
  .blog-body__text p {
    font-size: 1.07143rem; }
  .txt blockquote,
  .txt div,
  .txt h4,
  .txt ol,
  .txt p,
  .txt ul {
    font-size: 1.07143rem; }
  .ogp__title {
    font-size: 1rem; }
  .ogp__site {
    display: none; }
  .ogp__img {
    display: block;
    margin: 0; }
  .ogp__img-item {
    width: 150px;
    min-height: 85px; }
  .blog-body__item .img a.img__item:hover {
    opacity: 1; }
  .blog-title__text {
    margin-bottom: 10px;
    font-size: 1.28571rem; }
  .search-result__title {
    font-size: 1.14286rem; }
  .search-result__title-word {
    font-size: 1.42857rem; }
  .mgt-sp--0 {
    margin-top: 0 !important; }
  .mgt-sp--5 {
    margin-top: 0.625vw !important; }
  .mgt-sp--10 {
    margin-top: 1.25vw !important; }
  .mgt-sp--15 {
    margin-top: 1.875vw !important; }
  .mgt-sp--20 {
    margin-top: 2.5vw !important; }
  .mgt-sp--25 {
    margin-top: 3.125vw !important; }
  .mgt-sp--30 {
    margin-top: 3.75vw !important; }
  .mgt-sp--35 {
    margin-top: 4.375vw !important; }
  .mgt-sp--40 {
    margin-top: 5vw !important; }
  .mgt-sp--45 {
    margin-top: 5.625vw !important; }
  .mgt-sp--50 {
    margin-top: 6.25vw !important; }
  .mgt-sp--55 {
    margin-top: 6.875vw !important; }
  .mgt-sp--60 {
    margin-top: 7.5vw !important; }
  .mgt-sp--65 {
    margin-top: 8.125vw !important; }
  .mgt-sp--70 {
    margin-top: 8.75vw !important; }
  .mgt-sp--75 {
    margin-top: 9.375vw !important; }
  .mgt-sp--80 {
    margin-top: 10vw !important; }
  .mgt-sp--85 {
    margin-top: 10.625vw !important; }
  .mgt-sp--90 {
    margin-top: 11.25vw !important; }
  .mgt-sp--95 {
    margin-top: 11.875vw !important; }
  .mgt-sp--100 {
    margin-top: 12.5vw !important; }
  .mgt-sp--105 {
    margin-top: 13.125vw !important; }
  .mgt-sp--110 {
    margin-top: 13.75vw !important; }
  .mgt-sp--115 {
    margin-top: 14.375vw !important; }
  .mgt-sp--120 {
    margin-top: 15vw !important; }
  .mgt-sp--125 {
    margin-top: 15.625vw !important; }
  .mgt-sp--130 {
    margin-top: 16.25vw !important; }
  .mgt-sp--135 {
    margin-top: 16.875vw !important; }
  .mgt-sp--140 {
    margin-top: 17.5vw !important; }
  .mgt-sp--145 {
    margin-top: 18.125vw !important; }
  .mgt-sp--150 {
    margin-top: 18.75vw !important; }
  .mgt-sp--155 {
    margin-top: 19.375vw !important; }
  .mgt-sp--160 {
    margin-top: 20vw !important; }
  .mgt-sp--165 {
    margin-top: 20.625vw !important; }
  .mgt-sp--170 {
    margin-top: 21.25vw !important; }
  .mgt-sp--175 {
    margin-top: 21.875vw !important; }
  .mgt-sp--180 {
    margin-top: 22.5vw !important; }
  .mgt-sp--185 {
    margin-top: 23.125vw !important; }
  .mgt-sp--190 {
    margin-top: 23.75vw !important; }
  .mgt-sp--195 {
    margin-top: 24.375vw !important; }
  .mgt-sp--200 {
    margin-top: 25vw !important; }
  .mgt-sp--205 {
    margin-top: 25.625vw !important; }
  .mgt-sp--210 {
    margin-top: 26.25vw !important; }
  .mgt-sp--215 {
    margin-top: 26.875vw !important; }
  .mgt-sp--220 {
    margin-top: 27.5vw !important; }
  .mgt-sp--225 {
    margin-top: 28.125vw !important; }
  .mgt-sp--230 {
    margin-top: 28.75vw !important; }
  .mgt-sp--235 {
    margin-top: 29.375vw !important; }
  .mgt-sp--240 {
    margin-top: 30vw !important; }
  .mgt-sp--245 {
    margin-top: 30.625vw !important; }
  .mgt-sp--250 {
    margin-top: 31.25vw !important; }
  .mgb-sp--0 {
    margin-bottom: 0 !important; }
  .mgb-sp--5 {
    margin-bottom: 0.625vw !important; }
  .mgb-sp--10 {
    margin-bottom: 1.25vw !important; }
  .mgb-sp--15 {
    margin-bottom: 1.875vw !important; }
  .mgb-sp--20 {
    margin-bottom: 2.5vw !important; }
  .mgb-sp--25 {
    margin-bottom: 3.125vw !important; }
  .mgb-sp--30 {
    margin-bottom: 3.75vw !important; }
  .mgb-sp--35 {
    margin-bottom: 4.375vw !important; }
  .mgb-sp--40 {
    margin-bottom: 5vw !important; }
  .mgb-sp--45 {
    margin-bottom: 5.625vw !important; }
  .mgb-sp--50 {
    margin-bottom: 6.25vw !important; }
  .mgb-sp--55 {
    margin-bottom: 6.875vw !important; }
  .mgb-sp--60 {
    margin-bottom: 7.5vw !important; }
  .mgb-sp--65 {
    margin-bottom: 8.125vw !important; }
  .mgb-sp--70 {
    margin-bottom: 8.75vw !important; }
  .mgb-sp--75 {
    margin-bottom: 9.375vw !important; }
  .mgb-sp--80 {
    margin-bottom: 10vw !important; }
  .mgb-sp--85 {
    margin-bottom: 10.625vw !important; }
  .mgb-sp--90 {
    margin-bottom: 11.25vw !important; }
  .mgb-sp--95 {
    margin-bottom: 11.875vw !important; }
  .mgb-sp--100 {
    margin-bottom: 12.5vw !important; }
  .mgb-sp--105 {
    margin-bottom: 13.125vw !important; }
  .mgb-sp--110 {
    margin-bottom: 13.75vw !important; }
  .mgb-sp--115 {
    margin-bottom: 14.375vw !important; }
  .mgb-sp--120 {
    margin-bottom: 15vw !important; }
  .mgb-sp--125 {
    margin-bottom: 15.625vw !important; }
  .mgb-sp--130 {
    margin-bottom: 16.25vw !important; }
  .mgb-sp--135 {
    margin-bottom: 16.875vw !important; }
  .mgb-sp--140 {
    margin-bottom: 17.5vw !important; }
  .mgb-sp--145 {
    margin-bottom: 18.125vw !important; }
  .mgb-sp--150 {
    margin-bottom: 18.75vw !important; }
  .mgb-sp--155 {
    margin-bottom: 19.375vw !important; }
  .mgb-sp--160 {
    margin-bottom: 20vw !important; }
  .mgb-sp--165 {
    margin-bottom: 20.625vw !important; }
  .mgb-sp--170 {
    margin-bottom: 21.25vw !important; }
  .mgb-sp--175 {
    margin-bottom: 21.875vw !important; }
  .mgb-sp--180 {
    margin-bottom: 22.5vw !important; }
  .mgb-sp--185 {
    margin-bottom: 23.125vw !important; }
  .mgb-sp--190 {
    margin-bottom: 23.75vw !important; }
  .mgb-sp--195 {
    margin-bottom: 24.375vw !important; }
  .mgb-sp--200 {
    margin-bottom: 25vw !important; }
  .mgb-sp--205 {
    margin-bottom: 25.625vw !important; }
  .mgb-sp--210 {
    margin-bottom: 26.25vw !important; }
  .mgb-sp--215 {
    margin-bottom: 26.875vw !important; }
  .mgb-sp--220 {
    margin-bottom: 27.5vw !important; }
  .mgb-sp--225 {
    margin-bottom: 28.125vw !important; }
  .mgb-sp--230 {
    margin-bottom: 28.75vw !important; }
  .mgb-sp--235 {
    margin-bottom: 29.375vw !important; }
  .mgb-sp--240 {
    margin-bottom: 30vw !important; }
  .mgb-sp--245 {
    margin-bottom: 30.625vw !important; }
  .mgb-sp--250 {
    margin-bottom: 31.25vw !important; }
  .sp-hide {
    display: none !important; } }

@media screen and (max-width: 738px) {
    .footer-middle {
      padding: 20px;
      border-top: none;
      background-color: #000; }
      .footer-middle a:hover {
        opacity: 1; }
  .channel-program__list {
    position: static;
    min-height: 0;
    /*width: 2000px;*/ }
  .customer-transfer__slider {
    padding-right: 18.5%; }
  .blog-article .copy {
    font-size: 0.71429rem; }
  .ogp__action {
    display: block;
    padding: 10px; }
  .channel-program__list {
    position: static;
    min-height: 0;
    /*width: 2000px;*/ }
  .customer-transfer__slider {
    padding-right: 18.5%; }
  .blog-article .copy {
    font-size: 0.71429rem; }
  .ogp__action {
    display: block;
    padding: 10px; } }

@media screen and (max-width: 1200px) {
  .article-list--pickup .article-list__body:before,
  .article-list--main .article-list__body:before {
    display: none; }
  .article-list-item--main {
    margin-top: 25px; }
  .article-list-item--main:nth-child(-n + 2) {
    margin-top: 0; }
  .category-pickup {
    width: calc((100% - 24px) / 2); }
  .category-pickup:nth-child(-n + 3) {
    margin-top: 20px; }
  .category-pickup:nth-child(-n + 2) {
    margin-top: 0; }
  .article-list--pickup .article-list__body:before,
  .article-list--main .article-list__body:before {
    display: none; }
  .article-list-item--main {
    margin-top: 25px; }
  .article-list-item--main:nth-child(-n + 2) {
    margin-top: 0; }
  .category-pickup {
    width: calc((100% - 24px) / 2); }
  .category-pickup:nth-child(-n + 3) {
    margin-top: 20px; }
  .category-pickup:nth-child(-n + 2) {
    margin-top: 0; } }

@media screen and (min-width: 801px) {
  .article-list-item__heading a {
    -webkit-line-clamp: 3; }
  .pc-hide {
    display: none !important; }
  .article-list-item__heading a {
    -webkit-line-clamp: 3; }
  .pc-hide {
    display: none !important; } }

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .article-list-item--keysize .article-list-item__heading {
    font-size: 1.5rem; }
  .article-list-item--keysize .article-list-item__heading {
    font-size: 1.5rem; } }

@media screen and (max-width: 800px) and (max-width: 800px) {
  .article-list-item--search-result .article-list-item__heading {
    font-size: 1rem; }
  .article-list-item--search-result .article-list-item__heading {
    font-size: 1rem; } }

@media screen and (min-width: 768px) and (max-width: 800px) {
  .button-colored {
    width: 320px;
    line-height: 2; }
  .fixed-footer {
    bottom: 0; }
  .page--blog .fixed-footer {
    bottom: 35px; }
  .on-air {
    right: auto;
    bottom: 10px;
    left: 0; }
  .page--blog .on-air {
    bottom: 45px; }
  .button-colored {
    width: 320px;
    line-height: 2; }
  .fixed-footer {
    bottom: 0; }
  .page--blog .fixed-footer {
    bottom: 35px; }
  .on-air {
    right: auto;
    bottom: 10px;
    left: 0; }
  .page--blog .on-air {
    bottom: 45px; } }

@media screen and (max-width: 670px) {
  .follow-post--post-page {
    margin-top: 0; }
  .follow-post__inner {
    max-width: 325px;
    padding: 10px 0; }
  .follow-post__image {
    width: 100px; }
  .follow-post__contents {
    display: block;
    width: calc(100% - 100px); }
  .follow-post__sns-head {
    font-size: 0.85714rem;
    line-height: 1.14286rem; }
  .follow-post--post-page {
    margin-top: 0; }
  .follow-post__inner {
    max-width: 325px;
    padding: 10px 0; }
  .follow-post__image {
    width: 100px; }
  .follow-post__contents {
    display: block;
    width: calc(100% - 100px); }
  .follow-post__sns-head {
    font-size: 0.85714rem;
    line-height: 1.14286rem; } }

@media screen and (max-width: 767px) {
  .page--blog .on-air {
    z-index: 9999;
    bottom: 74px; }
  .page--blog .on-air {
    z-index: 9999;
    bottom: 74px; } }

/*# sourceMappingURL=base.css.map */