/* 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: 0.83rem;
}
h6 {
    font-size: 0.67rem;
}
h1 {
    margin: 0.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;
}

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

/* 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;
}
.content-bg {
    padding-top: 57%;
    background: url(/images/app_form/perfume_500/main_bg.png) no-repeat;
    background-size: 100%;
}
.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/app_form/perfume_500/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/app_form/perfume_500/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/app_form/perfume_500/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/app_form/perfume_500/concave-up.svg);
    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/app_form/perfume_500/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-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-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: 0.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: 82%;
    max-width: 448px;
    background: url(/images/app_form/perfume_500/ornament-1.svg?0), url(/images/app_form/perfume_500/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: center;
    flex-wrap: wrap;
    background-color: #EDEDED;
    padding: 10px 5px;
    text-align: center;
    margin-bottom: -1px;
}
.modal-select-block a {
    position: relative;
    display: block;
    width: 27%;
    margin: 2%;
    padding: 3.5% 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:has(> :nth-child(4):last-child) a {
    margin: 2% 6%;
}
.modal-select-block:has(> :nth-child(7)) a {
    width: 20%;
}
.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;
}
.modal-select-block a.close::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
}

/* フロートボタン */
.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: 10px;
    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);
    opacity: 1;
}
.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;
} */
  .theater-icon {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 2%;
}
/* 1,2,4 35% */
.theater-icon:has(> :nth-child(1):last-child) img {
    width: 35%;
}
.theater-icon:has(> :nth-child(2):last-child) img {
    width: 35%;
}
.theater-icon:has(> :nth-child(4):last-child) img {
    width: 35%;
}
/* 3,5,6 30% */
.theater-icon:has(> :nth-child(3):last-child) img {
    width: 30%;
}
.theater-icon:has(> :nth-child(5):last-child) img {
    width: 30%;
}
.theater-icon:has(> :nth-child(6):last-child) img {
    width: 30%;
}
/* 7,8 25% */
.theater-icon:has(> :nth-child(7)) img {
    width: 25%;
}
.wrap-bg2 {
    background-color: #171b33;
}
.head-main {
    padding: 2% 0 3%;
    background-color: #ffffff;
}
.mv-main {
    margin-bottom: -5%;
    padding: 3% 3% 0;
    background-color: #FDE660;
}
.logo-ponta {
    width: 35%;
    margin: auto;
}
.mv-title2 {
    max-width: 60%;
    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/app_form/perfume_500/concave-down.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 101%;
}
.coupon-wrap2 .coupon-header {
    background-image: url(/images/app_form/perfume_500/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-cinemart {
    padding: 10px 0;
    color: #007c1e;
    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/app_form/perfume_500/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/app_form/perfume_500/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/app_form/perfume_500/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/app_form/perfume_500/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/app_form/perfume_500/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;
}

/* 新規加入500円ブロック */
.new500-wrap {
    background-color: #0230C9;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 15px 0;
    padding: 15px 0 20px;
    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: 20px;
    font-weight: 800;
    color: #ffffff;
    background-color: #000000;
}
@media screen and (max-width: 414px) {
    .new500-title-head {
        width: 96%;
    }
}
.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: #ffffff;
    text-align: center;
}
.new500-notice {
    width: 84%;
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto;
    color: #ffffff;
}
.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: #846719;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    box-shadow: #846719 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 #846719;
    border-right: 2px solid #846719;
    -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: #fff;
    text-align: center;
    background-color: #8E1AB9;
    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 #8E1AB9;
    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: 84%;
    max-width: 350px;
    margin: 10px auto 0;
    font-size: 11px;
    text-indent: -1em;
    padding-left: 1em;
    color: #000;
}