@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

ol, ul {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  line-height: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* base */
html, body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: 'Product Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  min-width: 1200px;
  color: #333;
}

.gothic {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
}

.f1,
.f1b {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.f1b {
  font-weight: 700;
}

a {
  color: #212121;
}

img {
  display: block;
  height: auto;
}

section {
  position: relative;
  z-index: 1;
}

.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 10;
}

header:after {
  content: '';
  position: fixed;
  top: 70px;
  height: 10px;
  left: -10%;
  width: 120%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

header .wrap {
  width: 950px;
  height: 100%;
  margin: 0 auto;
}

header .wrap .logo {
  float: left;
  margin-top: 25px;
}

header .wrap nav {
  float: right;
}

header .wrap nav ul {
  font-size: 0;
  letter-spacing: 0;
  line-height: 80px;
}

header .wrap nav ul li {
  display: inline-block;
  margin-left: 22px;
  font-size: 14px;
}

header .wrap nav ul li a {
  transition: color .2s linear;
}

header .wrap nav ul li a:hover, header .wrap nav ul li a.active {
  color: #EC0B19;
}

header .wrap nav ul li a img {
  display: inline-block;
}

#contents {
  position: relative;
  z-index: 1;
}

#contents.page {
  padding-top: 220px;
}

#contents.page h1 {
  height: 140px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 140px;
  background: rgba(240, 0, 0, 0.9);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 2;
}

#contents.page .page-content {
  z-index: 3;
}

#bg {
  height: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#bg.page:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background: rgba(255, 255, 255, 0.2);
}

#bg div {
  height: 100%;
  background: url(../img/top.jpg) no-repeat center 0;
  background-size: cover;
}

footer {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: rgba(240, 0, 0, 0.9);
  position: relative;
  z-index: 1;
}

#cal {
  padding: 80px 0 100px;
  position: relative;
}

#cal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
}

#cal .wrap {
  position: relative;
  z-index: 1;
  width: 950px;
  margin: 0 auto;
}

#cal .wrap h3 {
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-bottom: -35px;
}

#cal .wrap h3 span {
  display: block;
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
  header {
    height: 55px;
  }
  header:after {
    top: 45px;
  }
  header .wrap {
    width: auto;
    position: relative;
  }
  header .wrap .logo {
    display: block;
    float: none;
    width: 95px;
    margin: 17px auto 0;
    position: relative;
    z-index: 12;
  }
  header .wrap .logo img {
    width: 100%;
    height: auto;
  }
  header .wrap .menu-btn {
    position: absolute;
    right: 18px;
    width: 22px;
    height: 17px;
    z-index: 12;
    display: block;
    top: 2px;
    padding: 0;
    margin: 0;
  }
  header .wrap .menu-btn hr {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #333;
    margin: 0;
    padding: 0;
    transition: all .2s linear;
  }
  header .wrap .menu-btn hr:nth-of-type(2) {
    top: 8px;
  }
  header .wrap .menu-btn hr:nth-of-type(3) {
    top: auto;
    bottom: 0;
  }
  header .wrap .menu-btn.open hr:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  header .wrap .menu-btn.open hr:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  header .wrap .menu-btn.open hr:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  header .wrap nav {
    float: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 11;
    box-sizing: border-box;
    padding-bottom: 30px;
    transition: all .7s ease-out;
    -webkit-transform: translate(0, -120%);
        -ms-transform: translate(0, -120%);
            transform: translate(0, -120%);
  }
  header .wrap nav.show {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header .wrap nav .nav-wrap {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header .wrap nav ul {
    line-height: 1;
  }
  header .wrap nav ul li {
    display: block;
    margin-left: 0;
    font-size: 19px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 20px;
  }
  header .wrap nav ul li a img {
    display: inline-block;
    margin-left: 4px;
    width: 15px;
    position: relative;
    top: 1px;
  }
  header .wrap nav .copyright {
    margin-top: 55px;
    text-align: center;
    font-size: 9px;
    display: block;
  }
  #contents {
    position: relative;
    z-index: 1;
  }
  #contents.page {
    padding-top: 110px;
  }
  #contents.page h1 {
    height: 55px;
    line-height: 55px;
    background: #333;
    font-size: 19px;
    top: 55px;
  }
  #contents.page .page-content {
    z-index: 3;
  }
  .sp-sns {
    display: block;
    margin-top: 50px;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-sns a {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 3px;
    position: relative;
  }
  .sp-sns a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sp-sns a.line img {
    width: 26px;
  }
  .sp-sns a.twitter img {
    width: 23px;
  }
  .sp-sns a.instagram img {
    width: 21px;
  }
  .sp-sns a.youtube img {
    width: 26px;
  }
  .sp-sns a.itunes img {
    width: 19px;
  }
  .sp-member {
    margin-top: 17px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    display: block;
  }
  .sp-member p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .sp-member a {
    display: inline-block;
    width: 41px;
    height: 41px;
    margin: 0 5px;
    border-radius: 41px;
    background-position: 0 17%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: solid 1px #ccc;
  }
  #bg {
    padding-top: 55px;
    display: none;
  }
  #bg.page:after {
    display: none;
  }
  #bg div {
    background-image: url(../img/top-sp.jpg);
  }
  footer {
    line-height: 1;
    height: auto;
    padding: 75px 0 15px;
    text-align: center;
    background: #fff;
  }
  footer .pagetop {
    display: inline-block;
    font-size: 10px;
  }
  footer .pagetop img {
    width: 40px;
    margin: 0 auto 10px;
  }
  footer .copyright {
    margin-top: 35px;
    font-size: 9px;
    color: #333;
  }
}

html, body {
  height: 100%;
}

#contents {
  top: 100%;
}

#posts {
  background: rgba(240, 0, 0, 0.9);
  color: #fff;
  padding-bottom: 65px;
}

#posts .blocks {
  margin: 0 auto;
  padding-top: 75px;
  width: 950px;
  font-size: 0;
  letter-spacing: 0;
}

#posts .blocks a {
  color: #fff;
}

#posts .blocks .block {
  width: 450px;
  display: inline-block;
  vertical-align: top;
}

#posts .blocks .block.live, #posts .blocks .block.caution {
  margin-left: 50px;
}

#posts .blocks .block .title {
  padding-bottom: 10px;
  border-bottom: solid 2px #fff;
}

#posts .blocks .block .title h2 {
  font-size: 30px;
  float: left;
}

#posts .blocks .block .title h2 small {
  display: block;
  font-size: 11px;
  letter-spacing: -.11em;
  margin-bottom: 3px;
}

#posts .blocks .block .title .more {
  float: right;
  font-size: 11px;
  margin-top: 5px;
}

#posts .blocks .block .title .more img {
  display: inline-block;
  position: relative;
  top: 10px;
  right: 0;
  margin-left: 3px;
  transition: all .2s linear;
}

#posts .blocks .block .title .more:hover img {
  right: -5px;
}

#posts .blocks .block ul {
  margin-top: -7px;
}

#posts .blocks .block ul li {
  margin-top: 25px;
}

#posts .blocks .block ul li .date {
  color: #212121;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

#posts .blocks .block ul li .date .new,
#posts .blocks .block ul li .date .cat {
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
  padding: 0 10px;
  background: #FEEC34;
  border-radius: 16px;
  height: 16px;
  line-height: 16px;
  position: relative;
  top: -2px;
}

#posts .blocks .block ul li .date .cat {
  background: #fff;
  margin-right: 5px;
}

#posts .blocks .block ul li p {
  font-size: 15px;
  line-height: 1.3;
  text-decoration: underline;
}

#movie-profile {
  font-size: 0;
  letter-spacing: 0;
  background: rgba(102, 102, 102, 0.8);
}

#movie-profile .mp-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

#movie-profile .movie {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

#movie-profile .movie:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#movie-profile .movie:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#movie-profile .movie img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
  transition: all .2s linear;
  z-index: 3;
}

#movie-profile .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

#movie-profile .movie:hover img {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

#movie-profile .sns {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 50%;
  position: relative;
}

#movie-profile .sns:after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#movie-profile .sns .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie-profile .sns .wrap li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 100%;
}

#movie-profile .sns .wrap li a {
  display: block;
  position: relative;
  height: 50%;
}

#movie-profile .sns .wrap li .top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
}

#movie-profile .sns .wrap li .top:hover img {
  -webkit-transform: scale(1.2, 1.2) translate(-40%, -40%);
      -ms-transform: scale(1.2, 1.2) translate(-40%, -40%);
          transform: scale(1.2, 1.2) translate(-40%, -40%);
}

#movie-profile .sns .wrap li .top:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

#movie-profile .sns .wrap li.line .top {
  background-color: #21C221;
}

#movie-profile .sns .wrap li.line .top:after {
  content: 'LINE Blog';
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#movie-profile .sns .wrap li.line .top img {
  width: 46.04%;
}

#movie-profile .sns .wrap li.twitter .top {
  background-color: #4098EB;
}

#movie-profile .sns .wrap li.twitter .top:after {
  content: 'Official Twitter';
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#movie-profile .sns .wrap li.twitter .top img {
  width: 36.6%;
}

#movie-profile .sns .wrap li.instagram .top {
  background-color: #333;
}

#movie-profile .sns .wrap li.instagram .top:after {
  content: 'Official\A Instagram';
  white-space: pre;
}

#movie-profile .sns .wrap li.instagram .top img {
  width: 35.71%;
}

#movie-profile .sns .wrap li.youtube .top {
  background-color: #D42B28;
}

#movie-profile .sns .wrap li.youtube .top:after {
  content: 'Youtube\A Channel';
  white-space: pre;
}

#movie-profile .sns .wrap li.youtube .top img {
  width: 43.15%;
}

#movie-profile .sns .wrap li.itunes .top {
  background-color: #aaa;
}

#movie-profile .sns .wrap li.itunes .top:after {
  content: 'iTunes Store';
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#movie-profile .sns .wrap li.itunes .top img {
  width: 30.23%;
}

#movie-profile .sns .wrap li .member {
  background-position: 0 7%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#movie-profile .sns .wrap li .member:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all .2s linear;
}

#movie-profile .sns .wrap li .member:hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#movie-profile .sns .wrap li .member p {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  z-index: 1;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}

#home-banner {
  padding: 80px 0 60px;
  background: rgba(255, 255, 255, 0.8);
}

#home-banner div {
  width: 920px;
  margin: 0 auto;
}

#home-banner div ul {
  width: 930px;
  margin: -30px 0 0 -5px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

#home-banner div ul li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 30px 5px 0;
  background: #fff;
}

#home-banner div ul li a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#home-banner div ul li img {
  width: 100%;
  transition: opacity .2s linear;
}

footer {
  background: rgba(255, 255, 255, 0.8);
  color: #212121;
}

#cal:before {
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  header .sp-sns {
    margin-top: 50px;
    background: none;
  }
  header .sp-member {
    margin-top: 17px;
    background: none;
  }
  #posts {
    background: rgba(238, 238, 238, 0.95);
    color: #333;
    padding-bottom: 50px;
  }
  #posts .blocks {
    display: none;
  }
  #posts .slide-contents {
    display: block;
    padding: 50px 0 35px;
  }
  #posts .slide-contents nav ul {
    text-align: center;
    position: relative;
  }
  #posts .slide-contents nav ul li {
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #posts .slide-contents nav ul li button {
    padding-bottom: 13px;
    position: relative;
    display: inline-block;
  }
  #posts .slide-contents nav ul li button:hover {
    color: #333;
  }
  #posts .slide-contents nav ul li button:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #333;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .2s linear;
  }
  #posts .slide-contents nav ul li button.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  #posts .slide-contents nav ul li span {
    font-size: 15px;
    display: block;
    margin-top: 3px;
  }
  #posts .slide-contents nav ul li:nth-of-type(1) {
    margin-left: -90px;
  }
  #posts .slide-contents nav ul li:nth-of-type(3) {
    margin-left: 90px;
  }
  #posts .slide-contents .contents-wrap {
    overflow: hidden;
    padding-top: 60px;
  }
  #posts .slide-contents .contents-wrap .sp-blocks {
    width: 300%;
    font-size: 0;
    letter-spacing: 0;
    -webkit-transform: translate(-33.33%, 0);
        -ms-transform: translate(-33.33%, 0);
            transform: translate(-33.33%, 0);
    transition: all .4s ease-out;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block {
    width: 33.33%;
    width: calc(100% / 3);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block li {
    font-size: 11px;
    display: block;
    margin-top: 25px;
    padding: 0 10%;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block li:nth-of-type(1) {
    margin-top: 0;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block li.more {
    margin-top: 35px;
    text-align: right;
    font-size: 10px;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block li.more span {
    display: inline-block;
    vertical-align: middle;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block li.more img {
    display: inline-block;
    width: 35px;
    margin-left: 10px;
    vertical-align: middle;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block li p {
    font-size: 14px;
    color: #333;
    margin-top: 7px;
    line-height: 1.5;
    text-decoration: underline;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block.live li a .date {
    font-size: 14px;
    color: #f00000;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block.live li a .date .cat {
    width: 70px;
    height: 13px;
    border-radius: 13px;
    background: #f00000;
    text-align: center;
    line-height: 13px;
    color: #fff;
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block.news li a {
    color: #f00000;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block.news li a .new {
    display: inline-block;
    width: 30px;
    height: 9px;
    font-size: 7px;
    text-align: center;
    line-height: 9px;
    color: #333;
    border-radius: 9px;
    background: #FEEC34;
    margin-left: 2px;
    position: relative;
    top: -1px;
  }
  #posts .slide-contents .contents-wrap .sp-blocks .block.news li.more a {
    color: #333;
  }
  #posts .sp-caution {
    padding: 30px 10% 0;
    position: relative;
    display: block;
  }
  #posts .sp-caution:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #999;
  }
  #posts .sp-caution h2 {
    text-align: center;
    font-size: 8px;
  }
  #posts .sp-caution h2 span {
    color: #f00000;
    font-size: 20px;
    display: block;
    margin-top: 3px;
  }
  #posts .sp-caution ul {
    padding-top: 10px;
  }
  #posts .sp-caution ul li {
    margin-top: 25px;
  }
  #posts .sp-caution ul li a {
    font-size: 11px;
    color: #f00000;
  }
  #posts .sp-caution ul li a .new {
    display: inline-block;
    width: 30px;
    height: 9px;
    font-size: 7px;
    text-align: center;
    line-height: 9px;
    color: #333;
    border-radius: 9px;
    background: #FEEC34;
    margin-left: 2px;
    position: relative;
    top: -1px;
  }
  #posts .sp-caution ul li a p {
    font-size: 14px;
    text-decoration: underline;
    color: #333;
    margin-top: 7px;
  }
  #movie-profile .mp-wrap {
    width: auto;
  }
  #movie-profile .movie,
  #movie-profile .sns {
    display: none;
  }
  #movie-profile .sp-movie {
    display: block;
  }
  #movie-profile .sp-movie article {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #movie-profile .sp-movie article img {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
  }
  #movie-profile .sp-movie article:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  #movie-profile .sp-movie article iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp-disco {
    padding: 35px 10% 0;
    display: block;
    background: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  #sp-disco img {
    width: 100%;
  }
  #sp-disco .release {
    margin-top: 13px;
    font-size: 11px;
    color: #f00000;
  }
  #sp-disco .title {
    font-size: 14px;
    margin-top: 5px;
  }
  #home-banner {
    padding: 75px 0 0;
    background: rgba(255, 255, 255, 0.95);
  }
  #home-banner div {
    width: auto;
  }
  #home-banner div ul {
    width: auto;
    margin: -10px 0 0;
    padding: 0 10%;
  }
  #home-banner div ul li {
    display: block;
    width: auto;
    margin-top: 10px;
  }
  .sp-sns {
    margin-top: 0;
    padding-top: 35px;
  }
  .sp-member {
    margin-top: 0;
    padding-top: 17px;
  }
  footer {
    background: rgba(255, 255, 255, 0.95);
  }
  #cal {
    display: none;
  }
  #bg {
    display: block;
  }
}
