/* line 17, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, sub, sup, 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;
}

/* line 22, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* #Variable Definitions
================================================== */
/* Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
/* Typography
================================================== */
/* Links
================================================== */
/* Border
================================================== */
/* Buttons
================================================== */
/* Base Styles
================================================== */
/* line 8, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 11, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
  background: #F1F1F1;
}

/* line 19, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
a {
  color: #333333;
  text-decoration: none;
}
/* line 73, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
a:hover, a:active, a:focus {
  color: #666666;
}

/* Typography
================================================== */
/* Links
================================================== */
/* Buttons
================================================== */
/* line 34, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.button {
  color: #333333 !important;
  position: relative;
  display: inline-block;
  height: 34px;
  padding: 0 10px;
  text-align: center;
  line-height: 34px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: solid 1px lightgrey;
  box-sizing: border-box;
}
/* line 36, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.button svg {
  vertical-align: middle;
}

/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.button.button-monthly {
  color: white !important;
  position: relative;
  display: inline-block;
  height: 34px;
  padding: 0 10px;
  text-align: center;
  line-height: 34px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #f42992;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: solid 1px #f42992;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 44, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.button.button-ppv {
  color: white !important;
  position: relative;
  display: inline-block;
  height: 34px;
  padding: 0 10px;
  text-align: center;
  line-height: 34px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #8ebd2f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: solid 1px #8ebd2f;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/* line 48, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
button {
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

/* Forms
================================================== */
/* line 61, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 66, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
input {
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  color: #aaa;
  border: solid 1px #ccc;
  margin-bottom: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
}

/* Utilities
================================================== */
/* line 87, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.u-full-width {
  width: 100%;
}

/* line 90, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.u-pull-right {
  float: right;
}

/* line 93, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.u-pull-left {
  float: left;
}

/* line 96, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.image-fix {
  font-size: 0;
  line-height: 0;
}

/* Clearing
================================================== */
/* Self Clearing Goodness */
/* line 111, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* line 123, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 132, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
body.monthly header, body.monthly .remodal-menu, body.monthly .search-button button.search {
  background: #f42992;
}
/* line 135, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
body.monthly .content-area.point svg {
  fill: #f42992;
}

/* line 140, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
body.ppv header, body.ppv .remodal-menu, body.ppv .search-button button.search {
  background: #8ebd2f;
}
/* line 143, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
body.ppv .content-area.point svg {
  fill: #8ebd2f;
}

/* line 148, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header {
  height: 50px;
  padding: 6px 2%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
}
/* line 156, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header a {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 160, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/* line 166, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header svg {
  fill: #FFF !important;
}
/* line 169, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header h1 {
  width: 94px;
  position: absolute;
  left: 50%;
  margin-left: -47px;
  height: 38px;
}
/* line 175, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header h1 a {
  padding: 2px 0;
  height: 38px;
}
/* line 179, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header h1 svg {
  width: 94px;
  height: 34px;
}
/* line 184, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar {
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
header nav.nav-bar:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
header nav.nav-bar:before, header nav.nav-bar:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 186, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul {
  height: 38px;
  font-size: 0;
}
/* line 189, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul li {
  width: 30px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
/* line 194, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul li a {
  width: 30px;
  height: 38px;
  padding: 8px 4px;
}
/* line 199, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul li svg {
  width: 22px;
  height: 22px;
}
/* line 205, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul li.swtch a {
  padding: 6px 2px;
}
/* line 208, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul li.swtch svg.icon-switch {
  width: 26px;
  height: 26px;
}
/* line 213, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
header nav.nav-bar ul ul.nav-right {
  text-align: right;
}

/* line 219, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
#page {
  padding-top: 56px;
  overflow: hidden;
}

/* line 223, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.thumbnail-container {
  zoom: 1;
  margin: 0 auto;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.thumbnail-container:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.thumbnail-container:before, .thumbnail-container:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 226, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.thumbnail-container:first-child {
  margin-left: 0;
}
/* line 229, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.thumbnail-container li {
  margin: 0 0 2% 2%;
  float: left;
  width: 30.6666666667%;
  line-height: 0;
}
/* line 234, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.thumbnail-container li a {
  display: block;
  position: relative;
}
/* line 238, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.thumbnail-container li img {
  width: 100%;
}

/* line 243, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
ul li a .time {
  position: absolute;
  font-size: 10px;
  font-size: 1rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.75);
  height: 14px;
  line-height: 14px;
  width: 30px;
  text-align: center;
  margin: -16px 0 2px 2px;
}

/* line 255, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container li {
  border-bottom: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 2%;
}
/* line 259, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-image {
  width: 80px;
}
/* line 261, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-image img {
  width: 80px;
}
/* line 264, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-image .time {
  position: absolute;
  font-size: 10px;
  font-size: 1rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.75);
  height: 14px;
  line-height: 14px;
  width: 30px;
  text-align: center;
  margin: -16px 0 2px 2px;
}
/* line 276, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-text {
  margin: -114px 0 0 90px;
  min-height: 114px;
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.list-container .list-text:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.list-container .list-text:before, .list-container .list-text:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 280, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-text h2 {
  color: #1379c5;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
/* line 73, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.list-container .list-text h2:hover, .list-container .list-text h2:active, .list-container .list-text h2:focus {
  color: #50abee;
}
/* line 286, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-text .rate {
  margin-right: 10px;
}
/* line 289, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-text .rate span.stars,
.list-container .list-text .rate span.stars span {
  display: block;
  background: url(../../images/stars.png) 0 -14px repeat-x;
  width: 70px;
  height: 14px;
}
/* line 295, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-text .rate span.stars span {
  background-position: 0 0;
}
/* line 299, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.list-container .list-text .price {
  color: #E50000;
  clear: both;
  display: block;
  overflow: hidden;
}

/* line 310, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal {
  background: none !important;
}
/* line 312, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal #menu, .remodal #search, .remodal #sort, .remodal #point, .remodal #login {
  display: none;
}
/* line 315, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu {
  height: 50px;
  padding: 6px 2%;
}
/* line 318, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu svg {
  fill: #FFF !important;
}
/* line 321, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu a {
  display: block;
}
/* line 324, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu h1 {
  width: 94px;
  position: absolute;
  left: 50%;
  margin-left: -47px;
  height: 38px;
}
/* line 330, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu h1 a {
  padding: 2px 0;
  height: 38px;
}
/* line 334, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu h1 svg {
  width: 94px;
  height: 34px;
}
/* line 339, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar {
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.remodal .remodal-menu nav.nav-bar:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.remodal .remodal-menu nav.nav-bar:before, .remodal .remodal-menu nav.nav-bar:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 341, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar ul {
  height: 38px;
  font-size: 0;
}
/* line 344, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar ul li {
  width: 30px;
  height: 38px;
  padding: 8px 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
/* line 351, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar ul li svg {
  width: 22px;
  height: 22px;
}
/* line 356, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar ul li.swtch {
  padding: 6px 2px;
}
/* line 358, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar ul li.swtch svg.icon-switch {
  width: 26px;
  height: 26px;
}
/* line 363, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .remodal-menu nav.nav-bar ul ul.nav-right {
  text-align: right;
}
/* line 369, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.remodal .content {
  position: relative;
}

/* line 374, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu {
  background: #FFF;
}
/* line 376, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu a, .content-area.menu span {
  display: block;
}
/* line 379, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu {
  text-align: left;
}
/* line 381, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu .accout {
  padding: 15px;
}
/* line 387, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu .account-info {
  margin-left: 60px;
  line-height: 1.3;
  padding-top: 10px;
  min-height: 40px;
}
/* line 392, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu .account-info h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
/* line 399, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu .account-info strong {
  color: #FCBF00;
  font-weight: 600;
}
/* line 404, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu ul {
  clear: both;
  display: block;
  overflow: hidden;
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.menu .login-menu ul:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.menu .login-menu ul:before, .content-area.menu .login-menu ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 408, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu li {
  border-top: solid 1px #e0e0e0;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
/* line 415, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu li:nth-child(odd) {
  border-right: solid 1px #e0e0e0;
  box-sizing: border-box;
}
/* line 418, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu li a {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
/* line 428, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu .login-menu li span {
  display: inline;
}
/* line 443, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.monthly, .content-area.menu ul li.ppv {
  height: 100px;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 447, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.monthly {
  width: 66.66%;
  line-height: 100px;
  font-weight: 600;
  position: relative;
}
/* line 452, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.monthly a {
  color: #f42992;
  text-align: left;
}
/* line 456, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.monthly svg.icon-streaming {
  fill: #f42992;
  margin: 0 5px 0 10px;
  width: 30px;
  height: 30px;
}
/* line 462, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.monthly svg.icon-arrow-switch {
  top: 40%;
  right: 5px;
  position: absolute;
}
/* line 468, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.ppv {
  background: #8ebd2f;
  text-align: center;
  width: 33.33%;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 473, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.ppv a {
  color: #FFF;
  padding-top: 20px;
  height: 80px;
}
/* line 478, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.ppv svg {
  fill: #FFF;
  width: 36px;
  height: 36px;
}
/* line 483, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul li.ppv span {
  margin-top: 5px;
}
/* line 487, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu h2 {
  background: #D8D8D8;
  font-weight: 600;
  padding: 10px 0 8px 0;
  text-align: center;
}
/* line 493, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul {
  background: #FFF;
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.menu ul:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.menu ul:before, .content-area.menu ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 498, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li {
  border-right: solid 1px #e0e0e0;
  box-sizing: border-box;
  border-bottom: solid 1px #e0e0e0;
  box-sizing: border-box;
  text-align: center;
  width: 33.33%;
  float: left;
  position: relative;
}
/* line 505, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li:nth-child(3n+3) {
  border-right: none;
}
/* line 508, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li a {
  height: 100px;
}
/* line 511, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li svg {
  margin-top: 28px;
  width: 30px;
  height: 30px;
}
/* line 516, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li svg.icon-signup {
  margin: 20px 0 0 10px;
}
/* line 519, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li svg.icon-signup {
  margin-top: 20px 0 0 10px;
  width: 40px;
  height: 40px;
}
/* line 524, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li svg.icon-popular, .content-area.menu ul.horizontal li svg.icon-series-list, .content-area.menu ul.horizontal li svg.icon-actor-list {
  margin-top: 24px;
  width: 36px;
  height: 36px;
}
/* line 529, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li svg.icon-new {
  margin-top: 20px;
  width: 50px;
  height: 50px;
}
/* line 534, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.horizontal li span {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
/* line 543, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.vertical li a {
  border-bottom: solid 1px #e0e0e0;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
  text-align: left;
}
/* line 549, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.vertical li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #878787;
}
/* line 562, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.menu ul.vertical li a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}

/* line 578, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search {
  background: #FFF;
}
/* line 580, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-box {
  position: relative;
  width: 80%;
  margin: auto;
  padding: 15px 0;
}
/* line 585, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-box input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
  width: 100%;
  padding: 10px 10px 10px 34px;
}
/* line 591, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-box svg {
  fill: #CCCCCC;
  position: absolute;
  left: 10px;
  top: 25px;
}
/* line 598, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-list {
  padding-bottom: 80px;
}
/* line 601, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search h2 {
  background: #D8D8D8;
  font-weight: 600;
  padding: 10px 0 8px 0;
  text-align: center;
  margin-bottom: 2%;
}
/* line 608, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search ul {
  zoom: 1;
  margin-bottom: 10px;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.search ul:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.search ul:before, .content-area.search ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 611, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search ul li {
  float: left;
  width: 30.6666666667%;
  margin: 0 0 2% 2%;
  border: solid 1px #e0e0e0;
  padding: 10px;
}
/* line 618, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search ul li.on {
  background: #f42992;
  border: solid 1px #f42992;
  color: #FFF;
}
/* line 624, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-button {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: table;
}
/* line 632, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-button button {
  display: table-cell;
  vertical-align: middle;
  width: 46%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 1%;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 641, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-button button.search {
  color: #FFF;
}
/* line 644, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.search .search-button button.reset {
  background: #DADADA;
  color: #666666;
}

/* line 652, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort,
.content-area.point,
.content-area.login {
  background: rgba(0, 0, 0, 0.85);
  color: #FFF;
  width: 240px;
  padding: 20px 20px 10px 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 661, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort h2,
.content-area.point h2,
.content-area.login h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
/* line 665, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort a.button,
.content-area.point a.button,
.content-area.login a.button {
  background-color: #000 !important;
  border-color: #444 !important;
  letter-spacing: 0 !important;
  color: #FFF !important;
  margin-bottom: 6px !important;
  text-align: left;
  height: 44px;
  line-height: 44px;
}

/* line 677, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort .sort-inner {
  position: relative;
}
/* line 680, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort .layout {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 684, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort .layout svg {
  margin: 0;
}
/* line 688, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort ul {
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.sort ul:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
.content-area.sort ul:before, .content-area.sort ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 691, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort ul li {
  float: left;
}
/* line 694, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort ul li a.button {
  width: 200px;
}
/* line 697, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort ul.two {
  margin: 10px 0 15px 0;
  border-bottom: dotted 1px #5B5958;
  padding-bottom: 10px;
}
/* line 702, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort ul.two li:nth-child(odd) {
  margin-right: 10px;
}
/* line 705, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.sort ul.two li a.button {
  width: 95px;
  text-align: center;
}

/* line 711, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.point h2 {
  margin-bottom: 5px;
}
/* line 714, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.point p {
  margin-bottom: 10px;
}
/* line 717, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.point strong {
  color: #FCBF00;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 722, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.point .button {
  width: 200px !important;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 726, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.point .amount {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 730, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.point svg {
  width: 12px;
  height: 12px;
}

/* line 736, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.login h2 {
  margin-bottom: 10px;
}
/* line 739, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.login input {
  width: 180px;
}
/* line 742, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.login button {
  margin: 4px 0 14px 0;
}
/* line 745, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.content-area.login a {
  display: block;
  color: #FFF;
  padding: 10px 0 10px 0;
  border-top: dotted 1px #5B5958;
}

/* Icon
================================================== */
/* line 759, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.defs {
  display: none;
}

/* line 762, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.icon {
  width: 20px;
  height: 20px;
  fill: #878787;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 770, E:/Takahashi/a-vod/renewal/html/mobile/sass/style.scss */
.icon-comment {
  fill: #666666;
  width: 14px;
  height: 14px;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 6, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
/* line 13, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 18, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9998;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 29, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* Fix iPad, iPhone glitches */
/* line 52, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 57, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

/* line 63, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 83, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 92, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

/* line 96, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

/* line 99, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
/* line 108, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}

/* line 120, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

/* line 125, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

/* line 129, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  /* line 148, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  from {
    transform: scale(1.05);
    opacity: 0;
  }

  /* line 152, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  /* line 159, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  from {
    transform: scale(1);
    opacity: 1;
  }

  /* line 163, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  /* line 170, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  from {
    opacity: 0;
  }

  /* line 173, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  /* line 179, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  from {
    opacity: 1;
  }

  /* line 182, E:/Takahashi/a-vod/renewal/html/mobile/sass/_remodal.scss */
  to {
    opacity: 0;
  }
}

/* line 2, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player {
  margin-top: -6px;
  background: #FFF;
  box-shadow: 0 0 3px 0 #BBBBBB;
}
/* line 6, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player img {
  width: 100%;
}
/* line 9, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info {
  padding: 10px 3% 20px 3%;
  zoom: 1;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
body.movie .player .player-info:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
body.movie .player .player-info:before, body.movie .player .player-info:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 12, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 50px;
  min-height: 38px;
}
/* line 18, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info .add-mylist {
  width: 38px;
  height: 38px;
  box-sizing: border-box;
}
/* line 22, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info .add-mylist svg {
  margin: 0;
  width: 16px;
  height: 16px;
}
/* line 28, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info .name {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0;
}
/* line 35, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info .name strong {
  font-weight: 600;
}
/* line 38, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info .name:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #878787;
}
/* line 51, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .player .player-info .name:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}
/* line 67, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option {
  padding: 20px 3%;
}
/* line 69, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option h2 {
  text-align: center;
  margin-bottom: 6px;
}
/* line 73, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul {
  width: 100%;
  text-align: center;
  display: table;
}
/* line 78, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 1%;
}
/* line 84, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul li a.button {
  width: 100%;
  height: auto;
  line-height: 1.1;
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: 600;
  text-shadow: none;
}
/* line 93, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul li a.button svg {
  fill: #FFF;
}
/* line 96, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul li a.streaming {
  background: #e3f1c7;
  color: #82ad2b !important;
}
/* line 100, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul li a.streaming svg {
  fill: #82ad2b;
}
/* line 104, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option ul li a.download svg {
  fill: #FFF;
}
/* line 107, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option svg {
  margin-right: 0;
}
/* line 110, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option .price, body.movie .ppv-option .validity-period {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 114, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option .price {
  color: #E50000;
}
/* line 117, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .ppv-option .validity-period {
  color: #666666;
}
/* line 121, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail {
  background: #FFF;
  box-shadow: 0 0 3px 0 #BBBBBB;
  margin-bottom: 16px;
}
/* line 126, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail ul.tab {
  border-bottom: solid 1px #e0e0e0;
  box-sizing: border-box;
  text-align: center;
  display: table;
  width: 100%;
}
/* line 132, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail ul.tab li {
  border-left: solid 1px #e0e0e0;
  box-sizing: border-box;
  display: table-cell;
  width: 33.33%;
  padding: 10px 0;
}
/* line 138, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail ul.tab li:first-child {
  border-left: none;
}
/* line 142, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .detail-content {
  padding: 15px 3%;
}
/* line 145, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .tag-area {
  margin-top: 20px;
}
/* line 147, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .tag-area ul {
  zoom: 1;
  margin: -1.7em 0 0 3em;
}
/* line 39, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
body.movie .movie-detail .tag-area ul:after {
  clear: both;
}
/* line 40, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
body.movie .movie-detail .tag-area ul:before, body.movie .movie-detail .tag-area ul:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 151, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .tag-area ul li {
  float: left;
}
/* line 154, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .tag-area ul li a {
  display: block;
  background: #ACACAC;
  color: #FFF !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 8px;
  margin: 2px;
}
/* line 164, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .package-image {
  text-align: center;
  border-top: solid 1px #e0e0e0;
  box-sizing: border-box;
  margin: 20px 0 10px 0;
  padding-top: 20px;
}
/* line 171, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .detail-text dt, body.movie .movie-detail .detail-text dd {
  display: inline;
}
/* line 174, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .detail-text a {
  color: #1379c5;
}
/* line 178, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .select {
  color: #f42992;
  border-bottom: solid 3px #f42992;
}
/* line 182, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .movie-detail .hide {
  display: none;
}
/* line 187, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list li .comment-detail {
  margin: -48px 0 30px 62px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 192, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .name, body.movie .comment-list .rate, body.movie .comment-list .date {
  display: inline-block;
}
/* line 195, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .name {
  margin-right: 5px;
}
/* line 198, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .date {
  color: #666666;
}
/* line 201, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .like {
  text-align: right;
  color: #666666;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 206, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .like svg {
  width: 14px;
  height: 14px;
  margin: 0 3px 2px 0;
}
/* line 211, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .like span {
  position: relative;
  background: #FFF;
  border: 1px solid lightgrey;
  padding: 9px 6px;
  margin-left: 3px;
}
/* line 217, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .like span:after, body.movie .comment-list .like span:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 227, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .like span:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
/* line 233, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .like span:before {
  border-color: rgba(224, 224, 224, 0);
  border-right-color: #BBB;
  border-width: 6px;
  margin-top: -6px;
}
/* line 241, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm {
  border: solid 1px #e0e0e0;
  margin-top: 10px;
  position: relative;
}
/* line 245, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #878787;
}
/* line 258, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}
/* line 271, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm a {
  display: block;
  padding: 6px;
}
/* line 276, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm .orgasm-image {
  width: 100px;
}
/* line 278, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm .orgasm-image img {
  width: 100px;
}
/* line 282, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm .orgasm-text {
  font-weight: 600;
  padding-top: 14px;
  margin: -56px 0 0 110px;
  line-height: 1.2;
  min-height: 56px;
  box-sizing: border-box;
}
/* line 289, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm .orgasm-text span {
  font-weight: 400;
}
/* line 292, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm .orgasm-text .orgasm-time {
  color: #666666;
  padding-left: 10px;
}
/* line 296, E:/Takahashi/a-vod/renewal/html/mobile/sass/_movie.scss */
body.movie .comment-list .orgasm .orgasm-text .orgasm-link {
  display: block;
  color: #1379c5;
  text-decoration: none;
}
/* line 73, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mixin.scss */
body.movie .comment-list .orgasm .orgasm-text .orgasm-link:hover, body.movie .comment-list .orgasm .orgasm-text .orgasm-link:active, body.movie .comment-list .orgasm .orgasm-text .orgasm-link:focus {
  color: #50abee;
}

/* line 2, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage header nav ul li a.mypage {
  background: #C32175;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 6, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile {
  margin-top: -6px;
  background: #FFF;
  padding: 10px 3%;
  box-shadow: 0 0 3px 0 #BBBBBB;
}
/* line 11, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile .profile-image {
  padding: 3px;
  border: solid 1px #e0e0e0;
}
/* line 15, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile .profile-info {
  margin-left: 90px;
}
/* line 18, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile .profile-info h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 18px;
}
/* line 23, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile .profile-info .rest-point {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 27, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile .profile-info .rest-point span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f42992;
  font-weight: 600;
}
/* line 32, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile ul {
  padding-top: 6px;
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: table;
}
/* line 38, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 1%;
}
/* line 44, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .profile ul li a {
  width: 100%;
}
/* line 49, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point {
  padding: 15px 3%;
}
/* line 51, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a {
  width: 100%;
  text-align: left;
  height: 60px;
  line-height: 60px;
}
/* line 56, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #878787;
}
/* line 69, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}
/* line 83, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a.top-button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 87, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a.middle-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: -1px 0;
}
/* line 91, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a.bottom-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/* line 95, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a svg {
  fill: #f42992;
}
/* line 98, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a .point {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 102, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a .amount {
  color: #666666;
  padding: 0 6px;
}
/* line 106, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .add-point ul li a .extra {
  color: #f42992;
}
/* line 110, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment, body.mypage .mylist, body.mypage .monthly-history, body.mypage .ppv-history {
  background: #FFF;
  padding: 6px 3% 20px 3%;
  box-shadow: 0 0 3px 0 #BBBBBB;
  margin-bottom: 16px;
}
/* line 115, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment h2, body.mypage .mylist h2, body.mypage .monthly-history h2, body.mypage .ppv-history h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
/* line 119, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment h2 a, body.mypage .mylist h2 a, body.mypage .monthly-history h2 a, body.mypage .ppv-history h2 a {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
}
/* line 124, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment h2 a:before, body.mypage .mylist h2 a:before, body.mypage .monthly-history h2 a:before, body.mypage .ppv-history h2 a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #878787;
}
/* line 137, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment h2 a:after, body.mypage .mylist h2 a:after, body.mypage .monthly-history h2 a:after, body.mypage .ppv-history h2 a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 0;
  height: 0;
  margin-top: -3px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ffffff;
}
/* line 151, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment ul, body.mypage .mylist ul, body.mypage .monthly-history ul, body.mypage .ppv-history ul {
  width: 100%;
  text-align: center;
  display: table;
}
/* line 156, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment ul li, body.mypage .mylist ul li, body.mypage .monthly-history ul li, body.mypage .ppv-history ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 1%;
}
/* line 162, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment ul li a img, body.mypage .mylist ul li a img, body.mypage .monthly-history ul li a img, body.mypage .ppv-history ul li a img {
  width: 100%;
}
/* line 165, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .orgasm-moment ul li a, body.mypage .mylist ul li a, body.mypage .monthly-history ul li a, body.mypage .ppv-history ul li a {
  display: block;
  position: relative;
  line-height: 0;
}
/* line 172, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .mylist ul li, body.mypage .monthly-history ul li, body.mypage .ppv-history ul li {
  width: 33%;
}
/* line 177, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .monthly-history h2 a {
  color: #f42992;
}
/* line 180, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .monthly-history h2 a span {
  color: #666666;
  font-weight: 400;
  padding-left: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 188, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .ppv-history h2 a {
  color: #8ebd2f;
}
/* line 191, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .ppv-history h2 a span {
  color: #666666;
  font-weight: 400;
  padding-left: 6px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 197, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .ppv-history .download span {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 200, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .ppv-history .download .button {
  margin-top: 4px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 34px;
}
/* line 208, E:/Takahashi/a-vod/renewal/html/mobile/sass/_mypage.scss */
body.mypage .ppv-history .download .button svg {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}


nav li a{width: 100px; font-size: 100%;}
nav li a.home { color: #ff0066; }
nav li a.join.en{width: 100px;}
nav li a.categorys{background:#0077b3}
nav li.user-name, nav li a.join{width: 100px;}
li.user-name[usertype="super_jp"]{line-height: 16px;}
.fa-user{margin: 6px 0 0 0; color: white;cursor: pointer;}
nav li a.ppv{background: #ffaa21}
nav li a.ppv:hover{color:#ff0066;}
nav li a.join{width:100px}
nav li a.super-dx {
  width: 150px;
}
nav li a.bonus{width:120px;}
.ppv{
animation: anime1 0.5s 0.15s infinite alternate;
-moz-animation: anime1 0.5s 0.15s infinite alternate;
-webkit-animation: anime1 0.5s 0.15s infinite alternate;
-o-animation: anime1 0.5s 0.15s infinite alternate;
-ms-animation: anime1 0.5s 0.15s infinite alternate;
color:#ffffff;
font-weight:bold;
}
@keyframes anime1 {
0% {color:#ff0066;}
100% {color:#ffffff;}
}


@-moz-keyframes anime1 {
0% {color:#ff0066;}
100% {color:#ffffff;}
}

@-webkit-keyframes anime1 {
0% {color:#ff0066;}
100% {color:#ffffff;}
}

@-o-keyframes anime1 {
0% {color:#ff0066;}
100% {color:#ffffff;}
}

@-ms-keyframes anime1 {
0% {color:#ff0066;}
100% {color:#ffffff;}
}
#userInfo {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    padding: 5px;
    color: white;
    background: black !important;
    margin-left:-195px;
    width: 200px;
}
.bonus{
/*    line-height: 10px;*/
}