@charset "UTF-8";
@import url(_ress.css);
/* ========================================================
common
=========================================================*/
html, body {
  height: 100%;
  font-family: 'Yu Gothic Pr6N W50 M', "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  line-height: 1.8; }

html {
  background: #000; }

body {
  font-size: 14px;
  margin: 0;
  padding: 0; }

a {
  color: #222;
  text-decoration: underline;
  cursor: pointer; }

section {
  position: relative; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a:hover {
  opacity: .5;
  -webkit-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out; }
  @media (max-width: 1023px) {
    a:hover {
      opacity: 1; } }

img {
  vertical-align: bottom; }

/* ========================================================
contents
=========================================================*/
.contents {
  width: 100%;
  margin: 0 auto; }
  .contents section.hero {
    width: 100%;
    background: #000 url(../../../lp_movieticket/img/mt_hero_bg.png) no-repeat center top;
    background-size: cover; }
    .contents section.hero h1 {
      display: none; }
    .contents section.hero h2 {
      display: none; }
    .contents section.hero .wrap-item {
      background: url(../../../lp_movieticket/img/mt_hero_sp.png) no-repeat center top;
      background-size: 100%; }
      .contents section.hero .wrap-item h3 {
        display: none; }
      .contents section.hero .wrap-item ul {
        padding: 52% 0 5%;
        text-align: center; }
        .contents section.hero .wrap-item ul li {
          display: inline-block;
          width: 38%;
          margin: 0 2%; }
          .contents section.hero .wrap-item ul li img {
            width: 100%; }
    .contents section.hero .wrap-flow {
      width: 100%;
      margin: 0 auto; }
      .contents section.hero .wrap-flow ul {
        width: 90%;
        margin: 0 auto; }
        .contents section.hero .wrap-flow ul li {
          position: relative;
          display: block;
          margin: 0; }
          .contents section.hero .wrap-flow ul li img.img-flow {
            width: 100%;
            margin: 0 auto; }
          .contents section.hero .wrap-flow ul li::after {
            content: "";
            position: absolute;
            background: url(../../../lp_movieticket/img/mt_arrow.png) no-repeat center top;
            background-size: contain;
            left: 0;
            top: 70%;
            width: 90vw;
            height: 8vh;
            z-index: 10; }
          .contents section.hero .wrap-flow ul li.step3 img.btn {
            position: absolute;
            left: 26%;
            top: 48%;
            width: 43vw;
            z-index: 10; }
          .contents section.hero .wrap-flow ul li.step3::after {
            top: 79%; }
          .contents section.hero .wrap-flow ul li.step4 img.btn {
            position: absolute;
            left: 36%;
            top: 55%;
            width: 26vw;
            z-index: 10; }
          .contents section.hero .wrap-flow ul li.step4::after {
            display: none; }
      .contents section.hero .wrap-flow p.notice {
        width: 90%;
        margin: 0 auto;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-bottom: 4vh; }
  .contents section.notice {
    background-color: #fff; }
    .contents section.notice img.kigen {
      width: 100%; }
    .contents section.notice .wrap-notes {
      width: 90%;
      margin: 0 auto; }
      .contents section.notice .wrap-notes h2 {
        font-weight: bold;
        text-align: center;
        font-size: 5vw; }
      .contents section.notice .wrap-notes ul {
        padding-bottom: 2vh; }
        .contents section.notice .wrap-notes ul li {
          margin-bottom: 1em;
          padding-left: 2em; }
          .contents section.notice .wrap-notes ul li::before {
            content: "■";
            margin-left: -1em; }
      .contents section.notice .wrap-notes img.btn {
        width: 100%;
        margin: 0 auto; }
  .contents footer {
    width: 100%;
    margin: 0 auto;
    background-color: #fff; }
    .contents footer .copyright {
      font-size: 12px;
      width: 90%;
      margin: 0 auto;
      padding: 4vh 0; }
