/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
h1,h2,h3,h4,p {margin:0;}
img {width:100%;height:auto;}
a:visited, a:active {color:#000;}

html {
  font-family: '游ゴシック体', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  overflow-y: scroll;
	margin-bottom: 1px;
	height: 100%;
}
body {
  background-color: #171B33;
  line-height: 1.6;
}
a {
    color: #009FDB;
}

.wrap-side {
    background-color: #EDEDED;
}
.wrap-bg {
    position: relative;
    background-color: #171B33;
}
.wrap-bg::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(/images/eiga_wari/top/mv-bg.png?4);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* 540px 以上 */
@media screen and (min-width: 540px) {
    .wrap-bg::before {
        background-size: 540px;
    }
}
.wrap-width {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

/* MV */
.mv {
    position: relative;
    padding-top: 7%;
    text-align: center;
}
.mv::before {
    content: '';
    position: fixed;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 540px;
    height: 10vw;
    top: 0;
    background-image: url(/images/eiga_wari/top/mv-front.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mv-block {
    position: relative;
    background-image: url(/images/eiga_wari/hakkenden/mv-block_2_cwponta.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* 540px 以上 */
@media screen and (min-width: 540px) {
    .mv {
        padding-top: 38px;
    }
}
.mv-title {
    position: absolute;
    width: 58%;
    left: 0;
    right: 0;
    margin: 17% auto 0;
}
.mv-poster {
    width: 247px;
    margin: 43% auto 0;
    box-shadow: rgb(0 0 0 / 40%) 0px 12px 24px;
}

/* コンテンツ共通 */
.content-block {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: #0000004d 0px 2px 4px;
    margin: 0 20px 20px;
    overflow: hidden;
}
.content-block-full {
    margin: 40px 20px;
}
.button-width {
    max-width: 390px;
    margin: auto;
}
.accordion-head {
    cursor: pointer;
}
.pe-none {
    pointer-events: none;
}
a.movie-button {
    display: block;
    margin: 30px 20px 20px;
    padding: 22px 10px;
    background-color: #009FDB;
    box-shadow: #016A91 0px 3px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 46px;
    line-height: 22px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
}
a.movie-button span {
    font-size: 12px;
}

a.movie-button-off {
    display: block;
    margin: 30px 20px 20px;
    padding: 22px 10px;
    background-color: #959595;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 46px;
    line-height: 1.2;
}
a.movie-button-off span {
    font-size: 12px;
}
.main-info {
    padding: 0 20px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
}
@media screen and (max-width: 400px) {
    .main-info {
        font-size: 13px;
    }
}
.main-info-sub {
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
}
a.main-info-link {
    display: block;
    margin-top: 20px;
    color: #009FDB;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}

.theater-block {
    margin: 20px;
    text-align: left;
}
.thater-label {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #171B33;
    background-color: #D5AD41;
    border-radius: 5px 5px 0 0;
    padding: 3px 9px 1px;
    line-height: 22px;
}
.thater-content {
    font-size: 14px;
    font-weight: normal;
    border: 2px solid #D5AD41;
    border-radius: 0 5px 5px 5px;
    padding: 13px;
    line-height: 1.5;
}

.top-button {
    position: relative;
    display: block;
    color: #000;
    background-color: #D5AD41;
    font-size: 16px;
    font-weight: bold;
    padding: 25px;
    letter-spacing: 0;
    text-decoration: none;
}
@media screen and (max-width: 400px) {
    .top-button {
        font-size: 15px;
        font-feature-settings: "palt";
    }
}
.top-button:after {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 20px;
    margin: auto;
    background: url(/images/eiga_wari/top/arrow-black-left.svg) center center no-repeat;
    width: 18px;
    height: 8px;
}

/* 作品情報 */
.movie-wrap {
    position: relative;
    z-index: 5;
}
.movie-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #D5AD41;
    letter-spacing: 0.15em;
}
.movie-text {
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1.75;
}
.movie-text-cast {
    text-align: center;
}
.official-button {
    display: block;
    border-radius: 30px;
    margin: 15px 20px 0;
    padding: 16px;
    background-color: #fff;
    background-image: url(/images/eiga_wari/top/arrow-black-right.svg);
    background-position: 94% 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #00052C;
}

/* クーポン発行方法 */
.coupon-wrap {
    position: relative;
    z-index: 22;
}
.coupon-content-block {
    padding-bottom: 50px;
    background-color: transparent;
    background-image: url(/images/eiga_wari/top/concave-down.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 101%;
}
.coupon-inner-block {
    background-color: #fff;
}
.steps-accordion {
    margin: 0 20px;
    border: 2px solid #171B33;
    border-radius: 5px;
    background-color: #fff;
}
.steps-accordion-head {
    position: relative;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.coupon-header {
    background-image: url(/images/eiga_wari/top/concave-up.svg?2);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 101%;
}
.coupon-title-baloon {
    width: 176px;
    height: 58px;
    margin: auto;
}
.coupon-title {
    padding: 5px 0 15px;
    font-size: 28px;
    text-align: center;
    color: #171B33;
}
.coupon-title-sub {
    padding: 20px 0 0;
    font-size: 15px;
    text-align: center;
    color: #171B33;
    border-top: 2px solid #171B33;
    font-feature-settings: "palt";
}
@media screen and (max-width: 400px) {
    .coupon-title-sub {
        font-size: 14px;
    }
}
.coupon-notice {
    margin: 0 20px;
    padding-bottom: 20px;
    color: #000;
    font-size: 12px;
}
a.movie-button-off2 {
    display: block;
    margin: 20px;
    padding: 10px;
    background-color: #959595;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    line-height: 1.2;
}
a.movie-button-off2 span {
    font-size: 12px;
}
a.movie-button2 {
    display: block;
    margin: 20px;
    padding: 10px;
    background-color: #009FDB;
    box-shadow: #016a91 0px 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    line-height: 1.2;
    text-decoration: none;
}
a.movie-button2 span {
    font-size: 14px;
}

/* STEP */
.top-btn-sub1 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #FF7500;
}
.top-btn-sub1:before, .top-btn-sub1:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 1.3em;
    background-color: #fff;
}
.top-btn-sub1:before {
    left: -1em;
    transform: rotate(-45deg);
}
.top-btn-sub1:after {
    right: -1em;
    transform: rotate(45deg);
}
.top-btn-wrap {
    margin: 0 20px;
}
a.top-btn {
    display: block;
    position: relative;
    background-color: #FF7500;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    margin: 6px 15px;
    padding: 13px 0;
    line-height: 1.3;
    /* max-width: 334px; */
}
.top-btn:after {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    transform: translateX(7em);
    background: url(/images/eiga_wari/top/arrow-right-white.svg) center center no-repeat;
    width: 18px;
    height: 8px;
}
.top-btn-sub2 {
    color: #A98C01;
    font-weight: bold;
}
.steps-wrap {
    margin-top: 20px;
}
.steps-title {
    padding: 25px 0;
}
.steps-title img {
    margin: auto;
    width: 78%;
}
.steps-content {
    /* letter-spacing: 1px; */
}
.step-wrap {
    margin: 0 20px;
    padding: 1px;
    text-align: center;
}
.step-block {
    position: relative;
    background-color: #EDEDED;
    color: #000;
    border-radius: 6px;
    /* max-width: 334px; */
    margin: 30px auto 20px;
    box-shadow: 0 3px 6px #0000004d;
    padding: 40px 0 20px;
}
.step-label {
    position: absolute;
    top: -12px;
    left: 0;
    width: 84px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 6px 0 6px 0;
}
.step-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 84px;
    width: 12px;
    height: 12px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #666666;
    border-left: 6px solid #666666;
}
.step-label span {
    color: #D5AD41;
    font-size: 26px;
}
.step-title {
    font-size: 23px;
    font-feature-settings: "palt";
    color: #171B33;
}
.step-title-notice {
    font-size: 12px;
}
.step-notice {
    margin: 0 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    text-align: left;
}
a.step-btn1 {
    position: relative;
    display: block;
    margin: 30px 15px 0;
    color: #FF7500;
    border: 2px solid #FF7500;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px 6px 0;
    letter-spacing: 0;
    text-decoration: none;
}
.step-btn1:after {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 11px;
    margin: auto;
    background: url(/images/eiga_wari/top/arrow-right-orange.svg) center center no-repeat;
    width: 18px;
    height: 8px;
}
.step-arrow::after {
    content: '';
    display: block;
    height: 30px;
    background: url(/images/eiga_wari/top/arrow-down-gold.svg) bottom center no-repeat;
}
.step-margin-top {
    margin-top: 11px;
}
.step-smpr {
    width: 85%;
    margin: 0 auto 7px;
}
.step-btn2 {
    font-size: 17px;
}
.step-block .top-btn-sub1:before, .step-block .top-btn-sub1:after {
    background-color: #FF7500;
}
.step-title2 {
    margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
    .step-title {
        font-size: 21px;
    }
}
.step-block a.top-btn {
    padding: 18px 0;
}
.step-block .top-btn:after {
    transform: none;
    right: 10px;
}
.step-padding-top {
    padding-top: 0;
}
.step-photo {
    margin-bottom: 16px;
    overflow: hidden;
    border-bottom: 2px solid #CCCCCC;
}
.step-photo img {
    border: 1px solid #fff;
}
.step-date {
    font-size: 14px;
    font-weight: bold;
    margin-top: 26px;
    letter-spacing: 0;
}
.step-date2 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 0;
}
a.step-btn3 {
    position: relative;
    display: block;
    margin: 10px 15px 0;
    border: 2px solid #171B33;
    color: #171B33;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 0;
    letter-spacing: 0;
    text-decoration: none;
}
.step-btn3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    background: url(/images/eiga_wari/top/arrow-up-black.svg) center center no-repeat;
    width: 8px;
    height: 18px;
}
.step-margin-bottom {
    margin-bottom: 40px;
}
.step-indicator {
    font-size: 12px;
    font-weight: bold;
    color: #FF002C;
    text-align: center;
}
.step-indicator-before {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

/* Pontaパス(auスマートパスプレミアム)とは？ */
.premium-title {
    position: relative;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    font-feature-settings: "palt";
}
@media screen and (max-width: 400px) {
    .premium-title {
        font-size: 13px;
    }
}
.premium-detail-index, .premium-detail-index2 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.premium-detail-index::before, .premium-detail-index2::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF7500;
    width: 12px;
    height: 2px;
}
.premium-detail-index::after, .premium-detail-index2::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF7500;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .premium-detail-index::after, .premium-block.accordion-active .premium-detail-index2::after {
    height: 0;
}
.premium-wrap {
    padding-top: 50px;
}
.premium-block {
    margin: 20px 15px 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.premium-image-block {
    padding: 18px;
}
.premium-image-block img {
    border: 3px solid #fff;
}
.premium-catch {
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.premium-items {
    width: 88%;
    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 #EDEDED;
    letter-spacing: 0;
}
.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: 12px;
    text-align: left;
}
.premium-items-label {
    position: relative;
    margin-bottom: 10px;
    padding: 7px 0 9px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #EDEDED;
    border-radius: 5px;
}
@media screen and (max-width: 400px) {
    .premium-items-label {
        font-size: 15px;
        font-feature-settings: "palt";
    }
}
.premium-items-label::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #EDEDED;
    -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;
}
.premium-new500-wrap {
    position: relative;
    background-color: #F0F2F2;
    border-radius: 0 0 5px 5px;
    padding: 20px 0;
    text-align: center;
}
.premium-link-wrap {
    padding: 15px 0 40px;
}
a.premium-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 8px auto;
    padding: 16px 0 17px;
    background-color: #707070;
    border-radius: 26px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.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);
}
.premium-item-tr {
    color:#FF7500;
    padding-right: 5px;
    vertical-align: baseline;
}
.premium-life {
    margin: 20px auto 30px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
}
.premium-life-table {
    line-height: 1.3;
    font-size: 12px;
    text-align: left;
}
.premium-life-td-index {
    color: #FF7500;
    padding-right: 5px;
}

.spbanner-block {
    margin: 0 auto 50px;
}
.spbanner-title {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
}
.spbanner-title::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 20px;
    border-top: 10px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 10px solid transparent;
}
.spbanner-image {
    margin: 0 20px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.spbanner-image img {
    border: 1px solid #fff;
}
.spbanner-link {
    display: block;
    max-width: 334px;
    margin: auto;
}
.text-em {
    color: #FF7500;
}

/* 注意事項／お問い合わせ／バナー */
.inquiry-wrap {
    position: relative;
    z-index: 21;
    margin-top: -30px;
    padding: 50px 0;
    background-color: #EDEDED;
}
.banner-block {
    margin: 0 20px;
    padding-top: 55px;
}
.banner-image {
    display: block;
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.banner-image:last-child {
    margin-bottom: 0;
}
.inquiry-block {
    padding: 0;
}
.howto-wrap {
    padding-top: 50px;
}
.howto-detail-upper {
    margin: 0 20px 0;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
}
.howto-detail-lower {
    margin: 0 20px 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
}
.howto-detail-upper-title {
    height: 64px;
    line-height: 64px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #EDEDED;
}
.howto-detail-lower-title {
    height: 64px;
    line-height: 64px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}
.howto-detail-index-1, .howto-detail-index-2 {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.howto-detail-index-1::before, .howto-detail-index-2::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF7500;
    width: 12px;
    height: 2px;
}
.howto-detail-index-1::after, .howto-detail-index-2::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF7500;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .howto-detail-index-1::after, .accordion-active .howto-detail-index-2::after  {
    height: 0;
}
.howto-detail-upper-body {
    padding: 15px;
    border-bottom: 1px solid #EDEDED;
}
.howto-detail-lower-body {
    padding: 15px;
    border-top: 1px solid #EDEDED;
}
.howto-title-light{
    color: #000;
}
a.inline-link {
    color: #3C93BB;
}
.howto-detail-text {
    margin: 5px 0;
    font-size: 12px;
}
.howto-btn-blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px 0;
}
a.howto-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    background-color: #707070;
    color: #fff;
    border-radius: 5px;
    padding: 10px 3px;
    width: 32%;
    height: 40px;
    box-sizing: border-box;
    text-decoration: none;
}
.howto-btn-txt {
    width: 100%;
    text-align: center;
    line-height: .95rem;
}
a.howto-btn2 {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: bold;
    background-color: #707070;
    color: #fff;
    border-radius: 5px;
    padding: 13px 3px;
    width: 100%;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
.hotwo-detail-text-lower {
    margin-top: 20px
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.monday-detail-list li {
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3px;
}
.inquiry-title {
    font-size: 14px;
    padding: 25px 0 10px;
    border-bottom: 1px solid #EDEDED;
}
.inquiry-title-sub {
    margin-top: 10px;
    font-size: 10px;
}

/* フッター */
.footer-wrap {
    z-index: 23;
}
footer {
    padding: 20px 0 35px;
    background-color: #171B33;
    color: #fff;
    text-align: center;
}
.copy-movie {
    font-size: 10px;
}
.copy {
    margin-top: 10px;
    font-size: 12px;
}

/* モーダル */
.modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0,0,0,0.75);
}
.modal-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 335px;
    background: url(/images/eiga_wari/top/ornament-1.svg?0), url(/images/eiga_wari/top/ornament-2.svg?0), #fff;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, center;
    border-radius: 12px;
    text-align: center;
    padding: 15px 0 0;
}
.modal-label {
    font-size: 12px;
    font-weight: bold;
}
.modal-select-block {
    display: flex;
    justify-content: space-evenly;
    background-color: #EDEDED;
    padding: 10px 5px;
    text-align: center;
    margin-bottom: -1px;
}
.modal-select-block a {
    position: relative;
    display: block;
    width: 110px;
    height: 100px;
    padding: 15px 0 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    transform: scale(0.6);
    opacity: 0;
    transition: transform 400ms cubic-bezier(0, 0.4, 0.58, 1), opacity 200ms cubic-bezier(0, 0.71, 0.4, 1);
}
.modal-select-block.active a {
    transform: scale(1.0);
    opacity: 1.0;
}
.modal-select-block a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-select-block a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 7.5px solid #009FDB;
    border-bottom: 7.5px solid #009FDB;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
}
.modal-title {
    background: linear-gradient(180deg, #D5AD41, #6B5721);
    border-radius: 5px;
    margin: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 9px;
}
.modal-select-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 10px 0 15px;
}
.modal-notice-1 {
    color: #FF7500;
    border: 2px solid #FF7500;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 11px 10px;
    padding: 8px;
}
.modal-notice-2 {
    font-size: 10px;
    color: #707070;
    text-align: left;
    line-height: 14px;
    margin: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.modal-theater-link {
    font-size: 13px;
    margin: 15px;
}
.modal-close-block {
    border-top: 1px solid #F0F2F2;
}
.modal-close-block a {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

/* フロートボタン */
.coupon-button-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 30;
    pointer-events: none;
    transition: transform 180ms cubic-bezier(0, 0, 0.58, 1);
}
.coupon-button-block {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 168px;
    height: 123px;
}
/* 上映劇場アイコン */
.theater-icon{
    display: flex;
    justify-content: space-around;
    align-items: center;
}


/* 舞台挨拶付き特別先行上映会 */
.overview li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1.4;
    font-size: 15px;
    padding: 0 0 10px;
    text-align: left;
}
.overview li::before {
    content: '◆';
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 15px 13px;
    margin-right: 3px;
}
.btn01 {
    background: #b60d0d;
    background: linear-gradient( 90deg, #820d0d 10%, #b60d0d 50%, #820d0d 90% );
    color: #fff;
    font-size: 1rem;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Noto Sans JP', sans-serif;
}
.btn01:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 7%;
}

/* 特別先行上映会のボタンアニメーション */
.btn-apply {
    display: block;
    position: relative;
    box-shadow: 0px 5px 0px #5a0000;
    border-radius: 5rem;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 16px;
    max-width: 500px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
}
.btn-apply::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.btn-apply:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn_gray {
    background: #959595;
    color: #fff;
    font-size: 1rem;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 23px;
    border-radius: 5rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 0 30px;
}

/* プレゼントキャンペーン開催中！ */

.attention-motion {
    animation: 2s linear infinite attentionMotion;
}
@keyframes attentionMotion {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.52, 0.01, 0.49, 1);
    }
    90% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* プレミアナイト */
.btn03 {
    background: #b60d0d;
    background: linear-gradient( 90deg, #820d0d 10%, #b60d0d 50%, #820d0d 90% );
    color: #fff;
    font-size: 1rem;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 23px;
    font-family: 'Noto Sans JP', sans-serif;
}
.btn03:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 7%;
}
.btn-apply-3 {
    display: block;
    position: relative;
    box-shadow: 0px 5px 0px #5a0000;
    border-radius: 5rem;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 16px;
    max-width: 500px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
  }
  .btn-apply-3::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
  }
  .btn-apply-3:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
  }
  @-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }

  /* モーダル（クーポン終了） */
.modal-select-block a.close {
    opacity: 0.4;
    pointer-events: none;
    box-shadow: none;
}
.modal-select-block a.close::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}
.modal-select-block a.close::before {
    content: none;
}
.close-text {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 9px;
    color: #000;
    font-weight: bold;
}


/* モーダル　OSシネマズ追加に伴う変更 6/18～） */

.modal-select-block-2 {
    display: flex;
    justify-content: space-evenly;
    background-color: #EDEDED;
    padding: 10px 5px;
    text-align: center;
}
.modal-select-block-2 a {
    position: relative;
    display: block;
    width: 110px;
    height: 100px;
    padding: 15px 0 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    overflow: hidden;
    transform: scale(0.6);
    opacity: 0;
    transition: transform 400ms cubic-bezier(0, 0.4, 0.58, 1), opacity 200ms cubic-bezier(0, 0.71, 0.4, 1);
}
.modal-select-block-2.active a {
    transform: scale(1.0);
    opacity: 1.0;
}
.modal-select-block-2 a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-select-block-2 a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 7.5px solid #009FDB;
    border-bottom: 7.5px solid #009FDB;
    border-top: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
}
.modal-select-block-2 a.close {
    opacity: 0.4;
    pointer-events: none;
    box-shadow: none;
}
.modal-select-block-2 a.close::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}
.modal-select-block-2 a.close::before {
    content: none;
}

/* 2024/08/27 改修 */
.text-red {
    color: #E6002D;
}
.theater-icon{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.wrap-bg2 {
    background-color: #171B33;
}
.mv-main {
    padding: 15px 20px;
}
.mv-title2 {
    max-width: 55%;
    margin: 20px auto;
}
.video-outer {
    padding: 0 20px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.movie-button2 {
    display: block;
    margin: 20px;
    padding: 15px 10px;
    background-color: #009FDB;
    box-shadow: #016A91 0px 3px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 46px;
    line-height: 22px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    text-decoration: none;
}
a.movie-button2 span {
    font-size: 12px;
}
a.movie-button-off2 {
    display: block;
    margin: 20px;
    padding: 15px 10px;
    background-color: #959595;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 40px;
    line-height: 1.2;
}
a.movie-button-off2 span {
    font-size: 12px;
}
.main-info2 {
    padding: 0 20px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    font-feature-settings: "palt";
}
.theater-block2 {
    margin: 20px;
    text-align: left;
    border: 2px solid #D5AD41;
    border-radius: 5px;
}
.thater-label2 {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #D5AD41;
    padding: 3px 9px;
    line-height: 22px;
}
.thater-content2 {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0;
    line-height: 1.5;
}
.theater-block-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.theater-block-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #D5AD41;
    width: 12px;
    height: 2px;
}
.theater-block-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #D5AD41;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.accordion-active .theater-block-index::after {
    height: 0;
}
a.main-info-link2 {
    display: block;
    margin: 20px 0;
    color: #009FDB;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.camp-title {
    margin: 50px 20px 0;
    padding: 5px;
    background-color: #D5AD41;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #171B33;
}
.camp-text {
    padding: 15px 20px;
    font-size: 15px;
}
.camp-button {
    display: block;
    position: relative;
    max-width: 500px;
    margin: 0 20px 30px;
    padding: 15px 0;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    box-shadow: 0px 5px 0px #5a0000;
    background: #b60d0d;
    background: linear-gradient( 90deg, #820d0d 10%, #b60d0d 50%, #820d0d 90% );
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
}
.camp-button:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
}
.camp-button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny2 2.5s ease-in-out infinite;
}
a.camp-button:visited, a.camp-button:active {
    color: #ffffff;
}
@keyframes shinyshiny2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.camp-wrap {
    padding-top: 20px;
}
.camp-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #fff;
}
.btn_gray2 {
    background: #959595;
    color: #fff;
    font-size: 1rem;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    line-height: 23px;
    border-radius: 5rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 20px 30px;
}

/* Pontaパス(auスマートパスプレミアム)とは？ */
.coupon-wrap2 {
    position: relative;
    z-index: 22;
}
.coupon-wrap2 .coupon-content-block {
    margin-top: 20px;
    padding-bottom: 60px;
    background-color: transparent;
    background-image: url(/images/eiga_wari/top/concave-down.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 101%;
}
.coupon-wrap2 .coupon-header {
    background-image: url(/images/eiga_wari/top/concave-up.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 101%;
    height: 60px;
}
.coupon-wrap2 .bordered-title {
    position: relative;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    font-feature-settings: "palt";
    text-align: center;
}
.coupon-wrap2 .bordered-content-inner {
    border-top: 2px solid #171B33;
}
.coupon-wrap2 .bordered-detail-index {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    display: inline-block;
    margin-left: 0.6em;
}
.coupon-wrap2 .bordered-detail-index::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF7500;
    width: 12px;
    height: 2px;
}
.coupon-wrap2 .bordered-detail-index::after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #FF7500;
    width: 2px;
    height: 12px;
    -webkit-transition: height 100ms linear;
    transition: height 100ms linear;
}
.coupon-wrap2 .accordion-active .bordered-detail-index::after {
    height: 0;
}
.coupon-wrap2 .premium-wrap {
    padding-top: 0;
    background-color: #fff;
}
.coupon-wrap2 .bordered-block {
    margin: 0 20px 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #171B33;
}
.coupon-wrap2 .premium-inner-block {
    padding-bottom: 15px;
    background-color: #F0F2F2;
    border-radius: 5px;
}
.coupon-wrap2 .premium-image-block {
    padding: 18px;
}
.coupon-wrap2 .premium-image-block img {
    border: 3px solid #fff;
}
.coupon-wrap2 .premium-catch {
    padding-top: 0;
    border-top: 1px solid #EDEDED;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.coupon-wrap2 .premium-items {
    width: 88%;
    margin: 20px auto 10px;
}
.coupon-wrap2 .smapass .premium-items {
    margin-bottom: 0;
}
.coupon-wrap2 .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 #EDEDED;
    letter-spacing: 0;
}
.coupon-wrap2 .premium-item-title {
    width: 80px;
    font-size: 13px;
    text-align: center;
}
.coupon-wrap2 .premium-item-image {
    margin: auto;
    width: 50px;
}
.coupon-wrap2 .premium-item-text {
    -webkit-flex: 1;
    flex: 1;
    font-size: 12px;
    text-align: left;
}
.coupon-wrap2 .premium-items-label {
    position: relative;
    margin-bottom: 10px;
    padding: 7px 0 9px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.coupon-wrap2 .premium-items-label::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    overflow: hidden;
}
.coupon-wrap2 .premium-item-label {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
}
.coupon-wrap2 .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;
}
.coupon-wrap2 .premium-new500-wrap {
    position: relative;
    background-color: #F0F2F2;
    border-radius: 0 0 5px 5px;
    padding: 20px 0;
    text-align: center;
}
.coupon-wrap2 .new500-title-sub {
    width: 88px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #00C710;
    margin: 15px auto 0;
}
.coupon-wrap2 .new500-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 3px auto 0;
}
.coupon-wrap2 .new500-block {
    margin: 10px 15px 0;
    padding-bottom: 15px;
    border-radius: 8px;
    background-color: #D1D1D1;
}
.coupon-wrap2 .new500-lead {
    padding: 5px 0 8px;
    background-color: #A98C1B;
    color: #fff;
    text-align: center;
}
.coupon-wrap2 .new500-lead-head {
    font-size: 13px;
    font-weight: bold;
}
.coupon-wrap2 .new500-lead-text {
    padding-top: 3px;
    line-height: 1.3;
    font-size: 12px;
}
.coupon-wrap2 .new500-detail {
    font-size: 12px;
    line-height: 20px;
    margin: 0 15px;
    color: #000;
}
.coupon-wrap2 .new500-detail-title {
    height: 20px;
    margin: 15px 15px 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.coupon-wrap2 .new500-detail td {
    vertical-align: top;
}
.coupon-wrap2 .new500-detail-index {
    width: 1.3em;
}
.coupon-wrap2 .new500-detail li {
    text-indent: -1em;
    padding-left: 1em;
}
.coupon-wrap2 .premium-link-wrap {
    padding: 15px 0 40px;
}
.coupon-wrap2 a.premium-button {
    position: relative;
    display: block;
    width: 270px;
    margin: 8px auto;
    padding: 16px 0 17px;
    background-color: #707070;
    border-radius: 26px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.coupon-wrap2 .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);
}
.coupon-wrap2 .premium-item-tr {
    color:#FF7500;
    padding-right: 5px;
    vertical-align: baseline;
}
.coupon-wrap2 .premium-life {
    margin: 20px auto 30px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
}
.coupon-wrap2 .premium-life-table {
    line-height: 1.3;
    font-size: 12px;
    text-align: left;
}
.coupon-wrap2 .premium-life-td-index {
    color: #FF7500;
    padding-right: 5px;
}

/* クーポンの使い方 */
.coupon-wrap2 .usage-block {
    margin-top: 20px;
}
.coupon-wrap2 .usage-theater-block {
    margin: 10px;
}
.coupon-wrap2 .usage-tc {
    padding: 10px 0;
    color: #BF130B;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #EDEDED;
}
.coupon-wrap2 .usage-uc {
    padding: 10px 0;
    color: #0895CE;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #EDEDED;
}
.coupon-wrap2 .usage-kn {
    padding: 10px 0;
    color: #C1A900;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #EDEDED;
}
.coupon-wrap2 .usage-os {
    padding: 10px 0;
    color: #FFB300;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #EDEDED;
}
.coupon-wrap2 .usage-label-internet, .coupon-wrap2 .usage-label-ticket, .coupon-wrap2 .usage-label-counter {
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 28px;
    font-weight: bold;
}
.coupon-wrap2 .usage-label-internet::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/eiga_wari/top/usage-internet.svg) center center no-repeat;
    width: 20.7px;
    height: 14.6px
}
.coupon-wrap2 .usage-label-ticket::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/eiga_wari/top/usage-ticket.svg) center center no-repeat;
    width: 21.3px;
    height: 20.5px
}
.coupon-wrap2 .usage-label-counter::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 3px;
    margin: auto;
    background: url(/images/eiga_wari/top/usage-counter.svg) center center no-repeat;
    width: 21.4px;
    height: 20.8px
}
.coupon-wrap2 .usage-detail {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    color: #000;
}
.coupon-wrap2 .usage-detail td {
    padding-bottom: 10px;
    vertical-align: top;
}
.coupon-wrap2 a.top-btn {
    display: block;
    position: relative;
    background-color: #FF7500;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    margin: 6px 15px;
    padding: 13px 0;
    line-height: 1.3;
    font-size: 16px;
    text-align: center;
}
.coupon-wrap2 .top-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    bottom: 0;
    right: 1em;
    margin: auto;
    background: url(/images/eiga_wari/top/arrow-right-white.svg) center center no-repeat;
    width: 18px;
    height: 8px;
    transform: none;
}
.inquiry-wrap-offset {
    padding-top: 70px;
}
a.top-button2 {
    display: block;
    border-radius: 5px;
    margin: 20px 20px 25px;
    padding: 16px;
    background-color: #fff;
    background-image: url(/images/eiga_wari/top/arrow-black-left.svg);
    background-position: 6% 50%;
    background-repeat: no-repeat;
    background-size: 18px auto;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #00052C;
}

/* Pontaパスとは？ */
.pontapass-wrap {
    margin-top: 40px;
}
.pontapass-block {
    background-color: #fff;
}
.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;
}