@charset "UTF-8";

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body,
section,
nav,
article,
aside,
hgroup,
header,
footer,
address,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
time {
  font-style: normal;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

body {
  font: 13px/1.231 Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
  *font-size: small;
  *font: x-small;
}

select,
input,
button,
textarea {
  font: 99% 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

article,
aside,
figure,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*-----------------------------------------------------
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------*/
/* body
============================================================ */
* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  background: url(../images/bg_body.gif) left top repeat;
}

/* wrapper
============================================================ */
#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #f1f2ee url(../images/bg_idx.png) right bottom no-repeat;
}

body#classic #wrapper {
  background-image: url(../images/bg_classic.png);
}

body#interview #wrapper {
  background-image: url(../images/bg_interview.png);
}

/* header
============================================================ */
#header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 154px;
  line-height: 1.0;
  background: url(../images/bg_header.gif) left bottom repeat-x;
}

#header .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

/* hlogo
------------------------------ */
#header #hlogo {
  float: left;
  width: 65px;
  height: 107px;
  margin: 0 1px 0 0;
  padding: 24px 20px 22px 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

/* hgroup
------------------------------ */
#header #hgroup {
  position: relative;
  float: left;
  width: 527px;
  height: 107px;
  margin: 0 1px 0 0;
  padding: 24px 23px 22px 24px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#header #hgroup h1,
#header #hgroup p#logo {
  margin-bottom: 16px;
}

#header #hgroup h2,
#header #hgroup p#channel {
  text-align: right;
}

/* channel
------------------------------ */
#header p#channel {
  position: absolute;
  left: 312px;
  top: 100px;
}

/* date
------------------------------ */
#header #date {
  position: absolute;
  left: 111px;
  top: 75px;
}

#header #date p.date-d {
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  padding: 9px 0 0 12px;
}

#header #date p.date-d img {
  margin-right: 8px;
}

#header #date p.date-m {
  position: absolute;
  left: 86px;
  top: 22px;
}

#header #date p.date-y {
  position: absolute;
  left: 86px;
  top: 40px;
}

/* nav
------------------------------ */
#header #nav {
  float: right;
  width: 266px;
  height: 107px;
  padding: 24px 0 22px 30px;
  border-bottom: 1px solid #d9d9d9;
}

#header #nav #siteSearch {
  float: left;
  width: 170px;
}

#header #nav #siteSearch .input-text {
  width: 132px;
  height: 20px;
  margin-right: 4px;
  padding: 0 5px;
  line-height: 20px;
  background: #dcdfd4;
  border: none;
  outline: none;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
}

#header #nav #siteSearch input[type='image'] {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

#header #nav #gNav {
  clear: both;
  padding-top: 18px;
}

#header #nav #gNav li {
  float: left;
  width: 156px;
  margin-bottom: 13px;
}

#header #nav #gNav li.talk-show,
#header #nav #gNav li.pop-art {
  width: 110px;
}

/* footer
============================================================ */
#footer {
  width: 960px;
  margin: 7px auto 0;
}

#footer .inner {
  clear: both;
  padding: 15px 20px;
  background-color: #000;
}

/* social
------------------------------ */
#footer .social {
  width: 300px;
}

#footer .social ul {
  text-align: left;
}

#footer .social li {
  margin: 0 15px 0 0;
  float: left;
  width: auto;
}

body#idx #footer .social li.facebook {
  display: none;
}

/* pagetop
------------------------------ */
#footer #pagetop {
  float: right;
}

/* logo
------------------------------ */
#footer #logo {
  float: right;
  width: 453px;
}

#footer #logo #copyright {
  float: left;
  padding-top: 64px;
}

#footer #logo #tvu {
  float: right;
}

/* fNav
------------------------------ */
#footer #fNav {
  float: left;
  padding-top: 64px;
}

#footer #fNav li {
  float: left;
  margin-right: 30px;
}

#footer #fNav li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

/* cotainer
============================================================ */
#container {
  width: 960px;
  margin: 0 auto;
}

#container p,
#container li,
#container dt,
#container dd,
#container pre,
#container blockquote,
#container th,
#container td,
#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
  color: #000;
  word-break: break-all;
}

/* section
------------------------------ */
#container .section {
  margin-top: 7px;
}

/* box-shadow
------------------------------ */
#container .box-shadow {
  padding: 0 1px 1px 0;
  background: url(../images/bg_shadow.png) left top no-repeat;
  position: relative;
}

#container .box-shadow .inner {
  background-color: #fff;
}

/* movie
============================================================ */
/* intro
------------------------------ */
#container #movie {
  position: relative;
}

#container #movie #intro {
  float: left;
  width: 280px;
  height: 383px;
}

#container #movie #intro #outline {
  width: 279px;
  height: 302px;
}

#container #movie #intro #outline .inner {
  padding: 15px 15px 15px 20px;
}

#container #movie #intro #outline .scroll {
  width: 235px;
  height: 273px;
}

#container #movie #intro #outline p {
  margin-bottom: 1em;
  font-size: 93%;
  line-height: 1.75;
  color: #666;
}

#container #movie #intro #outline p.category {
  margin-bottom: 9px;
  text-align: center;
}

#container #movie #intro #outline .title {
  margin-bottom: 20px;
  padding: 1em 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#container #movie #intro #data {
  width: 279px;
  height: 79px;
}

#container #movie #intro #data .inner {
  height: 67px;
  padding: 12px 43px 0px 20px;
}

#container #movie #intro #data p {
  line-height: 12px;
  color: #a6a6a6;
}

#container #movie #intro #data p.count {
  float: left;
  font-size: 93%;
}

#container #movie #intro #data p.time {
  font-size: 77%;
  position: absolute;
  right: 15px;
  top: 18px;
}

#container #movie #intro #permalink {
  position: absolute;
  top: 38px;
  right: 15px;
}

#container #movie #intro #permalink .link_button {
  width: 17px;
  height: 21px;
  margin-right: 8px;
  background: url("../images/link_button.gif") no-repeat;
  display: inline-block;
}

#container #movie #intro #permalink .url_view {
  width: 210px;
  height: 25px;
  background: url("../images/bg_permalink.gif") no-repeat scroll left top transparent;
  border: medium none;
  overflow: hidden;
  padding-left: 10px;
}

/* video
------------------------------ */
#container #movie #mainvideo {
  top: 0;
  right: 0;
  width: 680px;
  height: 383px;
  position: absolute;
  z-index: 999;
}

#container #movie #button-area {
  background-color: #f8f9f6;
  border-right: solid 1px #cfd0cd;
  border-bottom: solid 1px #cfd0cd;
  border-left: solid 1px #cfd0cd;
  overflow: visible;
  position: absolute;
  top: 383px;
  left: 280px;
  width: 678px;
  height: 46px;
}

#container #movie #button-area ul#flash_control {
  float: right;
  width: 168px;
  height: 46px;
}

#container #movie ul#flash_control li {
  float: left;
  width: 56px;
  height: 46px;
  position: relative;
  overflow: visible;
}

#container #movie ul#flash_control li a {
  width: 56px;
  height: 46px;
  display: block;
}

#container #movie ul#flash_control li.repeat {
  background: url(../images/player_ctl.gif) left top no-repeat;
}

#container #movie ul#flash_control li.shuffle {
  background: url(../images/player_ctl.gif) center top no-repeat;
}

#container #movie ul#flash_control li.skip {
  background: url(../images/player_ctl.gif) right top no-repeat;
}

#container #movie ul#flash_control li.repeat a:hover,
#container #movie ul#flash_control li.repeat a.active {
  background: url(../images/player_ctl.gif) left bottom no-repeat;
}

#container #movie ul#flash_control li.shuffle a:hover,
#container #movie ul#flash_control li.shuffle a.active {
  background: url(../images/player_ctl.gif) center bottom no-repeat;
}

#container #movie ul#flash_control li.skip a:hover,
#container #movie ul#flash_control li.skip a.active {
  background: url(../images/player_ctl.gif) right bottom no-repeat;
}

#container #movie ul#flash_control li img {
  position: absolute;
  top: 42px;
  z-index: 9999;
  display: none;
}

#container #movie ul#flash_control li.repeat img.tooltips {
  left: -28px;
}

#container #movie ul#flash_control li.shuffle img.tooltips {
  left: -43px;
}

#container #movie ul#flash_control li.skip img.tooltips {
  left: -22px;
}

body#classic #container #movie ul#flash_control li.shuffle img.tooltips {
  left: -43px;
}

body#interview #container #movie ul#flash_control li.shuffle img.tooltips {
  left: -37px;
}

#container #movie #button-area ul.share {
  width: 400px;
  float: left;
  padding-top: 11px;
  padding-left: 13px;
}

#container #movie #button-area ul.share li.like-button,
#container #movie #button-area ul.share li.shere-button {
  float: left;
  margin-right: 15px;
}

#container #movie #button-area ul.share li.tweet-button {
  float: left;
}

#container #movie #button-area ul.share li img {
  margin-right: 4px;
  vertical-align: middle;
}

/* news
============================================================ */
#container #news .inner {
  padding: 20px;
}

#container #news .inner .scroll {
  overflow: auto;
  width: 254px;
  height: 372px;
  padding-right: 20px;
}

#container #news h2 {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}

#container #news p {
  margin-bottom: 15px;
  padding-bottom: 16px;
  line-height: 1.5;
  background: url(../images/dotline.gif) left bottom repeat-x;
}

#container #news p.last-child {
  margin-bottom: 0;
}

#container #news p span.time {
  display: block;
  margin-bottom: .2em;
  font-size: 77%;
}

#container #news p span.time span.new {
  color: #b20000;
}

#container #news p span.article {
  display: block;
  font-size: 93%;
}

/* contents
============================================================ */
#container #contents {
  float: left;
  width: 638px;
}

body#shop #container #contents {
  width: 100%;
}

/* result
------------------------------ */
#container #contents .result {
  padding: 8px 1px 5px 0;
}

#container #contents .result p {
  display: inline-block;
  vertical-align: middle;
  font-size: 93%;
}

/* sort
------------------------------ */
#container #contents .sort {
  width: 279px;
  padding: 15px 1px 8px 0;
  text-align: left;
}

#container #contents .sort p,
#container #contents .sort form {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  font-size: 93%;
}

/* paging
------------------------------ */
#container #contents .paging {
  margin-top: 7px;
  width: 637px;
  position: relative;
}

#container #contents .paging .inner {
  padding: 14px 20px;
  width: 597px;
}

#container #contents .paging li {
  margin: 0 8px 0 0;
  float: left;
  line-height: 1.0;
}

#container #contents .paging li a {
  padding: 0 .5em 0;
}

#container #contents .paging li.prev a {
  padding: 0 .5em 0 0;
}

#container #contents .paging li.prev img {
  vertical-align: top;
  padding: 0.2em 0 0 0;
}

#container #contents .paging li.next a {
  padding: 0 0 0 .5em;
}

#container #contents .paging li.next img {
  vertical-align: top;
  padding: 0.2em 0 0 0;
}

#container #contents .paging li span.current {
  padding: 0 .5em 0;
  font-weight: bold;
  color: #b20000;
  text-decoration: underline;
}

#container #contents .paging li.prev .disable {
  padding: 0 .5em 0 0;
  opacity: 0.2;
}

#container #contents .paging li.next .disable {
  padding: 0 0 0 .5em;
  opacity: 0.2;
}

p#status {
  float: right;
  width: 200px;
  text-align: right;
  position: absolute;
  right: 16px;
  top: 12px;
  color: #666;
}

/* list-item
------------------------------ */
#container #contents .list-item {
  margin-top: 7px;
  width: 637px;
}

#container #contents .list-item.box-shadow {
  background: url(../images/bg_list_shadow.gif) no-repeat left top;
}

#container #contents .list-item .inner {
  padding: 20px;
}

#container #contents .list-item .thumbnail {
  float: left;
}

#container #contents .list-item .intro {
  float: right;
  width: 336px;
}

#container #contents .list-item .intro p {
  margin-bottom: .6em;
  font-size: 93%;
  line-height: 1.75;
  color: #666;
}

#container #contents .list-item .intro p.title,
#container #contents .list-item .intro h2.title {
  margin-bottom: 0.6em;
  padding: 0 0 .6em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  border-bottom: 1px solid #000;
}

#container #contents .list-item .intro p.data {
  margin-bottom: 0;
  line-height: 12px;
  color: #a6a6a6;
}

#container #contents .list-item .intro p.data span.count {
  padding-right: .8em;
  font-size: 93%;
}

#container #contents .list-item .intro p.data span.time {
  font-size: 77%;
}

#container #contents .list-item .intro p.genre {
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 18px;
  min-width: 73px;
  max-width: 123px;
  height: 16px;
  margin-bottom: 0;
  padding: 0 2px;
  text-align: center;
  font-size: 77%;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
}

#classic #container #contents .list-item .intro p.genre,
#container #contents .list-item.classic .intro p.genre {
  background-color: #ae8e21;
}

#sport #container #contents .list-item .intro p.genre,
#container #contents .list-item.sport .intro p.genre {
  background-color: #0998b8;
}

#interview #container #contents .list-item .intro p.genre,
#container #contents .list-item.interview .intro p.genre {
  background-color: #6f0c65;
}

#talk-show #container #contents .list-item .intro p.genre,
#container #contents .list-item.talk-show .intro p.genre {
  background-color: #609b41;
}

#pop-art #container #contents .list-item .intro p.genre,
#container #contents .list-item.pop-art .intro p.genre {
  background-color: #f3b605;
}

#container #contents #shop-list .list-item {
  width: 100%;
}

#container #contents #shop-list .list-item .intro {
  width: 658px;
}

#container #contents #shop-list .list-item .intro p.price {
  margin: 10px 0 0 0;
  line-height: 12px;
  color: #a6a6a6;
  font-size: 110%;
}

#container #contents #shop-list .list-item .intro a {
  text-decoration: underline;
}

/* sidebar
============================================================ */
#container #sidebar {
  float: right;
  width: 316px;
  margin-top: 58px;
  margin-bottom: 20px;
}

body.static #container #sidebar {
  margin-top: 14px;
}

/* banner
------------------------------ */
#container #sidebar .banner .banner-item {
  margin-bottom: 7px;
}

/* index
============================================================ */
/* movie
------------------------------ */
#idx #container #movie #intro #outline {
  width: 279px;
  height: 382px;
}

#idx #container #movie #intro #outline .scroll {
  height: 352px;
}

/* menu
------------------------------ */
#idx #container #menu {
  width: 275px;
  float: left;
}

#idx #container #menu .list-item {
  float: left;
  width: 275px;
  height: 167px;
  margin-right: 6px;
  margin-bottom: 7px;
}

#idx #container #menu .list-item.last-child {
  margin-bottom: 0px;
}

#idx #container #menu p {
  font-size: 93%;
  line-height: 1.5;
}

#idx #container #menu p a {
  overflow: hidden;
  display: block;
  width: 275px;
  height: 167px;
  position: relative;
}

#idx #container #menu p a span {
  position: absolute;
  top: 100px;
  left: 20px;
  width: 230px;
}

#idx #container #menu p a:hover {
  color: #fff;
  text-decoration: none;
}

#idx #container #menu .classic a {
  background: url(../images/menu_01.jpg) center top no-repeat;
}

#idx #container #menu .classic a:hover {
  background: url(../images/menu_01_over.jpg) left top no-repeat;
}

#idx #container #menu .interview a {
  background: url(../images/menu_02.jpg) left top no-repeat;
}

#idx #container #menu .interview a:hover {
  background: url(../images/menu_02_over.jpg) left top no-repeat;
}

/* bnr
------------------------------ */
#idx #container #bnr {
  width: 676px;
  float: right;
  position: relative;
}

#idx #container #bnr a {
  background: #fff;
  display: block;
}

#idx #container #bnr a:hover img {
  opacity: 0.8;
}

/* home-contents
------------------------------ */
#idx #container .home-contents {
  width: 55%;
  float: right;
  position: relative;
}

#idx #container .home-contents img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#idx #container .home-contents a {
  background-color: #000;
  display: block;
}

#idx #container .home-contents a:hover img {
  opacity: 0.7;
}

#idx #container .home-contents h2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
}

#idx #container .home-contents .btn-follow {
  position: absolute;
  top: 21px;
  right: 20px;
}

#idx #container .home-contents .inner {
  padding: 0;
}

#idx #container .home-contents iframe.twitter-timeline {
  width: 721px;
}

/* news
------------------------------ */
#idx #container #news .inner {
  padding: 25px 20px;
}

#idx #container #news .inner .scroll {
  overflow: auto;
  width: 888px;
  height: 215px;
  padding-right: 30px;
}

#idx #container #news p {
  line-height: 1.1;
}

#idx #container #news p span.time {
  display: inline-block;
  width: 130px;
  margin-bottom: 0;
  vertical-align: middle;
}

#idx #container #news p span.article {
  display: inline-block;
  width: 740px;
  vertical-align: middle;
}

/* static
============================================================ */
body.static #container .inner {
  padding: 20px;
}

body.static #container h2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

body.static #container h3 {
  margin-bottom: .8em;
  font-size: 108%;
  font-weight: bold;
}

body.static #container p {
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: 93%;
}

/* youtube live
============================================================ */
#youtube {
  display: none;
}

#sidebar #youtube a:hover {
  text-decoration: none;
}

#youtube a:hover .text {
  text-decoration: underline;
}

#container #youtube .inner {
  padding: 0;
  overflow: hidden;
  background-color: #b20000;
}

#container #youtube .inner .ttl h2 {
  margin: 25% auto 5px;
  text-align: center;
}

#container #youtube .inner .ttl img {
  vertical-align: middle;
}

#container #youtube .inner .ttl p.date {
  overflow: hidden;
  width: 250px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: white;
  font-size: 28px;
}

#container #youtube .inner .ttl p.date .days {
  font-size: 18px;
}

#container #youtube .inner .ttl p.date .day,
#container #youtube .inner .ttl p.date .h,
#container #youtube .inner .ttl p.date .m,
#container #youtube .inner .ttl p.date .s {
  letter-spacing: 0.05em;
}

#container #youtube .inner .text {
  font-size: 15px;
  line-height: 1.4em;
  float: right;
  padding: 23px 33px;
  width: 360px;
  background: url(../images/ico_blank.png) #fff right bottom no-repeat;
}

#container #youtube .inner .text h3 {
  font-weight: bold;
}

#idx #container #youtube {
  width: 676px;
  float: right;
  position: relative;
}

#idx #container #youtube .ttl {
  width: 250px;
  float: left;
  background-color: #b20000;
}

#sidebar #youtube {
  margin: 0 0 7px;
}

#sidebar #youtube .inner .ttl h2 {
  margin: 15px 0 0;
  text-align: center;
}

#sidebar #youtube .inner .ttl p.date {
  width: 100%;
  margin: 0 0 10px;
}

#sidebar #youtube .inner .text {
  width: auto;
  float: none;
  padding: 20px 25px;
}

/* tags
============================================================ */
li img {
  vertical-align: bottom;
}

small {
  font-size: 93%;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
  color: #b20000;
}

select,
input {
  font-size: 12px;
  vertical-align: middle;
}

a {
  color: #000;
  outline: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

/* clear
============================================================ */
.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
  _height: 1%;
}

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

/* float
============================================================ */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* text-align
============================================================ */
.text-left {
  text-align: left;
}

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

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

/* margin
============================================================ */
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

/* hidden
============================================================ */
.hidden {
  display: none;
  visibility: hidden;
}

/* scroll
============================================================ */
.jspScrollable {
  outline: none;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
  background: #d3d6cc;
}

#classic .jspDrag,
.classic .jspDrag {
  background: #ae8e21;
}

#classic .jspTrack .jspActive,
.classic .jspTrack .jspActive,
#classic .jspTrack .jspHover,
.classic .jspTrack .jspHover,
#classic .jspDrag:hover,
.classic .jspDrag:hover {
  background: #ae8e21;
}

#sport .jspDrag,
.sport .jspDrag {
  background: #0998b8;
}

#sport .jspTrack .jspActive,
.sport .jspTrack .jspActive,
#sport .jspTrack .jspHover,
.sport .jspTrack .jspHover,
#sport .jspDrag:hover,
.sport .jspDrag:hover {
  background: #0998b8;
}

#interview .jspDrag,
.interview .jspDrag {
  background: #6f0c65;
}

#interview .jspTrack .jspActive,
.interview .jspTrack .jspActive,
#interview .jspTrack .jspHover,
.interview .jspTrack .jspHover,
#interview .jspDrag:hover,
.interview .jspDrag:hover {
  background: #6f0c65;
}

#talk-show .jspDrag,
.talk-show .jspDrag {
  background: #609b41;
}

#talk-show .jspTrack .jspActive,
.talk-show .jspTrack .jspActive,
#talk-show .jspTrack .jspHover,
.talk-show .jspTrack .jspHover,
#talk-show .jspDrag:hover,
.talk-show .jspDrag:hover {
  background: #609b41;
}

#pop-art .jspDrag,
.pop-art .jspDrag {
  background: #f3b605;
}

#pop-art .jspTrack .jspActive,
.pop-art .jspTrack .jspActive,
#pop-art .jspTrack .jspHover,
.pop-art .jspTrack .jspHover,
#pop-art .jspDrag:hover,
.pop-art .jspDrag:hover {
  background: #f3b605;
}

#news .jspDrag {
  background: #000;
}

#news .jspTrack .jspActive,
#news .jspTrack .jspHover,
#news .jspDrag:hover {
  background: #000;
}

/* form
============================================================ */
form input {
  vertical-align: top;
}

form.jqtransformdone label {
  display: inline-block;
  padding-left: 5px;
  *display: inline;
  *zoom: 1;
}

form.jqtransformdone div.rowElem {
  clear: both;
  padding: 4px 0px;
}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
  position: relative;
  height: 20px;
  background: url(../images/bg_select.gif) no-repeat top left;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  *display: inline;
  *zoom: 1;
}

.jqTransformSelectWrapper div span {
  font-size: 12px;
  float: none;
  position: absolute;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 8px;
  overflow: hidden;
  cursor: pointer;
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: block;
  position: absolute;
  right: 0px;
  width: 26px;
  height: 20px;
  background: url(../images/bg_select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
  position: absolute;
  top: 18px;
  left: 0px;
  list-style: none;
  background-color: #dcdfd4;
  border: solid 1px #bbbeb4;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
  overflow-y: auto !important;
  *height: 120px;
}

.jqTransformSelectWrapper ul a {
  display: block;
  padding: 4px 7px;
  text-decoration: none;
  color: #000;
  background-color: #FFF;
  font-size: 11px;
}

.jqTransformSelectWrapper ul a.selected {
  background-color: #dcdfd4;
  color: #000;
}

.jqTransformSelectWrapper ul a:hover,
.jqTransformSelectWrapper ul a.selected:hover {
  background-color: #dcdfd4;
  color: #000;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {
  display: none;
}

/* body
============================================================ */
@media screen and (max-width: 640px) {
  html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
  }

  *,
  *:before,
  *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  body {
    font-size: 4.0625vw;
    background: none;
  }

  img {
    height: auto;
  }
}

/* wrapper
============================================================ */
@media screen and (max-width: 640px) {
  #wrapper {
    overflow: hidden;
  }

  #wrapper,
  body#classic #wrapper,
  body#interview #wrapper {
    background-image: none;
  }
}

/* header
============================================================ */
@media screen and (max-width: 640px) {
  #header {
    height: auto;
    padding-top: 15.625vw;
    background: none;
  }

  #header .inner {
    width: auto;
  }

  #header #hfixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1001;
    top: 0;
    width: 100%;
    height: 15.625vw;
    padding: 0vw 4.6875vw;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1;
  }
}

/* hlogo
------------------------------ */
@media screen and (max-width: 640px) {
  #header #hlogo {
    float: none;
    width: 9.375vw;
    height: auto;
    margin: 0;
    padding: 0 1.5625vw;
    border: none;
  }

  #header #hlogo img {
    width: 100%;
  }
}

/* hgroup
------------------------------ */
@media screen and (max-width: 640px) {
  #header #hgroup {
    float: none;
    width: 62.5vw;
    height: auto;
    margin: 0;
    padding: 0 1.5625vw;
    border: none;
  }

  #header #hgroup h1,
  #header #hgroup p#logo {
    margin-bottom: 0;
  }

  #header #hgroup h1 img,
  #header #hgroup p#logo img {
    width: 100%;
  }
}

/* nav-open
------------------------------ */
.nav-open {
  display: none;
}

@media screen and (max-width: 640px) {
  .nav-open {
    display: block;
    position: absolute;
    z-index: 1002;
    right: 0;
    top: 0;
    width: 19.375vw;
    height: 15.625vw;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .nav-open .bars {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6.875vw;
    height: 3.75vw;
    margin: auto;
  }

  .nav-open .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.875vw;
    height: 0.625vw;
    background-color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .nav-open .bar.b1 {
    margin: 0 0 0 0;
  }

  .nav-open .bar.b2 {
    margin: 1.875vw 0 0 0;
  }

  .nav-open .bar.b3 {
    margin: 3.75vw 0 0 0;
  }
}

/* date
------------------------------ */
@media screen and (max-width: 640px) {
  #header #date {
    position: relative;
    left: auto;
    top: auto;
    height: 12.5vw;
    border-bottom: 1px solid #d8d9d6;
  }

  #header #date p.date-d {
    left: 4.6875vw;
    top: 50%;
    width: 9.375vw;
    padding: 0 0 0 1.5625vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #header #date p.date-d img {
    width: 7.8125vw;
  }

  #header #date p.date-d img {
    margin-right: 1.5625vw;
  }

  #header #date p.date-m {
    left: 15.625vw;
    top: 3.75vw;
  }

  #header #date p.date-m img {
    width: 15.625vw;
  }

  #header #date p.date-y {
    left: 15.625vw;
    top: 6.875vw;
  }

  #header #date p.date-y img {
    width: 5.3125vw;
  }
}

/* channel
------------------------------ */
@media screen and (max-width: 640px) {
  #header p#channel {
    left: auto;
    right: 4.6875vw;
    top: 3.90625vw;
    width: 47.5vw;
  }

  #header p#channel img {
    width: 100%;
  }
}

/* nav
------------------------------ */
@media screen and (max-width: 640px) {
  #header #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 15.625vw;
    width: 100%;
    height: calc(100% - 15.625vw);
    padding: 15.625vw 4.6875vw;
    border: none;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  #header #nav #siteSearch {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header #nav #siteSearch .input-text {
    width: calc(100% - 14.375vw);
    height: 12.1875vw;
    margin-right: 0;
    padding: 0 5px;
    font-size: 4.0625vw;
    line-height: 11.875vw;
    background: none;
    border: 0.3125vw solid #cdcdcd;
    border-radius: 0.9375vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #header #nav #siteSearch input[type='image'] {
    width: 12.1875vw;
    height: 12.1875vw;
    border-radius: 0.9375vw;
  }

  #header #nav #gNav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 0;
  }

  #header #nav #gNav li {
    float: none;
    width: auto;
    margin-bottom: 14.0625vw;
  }

  #header #nav #gNav li a img {
    width: 75.9375vw;
  }

  .nav-opened {
    overflow: hidden;
  }

  .nav-opened #header #nav {
    opacity: 1;
    visibility: visible;
  }

  .nav-opened .nav-open .bar.b1 {
    margin: 1.875vw 0 0 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .nav-opened .nav-open .bar.b2 {
    margin: 1.875vw 0 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .nav-opened .nav-open .bar.b3 {
    opacity: 0;
  }
}

/* footer
============================================================ */
@media screen and (max-width: 640px) {
  #footer {
    width: 100%;
    margin: 0;
  }

  #footer .inner {
    position: relative;
    padding: 70.3125vw 4.6875vw 14.0625vw;
    border-top: 1px solid #808080;
  }
}

/* social
------------------------------ */
@media screen and (max-width: 640px) {
  #footer .social {
    width: auto;
  }

  #footer .social ul {
    margin-left: 0;
    text-align: center;
  }

  #footer .social li {
    margin: 0;
    float: none;
  }

  #footer .social li img {
    width: 20.625vw;
  }

  #footer .social li+li {
    margin-top: 4.6875vw;
  }

  body#idx #footer .social li.facebook {
    display: none;
  }
}

/* pagetop
------------------------------ */
@media screen and (max-width: 640px) {
  #footer #pagetop {
    float: none;
  }

  #footer #pagetop a {
    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;
    height: 15vw;
    background-color: #000;
  }

  #footer #pagetop a img {
    width: 31.25vw;
  }
}

/* logo
------------------------------ */
@media screen and (max-width: 640px) {
  #footer #logo {
    float: none;
    width: auto;
  }

  #footer #logo #copyright {
    float: none;
    padding-top: 10vw;
    text-align: center;
  }

  #footer #logo #copyright img {
    width: 46.875vw;
  }

  #footer #logo #tvu {
    float: none;
    position: absolute;
    top: 15vw;
    left: 0;
    right: 0;
    width: 28.125vw;
    margin: auto;
  }

  #footer #logo #tvu img {
    width: 100%;
  }
}

/* fNav
------------------------------ */
@media screen and (max-width: 640px) {
  #footer #fNav {
    float: none;
    padding-top: 14.0625vw;
    text-align: center;
  }

  #footer #fNav li {
    float: none;
    margin-right: 0;
    margin-bottom: 1em;
  }

  #footer #fNav li a {
    font-size: 3.75vw;
  }
}

/* cotainer
============================================================ */
@media screen and (max-width: 640px) {
  #container {
    width: 100%;
    padding: 4.6875vw 4.6875vw 14.0625vw;
    background: url(../images/bg_idx_sp.png) right bottom/100% auto no-repeat;
  }

  body#classic #container {
    background-image: url(../images/bg_classic_sp.png);
  }

  body#interview #container {
    background-image: url(../images/bg_interview_sp.png);
  }
}

/* section
------------------------------ */
@media screen and (max-width: 640px) {
  #container .section {
    margin-top: 0;
  }

  #container .section+.section {
    margin-top: 4.6875vw;
  }
}

/* box-shadow
------------------------------ */
@media screen and (max-width: 640px) {
  #container .box-shadow {
    padding: 0;
    background: none;
    -webkit-box-shadow: 0px 0.625vw 0px 0px #cdcecb;
    box-shadow: 0px 0.625vw 0px 0px #cdcecb;
  }
}

/* row
------------------------------ */
@media screen and (max-width: 640px) {
  #container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* movie
============================================================ */
/* intro
------------------------------ */
@media screen and (max-width: 640px) {
  #container #movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: -4.6875vw -4.6875vw 0;
    background-color: #fff;
  }

  #container #movie #intro {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: none;
    width: auto;
    height: auto;
  }

  #container #movie #intro #outline {
    position: static;
    width: auto;
    height: auto;
    background: none;
  }

  #container #movie #intro #outline .inner {
    padding: 4.6875vw 7.8125vw;
  }

  #container #movie #intro #outline .inner div {
    position: static !important;
    height: auto !important;
  }

  #container #movie #intro #outline .scroll {
    width: auto;
    height: auto;
  }

  #container #movie #intro #outline p {
    margin-bottom: 1em;
    line-height: 1.75;
    color: #666;
  }

  #container #movie #intro #outline p:last-child {
    margin-bottom: 0;
  }

  #movie #intro #outline p.category {
    display: none;
  }

  #container #movie #intro #outline .title {
    margin-bottom: 1em;
    padding: 0;
    border: none;
  }

  #container #movie #intro #data {
    width: auto;
    height: auto;
  }

  #container #movie #intro #data .inner {
    height: auto;
    padding: 0 7.8125vw 6.25vw;
  }

  #container #movie #intro #data p {
    line-height: 1.2;
  }

  #container #movie #intro #data p.time {
    font-size: 3.4375vw;
    position: static;
    right: auto;
    top: auto;
  }

  #container #movie #intro #permalink {
    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;
    position: static;
    top: auto;
    right: auto;
    margin-top: 7.03125vw;
  }

  #container #movie #intro #permalink .link_button {
    width: 5vw;
    height: 10.625vw;
    margin-right: 0;
    background: url("../images/link_button_sp.png") left center/5vw no-repeat;
  }

  #container #movie #intro #permalink .url_view {
    width: 76.25vw;
    height: 10.625vw;
    background: #f2f3f0;
    padding: 3.125vw;
    border-radius: 1.25vw;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
  }
}

/* video
------------------------------ */
@media screen and (max-width: 640px) {
  #container #movie #mainvideo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    top: auto;
    right: auto;
    width: 100%;
    height: 56.25vw;
    position: relative;
  }

  #container #movie #button-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
    border-left: none;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0 7.8125vw;
  }

  #container #movie #button-area ul#flash_control {
    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;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    float: none;
    width: 100%;
    height: auto;
  }

  #container #movie ul#flash_control li {
    float: none;
    width: 23.4375vw;
    height: 14.0625vw;
  }

  #container #movie ul#flash_control li a {
    width: 14.0625vw;
    height: 14.0625vw;
    margin: auto;
  }

  #container #movie ul#flash_control li.repeat {
    background: url(../images/player_ctl_sp.png) left top/auto 100% no-repeat;
  }

  #container #movie ul#flash_control li.shuffle {
    background: url(../images/player_ctl_sp.png) center top/auto 100% no-repeat;
  }

  #container #movie ul#flash_control li.skip {
    background: url(../images/player_ctl_sp.png) right top/auto 100% no-repeat;
  }

  #container #movie ul#flash_control li.repeat.active {
    background: url(../images/player_ctl_sp_on.png) left top/auto 100% no-repeat;
  }

  #container #movie ul#flash_control li.shuffle.active {
    background: url(../images/player_ctl_sp_on.png) center top/auto 100% no-repeat;
  }

  #container #movie ul#flash_control li.repeat a:hover,
  #container #movie ul#flash_control li.repeat a.active,
  #container #movie ul#flash_control li.shuffle a:hover,
  #container #movie ul#flash_control li.shuffle a.active,
  #container #movie ul#flash_control li.skip a:hover,
  #container #movie ul#flash_control li.skip a.active {
    background: none;
  }

  #container #movie ul#flash_control li img {
    display: none !important;
  }

  #container #movie #button-area ul.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    float: none;
    padding: 3.90625vw 0;
    border-top: 1px solid #cdcecb;
  }

  #container #movie #button-area ul.share li.like-button {
    margin-right: auto;
  }

  #container #movie #button-area ul.share li.shere-button {
    margin-right: 3.125vw;
  }

  #container #movie #button-area ul.share li img {
    width: 20vw;
    margin-right: 0;
  }
}

/* contents
============================================================ */
@media screen and (max-width: 640px) {
  #container #contents {
    float: none;
    width: 100%;
  }
}

/* sort
------------------------------ */
@media screen and (max-width: 640px) {
  #container #contents .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding: 4.6875vw;
  }

  #container #contents .sort p {
    margin-bottom: .8em;
    padding-right: 0;
    font-size: 4.0625vw;
    font-weight: 700;
  }

  #container #contents .sort form {
    width: 100%;
    padding-right: 0;
  }

  #container #contents .sort form .jqTransformSelectWrapper {
    width: 100% !important;
    height: 10.625vw !important;
    padding: 0vw;
    background: #dcdfd4;
    border-radius: 1.25vw;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15) inset;
  }

  #container #contents .sort form .jqTransformSelectWrapper ul {
    width: 100% !important;
    height: auto !important;
    top: 10.625vw;
  }

  #container #contents .sort form .jqTransformSelectWrapper ul a {
    padding: 1.5625vw 3.125vw;
    font-size: 4.0625vw;
  }

  #container #contents .sort form .jqTransformSelectWrapper div span {
    font-size: 4.0625vw;
    width: calc(100% - 10vw) !important;
    height: 10.625vw;
    line-height: 10.625vw;
    padding: 0 0 0 3.125vw;
  }

  #container #contents .sort form .jqTransformSelectWrapper a.jqTransformSelectOpen {
    top: 0;
    width: 11.5625vw;
    height: 10.625vw;
    background: url(../images/bg_select_right_sp.png) center center/cover no-repeat;
    border-radius: 0 1.25vw 1.25vw 0;
  }
}

/* paging
------------------------------ */
@media screen and (max-width: 640px) {
  #container #contents .paging {
    margin-top: 4.6875vw;
    width: auto;
  }

  #container #contents .paging .inner {
    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;
    padding: 4.6875vw 6.25vw 15.625vw;
    width: auto;
  }

  #container #contents .paging li {
    margin: 0 1em 0 0;
  }

  #container #contents .paging li:nth-child(n + 7) {
    display: none;
  }

  #container #contents .paging li:last-child {
    display: block;
  }

  #container #contents .paging li.prev img,
  #container #contents .paging li.next img {
    width: 2.34375vw;
    height: 4.6875vw;
    margin-bottom: .2em;
  }

  #container #contents .paging li.next {
    margin-right: 0;
  }

  p#status {
    float: none;
    width: calc(100% - 12.5vw);
    text-align: center;
    left: 0;
    right: 0;
    top: auto;
    bottom: 3.90625vw;
    margin: auto;
    padding-top: 3.125vw;
    border-top: 1px solid #cdcecb;
  }
}

/* list-item
------------------------------ */
@media screen and (max-width: 640px) {
  #container #contents .list-item {
    margin-top: 4.6875vw;
    width: auto;
  }

  #container #contents .list-item.box-shadow {
    background: none;
  }

  #container #contents .list-item .inner {
    padding: 3.125vw;
  }

  #container #contents .list-item .thumbnail {
    float: none;
    margin-bottom: 4.6875vw;
  }

  #container #contents .list-item .thumbnail img {
    width: 100%;
  }

  #container #contents .list-item .intro {
    float: none;
    width: auto;
    padding: 0 3.125vw 1.5625vw;
  }

  #container #contents .list-item .intro p {
    margin-bottom: 1em;
    font-size: 3.4375vw;
    line-height: 1.5;
    color: #666;
  }

  #container #contents .list-item .intro p.title,
  #container #contents .list-item .intro h2.title {
    margin-bottom: 1em;
    padding: 0;
    font-size: 4.0625vw;
    border-bottom: none;
  }

  #container #contents .list-item .intro p.data {
    line-height: 1;
  }

  #container #contents .list-item .intro p.data span.count {
    font-size: 3.75vw;
  }

  #container #contents .list-item .intro p.data span.time {
    font-size: 3.4375vw;
  }

  #container #contents .list-item .intro p.genre {
    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;
    right: 3.125vw;
    top: 3.125vw;
    max-width: none;
    height: 7.5vw;
    margin-bottom: 0;
    padding: 0 .8em;
    font-size: 3.75vw;
    line-height: 1;
  }
}

/* sidebar
============================================================ */
@media screen and (max-width: 640px) {
  #container #sidebar {
    float: none;
    width: auto;
    margin-top: 15.625vw;
    margin-bottom: 0;
  }
}

/* banner
------------------------------ */
@media screen and (max-width: 640px) {
  /* SPではJS(list.js)が#sidebar-banner配下の.banner-itemを
     #movie / #movie-list / .pagingの直後に振り分けて移動するため、
     #sidebar配下に限定しないセレクタにしている */
  .banner-item {
    margin-bottom: 0;
  }

  .banner-item img {
    width: 100%;
  }

  .banner-item + .banner-item {
    margin-top: 4.6875vw;
  }

  /* JSが移動先に生成するラッパー */
  .banner-sp {
    margin-top: 4.6875vw;
  }
}

/* index
============================================================ */
/* movie
------------------------------ */
@media screen and (max-width: 640px) {
  #idx #container #movie {
    margin: 0;
    padding-top: 18.75vw;
  }

  #idx #container #movie #intro #outline {
    width: auto;
    height: auto;
  }

  #idx #container #movie #intro #outline p {
    font-size: 3.4375vw;
  }

  #idx #container #movie #intro #outline p.title {
    font-size: 4.0625vw;
  }

  #idx #container #movie #intro #outline .scroll {
    height: auto;
  }

  #idx #container #movie #intro #outline p.category {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  #idx #container #movie #intro #outline p.category img {
    width: 100%;
  }
}

/* menu
------------------------------ */
@media screen and (max-width: 640px) {
  #idx #container #menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    float: none;
  }

  #idx #container #menu .list-item {
    float: none;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 4.6875vw;
  }

  #idx #container #menu p {
    font-size: 3.75vw;
    line-height: 1.2;
  }

  #idx #container #menu p a {
    width: auto;
    height: 46.09375vw;
  }

  #idx #container #menu p.interview a {
    height: 50.78125vw;
  }

  #idx #container #menu p a span {
    position: absolute;
    top: 28.125vw;
    left: 0;
    right: 0;
    width: 78.125vw;
    margin: auto;
    text-align: center;
  }

  #idx #container #menu p a:hover {
    color: #000;
  }

  #idx #container #menu .classic a,
  #idx #container #menu .classic a:hover {
    background: url(../images/menu_01_sp.png) center top/cover no-repeat;
  }

  #idx #container #menu .interview a,
  #idx #container #menu .interview a:hover {
    background: url(../images/menu_02_sp.png) center top/cover no-repeat;
  }
}

/* twitter
------------------------------ */
@media screen and (max-width: 640px) {
  #idx #container #twitter {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 2;
    width: 100%;
    float: none;
  }

  #idx #container #twitter h2 {
    margin: 0 0 4.6875vw;
    padding: 0 0 4.6875vw;
  }

  #idx #container #twitter h2 img {
    width: 20.3125vw;
  }

  #idx #container #twitter iframe.twitter-timeline {
    width: auto;
  }
}

/* static
============================================================ */
body.static #container .inner {
  padding: 40px;
}

body.static #container h2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

body.static #container h3 {
  margin-bottom: .8em;
  font-size: 108%;
  font-weight: bold;
}

body.static #container p {
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: 100%;
}

@media screen and (max-width: 640px) {
  body.static #container .inner {
    padding: 4.6875vw;
  }
}