/* 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 */

.wrap-width {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.top-wrap {
    padding-top: 20px;
}
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;
}
.bg-color {
    background-color: #EAE7DE;
}
.no_member .bg-color, .smapass .bg-color {
    padding-top: 1px;
}
body.no_member, body.smapass {
    padding-bottom: 110px;
}
.for-narrow {
    display: none;
}
header {
    position: relative;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background-color: #fff;
}
.header-logo1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    display: block;
    width: auto;
    height: 28px;
}
.header-logo2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 140px;
    margin: auto;
    display: block;
    width: auto;
    height: 26px;
}
.header-membership {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    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;
}
.header-notice-wrap {
    border-top: 1px solid #F0F2F2;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.header-notice {
    padding: 10px 0;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
}

/* テキスト */
.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
.text-blue {
    color: #0096DE;
}
.text-orange {
    color: #EC6C00;
}
.text-gold {
    color: #A98C01;
}
.text-bold {
    font-weight: 800;
}
.text-gray {
    color: #707070
}

.exception-wrap {
    border-top: 1px solid #F0F2F2;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    padding: 10px 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;
}

/* お知らせ文字サイズ */
.font-size1 {
    font-size: 13px;
}
/* お知らせ文字サイズ */

/* ヘッダーアナウンス2 */
.announce-wrap2 .header-announce2 {
    border-bottom: 1px solid rgb(255, 255, 255);
    background-color: #ffffff;
}
.announce-wrap2 .header-announce2:last-child {
    padding: 0 10px;
    border-bottom: none;
}
.announce-wrap2 section:last-child {
    border-bottom: none;
}
.header-announce2-title{
    position: relative;
    cursor: pointer;
}
.accordion-body {
    height: 0;
    overflow: hidden;
}
.header-announce2-body a {
    text-decoration: underline;
}
.header-announce2-index {
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 0.6em;
}
.header-announce2-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333333;
    width: 10px;
    height: 2px;
}
.header-announce2-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #333333;
    width: 2px;
    height: 10px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .header-announce2-index::after {
    height: 0;
}

/* MV */
.mv-wrap {
    margin: 0 15px 20px;
    box-shadow: 0 2px 4px #0000004d;
}
.no_member .mv-wrap, .smapass .mv-wrap {
    margin-top: 30px;
}
.mv-wrap-upper {
    padding-top: 25px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.smapre .mv-wrap-upper {
    padding-bottom: 20px;
}
.mv-wrap-roundbottom {
    border-radius: 5px;
}
.mv-wrap-lower {
    position: relative;
    padding: 30px 0 20px;
    background-color: #0096DE;
    border-radius: 0 0 5px 5px;
}
.mv-title-theater {
    width: 77%;
    margin: 0 auto 3.7%;
}
.mv-title-logo {
    width: 66%;
    margin: auto;
}
.mv-title {
    width: 84%;
    margin: 4.4% auto;
    background-color: #EC6C00;
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px 5px;
}
.mv-title-sub {
    font-size: 16px;
    color: #333;
    text-align: center;
}
.mv-title-baloon {
    position: relative;
    width: 84%;
    max-width: 350px;
    height: 24px;
    line-height: 24px;
    margin: 5px auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #0096DE;
    border-radius: 12px;
}
.mv-title-baloon::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 4px solid #0096DE;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.mv-info-block {
    width: 290px;
    margin: 6px auto 0;
    padding-bottom: 20px;
}
.mv-info-text {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 4px;
    font-size: 10px;
}
a.coupon-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 0 auto 10px;
    padding: 24px 0 22px;
    background: linear-gradient(0deg, #E88701, #FEC02B);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    box-shadow: #A86200 0px 3px;
}

a.coupon-button-mnt {
    position: relative;
    display: block;
    width: 270px;
    margin: 0 auto 10px;
    padding: 24px 0 22px;
    background: linear-gradient(0deg, #838383, #d2d2d2);
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    box-shadow: #626262 0px 3px;
}

.coupon-button-mnt-text {
    display: inline-block;
}

.coupon-button-text {
    display: inline-block;
    background: url(/images/everyday/everydayfrm/top/button-index.svg) left center no-repeat;
    padding-left: 2em;
}
a.coupon-button-off {
    display: block;
    width: 270px;
    margin: 0 auto 10px;
    padding: 10px 0;
    background-color: #707070;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
}
.coupon-button-off-sub {
    margin-top: 3px;
    font-size: 12px;
    font-weight: normal;
}
.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: #E3D3BD;
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-dasharray: 0.1, 15;
}
.coupon-under-notice {
    width: 88%;
    margin: 15px auto 0;
    font-size: 10px;
    color: #fff;
}

/* 映画割リンクボタン */
a.eigawari-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 8px auto;
    padding: 16px 0 17px;
    background-color: #E6002D;
    border-radius: 26px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}


/* メイン内の新規入会500円 */
.new500-wrap {
    background-color: #FFA200;
    color: #000;
    border-radius: 5px;
    margin: 50px 15px 0;
    padding: 15px 0 10px;
    box-shadow: 0 2px 4px #0000004d;
}
.no_member .new500-wrap, .smapass .new500-wrap {
    margin-top: 40px;
}
.new500-title-head {
    position: relative;
    width: 82%;
    height: 38px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    margin: -35px auto 10px;
    font-size: 18px;
    font-weight: 800;
    color: #E39000;
    background-color: #fff;
}
.new500-title-head::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.new500-title-sub {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.6;
}
.new500-title {
    width: 84%;
    margin: 0 auto 8px;
}
.new500-notice-title {
    width: 84%;
    height: 19px;
    margin: 15px auto 10px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 800;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.new500-notice {
    width: 84%;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    color: #000;
}
.new500-notice td {
    vertical-align: top;
}
.new500-notice-index {
    width: 1.3em;
}
a.new500-button {
    position: relative;
    display: block;
    width: 270px;
    height: 74px;
    line-height: 74px;
    margin: 10px auto 15px;
    background: linear-gradient(0deg, #C6C6C6, #fff);
    border-radius: 10px;
    color: #CA8000;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    box-shadow: #A66E0D 0px 3px;
}
.new500-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #CA8000;
    border-right: 2px solid #CA8000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.new500-smpr-block {
    width: 84%;
    margin: 15px auto 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    color: #000;
}
.new500-smpr-title {
    font-size: 18px;
    font-weight: 700;
}
.new500-smpr-text {
    font-size: 10px;
    line-height: 20px;
}
.new500-past-text {
    position: relative;
    margin-top: 22px;
    text-align: center;
    font-size: 10px;
    color: #000;
}
.new500-past-text::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.new500-past-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 20px auto;
    padding: 8px 0 8px;
    border-radius: 26px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    color: #000;
    border: 1px solid #000;
}
.new500-past-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.new500-button-baloon {
    position: relative;
    width: 270px;
    height: 32px;
    line-height: 32px;
    margin: 10px auto 20px;
    font-size: 16px;
    color: #CA8000;
    text-align: center;
    background-color: #FFF08E;
    border-radius: 16px;
}
.new500-button-baloon::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 10px solid #FFF08E;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.new500-button-baloon span {
    font-size: 12px;
}
.new500-under-lead {
    font-size: 0.85em;
    padding: 0px 0 10px;
    text-align: center;
}
.new500-under-notice {
    width: 320px;
    margin: 5px auto 10px;
    font-size: 11px;
    color: #000;
}

/* auマンデイとは？ */
.cinemawari-wrap {
    margin-top: 60px;
}
.cinemawari-title, .premium-title {
    color: #333333;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}
.cinemawari-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px #0000004d;
}
.smapre .cinemawari-block {
    padding-bottom: 0;
}
.cinemawari-image-block {
    padding: 5px;
}
.cinemawari-catch, .premium-catch {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    line-height: 21px;
}
.cinemawari-catch-notice {
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
}
.cinemawari-catch-sub {
    display: block;
    font-size: 10px;
    text-align: center;
    padding-left: 21em;
}
.cinemawari-price-wrap {
    width: 88%;
    width: calc(100% - 40px);
    margin: 18px auto 0;
}
.spampre .cinemawari-price-wrap {
    margin-bottom: 30px;
}
.cinemawari-price-title {
    height: 36px;
    line-height: 36px;
    background-color: #E95504;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.cinemawari-price-block {
    background-color: #FFE9AD;
    border-radius: 0 0 5px 5px;
    padding: 5%;
}
.cinemawari-price-notice {
    margin-top: 7px;
    font-size: 10px;
    text-align: center;
}
.cinemawari-popcorn-image {
    margin-top: 15px;
}
.cinemawari-catch2 {
    margin: 22px 0;
    text-align: center;
    font-size: 16px;
    color: #21ADE5;
}
.cinemawari-new500-title1 {
    width: 88px;
    margin: -7px auto 10px;
    padding: 4px 0 4px 5px;
    background-color: #ff5e97;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}
.cinemawari-new500-title2 {
    font-size: 22px;
    text-align: center;
}
.new500-wrap-middle {
    margin: 10px auto 0 !important;
    width: 88%;
    width: calc(100% - 40px);
    box-shadow: none;
}
.new500-title-middle, .new500-notice-title-middle, .new500-notice-middle {
    width: 87%;
}
.new500-notice-middle {
    font-size: 13px;
}
/* シアター割とは？ */
.monday-catch, .premium-catch {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
  }
  .monday-catch-small {
    font-size: 14px;
  }
  .monday-catch-notice {
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
  }
  .monday-price-wrap {
    width: 305px;
    margin: 18px auto 0;
  }
  .monday-price-title {
    height: 36px;
    line-height: 36px;
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    text-align: center;
  }
  .monday-price-block {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 14px;
  }
  .monday-price-notice {
    margin-top: 7px;
    font-size: 10px;
  }

/* 抱っこdeシネマ */
.dakkodecinema-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 2px 4px #0000004d;
}
.dakkodecinema-link {
    display: block;
    margin: auto;
    line-height: 0;
}
/* 劇場ボタン */
.theater-wrap {
    margin: 30px auto;
}
.theater-block {
    margin: 20px 15px 0;
}
a.border-button {
    position: relative;
    display: block;
    border: 2px solid #333333;
    height: 54px;
    line-height: 52px;
    border-radius: 27px;
    text-align: center;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
}
.border-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.theater-notice {
    margin: 5px 0 20px;
    color: #fff;
    text-align: right;
    font-size: 10px;
}
.border-button-uclogo {
    display: inline-block;
    width: 66px;
    height: 34px;
    margin: 0 10px 2px 0;
    padding: 0 5px 3px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    vertical-align: middle;
}
.border-button-uclogo img {
    padding-bottom: 1px;
}
/* Pontaパス(auスマートパスプレミアム)とは？ */
.premium-wrap {
    margin-top: 60px;
}
.premium-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000004d;
}
.premium-image-block {
    padding: 5px;
}
.premium-items {
    width: 88%;
    width: calc(100% - 40px);
   /* border-top: 1px solid #F0F2F2; */
    margin: 20px auto 10px;
}
.smapass .premium-items {
    margin-bottom: 0;
}
.premium-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #F0F2F2;
}
.premium-item-title {
    width: 80px;
    font-size: 13px;
    text-align: center;
}
.premium-item-image {
    margin: auto;
    width: 50px;
}
.premium-item-text {
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
}
.premium-item-index {
    color: #707070;
    padding-right: 5px;
    vertical-align: top;
}
.premium-new500-wrap {
    position: relative;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 20px 0;
    text-align: center;
}
.premium-link-wrap {
    padding: 15px 0 40px;
}
.new500-under-title-block {
    margin-top: 15px;
    text-align: center;
}
.new500-under-title, .new500-title-sub-text {
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
}
.new500-under-title::before, .new500-under-title::after,
.new500-title-sub-text::before, .new500-title-sub-text::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 22px;
    background-color: #333;
}
.text-white.new500-under-title::before, .text-white.new500-under-title::after, .new500-title-sub-text::before, .new500-title-sub-text::after {
    background-color: #fff;
}
.new500-under-title::before, .new500-title-sub-text::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -1em;
}
.new500-under-title::after, .new500-title-sub-text::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -1em;
}
.new500-tokuten {
    width: 290px;
    margin: 15px auto;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.new500-tokuten-title {
    margin-bottom: 5px;
    font-size: 13px;
}
.new500-tokuten-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.new500-tokuten-item {
    width: 47%;
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin: 4px 0;
    padding: 3px;
    box-sizing: border-box;
}
.premium-link-wrap {
    padding: 15px 0 40px;
}
.smapre .premium-link-wrap {
    padding-bottom: 25px;
}
a.premium-button {
    position: relative;
    display: block;
    margin: 8px auto;
    padding: 16px 0 17px;
    background-color: #707070;
    border-radius: 26px;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 150%;
}
.premium-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.flat-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 8px auto;
    padding: 10px 0 17px;
    background-color: #3376E2;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    box-shadow: #2658A8 0px 3px;
}
.flat-button-small {
    font-size: 11px;
}
.flat-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* エンタメが楽しめる！～ */
.premium-items-label {
    position: relative;
    margin-bottom: 10px;
    padding: 6px 0 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #f0f2f2;
    border-radius: 5px;
  }
  .premium-items-label::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #f0f2f2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    overflow: hidden;
  }
  .premium-item-label {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
  }
  .premium-item-indicator {
    display:inline-block;
    color:#E95504;
    font-size:10px;
    border:1px solid #E95504;
    border-radius:3px;
    padding: 0 2px;
    margin-left: 3px;
    line-height: 1.2;
    background-color: #fff;
  }
/* Pontaパス ライト(スマパス)下の500円クーポンブロックの黒帯 */
.sapr500-obi {
    position: relative;
    height: 45px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    margin: -35px auto 10px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    background-color: #000;
}

/* 注意事項、お知らせ、お問い合わせ */
.info-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000004d;
}
.info-detail {
    border-bottom: 1px solid #EC6C00;
}
.info-block .info-detail:last-child {
    border-bottom: none;
}
.info-detail-title {
    height: 64px;
    line-height: 64px;
    padding-left: 15px;
    font-size: 15px;
    color: #EC6C00;
    position: relative;
}
.info-detail-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.info-detail-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #EC6C00;
    width: 12px;
    height: 2px;
}
.info-detail-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #EC6C00;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .info-detail-index::after {
    height: 0;
}
.info-detail-body {
    padding: 20px 20px 30px;
    font-size: 12px;
    line-height: 1.5;
}
.info-detail-body .border-button {
    margin-bottom: 20px;
}
.info-detail-body .border-button:last-child {
    margin-bottom: 0;
}
.info-detail-table-index {
    padding-right: 5px;
}
.info-detail-table td {
    padding-bottom: 10px;
    vertical-align: top;
}
.info-detail-table a {
    color: #21ADE5;
    text-decoration: underline;
}
.info-detail-table-title {
    margin: 10px 0;
    color: #EC6C00;
    font-size: 14px;
    font-weight: 700;
}
.info-detail-preorder {
    padding: 10px 0;
    border: 2px solid #1ab4c1;
    text-align: center;
    color: #1ab4c1;
    line-height: 20px;
    font-weight: bold;
}
.info-detail-title-sub {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 20px 0 10px;
}
a.border-button-cyan {
    border-color: #21ADE5;
    color: #21ADE5;
    font-weight: 700;
}
a.border-button-cyan::after {
    border-top: 2px solid #21ADE5;
    border-right: 2px solid #21ADE5;
}
a.border-button-blue {
    border-color: #3376E2;
    color: #3376E2;
    font-weight: 700;
}
a.border-button-blue::after {
    border-top: 2px solid #3376E2;
    border-right: 2px solid #3376E2;
}
a.button-text-small {
    font-size: 12px;
    line-height: 50px;
}
a.button-text-small-double {
    padding: 7px 0 0;
    line-height: 18px;
}
.info-theater {
    margin-bottom: 20px;
}
a.info-theater-inquiry {
    text-decoration: underline;
    color: #EC6C00;
}
.logosns-wrap {
    margin-top: 30px;
    background-color: #fff;
}

/* TOHO x au ロゴ */
.logo-wrap {
    text-align: center;
    padding: 30px 0;
}
.logo-wrap img {
    width: 268px;
}

/* SNSシェア */
.sns-wrap {
    padding-bottom: 30px;
}
.sns-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.sns-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 210px;
    margin: 20px auto 0;
}
.sns-block img {
    width: 50px;
}

.footer-links {
    background-color: #EC6C00;
    padding: 30px 0 50px;
}
.no_member .footer-links, .smapass .footer-links, .smapre .footer-links {
    padding-bottom: 20px;
}
.footer-links-block {
    margin: 0 15px 0;
}
.footer-links-block .border-button:last-child {
    margin-top: 20px;
}
.footer-logout {
    margin: 20px 0 0;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    text-align: right;
}
.logout {
    display: block;
    margin: 20px 15px 10px;
    text-align: right;
}
.logout a {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}

footer {
    padding-bottom: 60px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

/* クーポン再表示ボタン */
.show-coupon-wrap {
    padding: 20px 15px 0;
}
.smapre .show-coupon-wrap {
    padding-top: 0;
}
.show-coupon-text {
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}
a.show-coupon-button {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    max-width: 345px;
    margin: auto;
    line-height: 52px;
    border-radius: 27px;
    background-color: #fff;
    text-align: center;
    color: #f26b97;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
}
.show-coupon-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #f26b97;
    border-right: 2px solid #f26b97;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.show-coupon-button-off {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    max-width: 345px;
    margin: auto;
    line-height: 52px;
    border-radius: 27px;
    background-color: #707070;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    pointer-events: none;
}
.show-coupon-button-off::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto 0;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 個人情報取扱同意モーダル */
.popup {
    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;
    display: none;
}
.popup .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-52%);
            transform: translate(-50%,-52%);
    display: block;
    width: 85%;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 0 10px;
    text-align: center;
    line-height: 1.8;
}
.popup>.inner>a {
    display: block;
    text-align: center;
}
.popup>.inner>dl {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.popup>.inner>dl>dt {
    position: relative;
    display: block;
    margin: 0 15px;
    line-height: 1.5;
    text-align: left;
    font-size: 10px;
}
.popup-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.popup-detail {
    font-size: 10px;
    margin-bottom: 4px;
}
.popup>.inner>dl>dd.txt {
    height: 170px;
    margin: 0 15px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
}
.popup>.inner>dl>dd.txt>div {
    background: #eee;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
}
.popup>.inner>dl>dd.txt>div>ul {
    padding-bottom: 0 !important;
}
.popup>.inner>dl>dd.txt>div>ul>li {
    display: block;
    padding-bottom: 1em;
    color: #333 !important;
}
.popup>.inner>dl>dd.btns {
    display: block;
    width: 100%;
    font-size: 0.8rem;
}
a.btn-get {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    background-color: #FFA200;
    box-shadow: #A66E0D 0px 3px;
    padding: 12px 0;
    margin: 0 15px 5px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
a.btn-get-orange {
    background-color: #EC6C00;
    box-shadow: #B45301 0px 3px;
}
.popup-button-text-small {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
}
.popup-button-text-smallbold {
    font-weight: 700;
}
.popup .btn-close {
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    border-top: 1px solid #F0F2F2;
    padding-top: 10px;
    color: #CA8000;
    font-weight: bold;
    margin-top: 15px;
    display: block;
    text-align: center;
}
.popup .btn-close span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
/* Pontaパス(auスマートパスプレミアム)会員帯 */
.sp-obi {
    font-size: 20px;
}
/* フロートボタン */
.float-wrap {
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0 25px;
    background-color: #000000d9;
    color: #fff;
    text-align: center;
}
.float-title {
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.float-title::before, .float-title::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 22px;
    background-color: #fff;
}
.float-title::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -1em;
}
.float-title::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -1em;
}
.float-button {
    width: 250px!important;
    padding: 0!important;
    height: 58px!important;
}

.accordion-head {
    cursor: pointer;
}

/* 横幅を広げた際に<br>を消す */
.for-middle {
    display: block;
}

/* 幅広表示 540px 以上 */
@media screen and (min-width: 540px) {
    .for-middle {
        display: none;
    }
    .mv-title-sub {
        font-size: 20px;
    }
}

/* SP表示 414px 以下 */
@media screen and (max-width: 414px) {
    /* Pontaパス ライト(スマパス)下の500円クーポンブロックの黒帯 */
    .sapr500-obi {
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }
}
/* SP表示 375px 以下 */
@media screen and (max-width: 375px) {
    /* Pontaパス ライト(スマパス)下の500円クーポンブロックの黒帯 */
    .sapr500-obi {
        height: 35px;
        line-height: 33px;
        font-size: 14.5px;
    }
}

/* 500円モーダル チェックボックス */
.check500-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 2px;
    font-size: 13px;
    font-weight: bold;
}
.check500-block input[type=checkbox] {
    display: none;
}
.check500 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px 5px 30px;
    position: relative;
    width: auto;
}
.check500::before {
    background: #fff;
    border: 1px solid #231815;
    border-radius: 2px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.check500::after {
    border-right: 3px solid #CA8000;
    border-bottom: 3px solid #CA8000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.check500-block input[type=checkbox]:checked + .check500-label .check500::after {
    opacity: 1;
}
a.new500-button-off {
    /* pointer-events: none!important; */
    background-color: #acacac!important;
    box-shadow: #888 0px 3px!important;
}
.check500-label {
    position: relative;
}
.check500-alert::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2%;
    right: 0;
    margin: auto;
    width: 102%;
    height: 100%;
    pointer-events: none;
    border: 2px solid #f00;
    border-radius: 5px;
    animation: pop 200ms linear;
    animation-fill-mode: forwards;
}
@keyframes pop {
    0% {
        transform: scale(1);
        animation-timing-function: cubic-bezier(0.11, 0.43, 0.65, 0.95);
    }
    30% {
        transform: scale(1.1);
        animation-timing-function: cubic-bezier(0.42, 0.12, 0.88, 0.58);
    }
    100% {
        transform: scale(1);
    }
}

/* ポップコーンセット500円 */
.new500-howto-button {
    display: block;
    margin: 20px 8%;
    padding: 10px 0;
    background-color: #fff;
    color: #00C4D5;
    border-radius: 22px;
    text-align: center;
}
.howto-button-text {
    display: inline-block;
    background: url(/images/everyday/everydayfrm/top/icon-hand.svg) left center no-repeat;
    padding-left: 2em;
    color: #19B4C1;
}
.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: #00C4D5;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
}
.scrollLocked {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
 }
.modal {
    display: none;
    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;
}
.howtouse-step-detail p {
    margin-top: 8px;
    font-size: 11px;
}

/* その他の映画割引はこちら ボタン*/
.movie-button-block {
    margin: 30px 15px;
}
a.button-edge {
    display: block;
    max-width: 360px;
    margin: auto;
    border: 2px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 20px;
    background-image: url(/images/everyday/everydayfrm/top/icon_arrow2.svg);
    background-repeat: no-repeat;
    background-size: 13px 4px;
    background-position: center right 10px;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
}

/* Pontaパスとは？ */
.pontapass-wrap {
    margin-top: 40px;
}
.pontapass-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px #0000004d;
}
.pontapass-image-block {
    padding: 5px;
}
.pontapass-catch {
    font-size: 20px;
}
.pontapass-items {
    margin-top: 20px;
}
.pontapass-item {
    margin-bottom: 15px;
}
.pontapass-note {
    margin-top: 20px;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 1.5;
}
.pontapass-note p {
    padding-bottom: 10px;
}