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;
    -webkit-touch-callout: none;
}
body.no_member, body.smapass {
    padding-bottom: 110px;
}
.for-narrow {
    display: none;
}
/* ヘッダー */
header {
    position: relative;
    height: 50px;
    max-width: 540px;
    margin: auto;
    background-color: #fff;
}
.header-logo1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    display: block;
    width: auto;
    height: 20px;
}
.header-logo2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 129px;
    margin: auto;
    display: block;
    width: auto;
    height: 15px;
}
.header-membership {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 0 7px;
    font-size: 10px;
    color: #707070;
}
.smapass.header-membership {
    color: #E6002D;
    border-color: #E6002D;
}
.smapre.header-membership {
    color: #A98C01;
    border-color: #A98C01;
}
a.coupon-link {
    display: block;
    height: 38px;
    line-height: 38px;
    background-color: #21ADE5;
    color: #FCF01A;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #fff;
    text-decoration: underline;
}
a.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 #FCF01A;
    border-right: 2px solid #FCF01A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* color */
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-red {
    color: #E6002D;
}
.text-blue {
    color: #A59000;
}
.text-gold {
    color: #A98C01;
}
.text-bold {
    font-weight: 700;
}
.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}

/* info */
.info-wrap {
    background-color: #F0F2F2;
    padding: 40px 0;
}
.info-wrap-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}
.info-wrap-title a, .info-wrap-small a {
    color: #1183FF;
}
.info-button-wrap {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}
.info-wrap-small {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

/* ヘッダータイトル */
.color-wrap {
    padding-bottom: 30px;
    background-color: #E8CB00;
}
.title-wrap {
    padding: 22px 0 2px;
    text-align: center;
}
.title-sub {
    position: relative;
    display: block;
    margin: 0 auto 3px;
    width: 306px;
    background-color: #fff;
    font-size: 20px;
    color: #A59000;
    font-weight: 700;
    padding: 6px 0;
}
.title {
    font-size: 28px;
    color: #2C2C2C;
}
.white-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px #0000004d;
    margin: 15px;
}
.content-block {
    padding: 1px 0 0;
}
.date-block {
    background-color: #004471;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 20px 22px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
}
.date-block p {
    font-size: 10px;
    font-weight: 400;
}
.alert-block {
    background-color: #A59000;
    border-radius: 5px;
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 20px 22px;
    text-align: center;
    box-sizing: border-box;
    line-height: 20px;
}
.alert-mark-block {
    width: 128px;
    margin: 20px auto;
}
.content-paragraph {
    padding: 0 20px 10px;
    font-weight: 700;
    font-size: 13px;
}
.content-table {
    margin: 5px 20px 20px;
    font-size: 10px;
    color: #333;
}
.content-table td {
    padding-bottom: 5px;
    padding-right: 3px;
}
.border-wrap {
    position: relative;
    padding: 25px 0 10px;
}
.mv-border {
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}
.mv-border svg {
    width: 96%;
    height: 20px;
    padding-left: 2.5%;
}
.mv-border svg line {
    fill: none;
    stroke: #D9BE00;
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-dasharray: 0.1, 15;
}
.button-attention {
    font-size: 15px;
    font-weight: 700;
    color: #E6002D;
    text-align: center;
}
.button-attention-bottom {
    font-size: 12px;
}
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;
}
button.border-button span {
    position: relative;
    display: inline-block;
    margin-left: 30px;
}
button.border-button span::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto 0;
    display: block;
    background: url(/images/ftl/new500cm/alert-triangle-small.svg) left center no-repeat;
    background-size: 20px 17px;
}

button.red-button {
    /* background-color: #E6002D; */
    color: #fff;
    background: repeating-linear-gradient(45deg, #E6002D, #E6002D 19px, #c30909 19px, #c30909 38px);
    /* background-position-y: 54px; */
    border: none;
    animation: attention-bg 2s linear 0s infinite;
}
@keyframes attention-bg {
    0% {
        background-position-y: 54px;
    }
    100% {
        background-position-y: 0px;
    }
}
button.red-button span::after {
    background: url(/images/ftl/new500cm/alert-triangle-small-white.svg) left center no-repeat;
    background-size: 20px 17px;
}

a.flat-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 30px auto 0;
    padding: 18px 0;
    background-color: #C79B24;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-shadow: #8c6c15 0px 3px;
}
.flat-button-small {
    font-size: 11px;
}
a.button-orange {
    background-color: #EC6C00;
    box-shadow: #B45301 0px 3px;
}
a.button-text-middle {
    font-size: 16px;
}

.staff-button-wrap {
    padding: 10px 0 25px;
}
.alert-message-block {
    margin: 140px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

/* フッター */
.footer-link-wrap {
    width: 280px;
    margin: 40px auto 0;
}
.white-block .footer-link-wrap {
    padding-bottom: 30px;
}
a.footer-button, button.footer-button {
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    background-color: #707070;
    font-size: 13.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 27px;
    border: none;
}
.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);
}
button.blue-button {
    width: 270px;
    margin: 10px auto 30px;
    background-color: #C79B24;
}
.footer-links {
    padding: 0 0 20px;
}
.footer-links-block {
    margin: 0 15px 0;
}
.footer-logout {
    margin: 20px 0 0;
    font-size: 12px;
    color: #333333;
    text-decoration: underline;
    text-align: right;
}
footer {
    padding: 30px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

/* complete */
.complete-title {
    margin: 20px 0 0px;
    font-size: 46px;
    color: #A59000;
    text-align: center;
}
.complete-block {
    margin: 5px 20px 20px;
    padding: 10px 0;
    border: 6px solid #A59000;
    color: #A59000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
.complete-back-block {
    margin-top: 60px;
    padding-bottom: 30px;
}
.complete-border-wrap {
    background-color: #004471;
    border-radius: 0 0 10px 10px;
}
.coupon-title {
    margin: 10px 0 25px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.coupon-wrap {
    margin: 0 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
}
.barcode-wrap {
    margin: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.coupon-code {
    padding: 15px 0;
}
.coupon-code canvas {
    margin: auto;
}

/* SP表示 345px 以下 */
@media screen and (max-width: 345px) {
    /* ヘッダー */
    .header-logo1 {
        height: 23px;
        left: 12px;
    }
    .header-logo2 {
        height: 19px;
        left: 109px;
    }
    /* confirm */
    .alert-block {
        font-size: 13px;
    }
    /* complete */
    .complete-block {
        margin: 10px;
        font-size: 13px;
    }
    .complete-back-block {
        width: 270px;
    }
    .complete-title {
        font-size: 42px;
    }
}

/* アコーディオン */

.content{
    margin: 0 15px;
    box-sizing: border-box;
}
.content .inner{
    background:#fff;
    border-radius: 15px;
    padding:15px;
}
.content img{
    display: block;
    margin:0 auto;
}
.cont3 .inner{
    padding-top:0;
    padding-bottom:0;
    font-size:14px;
}
.cont3 .inner>dd{
    line-height: 1.5;
}
.cont3 .inner dd dt{
    color:#ec6c00;
    font-weight: bold;
    padding-top:1em;
}
.cont3 .inner dd dd{
    color:#000;
    padding-left:0.8em;
}
.cont3 .inner dd dd:before{
    content:"※";
    margin-left:-0.8em;
    margin-right:0.2em;
}
.howto-title {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    color: #EC6C00;
    font-size: 16px;
    text-align: center;
    line-height: 49px;
}
a.attention-title {
    color: #EC6C00;
}
.accordion-triangle {
    position: absolute;
    display: block;
    right:0px;
    top:19px;
    width: 13px;
    height:13px;
    -webkit-transition: all .25s ease ;
        -moz-transition: all .25s ease ;
        -ms-transition: all .25s ease ;
        -o-transition: all .25s ease ;
            transition: all .25s ease ;
}
.accordion-active .accordion-triangle {
    -webkit-transform: rotate3D(0,0,1,90deg);
        -moz-transform: rotate3D(0,0,1,90deg);
        -ms-transform: rotate3D(0,0,1,90deg);
        -o-transform: rotate3D(0,0,1,90deg);
            transform: rotate3D(0,0,1,90deg);
}
.accordion-body ul, .accordion-body dl {
    padding-bottom: 15px;
}
  

/* exist */
.exist-block {
    padding-bottom: 30px;
}
.exist-text-block {
    margin: 40px 20px 40px;
    padding: 10px;
    border: 6px solid #A59000;
    color: #A59000;
    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: #A59000;
}
.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-block {
    background-color: #004471;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 33px;
    margin: 20px 15px 25px;
}
.welcome-block p {
    font-size: 13px;
}
.new500-button-baloon {
    position: relative;
    width: 75%;
    margin: 10px auto 20px;
    padding: 8px 0 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #004471;
    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 #004471;
    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: #A59000;
    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 #A59000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}


/* ポップコーンセット500円 */
.new500-howto-button {
    display: block;
    margin: 20px 8%;
    padding: 10px 0;
    background-color: #fff;
    color: #DE7600;
    border-radius: 22px;
    text-align: center;
    /* box-shadow: 0px 4px 0px #218f2a; */
}
.howto-button-text {
    display: inline-block;
    background: url(/images/app_form/oscinemas/top/icon-hand.svg) left center no-repeat;
    padding-left: 2em;
    color: #DE7600;
    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;
    text-align: left;
    padding: 0 20px;
}
.header-announce {
    background-color: #F0F2F2;
    color: #707070;
    padding: 10px;
    line-height: 1.4;
}
.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;
}
.accordion-active .header-announce-index::after {
    height: 0;
}

/* ヘッダーアナウンス */
.announce-wrap {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.announce-wrap .header-announce {
    border-bottom: 1px solid #fff;
    background-color: #F0F2F2;
}
.announce-wrap .header-announce:last-child {
    border-bottom: none;
}
.header-announce{
    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;
    cursor: pointer;
}
.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;
}
.accordion-active .header-announce-index::after {
    height: 0;
}