@charset "UTF-8";
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------------------------
 Base
------------------------------------------------------------ */
html, body {
  height: 100%;
}

img {
  vertical-align: bottom;
}

body {
  font-size: 14px;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
}

/* ------------------------------------------------------------
 Layout
------------------------------------------------------------ */
#wrap {
  width: 100%;
  min-width: 1150px;
  padding-top: 70px;
  overflow: hidden;
}

/* #header
------------------------------------------------------------ */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  min-width: 1150px;
  z-index: 100;
  background-color: #fbf321;
}
#header h1 {
  padding-top: 27px;
  padding-left: 9px;
  width: 230px;
  height: 40px;
}
#header .global-nav {
  position: absolute;
  top: 35px;
  left: 259px;
  overflow: hidden;
  *zoom: 1;
}
#header .global-nav li {
  float: left;
  padding: 0 27px;
  background: url("../img/h_nav_dot.png") center right no-repeat;
}
#header .global-nav li:last-of-type {
  background: none;
}
#header .global-nav a {
  display: block;
  padding: 1px 0;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
#header .global-nav a:hover {
  opacity: 0.5;
}
#header .global-nav hr {
  border: none;
  width: 100%;
  height: 5px;
  background-color: #1d0b01;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 5px / 3px;
  -webkit-border-radius: 5px 3px;
  border-radius: 5px / 3px;
  -moz-transform: scale(0.7, 0.9);
  -ms-transform: scale(0.7, 0.9);
  -webkit-transform: scale(0.7, 0.9);
  transform: scale(0.7, 0.9);
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
#header .global-nav a:hover + hr,
#header .global-nav hr.current {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#header .mynavi {
  position: absolute;
  top: 13px;
  right: 0;
  width: 116px;
  height: 58px;
  overflow: hidden;
}
#header .mynavi a {
  display: block;
  position: relative;
  width: 116px;
  height: 58px;
  overflow: hidden;
}
#header .mynavi a img {
  position: absolute;
  top: 0;
  left: 0;
}
#header .mynavi a:hover img {
  left: -116px;
}
#header div.arch {
  width: 100%;
  min-width: 1650px;
  height: 83px;
  position: fixed;
  left: 50%;
  top: 70px;
  margin-left: -50%;
  background: url("../img/h_arch.png") center 0 no-repeat;
  background-size: 100% 83px;
}
@media screen and (max-width: 1650px) {
  #header div.arch {
    margin-left: -825px;
  }
}
@media screen and (max-width: 1150px) {
  #header div.arch {
    left: 575px;
  }
}

/* #footer
------------------------------------------------------------ */
#footer {
  position: relative;
  padding-top: 43px;
  height: 48px;
  background-color: #fbf321;
  color: #000;
  border-top: solid 1px #00a8e6;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer-nav {
  float: left;
  font-size: 0.85em;
  overflow: hidden;
  *zoom: 1;
}
#footer .footer-nav li {
  margin-right: 1em;
  float: left;
}
#footer .footer-nav li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding-left: 0.8em;
  background: url("../img/f_nav_arr.png") left center no-repeat;
}
#footer .footer-nav li a:hover {
  text-decoration: underline;
}
#footer .pagetop {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -44px;
  width: 88px;
  height: 38px;
  background: url("../img/f_pagetop_bg.png") no-repeat;
  text-align: center;
  z-index: 10;
}
#footer .pagetop img {
  position: relative;
  top: 0;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#footer .pagetop a:hover img {
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
#footer .copyright {
  float: right;
  width: 160px;
  text-align: right;
  font-size: 0.6em;
}

/* common
------------------------------------------------------------ */
.inner {
  position: relative;
  min-width: 1150px;
  width: 1150px;
  margin: 0 auto;
}
.inner.ratio {
  width: 80%;
}

.section {
  padding-top: 44px;
  padding-bottom: 30px;
  margin-bottom: 24px;
  background: url("../img/section_bg.png") repeat;
}
.section h2 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 36px;
  background: url("../img/title_wave.png") center bottom no-repeat;
}
.section ul {
  overflow: hidden;
  *zoom: 1;
}

/* .movie-list
------------------------------------------------------------ */
.movie-list-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.movie-list-wrap.border {
  background: #fbf321;
}

.more {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 40px;
  text-align: center;
  background-color: #fbf321;
}
.more a {
  cursor: pointer;
}
.more a:hover {
  opacity: 0.8;
}
.more.loading {
  background: url("../img/loader.gif") center 34px no-repeat #fbf321;
}
.more.loading a {
  visibility: hidden;
}

ul.movie-list {
  width: 100%;
}
ul.movie-list li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 25%;
  position: relative;
  float: left;
}
ul.movie-list li > span {
  position: absolute;
  width: 100%;
  height: 190px;
  z-index: 3;
  border: solid 0 white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: border;
  -o-transition-property: border;
  -webkit-transition-property: border;
  transition-property: border;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.movie-list li div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
}
ul.movie-list li div p {
  display: block;
  position: absolute;
  top: -8%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transform-origin: center center 50%;
  -ms-transform-origin: center center 50%;
  -webkit-transform-origin: center center 50%;
  transform-origin: center center 50%;
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
ul.movie-list li:hover div p {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
ul.movie-list li:hover > p a span {
  background-image: url("../img/pic_arr_new.png");
  background-color: #00a8e6;
  color: #FFF;
}
ul.movie-list li > p {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  line-height: 1.4em;
  z-index: 4;
  overflow: hidden;
}
ul.movie-list li > p.new {
  background: url("../img/pic_frame_new.png") no-repeat;
}
ul.movie-list li > p > span {
  display: none;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.movie-list li > p a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 0.9em;
}
ul.movie-list li > p a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  padding: 5px 15px;
  background-image: url("../img/pic_arr.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fcfbe7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .history-section
------------------------------------------------------------ */
.history-section {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fbf321;
}
.history-section ul.movie-list {
  border: none;
  margin-left: 0;
}
.history-section div.arch {
  width: 100%;
  min-width: 1650px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: -83px;
  margin-left: -50%;
  background: url("../img/history_arch.png") center 0 no-repeat;
  background-size: 100% 84px;
}
@media screen and (max-width: 1650px) {
  .history-section div.arch {
    margin-left: -825px;
  }
}
@media screen and (max-width: 1150px) {
  .history-section div.arch {
    left: 575px;
  }
}

/* .tag-section
------------------------------------------------------------ */
.tag-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background: url("../img/tag_bg.png");
}
.tag-section div.arch {
  width: 100%;
  min-width: 1650px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50%;
  background: url("../img/tag_arch.png") center 0 no-repeat;
  background-size: 100% 82px;
}
@media screen and (max-width: 1650px) {
  .tag-section div.arch {
    margin-left: -825px;
  }
}
@media screen and (max-width: 1150px) {
  .tag-section div.arch {
    left: 575px;
  }
}

ul.tag-list li {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.tag-list li a {
  position: relative;
  display: block;
  padding: 5px 16px;
  color: #FFF;
  text-decoration: none;
  background-color: #00a8e6;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
ul.tag-list li a:hover {
  opacity: 0.7;
}

/* .top-main-section
------------------------------------------------------------ */
.top-main-section {
  position: relative;
  background: none;
  margin: 0;
  padding: 0;
  height: 590px;
}
.top-main-section .inner {
  position: relative;
  height: 590px;
}
.top-main-section span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: block;
  color: #fff;
  font-size: 0.9em;
  opacity: 0.8;
}
.top-main-section div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1150px;
  height: 590px;
  overflow: hidden;
}
.top-main-section div.movie-player iframe {
  width: 100%;
  height: 100%;
}
.top-main-section div.movie-player > div {
  width: 100%;
  height: 590px;
}
.top-main-section div.movie-ui p {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 1150px;
  margin-left: -575px;
  text-align: right;
  z-index: 10;
}
.top-main-section div.movie-ui p span {
  opacity: 0;
  display: inline-block;
  padding: 5px;
  color: #000;
  font-size: 13px;
  background: #fbf321;
}
.top-main-section a {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: url("../img/movie_play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(165, 231, 255, 0.4);
}
.top-main-section a:hover {
  opacity: 0.6;
}
.top-main-section div.arch {
  width: 100%;
  min-width: 1650px;
  height: 83px;
  position: absolute;
  left: 50%;
  top: 508px;
  margin-left: -50%;
  background: url("../img/main_arch.png") center 0 no-repeat;
  background-size: 100% 83px;
}
@media screen and (max-width: 1650px) {
  .top-main-section div.arch {
    margin-left: -825px;
  }
}
@media screen and (max-width: 1150px) {
  .top-main-section div.arch {
    left: 575px;
  }
}

.new-section {
  padding-bottom: 54px;
  margin-bottom: 0;
  background: url("../img/new_bg.png");
}
.new-section .inner {
  /*ul.movie-list {
      border: solid 16px $color-yellow;
      margin-left: -16px;
  }*/
}
.new-section .inner > p {
  position: relative;
  padding-top: 30px;
  text-align: center;
  z-index: 100;
}

/* .list-main-section
------------------------------------------------------------ */
.list-main-section {
  position: relative;
  background: url(../img/new_bg.png);
  padding-top: 40px;
  margin-bottom: 0;
  min-height: 500px;
  z-index: 2;
}
.list-main-section.loading {
  background-image: url("../img/loader.gif"), url(../img/new_bg.png);
  background-position: center 250px, 0 0;
  background-repeat: no-repeat, repeat;
}
.list-main-section.loading .movie-list {
  opacity: 0;
}
.list-main-section h2 {
  color: #4a4658;
  font-size: 1.44em;
  font-weight: 500;
}
.list-main-section ul.movie-list li {
  position: relative;
  width: 25%;
  overflow: hidden;
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1), .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
 {
  width: 50%;
  /* > span, div, div img, p, p > a {
       width: $large-box-width;
       height: $large-box-height;
   }*/
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1) div img, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
div img {
  top: -15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1.23);
  -ms-transform: scale(1.23);
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1):hover div img, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3):hover
div img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1):hover p > span, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3):hover
p > span {
  background-image: url("../img/pic_arr_new.png");
  background-color: #00a8e6;
  color: #FFF;
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1) p.new, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
p.new {
  background-image: url("../img/pic_frame_large_new.png");
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1) p.new a span, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
p.new a span {
  background-image: none;
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1) p a, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
p a {
  font-size: 1.1em;
  z-index: 10;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1) p a span, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
p a span {
  padding-top: 9px;
  padding-bottom: 0;
  bottom: 27px;
  background-image: none;
}
.list-main-section ul.movie-list:nth-of-type(odd) li:nth-of-type(1) p > span, .list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(3)
p > span {
  position: absolute;
  width: 100%;
  min-height: 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  display: block;
  padding: 5px 15px 8px;
  background-image: url("../img/pic_arr.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fcfbe7;
  font-size: 12px;
}
.list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(n + 4) {
  margin-top: -16.5%;
}
.list-main-section ul.movie-list:nth-of-type(even) li:nth-of-type(5) {
  margin-left: 25%;
}
.list-main-section div.arch {
  width: 100%;
  min-width: 1650px;
  height: 83px;
  position: absolute;
  left: 50%;
  bottom: -83px;
  margin-left: -50%;
  background: url("../img/list_arch.png") center 0 no-repeat;
  background-size: 100% 83px;
}
@media screen and (max-width: 1650px) {
  .list-main-section div.arch {
    margin-left: -825px;
  }
}
@media screen and (max-width: 1150px) {
  .list-main-section div.arch {
    left: 575px;
  }
}

/* .detail-main-section
------------------------------------------------------------ */
.detail-main-section {
  background: #fcfbe7;
  padding: 84px 0 0;
  margin: 0;
}
.detail-main-section .inner {
  width: 854px;
  min-width: 854px;
}
.detail-main-section .movie-youtube {
  width: 854px;
  height: 480px;
}
.detail-main-section .movie-info h2 {
  padding: 30px 0 25px;
  margin: 0;
  font-size: 20px;
  text-align: left;
  background: none;
}
.detail-main-section .movie-info .description {
  line-height: 1.5;
  padding-bottom: 30px;
  color: #222;
}
.detail-main-section .movie-info .tag-pane {
  border-top: solid 1px #00a8e6;
  line-height: 1.2;
  padding-top: 30px;
}
.detail-main-section + .category-section {
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-top: 140px;
}

.category-section {
  position: relative;
  background: url(../img/new_bg.png);
}
.category-section div.arch {
  width: 100%;
  min-width: 1650px;
  height: 83px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50%;
  background: url("../img/detail_arch.png") center 0 no-repeat;
  background-size: 100% 83px;
}
@media screen and (max-width: 1650px) {
  .category-section div.arch {
    margin-left: -825px;
  }
}
@media screen and (max-width: 1150px) {
  .category-section div.arch {
    left: 575px;
  }
}

/* ------------------------------------------------------------
 Module
------------------------------------------------------------ */
a.hover {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
a.hover:hover {
  opacity: 0.7;
}
