body, #wrapAll {
  margin: 0;
  padding: 0;
  font-family: sans-serif; }
  @media (max-width: 550px) {
    body, #wrapAll {
      overflow-x: hidden; } }

img {
  vertical-align: bottom; }

#footer_pc {
  display: none; }

@media (min-width: 551px) {
  .hide_pc {
    display: none; } }
@media (max-width: 550px) {
  .hide_sp {
    display: none; } }

.sound-ico div {
  background-color: #fff; }

.mv {
  position: fixed;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/tmb/all.jpg");
  background-size: 677px 502px; }
  .mv:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity 2s ease;
    background-image: url("bg-cover.png");
    background-size: cover;
    background-position: center center; }
  .mv.ready:after {
    opacity: 0; }
  .mv.ready2:after {
    display: none; }
  .mv_audio {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease; }
    .mv_audio .no9 {
      right: 49px;
      bottom: 30px;
      position: fixed;
      letter-spacing: 0.04em;
      color: #fff;
      text-decoration: none;
      font-family: arial; }
  .mv_h {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1; }
  .mv_zoom {
    transition: opacity 0.5s ease;
    position: fixed;
    right: 29px;
    bottom: 66px;
    width: 17px;
    height: 121px;
    background-image: url("img/zoombar.png");
    display: block;
    opacity: 0; }
  .mv_zoomKnob {
    right: 27px;
    bottom: 110px;
    width: 21px;
    height: 8px;
    position: fixed;
    background: url("img/zoom_knob.png") left bottom no-repeat; }
  .mv_zoomBtn {
    position: fixed;
    right: 27px;
    width: 20px;
    height: 20px;
    display: block;
    background-color: transparent; }
    .mv_zoomBtn-p {
      bottom: 152px; }
    .mv_zoomBtn-m {
      bottom: 59px; }
  .mv.ready2 .mv_zoom {
    opacity: 1; }
  .mv.ready2 .mv_audio {
    opacity: 1; }
  @media (max-width: 550px) {
    .mv {
      position: relative;
      height: auto;
      width: 100%; }
      .mv:before {
        content: '';
        width: 100%;
        padding-top: 100%;
        display: block; }
      .mv_zoom, .mv_zoomKnob, .mv_audio {
        display: none; } }

#cnv {
  position: absolute;
  left: 0;
  top: 0; }

.news {
  padding: 37px	20px 37px; }
  .news_wrap article:last-child .news_article {
    border-bottom: 0;
    margin-bottom: 22px; }
    @media (max-width: 550px) {
      .news_wrap article:last-child .news_article {
        margin-bottom: 0; } }
  .news_showBtn {
    position: absolute;
    left: 490px;
    top: 66px;
    display: block;
    height: 75px;
    width: 30px;
    text-align: right;
    background-color: #333;
    transition: width 0.1s ease; }
    .news_showBtn:hover {
      width: 40px; }
  .news_article {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 12px 0;
    -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    background-color: #fff; }
    .news_article:hover {
      background-color: rgba(246, 246, 246, 0.9);
      text-decoration: none; }
  .news_h {
    margin: 0 0 15px;
    padding: 0; }
  .news_ttl {
    margin: 0 0 5px;
    padding: 0;
    font-weight: normal;
    font-size: 12px; }
  .news_date {
    font-size: 10px;
    margin: 0;
    display: block;
    color: #333333; }
  @media (min-width: 551px) {
    .news {
      -webtki-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      background-color: #fff;
      min-height: 100%;
      min-height: 100vh;
      height: auto;
      padding: 98px 66px 0;
      width: 490px;
      box-sizing: border-box;
      transition: margin-left 0.4s ease;
      margin-left: -490px; }
      .news.show {
        margin-left: 0; }
      .news_article {
        padding: 27px 0 22px; }
        .news_article .news_thumb img {
          width: 100%;
          height: auto; }
        .news_article:hover .news_ttl:after {
          width: 100%; }
      .news_h {
        margin: 42px 0 25px; }
      .news_ttl {
        font-size: 14px;
        display: inline-block;
        position: relative; }
      .news_date {
        font-size: 12px; }
      .news.close {
        margin-left: -490px; } }

/*# sourceMappingURL=style.css.map */
