@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  color: #000;
  line-height: normal;
  -webkit-text-size-adjust: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:link, a:visited {
    color: #000;
    text-decoration: none; }

#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0; }

.p-mainVisual {
  width: 100%;
  position: relative; }
  .p-mainVisual__img {
    line-height: 0; }
    .p-mainVisual__img img {
      width: 100%; }
  .p-mainVisual__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 935px;
    height: 370px;
    color: #fff;
    text-align: center; }
  .p-mainVisual__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 1px 1px 40px #9a9696;
    letter-spacing: normal; }
  .p-mainVisual__comment {
    margin-top: 104px; }
  .p-mainVisual__subTitle {
    font-weight: bold;
    font-size: 36px;
    font-size: 3.6rem;
    text-shadow: 1px 1px 40px #9a9696; }
  .p-mainVisual__txt {
    margin-top: 32px;
    line-height: 1.8;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: normal;
    text-shadow: 1px 1px 40px #9a9696; }

.p-welcome-coupon {
  width: 1058px;
  margin: 95px auto 144px; }
  .p-welcome-coupon__head {
    width: 100%;
    border: 4px solid #cc0000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem; }
  .p-welcome-coupon__txt {
    width: 100%;
    padding: 0 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 70px;
    position: relative; }
    .p-welcome-coupon__txt:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 78px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 33px 0 33px;
      border-color: #c6c5c5 transparent transparent transparent; }
    .p-welcome-coupon__txt._sp {
      display: none; }
  .p-welcome-coupon__list {
    width: 100%; }
  .p-welcome-coupon__item {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 2px solid #000;
    padding: 16px 0 20px 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    margin: 40px 0 0 auto; }
    .p-welcome-coupon__item:first-child {
      margin-top: 0; }
  .p-welcome-coupon__circle {
    width: 131px;
    height: 131px;
    background-color: #cc0000;
    color: #fff;
    border-radius: 100%;
    font-size: 23px;
    font-size: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -54px;
    top: -22px; }
  .p-welcome-coupon__main {
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem; }
  .p-welcome-coupon__money {
    color: #cc0000;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    font-family: "Noto Sans Japanese", serif;
    margin-left: 18px;
    position: relative;
    line-height: 0.9;
    text-shadow: #fff 2px 0px, #fff -2px 0px,
                 #fff 0px -2px, #fff 0px 2px,
                 #fff 2px 2px , #fff -2px 2px,
                 #fff 2px -2px, #fff -2px -2px,
                 #fff 1px 2px,  #fff -1px 2px,
                 #fff 1px -2px, #fff -1px -2px,
                 #fff 2px 1px,  #fff -2px 1px,
                 #fff 2px -1px, #fff -2px -1px; }
    .p-welcome-coupon__money span {
      font-size: 30px;
      font-size: 3rem; }
    .p-welcome-coupon__money:before {
      content: "";
      display: block;
      width: 100%;
      height: 13px;
      background: #e06666;
      position: absolute;
      left: 0;
      bottom: -4px;
      z-index: -1; }
  .p-welcome-coupon__caution {
    font-size: 18px;
    font-size: 1.8rem;
    color: #cc0000;
    font-weight: bold; }

.p-welcome-caution {
  margin-top: 75px;
  padding-left: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem; }

.p-welcome-btn {
  margin-top: 65px;
  text-align: center;
  position: relative; }
  .p-welcome-btn__link {
    display: inline-block;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 35px;
    color: #cc0000;
    cursor: pointer; }
    .p-welcome-btn__link:before {
      content: url(../img/icon_print.png);
      position: absolute;
      top: 0;
      left: 0; }
    .p-welcome-btn__link:after {
      content: "";
      width: 88%;
      height: 2px;
      background: #d96666;
      position: absolute;
      right: 0;
      bottom: -1px; }
    .p-welcome-btn__link:hover:after {
      content: "";
      display: none; }
  .p-welcome-btn__txt {
    font-size: 13px;
    font-size: 1.3rem; }

.p-welcome-content {
  background: #f0f0f0;
  width: 100%;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .p-welcome-content__list {
    width: 938px;
    margin: 0 auto;
    overflow: hidden; }
  .p-welcome-content__item {
    width: 27.5%;
    float: left;
    margin-left: 8.7%; }
    .p-welcome-content__item:first-child {
      margin-left: 0; }
  .p-welcome-content__img {
    line-height: 0; }
    .p-welcome-content__img img {
      line-height: 0; }
  .p-welcome-content__head {
    margin-top: 20px; }
  .p-welcome-content__title {
    text-align: center;
    color: #cc0000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 23px;
    border-bottom: 1px solid #ccc;
    letter-spacing: normal;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .p-welcome-content__btn {
    margin-top: 26px; }
  .p-welcome-content__link {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #000;
    margin-top: 10px;
    padding: 18px 0;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .p-welcome-content__link:first-child {
      margin-top: 0; }
    .p-welcome-content__link:hover {
      background: #fff; }

.l-footer {
  width: 100%; }
  .l-footer-logo {
    background: #000;
    text-align: center;
    line-height: 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .l-footer-copyright {
    width: 100%;
    text-align: center;
    background: #f0f0f0;
    padding: 26px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-size: 1.2rem; }

@media print {
  * {
    display: none;
    margin: 0;
    padding: 0; }
  html, body {
    display: block;
    width: 1058px !important;
    height: 1000px !important;
    overflow: hidden;
    page-break-inside: avoid; }
  #wrap, #conMain {
    display: block; }
  #conMain .p-welcome-coupon {
    display: block; }
  #conMain .p-welcome-coupon__item,
  #conMain .p-welcome-coupon__circle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #conMain .p-welcome-coupon__circle {
    width: 95px;
    height: 70px;
    border-radius: 0;
    left: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000; }
  #conMain .p-welcome-coupon__money {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  #conMain .p-welcome-coupon *,
  #conMain .p-welcome-content * {
    display: block; }
  .p-welcome-coupon__txt._sp,
  .p-welcome-btn.print {
    display: none !important; } }

/****************************************************************************

レスポンシブ

****************************************************************************/
@media screen and (max-width: 1058px) {
  .p-welcome-coupon {
    margin: 25px auto 80px;
    width: 94%; }
    .p-welcome-coupon__head {
      border: 2px solid #cc0000;
      padding: 12px;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: normal; }
    .p-welcome-coupon__txt {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 3%; }
    .p-welcome-coupon__item {
      display: block;
      width: 100%;
      padding: 16px 3% 20px;
      text-align: center; }
    .p-welcome-coupon__circle {
      width: 100%;
      height: auto;
      position: static;
      border-radius: 0; }
    .p-welcome-coupon__main {
      text-align: left; }
    .p-welcome-coupon__money {
      display: inline-block;
      margin-left: 0; }
    .p-welcome-coupon__txt._pc {
      display: none; }
    .p-welcome-coupon__txt._sp {
      display: block; }
    .p-welcome-coupon__txt:after {
      top: 58px; } }

@media screen and (max-width: 938px) {
  .p-welcome-content__list {
    width: 94%; }
  .p-welcome-content__item {
    width: 100%;
    float: none;
    margin-top: 30px;
    margin-left: 0; }
    .p-welcome-content__item:first-child {
      margin-top: 0; }
  .p-welcome-content__img img {
    width: 100%; }
  .p-welcome-content__txt {
    height: auto !important; } }

@media screen and (max-width: 768px) {
  .p-mainVisual__img {
    text-align: center;
    overflow: hidden; }
    .p-mainVisual__img img {
      width: auto;
      margin-left: -550px; }
  .p-mainVisual__box {
    width: 93%;
    height: 365px; }
  .p-mainVisual__title {
    font-size: 28px;
    font-size: 2.8rem; }
  .p-mainVisual__comment {
    margin-top: 65px; }
  .p-mainVisual__subTitle {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: normal; }
  .p-mainVisual__txt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 22px;
    text-align: left; }
    .p-mainVisual__txt .sp {
      display: none; }
  .p-welcome-coupon {
    margin: 25px auto 80px; }
    .p-welcome-coupon__head {
      border: 2px solid #cc0000;
      padding: 12px;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: normal; }
    .p-welcome-coupon__txt {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 3%; }
    .p-welcome-coupon__item {
      display: block;
      width: 100%;
      padding: 16px 3% 20px;
      text-align: center; }
    .p-welcome-coupon__circle {
      width: 100%;
      height: auto;
      position: static;
      border-radius: 0; }
    .p-welcome-coupon__main {
      text-align: left; }
    .p-welcome-coupon__money {
      display: inline-block;
      margin-left: 0; }
    .p-welcome-coupon__txt._pc {
      display: none; }
    .p-welcome-coupon__txt._sp {
      display: block; }
    .p-welcome-coupon__txt:after {
      top: 58px; }
  .p-welcome-caution {
    padding: 0;
    margin-top: 25px;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-welcome-btn {
    display: none; }
  .p-welcome-content {
    padding: 30px 0 70px; }
  .l-footer-logo img {
    width: 50%; } }

/* clearfix
   ----------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/**
 * Icon
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide a {
    outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block;
    outline: none; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 12px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    width: 20px;
    text-align: center;
    letter-spacing: 0;
    display: block;
    font-family: ionicons;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  top: -21px; }
  .slick-prev:before {
    content: url(../img/arrow_top_r.png); }

.slick-next {
  bottom: -27px; }
  .slick-next:before {
    content: url(../img/arrow_bottom_r.png); }

.p-sr-info-slider {
  overflow: hidden; }
  .p-sr-info-slider .slick-prev {
    opacity: 0;
    left: -24px; }
  .p-sr-info-slider .slick-next {
    opacity: 0;
    right: -24px; }
  .p-sr-info-slider:hover .slick-prev {
    opacity: 1;
    left: 5px; }
  .p-sr-info-slider:hover .slick-next {
    opacity: 1;
    right: 5px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  width: 1058px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    padding: 0;
    cursor: pointer;
    margin-left: 20px; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li button {
      border: 0;
      background: #575959;
      display: block;
      height: 13px;
      width: 13px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      border-radius: 100%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        height: 10px;
        width: 100%;
        font-family: "slick";
        text-align: center;
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .slick-dots li.slick-active button {
      background-color: #cc0000; }

/**
 * Scroll Bar
 */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: transparent; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: transparent; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: transparent;
  position: relative; }

.jspDrag {
  border-radius: 2px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/**
 * loader
 */
/**
 * lity
 */
/*! Lity - v1.6.2 - 2016-02-12
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #222;
  background: rgba(34, 34, 34, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-loading .lity-container,
.lity-closed .lity-container {
  background-color: transparent; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/ }

.lity-close {
  z-index: 9994;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: -12px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace;
  line-height: 51px;
  border: 0;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  border: 0;
  opacity: .8;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 1200px;
  /*max-width: 964px;*/
  /*border: 5px solid #fff;*/ }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.lity-hide {
  display: none; }
