@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");

@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%;
  min-width: 1200px;
  background: url(../img/common/bg.gif) no-repeat center top fixed;
  -webkit-background-size: cover;
          background-size: cover;
}

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

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

a {
  text-decoration: none;
  color: #fa70b5;
}

.hov {
  position: relative;
  display: block;
}

.hov:after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 18px;
  height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../img/common/petal_s2.png) no-repeat center center;
  -webkit-transform: translate(10px, -20px) rotateY(90deg) rotate(15deg);
          transform: translate(10px, -20px) rotateY(90deg) rotate(15deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .01s ease-out .3s, opacity .3s ease;
          transition: transform .01s ease-out .3s, opacity .3s ease;
}

.hov:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: -webkit-transform .5s ease-out, opacity .3s ease;
          transition: transform .5s ease-out, opacity .3s ease;
  -webkit-transform: translate(0) rotateY(0deg) rotate(15deg);
          transform: translate(0) rotateY(0deg) rotate(15deg);
}

.hov_op {
  -webkit-transition: opacity .8s ease;
          transition: opacity .8s ease;
}

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

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../img/common/bg.gif) no-repeat center top fixed;
  -webkit-background-size: cover;
          background-size: cover;
  font-weight: 500;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease-out;
          transition: opacity .5s ease-out;
}

.wrapper.load {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease-out;
          transition: opacity 1s ease-out;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
}

.header .news_sns {
  position: relative;
  min-height: 38px;
  padding-right: 390px;
  border-bottom: 1px solid #e5e5e5;
}

.header .news_sns .head_news {
  padding-top: 9px;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.7;
  font-size: 13px;
}

.header .news_sns .head_news a {
  color: #000;
}

.header .news_sns .head_news span {
  padding-right: 20px;
  color: #fa70b5;
}

.header .news_sns .head_sns {
  position: absolute;
  right: 0;
  top: 8px;
  border-left: 1px solid #e5e5e5;
  padding-right: 30px;
}

.header .news_sns .head_sns li {
  display: inline-block;
  margin-left: 20px;
}

.header .news_sns .head_sns li img {
  height: 18px;
}

.header .head_nav {
  position: relative;
  padding: 15px 30px 13px;
}

.header .head_nav h1 {
  width: 322px;
}

.header .head_nav nav {
  position: absolute;
  right: 30px;
  top: 23px;
  width: 821px;
  text-align: right;
}

.header .head_nav nav li {
  display: inline-block;
  margin-left: 21px;
  margin-bottom: 6px;
  height: 16px;
  overflow: hidden;
}

.header .head_nav nav li a {
  display: block;
}

.header .head_nav nav li a:hover img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .head_nav nav li.page_now img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.back01 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400%;
  background: url(../img/common/bg_petal01.png) center top;
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1);
}

.back02 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 400%;
  background: url(../img/common/bg_petal02.png) center top;
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 8s cubic-bezier(0.19, 1, 0.22, 1);
}

.txt_min {
  font-size: 55%;
}

.share {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 20px 11px;
  background-color: #98d3f5;
  border-radius: 5px 0 0 5px;
  z-index: 90;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: -webkit-transform .6s ease, opacity .6s ease;
          transition: transform .6s ease, opacity .6s ease;
}

.share .sharelist {
  width: 22px;
}

.share .sharelist li {
  margin-top: 14px;
}

.share.top_share {
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
}

.foot_img {
  padding-top: 150px;
}

.foot_img ul {
  position: relative;
  width: 100%;
  height: 300px;
}

.foot_img ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .1s linear 1.5s;
          transition: opacity .1s linear 1.5s;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.foot_img ul li.foot_img_now {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  -webkit-transition: opacity 1.5s ease;
          transition: opacity 1.5s ease;
}

.footer {
  position: relative;
  padding: 30px;
  background-color: #fff;
  font-size: 12px;
}

.footer .footer_link li {
  display: inline-block;
  border-right: 1px solid #a4a4a4;
  margin-right: 7px;
  padding-right: 9px;
}

.footer .footer_link li:last-child {
  border-right: 0;
}

.footer .footer_link li a {
  color: #666;
}

.footer .att {
  margin-top: 12px;
  font-size: 11.5px;
}

.footer .copyright {
  margin-top: 18px;
  font-size: 10.5px;
}

.footer .pagetop {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  cursor: pointer;
}

.modal_back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_pc.png) center top;
  display: none;
  z-index: 200;
}

.modal_in {
  position: absolute;
  display: none;
  z-index: 300;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}

.modal_in .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 310;
}

.modal_in.modal_movie {
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.modal_in.modal_movie .modal_close {
  top: -60px;
}

.modal_in .modal_movie_tr {
  display: none;
  text-align: center;
}

.modal_in .modal_movie_tr .now_movie {
  margin: 0 auto;
  width: 820px;
}

.modal_in .modal_movie_tr .now_movie div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

.modal_in .modal_movie_tr .trailer_btn {
  margin: 20px auto 0;
  max-width: 820px;
  /* max-width: 770px; */
}

.modal_in .modal_movie_tr .trailer_btn li {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 50px;
  margin-top: 10px;
  padding: 18px 0 0 0;
  background: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fa70b5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fccfe6;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}

.modal_in .modal_movie_tr .trailer_btn li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 180px;
  height: 40px;
  border: 1px solid #fde7f2;
  border-radius: 3px;
  -webkit-transition: border-color .5s ease;
          transition: border-color .5s ease;
}

.modal_in .modal_movie_tr .trailer_btn li.trailer_now {
  background: #fc97ca;
  border-color: #fc97ca;
  color: #fff;
}

.modal_in .modal_movie_tr .trailer_btn li.trailer_now:before {
  border-color: #fdbfde;
}

.modal_in .modal_comment {
  display: none;
  width: 100%;
  background-color: #fff;
}

.modal_in .modal_comment .modal_comment_in {
  padding: 70px 0;
}

.modal_in .modal_comment .modal_comment_in p {
  display: inline-block;
  vertical-align: top;
}

.modal_in .modal_comment .modal_comment_in p:nth-child(2) {
  margin-left: 58px;
}


.modal_in .modal_event {
  display: none;
  width: 100%;
  position: relative;
}

.modal_in .modal_event .event_info {
  display: inline-block;
  position: relative;
}

.modal_in .modal_event a {
  position: absolute;
  bottom: 58px;
  right: 121px;
}