@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/* module */
@media screen and (min-width: 1024px) {
  .pc {
    display: inherit !important;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .sp {
    display: inherit !important;
  }
}

/*-------------------------------

html

-------------------------------*/
html, body {
  background: #fff;
  font: 13px/1 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}

@media screen and (min-width: 1024px) {
  html, body {
    font: 16px/1 'M PLUS 1p',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.click {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.click:active {
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
}

/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  #header {
    width: 100%;
    height: 110px;
    background: url(../img/common/nav_bg.png) no-repeat top center;
  }
}

@media screen and (min-width: 1024px) {
  #top #header {
    display: none;
  }
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../img/common/menubtn.png) no-repeat center center;
  background-size: 100%;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 70px;
  height: 28px;
  padding: 23px 0 0;
  margin: 0 auto;
}

.drawer-line {
  width: 20px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  #nav-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 5px 0 0;
  }
}

.nav-box {
  position: relative;
  height: 20px;
}

.nav-box img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-box {
    margin: 0 40px;
  }
  .nav-box::after {
    content: "";
    background: url(../img/common/icon_snow.png) no-repeat right bottom;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -50px;
    bottom: 0;
    pointer-events: none;
  }
  .nav-box:last-of-type::after {
    display: none;
  }
}

.nav-btn {
  display: block;
  position: relative;
  height: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-btn img {
  width: auto;
  height: 100%;
}

.nav-btn:not(.coming):hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.nav-btn.coming {
  opacity: .2;
}

.nav-icon {
  font-size: 100%;
}

#nav-theaters {
  height: 32px;
}

#nav-theaters .nav-btn {
  height: 32px;
}

#nav-music {
  height: 32px;
}

#nav-music .nav-btn {
  height: 32px;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 50px 0;
  position: relative;
}

.drawer-nav-box::after {
  content: "";
  background: url(../img/common/icon_snow.png) no-repeat right bottom;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  bottom: -35px;
  pointer-events: none;
}

.drawer-nav-box:last-of-type::after {
  display: none;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  text-decoration: none;
  display: block;
  height: 30px;
}

.drawer-nav-btn.selected {
  color: #fff;
  text-shadow: none;
}

.drawer-nav-img {
  width: auto;
  height: 100%;
}

#drawer-nav-theaters .drawer-nav-btn {
  height: 45px;
}

#drawer-nav-music .drawer-nav-btn {
  height: 45px;
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 100%;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #e63663;
  text-align: center;
  position: absolute;
  top: 180px;
  left: 0;
  text-align: center;
  z-index: 4;
}

#preloaderAnime {
  color: #e63663;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

/*-------------------------------

@banner

-------------------------------*/
#banner-container {
  width: 90%;
  margin: 40px auto 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-item {
  width: 50%;
  max-width: 230px;
  padding: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.banner-item:hover {
  opacity: .6;
}

/*-------------------------------

@SNS

-------------------------------*/
.share {
  padding: 10px;
  text-align: center;
}

.share-ttl {
  font-family: 'Concert One', cursive;
  color: #E4037F;
  font-size: 16px;
  margin: 5px;
}

#social-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns-btn {
  display: block;
  padding: 5px;
}

.Android .share-link-btn {
  display: block;
  text-align: center;
  line-height: 40px;
}

.share-link-btn {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 40px;
  margin: 0 5px;
  -webkit-box-shadow: 0 10px 30px rgba(248, 90, 124, 0.2);
          box-shadow: 0 10px 30px rgba(248, 90, 124, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.share-link-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#twitter-btn .share-link-btn-icon {
  color: #1b95e0;
}

#facebook-like .share-link-btn-icon {
  color: #4267b2;
}

#line-share .share-link-btn-icon {
  color: #00b833;
  font-size: 20px;
}

/*-------------------------------

footer

-------------------------------*/
#footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 40px;
  position: relative;
}

.copyright {
  margin: 20px auto 0;
  color: #ee2b7d;
  font-size: 10px;
  text-align: center;
  text-shadow: 1px 0 3px white, -1px 0 3px white, 0 1px 3px white, 0 -1px 3px white;
}

#top .copyright {
  display: none;
}

.footer-logo {
  width: 57.27vw;
  max-width: 320px;
  margin: 0 auto 5px;
}

.footer-roadshow {
  width: 30.67vw;
  max-width: 200px;
  margin: 0 auto 30px;
}

.share-ttl {
  width: 60px;
  margin: 0 auto 5px;
}

@media screen and (min-width: 1024px) {
  .share-ttl {
    width: 70px;
  }
}

.pagetop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pagetop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
  .pagetop {
    width: 140px;
  }
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}
/*# sourceMappingURL=common.css.map */