@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

body {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1080px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-weight: 500;
}

body:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 14px;
  display: block;
  background-color: #efefef;
  z-index: 100;
}

body:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  display: block;
  background-color: #efefef;
  z-index: 100;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

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

.wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 100%;
  display: block;
  background-color: #efefef;
  z-index: 100;
}

.wrapper:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 100%;
  display: block;
  background-color: #efefef;
  z-index: 100;
}

.news {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  z-index: 210;
}

.news .news_first {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 13px 5px 7px 130px;
  background-color: #c6c8c7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_first:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 70px;
  height: 40px;
  background: url(../img/main/title_news.png) no-repeat center center;
}

.news .news_hov {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 10px 25px 10px 130px;
  background-color: #c6c8c7;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
}

.news .news_hov:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 4px;
  width: 70px;
  height: 40px;
  background: url(../img/main/title_news.png) no-repeat center center;
}

.news .news_hov li {
  height: 32px;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_hov li a {
  color: #333;
  text-decoration: none;
}

.news.hov .news_hov {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.return_top {
  position: fixed;
  top: 40px;
  left: 0;
  width: 144px;
  z-index: 200;
}

.main_vs {
  position: relative;
  height: 1440px;
  text-align: center;
}

.main_vs .main_vs_sakura1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1640px;
  background: url(../img/common/bg_blossam_01.png) no-repeat center top;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .4s linear, -webkit-transform .8s ease;
          transition: opacity .4s linear, transform .8s ease;
}

.main_vs .main_vs_sakura2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 2210px;
  background: url(../img/common/bg_blossam_02.png) no-repeat center top;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .4s linear, -webkit-transform .8s ease;
          transition: opacity .4s linear, transform .8s ease;
}

.main_vs .main_vs_in {
  position: relative;
  max-width: 1940px;
  height: 100%;
  background: url(../img/main/img_main.png) no-repeat center top;
  margin: 0 auto;
}

.main_vs .thumb_movie_out {
  position: absolute;
  left: 30px;
  bottom: 50px;
  text-align: left;
  min-width: 1100px;
}

.main_vs .thumb_movie_out li {
  display: inline-block;
  width: 268px;
  margin-right: 3px;
  margin-bottom: 7px;
}

.main_vs .thumb_movie_out a {
  position: relative;
  display: block;
}

.main_vs .thumb_movie_out a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 268px;
  height: 150px;
  display: block;
  background: url(../img/main/filter_movie.png) no-repeat center top;
}

.main_vs .thumb_movie_out li.new a:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 105px;
  height: 36px;
  display: block;
  background: url(../img/main/icon_new.png) no-repeat center top;
  background-size: 100% auto;
}

.main_vs .thumb_movie_out a img {
  width: 268px;
  height: 150px;
}

.main_vs .bnr_game a {
  position: absolute;
  top: 353px;
  left: 33px;
  width: 189px;
  height: 167px;
  background: url(../img/main/bnr_puc_250x150.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.main_vs .bnr_zoku{
  position: absolute;
  top: 93px;
  left: 33px;
  width: 300px;
  cursor: pointer;
}
.main_vs .bnr_190206 {
  position: absolute;
  top: 180px;
  left: 33px;
  width: 300px;
  cursor: pointer;
}
.main_vs .bnr_03 {
  position: absolute;
  top: 267px;
  left: 33px;
  width: 300px;
  cursor: pointer;
}

.main_vs .chach01 {
  position: absolute;
  right: 23px;
  top: 80px;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s linear 1.2s, -webkit-transform .7s ease 1.2s;
          transition: opacity .3s linear 1.2s, transform .7s ease 1.2s;
}

.main_vs .chach02 {
  position: absolute;
  right: 120px;
  top: 80px;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s linear 1.6s, -webkit-transform .7s ease 1.6s;
          transition: opacity .3s linear 1.6s, transform .7s ease 1.6s;
}

.main_vs .logo {
  padding-top: 230px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s linear .6s;
          transition: opacity .5s linear .6s;
}

.main_vs .main_onair {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s linear .6s;
          transition: opacity .5s linear .6s;
}

.main_vs.load .main_vs_sakura1 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_vs.load .main_vs_sakura2 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_vs.load .chach01 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_vs.load .chach02 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_vs.load .logo {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main_vs.load .main_onair {
  opacity: 1;
  filter: alpha(opacity=100);
}

.onair {
  position: relative;
  width: 100%;
  height: 390px;
  background: url(../img/onair/bg_onair.png) no-repeat center top;
}

.onair .onair_in {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
}

.onair .title_onair {
  position: absolute;
  right: -175px;
  top: 16px;
  width: 750px;
}

.onair .text_onair {
  position: absolute;
  left: 82px;
  top: 40px;
  width: 630px;
}

.intro {
  position: relative;
  width: 100%;
  height: 1000px;
  background: url(../img/intro/bg_intro.gif) no-repeat center top;
}

.intro .intro_in {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
}

.intro .title_intro {
  position: absolute;
  right: -100px;
  top: 62px;
}

.intro .bg_mayoi {
  position: absolute;
  right: -100px;
  top: 62px;
}

.intro .text_intro {
  position: absolute;
  left: -70px;
  top: 126px;
  width: 580px;
}

.story {
  position: relative;
  margin-top: -547px;
  width: 100%;
  height: 1026px;
  background: url(../img/story/bg_story.png) no-repeat center top;
}

.story .story_in {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
}

.story .bg_hitagi_shadow {
  position: absolute;
  left: -160px;
  top: 297px;
  width: 720px;
}

.story .title_story {
  position: absolute;
  left: -160px;
  top: 297px;
  width: 720px;
  z-index: 50;
}

.story .bg_hitagi {
  position: absolute;
  left: -160px;
  top: 297px;
  width: 720px;
  z-index: 50;
}

.story .story_txt {
  position: absolute;
  right: 0;
  top: 360px;
  width: 500px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
}

.other {
  position: relative;
  margin-top: -647px;
  width: 100%;
  height: 930px;
  background: url(../img/other/bg_other.png) no-repeat center top;
}

.other .other_in {
  position: relative;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
}

.other .bg_ougi {
  position: absolute;
  top: 6%;
  width: 100%;
  height: 94%;
  background: url(../img/other/bg_ougi.png) no-repeat center top;
}

.other .bg_ougi_sp {
  display: none;
}

.other .title_onair {
  position: absolute;
  left: 30px;
  bottom: 140px;
  width: 220px;
}

.other .text_onair {
  position: absolute;
  right: 14px;
  bottom: 50px;
  width: 345px;
}

.music {
  position: relative;
  margin-top: -647px;
  padding-bottom: 100px;
  width: 100%;
  background: url(../img/music/bg_music_bottom.png) no-repeat center bottom, url(../img/music/bg_music_top.png) no-repeat center top;
  color: #fff;
}

.music .music_in {
  position: relative;
  max-width: 682px;
  height: 100%;
  margin: 0 auto;
}

.music .title_music {
  position: absolute;
  right: -74px;
  top: 260px;
}

.music .artist {
  position: absolute;
  right: 54px;
  top: 374px;
  width: 248px;
}

.music .music_info {
  padding-top: 430px;
}

.music .music_info .music_info01 {
  font-size: 64px;
  letter-spacing: .07em;
}

.music .music_info .music_info02 {
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: .07em;
}

.music .music_info .music_info03 {
  margin-top: 13px;
  font-size: 50px;
  letter-spacing: .08em;
  text-indent: -.6em;
}

.music .music_info .music_info04 {
  margin-top: 13px;
  font-size: 30px;
  letter-spacing: .02em;
}

.music .music_info_txt {
  padding-top: 30px;
  line-height: 1.7;
  font-size: 14px;
}

.music .music_info_txt dd {
  text-indent: 1em;
}

.music .music_info_img span {
  text-align: left;
  text-indent: 0 !important;
  padding: 0;
}

.music .music_info_img {
  width: 613px;
  padding: 20px 0px 12px 20px;
  margin: 12px 0 12px 1em;
  text-align: left;
  border: 1px solid #fff;
  text-indent: 0 !important;
}

.music .music_info_img span {
  float: left;
}

.music .music_info_img span img {
  width: 278px;
  margin: 0 14px 6px 0;
}

.music .music_info_txt .music_info_txt01 {
  margin-top: 15px;
}

.music .music_info_txt .btn_claris {
  width: 345px;
  margin: 30px auto 0;
}

.package {
  position: relative;
  background: url(../img/package/bg.gif) center top;
  padding-top: 20px;
  color: #fff;
  line-height: 1.5;
}

.package .title_package {
  position: absolute;
  right: 50%;
  top: 70px;
  width: 750px;
}

.package .package_item {
  position: relative;
  width: 880px;
  margin: 0 auto;
  padding-top: 70px;
  padding-left: 180px;
}

.package .package_img {
  width: 230px;
  float: left;
}

.package .package_img .btn {
  margin-top: 10px;
}

.package .package_txt {
  width: 440px;
  float: right;
  font-size: 14px;
}

.package .package_txt .package_title {
  font-size: 50px;
  line-height: 1.2;
  text-indent: -.5em;
}

.package .package_txt .package_day {
  font-size: 30px;
}

.package .package_notes {
  width: 530px;
  margin: 10px auto;
  font-size: 14px;
}

.package .package_btn {
  margin-top: 45px;
  text-align: center;
}

.package .bg_ougi {
  width: 100%;
  height: 540px;
  margin-top: 50px;
  background: url(../img/package/bg_ougi.png) no-repeat center top;
}

.package .bg_ougi img {
  display: none;
}

.footer {
  position: relative;
  padding: 64px 0 100px;
  text-align: center;
  color: #9d9d9d;
  font-size: 11px;
  line-height: 1.8;
  overflow: hidden;
}

.footer .footer_sakura1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1640px;
  background: url(../img/common/bg_blossam_01.png) no-repeat center top;
}

.footer .footer_sakura2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 2210px;
  background: url(../img/common/bg_blossam_02.png) no-repeat center top;
}

.footer .footer_in {
  position: relative;
}

.footer .logo_footer {
  max-width: 500px;
  margin: 0 auto;
}

.footer .share {
  margin-top: 47px;
}

.footer .share li {
  display: inline-block;
  width: 52px;
  margin: 0 1px;
}

.footer .footer_banner {
  margin-top: 40px;
}

.footer .footer_banner li {
  display: inline-block;
  width: 230px;
  margin: 0 7px;
}

.footer .foot_txt {
  margin-top: 50px;
}

.footer .footer_link {
  margin-top: 10px;
}

.footer .footer_link a {
  color: #9d9d9d;
  text-decoration: none;
}

.footer .copy {
  margin-top: 10px;
}

.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 75px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: -1;
  -webkit-transition: opacity .3s linear, z-index .01s linear;
          transition: opacity .3s linear, z-index .01s linear;
}

.page_top.in {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 80;
}

.page_top:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

.modal_back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#feb3e3), to(#fbb39d));
  background: -webkit-linear-gradient(#feb3e3, #fbb39d);
  background: linear-gradient(#feb3e3, #fbb39d);
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 600;
}

.modal_in {
  position: absolute;
  z-index: 610;
  top: 100px;
  left: 50%;
  text-align: center;
}

.modal_in .modal_wrap {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 920px;
}

.modal_in .modal_wrap .pv_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal_in .modal_wrap .pv_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal_in .modal_tab {
  position: fixed;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}

.modal_in .modal_tab li {
  position: relative;
  width: 35px;
  margin: 50px 0;
  cursor: pointer;
}

.modal_in .modal_tab li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height .5s ease;
          transition: height .5s ease;
}

.modal_in .modal_tab li.now_ds:after {
  height: 100%;
}

.modal_in .modal_close {
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  z-index: 620;
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  a {
    -webkit-transition: opacity .4s linear;
            transition: opacity .4s linear;
  }
  a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
  }
  .main_vs .bnr_zoku{
    -webkit-transition: opacity .4s linear;
            transition: opacity .4s linear;
  }
  .main_vs .bnr_zoku:hover{
    opacity: .6;
    filter: alpha(opacity=60);
  }
  .sp_disp {
    display: none;
  }
  .news:hover .news_hov {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 750px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
  body {
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
  }
  body:before {
    width: 100%;
    height: 7px;
  }
  body:after {
    width: 100%;
    height: 7px;
  }
  .pc_disp {
    display: none;
  }
  .wrapper:before {
    width: 7px;
    height: 100%;
  }
  .wrapper:after {
    width: 7px;
    height: 100%;
  }
  .return_top {
    top: 43px;
    left: 0;
    width: 19%;
  }
  .news {
    font-size: 12px;
    line-height: 1.2;
  }
  .news .news_first {
    position: relative;
    width: 100%;
    height: 43px;
    padding: 22px 10px 3px 15px;
    font-size: 11px;
  }
  .news .news_first:before {
    left: 15px;
    top: 8px;
    width: 54px;
    height: 10px;
    background: url(../img/main/title_news_sp.png) no-repeat center center;
    -webkit-background-size: 54px 10px;
            background-size: 54px 10px;
  }
  .news .news_hov {
    padding: 42px 25px 18px 15px;
  }
  .news .news_hov:before {
    left: 15px;
    top: 20px;
    width: 54px;
    height: 10px;
    background: url(../img/main/title_news_sp.png) no-repeat center center;
    -webkit-background-size: 54px 10px;
            background-size: 54px 10px;
  }
  .news .news_hov .news_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    height: 49px;
    background: url(../img/main/btn_news-close.png) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .news .news_hov li {
    height: 28px;
    padding: 6px 0;
  }
  .main_vs {
    height: auto;
    padding-top: 40px;
  }
  .main_vs .main_vs_sakura1 {
    display: none;
  }
  .main_vs .main_vs_sakura2 {
    display: none;
  }
  .main_vs .main_vs_in {
    background: url(../img/main/img_main_sp.png) no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .main_vs .thumb_movie_out {
    position: static;
    bottom: -100px;
    width: 100%;
    min-width: 100%;
  }
  .main_vs .thumb_movie_out li {
    display: block;
    width: 100%;
    height: 100px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .main_vs .thumb_movie_out a {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .main_vs .thumb_movie_out a:before {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main/filter_movie_sp.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
   z-index: 2;
  }
  .main_vs .thumb_movie_out li.new a:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 0px;
    width: 28%;
    height: auto;
    padding-top: 11%;
    display: block;
    background: url(../img/main/icon_new.png) no-repeat center top;
    background-size: 100% auto;
    z-index: 3;
  }
  .main_vs .thumb_movie_out a img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto;
  }

  .main_vs .bnr_game {
    position:relative;
  }
  .main_vs .bnr_zoku,
  .main_vs .bnr_190206,
  .main_vs .bnr_03 {
    position: static;
    width: 100%;
  }

  .main_vs .bnr_game a {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 26.6%;
    background: url(../img/main/bnr_puc_750x200.jpg) no-repeat;
    background-size: 100% auto;
  }

  .main_vs .chach01 {
    right: 2%;
    top: 5%;
    width: 10.6%;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .main_vs .chach02 {
    right: 9%;
    top: 5%;
    width: 10.6%;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .main_vs .logo {
    width: 92%;
    padding-top: 29%;
    margin: 0 auto;
  }
  .main_vs .main_onair {
    width: 68%;
    -webkit-transform: translateY(-2.5%);
        -ms-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
    margin: 0 auto;
    padding-bottom: 80%;
  }
  .onair {
    height: auto;
    padding: 7.74% 0 13%;
    background: url(../img/onair/bg_onair_sp.png) no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .onair .title_onair {
    position: static;
    width: 100%;
  }
  .onair .text_onair {
    position: static;
    padding-top: 7.3%;
    width: 100%;
  }
  .intro {
    height: auto;
    padding-bottom: 10%;
    background: url(../img/intro/bg_intro_sp.gif) no-repeat center top #f3be85;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .intro .title_intro {
    position: absolute;
    right: 0;
    top: 5%;
    width: 100%;
  }
  .intro .bg_mayoi {
    position: static;
    width: 100%;
    padding-top: 5%;
  }
  .intro .text_intro {
    position: static;
    width: 100%;
    padding-top: 3%;
  }
  .story {
    margin-top: 0;
    padding-bottom: 2%;
    height: auto;
    background: url(../img/story/bg_story_sp.gif) no-repeat center top #f9b297;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .story .bg_hitagi_shadow {
    position: static;
    width: 100%;
  }
  .story .title_story {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .story .bg_hitagi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .story .story_txt {
    position: absolute;
    right: 6%;
    top: auto;
    bottom: 0;
    width: 88%;
    line-height: 1.8;
    font-size: 13px;
    color: #fff;
    z-index: 60;
  }
  .other {
    margin-top: 0;
    padding-bottom: 10%;
    height: auto;
    background: url(../img/other/bg_other_sp.gif) no-repeat center top #ffb8c1;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .other .other_in {
    position: relative;
    max-width: 960px;
    height: 100%;
    margin: 0 auto;
  }
  .other .bg_ougi {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/other/bg_ougi_sp.png) no-repeat center top;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .other .bg_ougi_sp {
    display: block;
    width: 100%;
  }
  .other .title_onair {
    position: absolute;
    left: auto;
    right: 7%;
    bottom: auto;
    top: 0;
    width: 51%;
  }
  .other .text_onair {
    position: static;
    width: 100%;
    margin-top: -11%;
  }
  .music {
    margin-top: 0;
    padding-bottom: 20%;
    width: 100%;
    background: url(../img/music/bg_music_bottom_sp_r.png) no-repeat center bottom, url(../img/music/bg_music_top_sp.png) no-repeat center top #ffb7c2;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .music .music_in {
    width: 88%;
    height: 100%;
    margin: 0 auto;
  }
  .music .title_music {
    position: absolute;
    right: -2%;
    top: 6.5%;
    width: 23%;
  }
  .music .artist {
    position: static;
    padding-top: 43.64%;
    width: 73%;
    margin: 0 auto;
  }
  .music .music_info {
    padding-top: 25px;
    text-align: center;
  }
  .music .music_info .music_info01 {
    font-size: 36px;
    letter-spacing: .07em;
  }
  .music .music_info .music_info02 {
    margin-top: 6px;
    font-size: 12px;
  }
  .music .music_info .music_info03 {
    margin-top: 13px;
    font-size: 30px;
    letter-spacing: .08em;
    text-indent: 0;
  }
  .music .music_info .music_info04 {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: .03em;
  }
  .music .music_info_txt {
    padding-top: 30px;
    line-height: 1.7;
    font-size: 14px;
  }
  .music .music_info_txt dd {
    text-indent: 0;
    padding-left: 1em;
  }

  .music .music_info_img {
    width: 100%;
    padding: 20px 3% 10px;
    margin: 11px 0 0 0;
    text-align: left;
    border: 1px solid #fff;
    text-indent: 0 !important;
  }

  .music .music_info_img span {
    float: left;
    width: 46%;
    margin: 0 2% 0;
  }

  .music .music_info_img span img {
    margin: 0 0% 5px;
  }

  .music .music_info_txt .music_info_txt01 {
    margin-top: 20px;
  }
  .music .music_info_txt .btn_claris {
    width: 74.55%;
    margin: 15px auto 0;
  }
  .package {
    position: relative;
    background: url(../img/package/bg.gif) center top;
    -webkit-background-size: 200% auto;
            background-size: 200% auto;
    padding-top: 12%;
  }
  .package .title_package {
    position: static;
    width: 100%;
  }
  .package .package_item {
    width: 89%;
    margin: 0 auto;
    padding-top: 10%;
    padding-left: 0;
  }
  .package .package_img {
    width: 68%;
    margin: 0 auto;
    float: none;
  }
  .package .package_img .btn {
    width: 87%;
    margin: 10px auto 0;
  }
  .package .package_txt {
    width: 100%;
    margin-top: 40px;
    float: none;
    font-size: 13px;
  }
  .package .package_txt .package_title {
    text-align: center;
    font-size: 30px;
  }
  .package .package_txt .package_day {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
  }
  .package .package_notes {
    /* width: 89%; */
    margin: 10px auto 20px;
    font-size: 11px;
  }
  .package .package_btn {
    width: 71%;
    margin: 60px auto 0;
  }
  .package .bg_ougi {
    height: auto;
    margin-top: 15%;
    background: none;
  }
  .package .bg_ougi img {
    display: block;
  }
  .footer {
    padding: 12% 0 20%;
    font-size: 10px;
    line-height: 1.8;
    background: url(../img/footer/bg_footer_sp.gif) no-repeat center top;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .footer .footer_sakura1 {
    display: none;
  }
  .footer .footer_sakura2 {
    display: none;
  }
  .footer .logo_footer {
    max-width: 500px;
    margin: 0 auto;
  }
  .footer .share {
    margin-top: 7%;
  }
  .footer .share li {
    display: inline-block;
    width: 10%;
    margin: 0;
  }
  .footer .footer_banner {
    margin-top: 7%;
  }
  .footer .footer_banner li {
    display: inline-block;
    width: 42%;
    margin: 0 .2%;
  }
  .footer .foot_txt {
    width: 80%;
    margin: 30px auto 0;
  }
  .footer .footer_link {
    margin-top: 10px;
  }
  .footer .footer_link a {
    color: #9d9d9d;
    text-decoration: none;
  }
  .footer .copy {
    margin-top: 10px;
  }
  .page_top {
    position: static;
    width: 20%;
    margin: 10% auto 0;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
  }
  .modal_in {
    top: 30px;
    left: 0;
    width: 100%;
  }
  .modal_in .modal_wrap {
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 90%;
    margin: 0 auto;
  }
  .modal_in .modal_tab {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 20px;
  }
  .modal_in .modal_tab li {
    display: inline-block;
    position: relative;
    width: 30px;
    margin: 0 10px;
    vertical-align: top;
  }
  .modal_in .modal_tab li:after {
    width: 1px;
  }
  .modal_in .modal_close {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 30px;
    margin: 20px auto 0;
  }
}