@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: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-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: 320px;
  max-width: 750px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-weight: 500;
}

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

a {
  text-decoration: none;
  color: #7b5ea4;
}

@-webkit-keyframes hvr-bob2 {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes hvr-bob2 {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.wrapper {
  width: 100%;
  padding-top: 8.55%;
  overflow-x: hidden;
  background-color: #f6cbe3;
}

.wrapper.load .content_frame .page_title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-137%);
      -ms-transform: translateY(-137%);
          transform: translateY(-137%);
  -webkit-transition: opacity .5s ease-out .4s, -webkit-transform .5s ease-out .4s;
          transition: opacity .5s ease-out .4s, transform .5s ease-out .4s;
}

.back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg.jpg?d=1804) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  pointer-events: none;
}

.menu_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 40;
  display: none;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/common/header/bg_header.png) no-repeat center bottom;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  z-index: 50;
  -webkit-transform: translateY(-79%);
      -ms-transform: translateY(-79%);
          transform: translateY(-79%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.3, 1, 0.5, 1);
          transition: transform 0.8s cubic-bezier(0.3, 1, 0.5, 1);
  pointer-events: none;
}

.header ul {
  position: relative;
  padding: 15.47% 0 25%;
  letter-spacing: -.4em;
}

.header ul li {
  position: relative;
  display: inline-block;
  width: 29.333333%;
  padding-bottom: 20%;
  margin-right: 1px;
  margin-top: -2%;
  letter-spacing: normal;
  overflow: hidden;
  vertical-align: top;
}

.header ul li a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}

.header ul li.nav_now img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header.open {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.menu_btn {
  position: absolute;
  right: 1.5%;
  top: 0;
  width: 22.7%;
  padding-bottom: 17.2%;
  background: url(../img/common/header/btn_menu.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 60;
}

.menu_btn.close {
  background-image: url(../img/common/header/btn_menu-close.png);
}

.logo_box {
  position: relative;
  width: 100%;
  padding: 0 20% 12%;
  text-align: center;
  -webkit-transition: opacity .8s ease;
          transition: opacity .8s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.logo_box.img1 {
  background: url(../img/common/contents/bg_chara01.png) no-repeat center top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.logo_box.img2 {
  background: url(../img/common/contents/bg_chara02.png) no-repeat center top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.logo_box.img3 {
  background: url(../img/common/contents/bg_chara03.png) no-repeat center top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  opacity: 1;
  filter: alpha(opacity=100);
}

.content {
  padding-bottom: 20%;
}

.content_frame {
  position: relative;
  width: 100%;
  margin: 18.7% auto 21%;
  background-color: #fff;
}

.content_frame:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 31.5%;
  background: url(../../../assets/img/common/bg_contents_top.png?d=1804) no-repeat center top;
  -webkit-background-size: 145% auto;
          background-size: 145% auto;
  pointer-events: none;
  -webkit-transform: translateY(-99%);
      -ms-transform: translateY(-99%);
          transform: translateY(-99%);
}

.content_frame:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 15%;
  background: url(../../../assets/img/common/bg_contents_bottom.png?d=1804) no-repeat center bottom;
  -webkit-background-size: 145% auto;
          background-size: 145% auto;
  pointer-events: none;
  -webkit-transform: translateY(98%);
      -ms-transform: translateY(98%);
          transform: translateY(98%);
}

.content_frame .page_title {
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-145%);
      -ms-transform: translateY(-145%);
          transform: translateY(-145%);
}

.footer {
  position: relative;
  padding: 0 0 30px;
  background-color: #afdffc;
  text-align: center;
  z-index: 20;
}

.footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -66px;
  width: 100%;
  padding-bottom: 113.33%;
  background: url(../img/common/footer/bg_footer.png?d=1804) top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  z-index: -1;
}

.footer .foot_logo {
  width: 58.7%;
  margin: 0 auto;
}

.footer .footer_banner {
  margin-top: 1%;
  letter-spacing: -.4em;
  font-size: 0;
}

.footer .footer_banner li {
  display: inline-block;
  width: 43%;
  margin: .6%;
  letter-spacing: normal;
  font-size: 13px;
}

.footer .footer_banner li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.footer .share_box {
  position: relative;
  width: 100%;
  margin-top: 8%;
  padding: 7% 0;
  background-color: #fff;
}

.footer .share_box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  padding-bottom: 3.73%;
  background: url(../img/common/footer/bg_share_top.png) no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.footer .share_box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 100%;
  padding-bottom: 3.73%;
  background: url(../img/common/footer/bg_share_bottom.png) no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.footer .share_box .share {
  padding-top: 8.5%;
  background: url(../img/common/footer/title_share.png) no-repeat top center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

.footer .share_box li {
  display: inline-block;
  vertical-align: top;
}

.footer .footer_txt .footer_staff {
  margin-top: 9%;
}

.l-footer__userdata {
  display: block;
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
}

.l-footer__userdata-link {
  color: #816c9e;
  text-decoration: underline;
}

.footer .footer_txt .copy {
  margin-top: 6%;
}

.footer .pagetop {
  width: 29.5%;
  margin: 6% auto 0;
}

.modal_back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6cbe3;
  display: none;
  z-index: 200;
  opacity: .9;
  filter: alpha(opacity=90);
}

.modal_in {
  position: fixed;
  display: none;
  z-index: 300;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

.modal_in .modal_wrap {
  position: relative;
  width: 85.33%;
  margin: 0 auto;
  padding-top: 48%;
}

.modal_in .modal_wrap:before {
  content: '';
  position: absolute;
  left: -8.5%;
  top: -15%;
  width: 117%;
  height: 130%;
  background: url(../img/movie/bg_movie.png?d=1804) no-repeat center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

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

.modal_in .modal_close {
  display: block;
  width: 46.7%;
  margin: 20px auto 0;
}
