/* normalize */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
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;
}
h1, h2, h3, div, section, article {
    box-sizing: border-box;
}
/* normalize */

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    background-color: #ffffff;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* 共通要素 */

.wrap-side {
    background-color: #ffffff;
}

header {
    background-color: #ffffff;
    border-bottom: 5px solid #EB5505;
}
.header-logo-telasa {
    width: 80px;
    padding: 13px 15px 8px;
}
.wrap-width {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.coupon-header {
    background-image: url(/images/telasa/cinema/luc/s-sub/lp/concave.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 101%;
    height: 60px;
}

.tokuten-bg {
    background-color:#EB5505;
}

.service-bg {
    background-color:#FF930E;
}

.info-bg {
    background-color:#E5E5E5;
}

footer {
    padding: 30px 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.footer-spec {
    padding: 3px 0 10px;
}

.footer-spec a {
    color: #000000;
    text-decoration: underline;
}


/* ファーストビュー */

.firstview-back {
    background-color: #171B33;
}
.mv-bg {
    padding: 35px 20px 20px;
    text-align: center;
    background-image: url(/images/telasa/common/back_image.png?dsc);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.theater-logo {
    width: 75%;
    margin: 0 auto;
    display: block;
}
.small-text {
    margin: 5px 0 0;
    font-size: 10px;
    max-inline-size: max-content;
    margin-inline: auto;
    text-align: left;
    line-height: 15px;
}
.tokuten1-link {
    margin: 20px 0 0px;
    display: block;
}
.firstview-button {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #ffffff;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: url(/images/telasa/common/button-arrow.svg), linear-gradient(90deg, #EB5505, #FF930F);
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, auto auto;
    background-position: center right 10px, top left;
    margin: 0 auto;
    padding: 25px 0;
}
.cinemawari-block {
    margin: 14% 0px 15px;
    border-radius: 10px;
    border: 5px solid #00C4FF;
    padding: 0 0 18px;
}
.title-image {
    width: 90%;
    margin: 5px auto;
    display: block;
    position: absolute;
    top: 0;
    transform: translateY(-10%);
    right: 5%;
}
.telasa-join-text {
    margin: 0px auto;
    display: block;
}
.telasa-image-block {
    margin: 17px 0;
}
.telasa-campaign {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 20px;
}
.telasa-campaign img {
    width: 48%;
}
.campaign-block {
    padding: 20px 10px 10px;
    color: #fff;
}
.tokuten-500-1400 {
    margin: 25px 0 0px;
}
.ponta-text {
    text-align: center;
    color: #EB5E14;
    font-weight: bold;
    line-height: 28px;
    font-size: 19px;
    margin: 17% 0 22px;
}
.coupon_get {
    margin: 0 auto 25px;
    display: block;
}
.sarani-terasa {
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    display: inline-block;
}


/* 特典ブロック */

.tokuten-block-space {
    padding: 40px 0;
}
.tokuten1-space {
    padding: 10px 0 35px;
    background-color: #eb5505;
}
.block-white01 {
    margin: 0 0px 22px;
    background-color: #ffffffcf;
    border-radius: 10px;
    border: 3px solid #EB5505;
}
.tokuten1-block {
    padding: 17px 15px 25px;
}
.tokuten-image-block {
    margin-bottom: 25px;
    border-bottom: 2px dashed #707070;
    padding-bottom: 20px;
}
.orange-action-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: url(/images/telasa/common/button-arrow.svg), linear-gradient(90deg, #EB5505, #FF930F);
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, auto auto;
    background-position: center right 10px, top left;
    margin-bottom: 20px;
}
.orange-thin-button {
    position: relative;
    display: block;
    width: 80%;
    padding: 10px 0;
    color: #EB5505;
    border: 1px solid #EB5505;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2em;
    text-align: center;
    margin: 0 auto 15px;
    background-color: #fff;
}
.orange-thin-button::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    display: block;
    border-top: 1px solid #EB5505;
    border-right: 1px solid #EB5505;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tokuten-notice-text {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.info-list {
    font-size: 13px;
    display: grid;
    width: fit-content;
    column-gap: 1.5em;
    grid-template-columns: repeat(2, auto);
    line-height: 22px;
    margin-bottom: 15px;
    text-align: left;
}
.info-list li {
    margin-bottom: 10px;
}
.info-list li span {
    font-size: 11px;
    margin-top: 4px;
    display: block;
    line-height: 18px;
}
.notice-list a, .info-list a, .info-list-note a {
    color: #EB5505;
    text-decoration: underline;
}
.notice-area {
    padding: 20px 10px 5px;
    font-size: 12px;
    border: 1px solid #C8C8C8;
}
.notice-block {
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 5px;
}
.notice-head {
    position: relative;
    text-align: center;
}
.notice-list {
    margin-top: 10px;
    padding: 5px;
}
.notice-list li {
    margin-bottom: 10px;
}
.notice-list a {
    color: #EB5505;
    text-decoration: underline;
}
.notice-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.notice-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 12px;
    height: 2px;
}
.notice-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .notice-index::after {
    height: 0;
}

.subject-thater {
    border-radius: 1.3em;
    padding: 17px 0;
    margin: 45px auto 0;
    background-color: #fff;
}
.subject-thater::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    display: block;
    border-top: 1px solid #EB5505;
    border-right: 1px solid #EB5505;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.official-site {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 45px;
}
.official-site a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #fff;
}


/* サービスブロック */
.info-service {
    font-size: 13px;
    line-height: 22px;
}
.info-service li {
    margin-bottom: 20px;
}
.service-title {
    padding: 7px 20px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #ED5A06;
    border-radius: 2em;
    width: 250px;
    margin: 0 auto;
}
.detail-service {
    width: 100%;
}
.service-block {
    margin: 17px 0px 35px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 10px;
}


/* 注意事項ブロック */

.block-white {
    margin: 0 20px 22px;
    background-color: #ffffff;
    border-radius: 10px;
}
.info-block-space {
    padding: 40px 0 15px;
}
.info-block {
    padding: 0 20px;
}
.info-section {
    padding-bottom: 30px;
}
.info-title {
    padding: 30px 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}
.info-title-border {
    border-top: 1px solid #CCCCCC;
}
.info-list-note {
    font-size: 12px;
}
.info-list-note li {
    margin-bottom: 10px;
}
.faq-button {
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}
.logout-button {
    color: #666666;
    border: 1px solid #666666;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 0;
}
.logout-button::after {
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
}

.button-block {
    padding: 0 40px 40px;
}
.back-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #666666;
    border: 1px solid #666666;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2em;
    text-align: center;
}
.back-button::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    display: block;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* 告知アコーディオン */
.information-block {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid #999999;
}
.information-head {
    position: relative;
    padding: 15px;
    text-align: center;
    font-weight: 700;
}
.information-body {
    text-align: left;
}
.information-inner {
    padding: 0 15px 15px;
}
.information-inner p {
    padding: 10px 0;
}
.information-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.information-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 12px;
    height: 2px;
}
.information-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .information-index::after {
    height: 0;
}

/* クーポンを表示する　非アクティブ */
.main-button-off {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 0;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: url(/images/telasa/common/button-arrow-2.svg), #AAAAAA;
    background-repeat: no-repeat, no-repeat;
    background-size: 20px 20px, auto auto;
    background-position: center right 10px, top left;
    pointer-events: none;
}

/* 「TELASAシネマ割」ブロック */
.cinemawari-block-01 {
    margin: 0 0px 15px;
    border-radius: 10px;
    border: 5px solid #EB5505;
}
.title-image-01 {
    width: 80%;
    margin: 5px auto;
    display: block;
}
.campaign-block-01 {
    padding: 20px 10px 10px;
    color: #fff;
}

.speech-bubble {
    position: relative;
    background: #FFE200;
    border-radius: 10px;
    padding: 8px 30px;
    width: fit-content;
    max-width: 300px;
    margin: 30px auto 22px;
    font-weight: bold;
    font-size: 18px;
}

/* 下に三角のしっぽ */
.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 59px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 7px solid transparent;
    border-top: 18px solid #FFE200;
    transform: rotate(-90deg);
}

/* 映画タイトル */
.movie_title {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    line-height: 26px;
}
@media screen and (min-width: 380px) {
    .movie_title {
        font-size: 24px;
        line-height: 36px;
    }
}

/* 固定バナー */
.coupon_check {
    display: block;
    border-radius: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.fixed_bnr {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}