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

/* normalize */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
a {
    background-color: transparent;
}
a, a:visited, a:hover, a:active{
    text-decoration: none;
    color: inherit;
}
img {
    border-style: none;
    width: 100%;
    height: auto;
}
ul{
    list-style-type: none;
}
/* normalize */

.wrap-width {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
body.no_member, body.smapass {
    padding-bottom: 110px;
}
.for-narrow {
    display: none;
}
header {
    position: relative;
    height: 50px;
}
.header-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 15px;
    display: block;
    width: auto;
    height: 22px;
}

/* color */
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #FD4242;
}
.text-green {
    color: #00C710;
}
.text-bold {
    font-weight: 700;
}

/* 個人情報の取り扱い */
.terms-link {
    display: block;
    height: 38px;
    line-height: 38px;
    background-color: #F0F2F2;
    color: #707070;
    font-size: 12px;
    text-align: center;
}
.terms-link span {
    position: relative;
    display: inline-block;
}
.terms-link span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* クーポンへのリンク　*/
a.coupon-link {
    display: block;
    height: 38px;
    line-height: 38px;
    background-color: #EFD418;
    color: #E6002D;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #fff;
}
.coupon-link span {
    position: relative;
    display: inline-block;
    text-decoration: underline;
}
.coupon-link span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #E6002D;
    border-right: 2px solid #E6002D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.color-wrap {
    padding-bottom: 30px;
    background-color: #FFA200;
}

/* タイトル */
.title-wrap {
    padding: 20px 0 5px;
    text-align: center;
}
.title-sub {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.title-sub::before, .title-sub::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 22px;
    background-color: #000;
}
.title-sub::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -1em;
}
.title-sub::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -1em;
}
.title {
    margin: 5px 0 10px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.white-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000004d;
    margin: 15px;
}
.content-block {
    padding: 1px 0 0;
}

/* クーポン */
.coupon-wrap {
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
}
.attention-wrap {
    margin: 0 20px 22px;
    padding: 14px 0;
    background-color: #E6002D;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.attention-wrap-outer {
    padding-top: 20px;
}
.attention-wrap span {
    font-size: 10px;
    font-weight: 400;
}
.notice-1 {
    display: block;
    margin: 15px 20px 0;
    line-height: 19px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.notice-table {
    width: 290px;
    margin: 15px auto 0;
    font-size: 10px;
    line-height: 12px;
}
.notice-table td {
    padding-bottom: 5px;
    vertical-align: top;
}
.notice-table-index {
    width: 1.3em;
}
.gray-bg-title {
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0;
    padding-left: 20px;
    background-color: #F0F2F2;
    font-size: 18px;
    font-weight: 700;
}
.title-margin-top {
    margin-top: 30px;
}
.green-index-title {
    margin-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
}
.green-index-title span {
    color: #FFA200;
}
.title-notice {
    padding-left: 20px;
    font-size: 14px;
    margin-top: 2px;
}

/* QRコード用 */
canvas {
    display: inline-block;
    vertical-align: baseline;
}
.qrcode {
    width: 210px;
    padding: 15px 0;
    margin: auto;
    text-align: center;
    background-color: #fff;
}
.green-block {
    margin: 15px 20px;
    padding: 25px 0 15px;
    border-radius: 5px;
    text-align: center;
    background-color: #FFEDCE;
}
.green-block-outer {
    padding-bottom: 1px;
}
.notice-2 {
    margin-top: 15px;
    font-size: 12px;
}
.notice-3 {
    margin-top: 10px;
    font-size: 10px;
}
.coupon-number {
    font-size: 16px;
}
.coupon-number span {
    font-size: 32px;
}
.text-left {
    text-align: left;
}
.notice-4 {
    width: 290px;
    margin: 15px auto;
    font-size: 12px;
}
/* 購入方法 */
.monday-detail {
    margin: 20px 20px 0;
    border: 1px solid #707070;
    border-radius: 5px;
    color: #707070;
}
.monday-detail-title {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    position: relative;
}
.monday-detail-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.monday-detail-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #707070;
    width: 12px;
    height: 2px;
}
.monday-detail-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #707070;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .monday-detail-index::after {
    height: 0;
}
.monday-detail-body {
    padding: 0 7px 4px;
}
/* インターネット販売はこちら */
.hanbai-button-wrap {
    margin: 10px 10px 20px;
    text-align: center;
}
a.hanbai-button {
    position: relative;
    display: block;
    width: 280px;
    height: 54px;
    margin: auto;
    line-height: 54px;
    font-size: 15px;
    font-weight: 700;
    color: #FF4343;
    text-align: center;
    border: 2px solid #FF4343;
    border-radius: 29px;
}
.hanbai-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #FF4343;
    border-right: 2px solid #FF4343;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hanbai-text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.5;
}
/* シアター割クーポンサイトへ */
a.footer-button {
    position: relative;
    display: block;
    width: 280px;
    height: 54px;
    margin: 30px auto 10px;
    line-height: 54px;
    background-color: #707070;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 27px;
}
.footer-button::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* フッター */
footer {
    text-align: center;
    padding: 20px 0 40px;
    font-size: 12px;
    line-height: 1.5;
}

/* SP表示 345px 以下 */
@media screen and (max-width: 345px) {
    /* タイトル */
    .title {
        font-size: 26px;
    }
    /* クーポン */
    .attention-wrap {
        margin: 0 10px;
        font-size: 12px;
    }
    .notice-1 {
        margin: 15px 10px 0;
        font-size: 11px;
    }
    .notice-2 {
        width: 230px;
        margin: 15px auto 0;
    }
    .notice-3 {
        width: 230px;
        margin: 15px auto 0;
    }
    .notice-4 {
        width: 230px;
    }
    .notice-table {
        width: 260px;
    }
    .table-narrow {
        width: 230px;
    }
    /* 購入方法 */
    .monday-detail {
        width: 250px;
    }
    a.hanbai-button {
        width: 100%;
        font-size: 14px;
    }
    .hanbai-button::after {
        right: 15px;
    }
}

/* coupon1 */
.content-paragraph {
    padding: 0 20px 10px;
    font-weight: 700;
    font-size: 10px;
}
.content-table {
    margin: 5px 20px 20px;
    font-size: 10px;
    color: #333;
}
.content-table td {
    padding-bottom: 5px;
    padding-right: 3px;
}
.button-attention {
    font-size: 11px;
    font-weight: 700;
    color: #E6002D;
    text-align: center;
}
button.border-button {
    display: block;
    width: 270px;
    height: 54px;
    line-height: 50px;
    margin: 10px auto 20px;
    border-radius: 26px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #E6002D;
    box-sizing: border-box;
    border: 2px solid #E6002D;
    background-color: #fff;
}
.border-wrap {
    margin-top: 15px;
    padding: 25px 0 10px;
    border-top: 1px solid #dfdfdf;
}
.welcome-block {
    width: 260px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 20px auto 20px;
    padding: 10px;
    border-radius: 30px;
    background-color: #f0d417;
}

/* exist */
.exist-block {
    padding-bottom: 30px;
}
.exist-text-block {
    margin: 40px 20px 40px;
    padding: 10px;
    border: 6px solid #00C4D5;
    color: #00C4D5;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
button.regular-button {
    display: block;
    width: 300px;
    height: 54px;
    line-height: 50px;
    margin: 10px auto 0;
    border-radius: 26px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border: none;
    background-color: #E6002D;
}
.exist-subtext-block {
    margin: 20px 20px 20px;
    font-size: 12px;
}
button.subtext-button {
    display: block;
    width: 260px;
    height: 44px;
    line-height: 40px;
    margin: 10px auto 0;
    border-radius: 26px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #E6002D;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    border: 2px solid #E6002D;
}

/* lp */
.lp-content-title {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: #FF4343;
}
.lp-table {
    margin: 10px 20px 20px;
    font-size: 12px;
    color: #000;
}
.lp-table td {
    padding-bottom: 10px;
    padding-right: 3px;
}
button.lp-coupon-button {
    display: block;
    width: 300px;
    height: 60px;
    /* line-height: 50px; */
    margin: 10px auto 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border: none;
    background-color: #E6002D;
}
.lp-coupon-button span {
    font-size: 11px;
}

.welcome-lp-block {
    background-color: #FFF08E;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 33px;
    margin: 20px 15px 25px;
}
.welcome-lp-block p {
    font-size: 13px;
}
.new500-button-baloon {
    position: relative;
    width: 75%;
    margin: 10px auto 20px;
    padding: 8px 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #efd41a;
    border-radius: 10px;
}
.new500-button-baloon::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid #efd41a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/* クーポンの再表示もこちらから バルーン */
.couponhelp-baloon {
    position: relative;
    width: 220px;
    margin: -10px auto 20px;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    background-color: #E39000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.couponhelp-baloon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 10px solid #E39000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
/* ポップコーンセット500円スライドボタン */
.button2 {
    display: block;
    margin: 20px 8%;
    padding: 10px 0;
    background-color: #fff;
    color: #19B4C1;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0px 4px 0px #004D54;
}
.button-text2 {
    display: inline-block;
    background: url(/images/ftl/new500frm/icon-hand2.svg?03) left center no-repeat;
    padding-left: 1.5em;
    color: #19B4C1;
    font-weight: bold;
    font-size: 1em;
}

/* ポップコーンセット500円 */
.new500-howto-button {
    display: block;
    margin: 20px 8%;
    padding: 10px 0;
    background-color: #fff;
    color: #19B4C1;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0px 4px 0px #004D54;
}
.howto-button-text {
    display: inline-block;
    background: url(/images/everyday/everydayfrm/top/icon-hand.svg?3) left center no-repeat;
    padding-left: 2em;
    color: #19B4C1;
    font-weight: bold;
}
.howtouse-title {
    padding: 0 0 15px;
}
.howtouse-step-block {
    text-align: left;
    padding: 20px;
    border-top: 1px solid #D5D5D5;
}
.howtouse-step-index {
    display: inline-block;
    padding: 0px 12px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
}
.howtouse-step-index span {
    padding-left: 3px;
    font-size: 13px;
    color: #FF9E4D;
}
.howtouse-step-title {
    margin-top: 3px;
    font-size: 19px;
    line-height: 24px;
}
.howtouse-step-detail {
    margin-top: 12px;
    font-size: 13px;
}
.howtouse-fig {
    margin: 10px 25px 0;
    line-height: 0;
    text-align: center;
}
.howtouse-fig img {
    max-width: 260px;
}
.howtouse-close {
    display: block;
    margin-top: 0;
    padding: 10px 0;
    background-color: #F2F2F2;
    border-top: 1px solid #D5D5D5;
    text-align: center;
    color: 00C710;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
}
.scrollLocked {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
 }
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    box-sizing: border-box;
    padding: 0px 25px;
    z-index: 10;
    color: #333;
    overflow: auto;
}
.modal-pad {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.modal .inner {
    margin: auto;
    width: 85%;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 0 10px;
    text-align: center;
    line-height: 1.8;
}
.modal-element{
    visibility: hidden;
    opacity: 0;
    transition: 0;
}
.fadeout{
    opacity: 0;
    transition: 300ms;
}
.fadein{
    opacity: 1;
    transition: 300ms;
}
.howtouse-step-detail p {
    margin-top: 8px;
    font-size: 11px;
}

/* ヘッダーアナウンス */
.announce-wrap .header-announce {
    border-bottom: 1px solid #fff;
  }
  .announce-wrap .header-announce:last-child {
    border-bottom: none;
  }
  .header-announce{
    background-color: #F0F2F2;
    color: #707070;
    padding: 10px;
    line-height: 1.4;
  }
  .announce-wrap section:last-child {
    border-bottom: none;
  }
  .header-announce-title{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .header-announce-body{
    text-align: left;
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
  }
  .accordion-body {
    height: 0;
    overflow: hidden;
  }
  .header-announce-body a {
    text-decoration: underline;
  }
  .header-announce-index {
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 0.6em;
  }
  .header-announce-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #707070;
    width: 12px;
    height: 2px;
  }
  .header-announce-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #707070;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
  }
  /* 購入方法 */
.step {
padding-top: 10px; }
.step > li {
    background: #fbe2cc;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    overflow: hidden; }
    .step > li:last-child {
    margin-bottom: 0; }
    .step > li .number {
    float: left;
    width: 25px;
    line-height: 25px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50%;
    background: #EC6C00;
    text-align: center;
    margin-right: 10px; }
    .step > li .text {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #333; }
    .step > li .text strong {
        color: #ec6c00; }

.accordion > dd {
    margin-top: 1.5em; }

/* 下のポップコーンブロックcss */
.white-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000004d;
    margin: 15px;
}
.coupon-label {
    padding: 5px;
    background-color: #FDE111;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.attention-wrap {
    margin: 0 20px 22px;
    padding: 14px 0;
    background-color: #E6002D;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.attention-wrap-outer {
    padding-top: 20px;
}
.attention-wrap span {
    font-size: 10px;
    font-weight: 400;
}
.notice-1 {
    display: block;
    margin: 15px 20px 0;
    line-height: 19px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.notice-table {
    width: 290px;
    margin: 15px auto 0;
    font-size: 10px;
    line-height: 12px;
}
.notice-table td {
    padding-bottom: 5px;
    vertical-align: top;
}
.notice-table-index {
    width: 1.3em;
}