/* 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 {color: #0000ff;text-decoration: underline;}
a:visited, a:active {color:#0000ff;text-decoration: underline;}
a.link-bold {font-weight:700;}

body {
    margin: 0;
    background-color: #e8d8fa;
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #000000;
}
.text-rounded {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.wrap-width {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}
header {
    padding-top: 60px;
}
.kv-wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.kv-wrap img {
    position: absolute;
    top: 0;
    left: 0;
}
.kv-wrap .kv-01 {
    top: 21%;
    left: 11%;
    width: 77%;
    transform: scale(0);
    animation: kvm-1 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-02 {
    top: 80.8%;
    left: 76.2%;
    width: 22.2%;
    transform-origin: -120% -120%;
    transform: scale(0);
    animation: kvm-2 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-03 {
    top: -2.2%;
    left: -1%;
    width: 99%;
    transform: scale(0);
    animation: kvm-3 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-04 {
    top: 0%;
    left: 0%;
    width: 100%;
    opacity: 0;
    animation: kvm-4 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-05 {
    top: -4%;
    left: 2.5%;
    width: 98%;
    transform: scale(0);
    animation: kvm-5 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-06 {
    top: 61%;
    left: 1.5%;
    width: 97%;
    transform-origin: center -130%;
    transform: translateY(380%);
    animation: kvm-6 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-07 {
    position: absolute;
    top: 40.5%;
    left: -5.5%;
    width: 109%;
    transform: translateY(225%);
    animation: kvm-7 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-07 img {
    position: static;
}
.kv-wrap .kv-08 {
    position: absolute;
    top: 19.5%;
    left: -1.5%;
    width: 104%;
    opacity: 0;
    transform-origin: center 100%;
    transform: translateY(80%);
    animation: kvm-8 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-08 img {
    position: static;
}
.kv-wrap .kv-09 {
    top: 11%;
    left: 4%;
    width: 91.5%;
    opacity: 0;
    transform: translateY(100%);
    animation: kvm-9 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-10 {
    top: 8%;
    left: 12.5%;
    width: 81%;
    opacity: 0;
    transform: translateY(100%);
    animation: kvm-10 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-11 {
    top: 4%;
    left: 11.5%;
    width: 81%;
    opacity: 0;
    transform: translateY(100%);
    animation: kvm-11 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-12 {
    top: 28%;
    left: 5%;
    width: 84%;
    opacity: 0;
    transform: translateY(40%);
    animation: kvm-12 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-13 {
    top: 25%;
    left: 19%;
    width: 27%;
    opacity :0;
    transform: translateY(100%);
    animation: kvm-13 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-14 {
    top: 0%;
    left: 0%;
    width: 100%;
    opacity: 0;
    animation: kvm-14 2000ms 1000ms linear 1 forwards;
}
.kv-wrap .kv-copy {
    position: absolute;
    font-size: clamp(8px, 2vw, 10px);
    bottom: 0%;
    right: 1%;
    opacity: 0;
    animation: kvm-copy 2000ms 1000ms linear 1 forwards;
}
@keyframes kvm-1 {
    0% {transform: scale(0); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    10% {transform: scale(1.1); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    13% {transform: scale(0.9);}
    16% {transform: scale(1.05);}
    19% {transform: scale(0.95);}
    21% {transform: scale(1.025);}
    24% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes kvm-2 {
    0% {transform: scale(0); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    10% {transform: scale(1.1); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    13% {transform: scale(0.9);}
    16% {transform: scale(1.05);}
    19% {transform: scale(0.95);}
    21% {transform: scale(1.025);}
    24% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes kvm-3 {
    0% {transform: scale(0); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    70% {transform: scale(0);}
    80% {transform: scale(1.1); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    83% {transform: scale(0.9);}
    86% {transform: scale(1.05);}
    89% {transform: scale(0.95);}
    92% {transform: scale(1.025);}
    95% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes kvm-4 {
    0% {opacity: 0;}
    35% {opacity: 0;}
    40% {opacity: 1;}
    100% {opacity: 1;}
}
@keyframes kvm-5 {
    0% {transform: scale(0); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    70% {transform: scale(0);}
    80% {transform: scale(1.2); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    83% {transform: scale(0.8);}
    86% {transform: scale(1.1);}
    89% {transform: scale(0.9);}
    92% {transform: scale(1.05);}
    95% {transform: scale(1);}
    100% {transform: scale(1);}
}
@keyframes kvm-6 {
    0% {transform: translateY(380%); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    28% {transform: translateY(380%);}
    33% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    37% {transform: translateY(5%);}
    41% {transform: translateY(0);}
    100% {transform: translateY(0);}
}
@keyframes kvm-7 {
    0% {transform: translateY(225%); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    28% {transform: translateY(225%);}
    33% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    37% {transform: translateY(5%);}
    41% {transform: translateY(0);}
    100% {transform: translateY(0);}
}
@keyframes kvm-8 {
    0% {transform: translateY(80%); opacity:0; animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    36% {opacity: 0;}
    37% {transform: translateY(80%); opacity:1;}
    41% {transform: translateY(-3%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    45% {transform: translateY(5%);}
    49% {transform: translateY(0);}
    100% {transform: translateY(0); opacity:1;}
}
@keyframes kvm-9 {
    0% {transform: translateY(100%); opacity:0; animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    45% {opacity: 0;}
    46% {transform: translateY(100%); opacity:1;}
    50% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    54% {transform: translateY(5%);}
    58% {transform: translateY(0);}
    100% {transform: translateY(0); opacity:1;}
}
@keyframes kvm-10 {
    0% {transform: translateY(100%); opacity:0; animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    49% {opacity:0;}
    50% {transform: translateY(100%); opacity:1}
    54% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    58% {transform: translateY(5%);}
    62% {transform: translateY(0);}
    100% {transform: translateY(0); opacity:1;}
}
@keyframes kvm-11 {
    0% {transform: translateY(100%); opacity:0; animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    53% {opacity :0;}
    54% {transform: translateY(100%); opacity: 1;}
    58% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    62% {transform: translateY(5%);}
    66% {transform: translateY(0);}
    100% {transform: translateY(0); opacity:1;}
}
@keyframes kvm-12 {
    0% {transform: translateY(40%); opacity:0; animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    37% {opacity:0;}
    38% {transform: translateY(40%);opacity:1;}
    40% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    44% {transform: translateY(5%);}
    48% {transform: translateY(0);}
    100% {transform: translateY(0); opacity:1;}
}
@keyframes kvm-13 {
    0% {transform: translateY(100%); opacity:0; animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    44% {opacity: 0;}
    45% {transform: translateY(100%);opacity:1;}
    49% {transform: translateY(-10%); animation-timing-function:cubic-bezier(0.37, 0.06, 0.63, 0.94);}
    53% {transform: translateY(5%);}
    57% {transform: translateY(0);}
    100% {transform: translateY(0); opacity:1;}
}
@keyframes kvm-14 {
    0% {opacity: 0;}
    10% {opacity: 0;}
    13% {opacity: 1;}
    100% {opacity: 1;}
}
@keyframes kvm-copy {
    0% {opacity: 0;}
    10% {opacity: 0;}
    13% {opacity: 1;}
    100% {opacity: 1;}
}
.title-normal {
    position: relative;
    width: 81%;
    margin: 6% auto;
    padding-top: 18%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background-image: url(/images/top/top/title_normal.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.title-new {
    padding-top: 15.5%;
    background-image: url(/images/top/top/title_new.svg);
}
.title-eiga {
    padding-top: 17.5%;
    background-image: url(/images/top/top/title_eiga.svg);
}
.title-music {
    padding-top: 16.5%;
    background-image: url(/images/top/top/title_music.svg);
}
.title-normal-text {
    position: absolute;
    top: 50%;
    left: 14%;
    color: #7b2dbb;
    font-size: clamp(14px, 4.6vw, 23px);
    font-weight: 700;
    line-height: 0;
    text-align: center;
    width: 54%;
    height: 1em;
}
.title-eiga .title-normal-text {
    left: 17%;
}
.service-copy {
    position: relative;
    margin: 0;
    padding-top: 55%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #7b2dbb;
    font-size: clamp(14px, 4.6vw, 23px);
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.service-copy img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
}
.service-copy-1 {
    animation: copyMotion-1 10600ms 1000ms linear infinite forwards;
}
.service-copy-2 {
    animation: copyMotion-2 10600ms 1000ms linear infinite forwards;
}
.service-copy-3 {
    animation: copyMotion-3 10600ms 1000ms linear infinite forwards;
}
.service-copy-4 {
    animation: copyMotion-4 10600ms 1000ms linear infinite forwards;
}
@keyframes copyMotion-1 {
    0% {opacity: 0;}
    2% {opacity: 1;}
    15% {opacity: 1;}
    17% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes copyMotion-2 {
    0% {opacity: 0;}
    20% {opacity: 0;}
    22% {opacity: 1;}
    29% {opacity: 1;}
    31% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes copyMotion-3 {
    0% {opacity: 0;}
    34% {opacity: 0;}
    36% {opacity: 1;}
    62% {opacity: 1;}
    64% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes copyMotion-4 {
    0% {opacity: 0;}
    67% {opacity: 0;}
    69% {opacity: 1;}
    88% {opacity: 1;}
    92% {opacity: 0;}
    100% {opacity: 0;}
}
.service-copy-b-1 {
    animation: copyMotion-b-1 10600ms 3000ms linear infinite forwards;
}
.service-copy-b-2 {
    animation: copyMotion-b-2 10600ms 3000ms linear infinite forwards;
}
.service-copy-b-3 {
    animation: copyMotion-b-3 10600ms 3000ms linear infinite forwards;
}
@keyframes copyMotion-b-1 {
    0% {opacity: 0;}
    3% {opacity: 1;}
    30% {opacity: 1;}
    33% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes copyMotion-b-2 {
    0% {opacity: 0;}
    33% {opacity: 0;}
    36% {opacity: 1;}
    63% {opacity: 1;}
    66% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes copyMotion-b-3 {
    0% {opacity: 0;}
    66% {opacity: 0;}
    69% {opacity: 1;}
    96% {opacity: 1;}
    99% {opacity: 0;}
    100% {opacity: 0;}
}

/* ヘッダーナビゲーション */
.header-nav-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e8d8fb;
}
.header-nav {
    display: flex;
    justify-content: space-between;
}
a.header-nav-item, a:visited.header-nav-item, a:active.header-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 60px;
    background-color: #6a12b2;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #ffffff;
    font-size: clamp(10px, 3.3vw, 16.6px);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.header-nav-item-label {
    padding: 0 20px;
    background-color: #ffffb9;
    color: #6a12b2;
    font-size: clamp(8px, 2.1vw, 10.6px);
    border-radius: 20px;
}


/* 今週の新着BOX スライダー */
.new-slider-container {
    overflow: hidden;
    padding: 5% 0;
    /* background-color: #d8bef2; */
}
@media (min-width: 500px) {
    .new-slider-container {
        border-radius: 5px;
    }
}
.swiper-autoheight .swiper-wrapper {
    align-items: stretch;
}
.swiper-slide {
    height: auto;
}
.new-slider-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
a.new-slider-item, a.new-slider-item:active, a.new-slider-item:visited {
    color: #000000;
    text-decoration: none;
}
.new-thumb {
    background: #6a12b24f;
}
.new-slider-text {
    flex-grow: 1;
    margin: 4% 0;
    font-size: clamp(12px, 3.7vw, 18px);
    line-height: 1.7;
    text-align: center;
}
.new-slider-button, a.new-slider-button, a:visited.new-slider-button, a:active.new-slider-button {
    position: relative;
    display: block;
    width: 82%;
    margin: auto;
    padding: 1% 1% 2%;
    border-radius: 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: clamp(14px, 4.2vw, 22px);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.new-slider-container .swiper-pagination {
    position: static;
    margin-top: 4%;
}
.swiper-pagination-bullet {
    background: #6a12b2;
    opacity: 0.3;
}
.swiper-pagination-bullet-active {
    background: #6a12b2;
    opacity: 1.0;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 5px;
    margin-right: 5px;
}

/* 今週の新着BOX 先週のブロック */
.grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 7% 5%;
}
.grid-block {
    display: flex;
    width: 48%;
    padding-bottom: 12%;
}
.grid-block-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
a.grid-block-inner {
    color: #000000;
    text-decoration: none;
}
.grid-image {
    margin-bottom: 4%;
    box-shadow: 2px 2px 6px #0000002d;
}
.grid-text {
    padding: 0 4% 4%;
    font-size: clamp(10px, 2.6vw, 13px);
}
.grid-button, a.grid-button, a:visited.grid-button, a:active.grid-button, .grid-button-plain, a.grid-button-plain, a:visited.grid-button-plain, a:active.grid-button-plain {
    position: relative;
    display: block;
    width: 82%;
    margin: auto auto 0;
    padding: 1% 1% 2%;
    border-radius: 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: clamp(10px, 3.2vw, 16px);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.grid-button::after, .new-slider-button::after, a.new-slider-button::after, .grid-button::after, a.grid-button::after {
    content: '';
    position: absolute;
    display: block;
    width: 3%;
    height: 0;
    padding-top: 3%;
    top: 0;
    bottom: 5%;
    right: 7%;
    margin: auto;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(45deg);
}

/* 今週の新着BOX 詳細スライダー */
.specific-wrap {
    overflow: hidden;
}
.specific-slider-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 6% 6%;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 6px #0000002d;
}
.specific-label {
    min-width: 9em;
    margin: 0 auto 5%;
    padding: 1% 5% 2%;
    background-color: #6a12b2;
    color: #ffffff;
    font-size: clamp(14px, 4.2vw, 22px);
    font-weight: 700;
    text-align: center;
}
.specific-title {
    font-size: clamp(14px, 4.2vw, 22px);
    font-weight: 700;
    text-align: center;
}
.specific-thumb {
    width: 76%;
    margin: 5% auto;
}
.specific-thumb.border {
    border: 1px solid #0000002e;
}
.specific-slider-table {
    margin: 0;
    border-collapse: collapse;
    font-size: clamp(13px, 3vw, 15px);
    /* font-size: clamp(12px, 2.8vw, 14px); */
}
.specific-slider-table tr {
    vertical-align: top;
}
.specific-slider-table th, .specific-slider-table td {
    padding: 1% 0;
}
.specific-table-header {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}
.specific-table-notice {
    margin: 0 0 5%;
    font-size: clamp(12px, 2.8vw, 14px);
}
.specific-slider-button-block {
    /* flex-grow: 1; */
    display: flex;
    align-items: flex-end;
    margin-bottom: 5%;
}
a.specific-slider-button, a:visited.specific-slider-button, a:active.specific-slider-button {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 1% 1% 2%;
    border-radius: 30px;
    background-color: #000000;
    color: #ffffff;
    font-size: clamp(14px, 4.2vw, 22px);
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
a.specific-slider-button.off {
    background-color: #999999;
    color: #ffffff;
    pointer-events: none;
}
.specific-wrap .swiper-pagination {
    position: static;
    margin-top: 4%;
}

.bg-present {
    background-color: #ff197c !important;
}
.bg-senkou {
    background-color: #3700fe !important;
}
.bg-oshitoku, .bg-eiga {
    background-color: #4ad2b5 !important;
}
.bg-waribiki {
    background-color: #ff5050 !important;
}

/* 映画ブロック */

.section-title {
    margin: 30px 15px 10px;
    font-size: 16px;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: center left;
    color: #7b2dbb;
}
.coupons-label {
    position: relative;
    margin: 15px 0 0 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}

/* おトクなクーポンをチェック！ */
.title-coupons {
    margin-top: 5px;
    padding-left: 28px;
    background-image: url(/images/top/top/title_icon_coupon.svg);
    background-size: 22px 22px;
}
.coupons-block {
    padding: 15px;
    background-color: #F5F5F5;
}
.coupons-coupon-block {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 2px 6px #0000002d;
}
.coupons-coupon-monday::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid #D60020;
    border-left: 15px solid #D60020;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.coupons-coupon-monday::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 56px solid transparent;
    border-left: 56px solid transparent;
    border-right: 56px solid #D60020;
    border-bottom: 56px solid #D60020;
}
.coupons-coupon-cinemawari::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid #47AEE5;
    border-left: 15px solid #47AEE5;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.coupons-coupon-cinemawari::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 56px solid transparent;
    border-left: 56px solid transparent;
    border-right: 56px solid #47AEE5;
    border-bottom: 56px solid #47AEE5;
}
.coupons-coupon-1100::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid #D5AD41;
    border-left: 15px solid #D5AD41;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.coupons-coupon-1100::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 56px solid transparent;
    border-left: 56px solid transparent;
    border-right: 56px solid #D5AD41;
    border-bottom: 56px solid #D5AD41;
}
.coupons-coupon-wednesday::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid #17A7AA;
    border-left: 15px solid #17A7AA;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.coupons-coupon-wednesday::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 56px solid transparent;
    border-left: 56px solid transparent;
    border-right: 56px solid #17A7AA;
    border-bottom: 56px solid #17A7AA;
}
.coupons-label {
    position: relative;
    margin: 15px 0 0 20px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}
.coupons-coupon-monday, .coupons-coupon-cinemawari {
    margin-bottom: 15px;
}
.coupons-coupon-1100 {
    height: 60px;
}
.coupons-coupon-monday em {
    font-style: normal;
    color: #D60020;
}
.coupons-coupon-cinemawari em {
    font-style: normal;
    color: #47AEE5;
}
.coupons-coupon-1100 em {
    font-style: normal;
    color: #D5AD41;
}
.coupons-coupon-wednesday em {
    font-style: normal;
    color: #17A7AA;
}
a.coupons-button {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 10px;
    width: 38.7%;
    min-width: 136px;
    height: 30px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-decoration: none;
    background-color: #EB5506;
    border: 2px solid #fff;
    border-radius: 15px;
    z-index: 1;
    background-image: url(/images/eportal/common/link_icon_coupon.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center left 9px;
}
.coupons-button::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(/images/eportal/common/link_icon_add.svg);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
a.coupons-button-black {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 10px;
    width: 32.6%;
    min-width: 115px;
    height: 30px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 15px;
    z-index: 1;
}
.coupons-button-black::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(/images/eportal/common/icon_arrow1.svg);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}
.coupons-button-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 13px;
    text-align: center;
}

.coupons-logo-monday {
    position: relative;
    margin: 19px 0 21px 20px;
    width: 34.7%;
}
.coupons-logo-cinemawari {
    position: relative;
    margin: 13px 0 15px 20px;
    width: 31.5%;
}
.coupons-logo-oshitoku {
    position: relative;
    margin: 13px 0 15px 20px;
    width: 47.5%;
}

/* ファーストビューのクーポンブロックを2列に改修 */
.fvcoupons-block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 15px 20px;
}
.fvcoupons-item {
    display: flex;
    width: 48.5%;
    height: auto;
    margin-bottom: 0;
}
.fvcoupons-item::after {
    content: none;
}
.fvcoupons-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.fvcoupons-logo-monday {
    width: 70%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
}
.fvcoupons-logo-wednesday {
    width: 79%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
}
.fvcoupons-logo-cinemawari {
    width: 80%;
    max-width: 186px;
    left: 0;
    right: 0;
    margin: 10px auto 0;
}
.coupons-coupon-cinemawari .fvcoupons-label {
    margin-top: 7px;
}
.fvcoupons-logo-oshitoku {
    width: 83%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
}
a.fvcoupons-button {
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    width: 38.7%;
    min-width: 136px;
    margin: 0 auto 10px;
    border: none;
}
.fvcoupons-label {
    margin: 12px 0 8px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.fvcoupons-logo {
    flex-grow: 1;
}

/* 今日の上映で使えるクーポン */
.title-week {
    padding-left: 28px;
    background-image: url(/images/top/top/title_icon_week.svg?0);
    background-size: 22px 22px;
}
.week-selecter-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 40px;
    margin: 0 15px 20px;
    padding: 0 3%;
    border: 1px solid #000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 0 #000;
}
.week-selecter-block div {
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.week-selecter-block .active {
    width: 30px;
    height: 30px;
    color: #fff!important;
    background-color: #EB5506;
    border-radius: 15px;
    text-align: center;
    line-height: 29px;
}
.week-selecter-block .saturday {
    color: #0076FF;
}
.week-selecter-block .sunday {
    color: #DE0000;
}
.week-display-block {
    position: relative;
    margin: -11px 15px 20px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 3px 0 #000;
}
.week-triangle-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 0;
    margin: 0;
    padding: 0 3%;
}
.week-triangle-block div {
    position: relative;
    width: 30px;
    text-align: center;
}
.week-triangle-block .active::before {
    content: '';
    position: absolute;
    display: block;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
}
.week-triangle-block div.active {
    animation: showTriangle 150ms cubic-bezier(0.03, 0.33, 0.32, 1) 0s 1 forwards;
}
@keyframes showTriangle {
    0% {transform: scaleY(0);}
    100% {transform: scaleY(1.0);}
}
.week-display-date {
    padding: 5px 0 5px 15px;
    font-size: 14px;
    font-weight: 700;
}
.week-display-primaly {
    font-size: 18px;
}
.week-display-wrap {
    background-color: #F5F5F5;
    border-radius: 0 0 3px 3px;
}
.week-display-coupon {
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0;
}
a.week-coupon-block {
    position: relative;
    display: block;
    width: 29%;
    height: 56px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #0000002d;
    overflow: hidden;
}
.week-display-coupon.hide {
    display: none;
}
.week-display-coupon.show {
    display: flex;
    flex-wrap: wrap;
    animation: showCouponBlock 350ms cubic-bezier(0.03, 0.33, 0.32, 1) 0s 1 forwards;
}
@keyframes showCouponBlock {
    0% { opacity: 0; transform: translateY(25px); }
    100% { opacity: 1; transform: translateY(0); }
}
.week-monday img {
    position: absolute;
    width: 92px;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.week-cinemawari img {
    position: absolute;
    width: 88px;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.week-1100 img {
    position: absolute;
    width: 90px;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.week-monday::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 9px solid #D60020;
    border-left: 9px solid #D60020;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.week-cinemawari::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 9px solid #47AEE5;
    border-left: 9px solid #47AEE5;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-top-left-radius: inherit;
}
.week-1100::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 9px solid #D5AD41;
    border-left: 9px solid #D5AD41;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.week-coupon-block::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 5px solid #EB5506;
    border-bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.week-dummy {
    display: block;
    width: 29%;
}
.week-wednesday::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 9px solid #17A7AA;
    border-left: 9px solid #17A7AA;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-top-left-radius: inherit;
}
.week-wednesday img {
    position: absolute;
    width: 97px;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
}

/* マンデイおすすめスライダー */
/* 今週のオススメ */
.recommend{
    background-color: #ffffff;
    border-radius: 4px;
    margin: 27px 16px 14px 16px;
    padding: 12px 0 0 0;
    color: #fff;
    overflow: hidden;
    box-shadow: -3px -4px 12px 0px rgba(0, 0, 0, 0.14);
}
.recommend:after{
	content: "";
	display: block;
	clear: both;
}
.recommend.white{
    background-color: rgba(255,255,255,1.0);
}
.recommend.white .recommend-copyright{
    color: #5c5c5c;
}
.recommend-wrap{
    display: -webkit-box;
    display: flex;
    padding-right: 10px;
}
.recommend-info{
    width: 41%;
    text-align: center;
}
.recommend-video{
    width: 64%;
    background-color: #000;
    position: relative;
}
.recommend-title{
    display: inline-block;
    background-color: #6a12b2;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 0.6rem;
    padding: 4px 9px;
}
.recommend-logo-img{
    width: 100%;
}
.recommend-copyright{
    font-size: 0.625rem;
    text-align: right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    /*height: 1px;*/
    width: 195%;
    float: right;
    margin-top: 2px;
    padding-right: 20px;
    padding-bottom: 8px;
    font-family: 'Verdana', 'Droid Sans';
}

/* トップスライダー */
.recommend{
    margin-bottom: 24px;
}
.swiper-container-top{
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}
.swiper-pagination{
    bottom: 6px!important;
}
.swiper-pagination-bullet-active{
    background: #6a12b2;
    opacity: .8;
}
.yt-player{
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.yt-thumb{
    z-index: 10;
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}
.yt-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Youtubeモーダル */
.yt-close {
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    border-top: 1px solid #ccc;
    padding: 10px;
    color: #21ade5;
    font-weight: bold;
    margin-top: -5px;
    display: block;
    text-align: center;
}
.ytmodal-coupon {
    margin: 20px 0;
}

.mm-trailer {
    /*padding-top: 68%;*/
    position: relative;
}
.yt-trailer {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-container {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.yt-player {
  width: 100%;
  height: 100%;
}

.yt-thumb {
  background: no-repeat center center;
  background-size: cover;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.yt-thumb.active .yt-mark {
  opacity: .5;
}

.yt-mark {
  background: url(/images/aumonday/r18-mark-play.png) no-repeat center center;
  background-size: contain;
  /*margin: -50px 0 0 -50px;*/
  margin: auto;
  position: absolute;
  /*top: 50%;*/
  /*left: 50%;*/
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-yt .yt-mark {
    display: none;
}

/* Android用のモーダル */
.popup-yt{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    box-sizing:border-box;
    padding:0;
    z-index: 1000;
    color:#000;
    display: none;
}
.popup-yt .inner{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-52%);
       -moz-transform: translate(-50%,-52%);
        -ms-transform: translate(-50%,-52%);
         -o-transform: translate(-50%,-52%);
            transform: translate(-50%,-52%);
    display: block;
    width: 96%;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

/* swiper.css を上書き */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2px !important;
}

/* 更新日付 */
.info-date {
    margin-top: -7%;
    padding: 0 5% 5%;
    font-size: clamp(10px, 2.6vw, 13px);
    text-align: right;
}

/* フッター */
footer {
    padding: 0 5% 5%;
    font-size: clamp(10px, 2.6vw, 13px);
    text-align: center;
}
a.footer-link {
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    font-size: clamp(8px, 2.2vw, 11px);
    color: #000;
    line-height: 3em;
}
.footer-copyright {
    margin-top: 2em;
}

/* 劇場クーポン バナー */
.eiga-banner-wrap {
    margin: 4% 5% 8%;
}
.eiga-banner-baloon {
    position: relative;
    margin: 0 1% 6%;
    padding: 3%;
    border-radius: 5px;
    background-color: #6a10b4;
    color: #ffffff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: clamp(12px, 3.7vw, 18px);
    font-weight: 700;
    text-align: center;
}
.eiga-banner-baloon::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #6a10b4;
    transform: rotate(45deg);
}
.eiga-banner-baloon span {
    position: relative;
}

/* 映画・書籍 YouTubeブロック */
.recommend-extra-block {
    color: #000000;
    text-align: center;
    padding: 3% 0;
}
.recommend-extra-button-caption {
    position: relative;
    display: inline-block;
    padding: 0 2.5%;
    font-size: clamp(10px, 2.8vw, 14px);
    font-weight: 500;
}
.recommend-extra-button-caption::before, .recommend-extra-button-caption::after {
    position: absolute;
    content: '';
    height: 1.2em;
    width: 1.5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000000;
}
.recommend-extra-button-caption::before {
    left: 0;
    transform: rotate(-20deg);
}
.recommend-extra-button-caption::after {
    right: 0;
    transform: rotate(20deg);
}
a.recommend-extra-button, a.recommend-extra-button:visited, a.recommend-extra-button:active {
    display: block;
    width: 80%;
    margin: 1% auto;
    padding: 1% 0 2%;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    background-color: #6a12b2;
    text-decoration: none;
    line-height: 1.2em;
    font-size: clamp(13px, 3.6vw, 18px);
}
.recommend-extra-button-small {
    font-size: clamp(10px, 2.8vw, 14px);
}
.music-slider-wrap {
    overflow: hidden;
}
.recommend-music {
    padding: 0;
}
.recommend-image{
    width: 64%;
    background-color: #000;
    position: relative;
}
.recommend-music-title {
    color: #ffffff;
    background-color:#ff197c;
    text-align: center;
    font-size: clamp(13px, 3.6vw, 18px);
    padding: 1%;
}
.recommend-music-wrap {
    align-items: center;
    padding: 0;
}
.recommend-music-info {
    width: 53%;
    padding: 0 1%;
    color: #000000;
}
.recommend-music-image {
    width: 47%;
    padding: 3% 3% 3% 0;
    background-color: #ffffff;
}
.recommend-music-label{
    font-size: clamp(14px, 4.0vw, 20px);
    font-weight: 700;
}
.recommend-music-name {
    font-size: clamp(13px, 3.6vw, 18px);
    font-weight: 700;
}
.release-music-name {
    font-size: clamp(13px, 3.6vw, 18px);
    font-weight: 700;
    line-height: 1.3;
}
.recommend-music-release {
    padding: 2% 0 0;
    font-size: clamp(10px, 2.8vw, 14px);
}
.recommend-music-detail {
    padding: 5% 3% 0;
    font-size: clamp(10px, 2.8vw, 14px);
}
.release-music-detail {
    padding: 2% 3% 0;
    font-size: clamp(10px, 2.8vw, 14px);
    line-height: 1.3;
}
a.recommend-music-button {
    display: block;
    width: 80%;
    margin: 5% auto 0;
    padding: 1% 3% 2%;
    font-size: clamp(12px, 3.2vw, 16px);
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
}
.music-slider-wrap .swiper-pagination {
    position: static;
    margin-top: -4%;
    margin-bottom: 6%;
}

.music-block {
    margin: 27px 16px 14px 16px;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: -3px -4px 12px 0px rgba(0, 0, 0, 0.14);
}
.music-block-type1 .music-block-title {
    padding: 2% 0 2% 0;
    text-align: center;
    background-color: #555555;
    color: #ffffff;
    font-size: clamp(10px, 3vw, 15px);
    font-weight: 700;
}
.music-block-type2 .music-block-inner {
    display:flex;
    align-items:center;
}
.music-block-type2 .music-block-title {
    width:65%;
    padding: 2.5% 3%;
    text-align: center;
    color: #ffffff;
    font-size: clamp(10px, 3vw, 15px);
    font-weight: 700;
}
.music-block-type1 .music-block-detail {
    display: flex;
    align-items: center;
}
.music-block-text {
    width: 65%;
}
.music-block-type1 .music-block-image {
    width: 35%;
    padding: 2% 2% 2% 0;
    margin-top: 0;
}
.music-block-type2 .music-block-image {
    width:35%;
    padding: 2% 3% 2% 0;
}
.music-block-artist {
    margin-top:8%;
    text-align: center;
    color: #000000;
    font-size: clamp(13px, 3.6vw, 18px);
    font-weight: 700;
}
.music-block-type1 .music-block-artist {
    margin-top: 0;
}
.music-block a.recommend-music-button {
    width: 70%;
    margin-top: 4%;
}
.music-block-label {
    position: relative;
    display: inline-block;
    color: #ffff00;
}
.music-block-label::before, .music-block-label::after {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 1em;
    border-left: 2px solid #ffff00;
    top: 0;
    bottom: 0;
    margin: auto;
}
.music-block-label::before {
    transform: rotate(-20deg);
    left: -8%;
}
.music-block-label::after {
    transform: rotate(20deg);
    right: -8%;
}
.music-block-copy {
    font-size: clamp(4px, 1.4vw, 7px);
    text-align: right;
    line-height: 7px;
}

.header-announce {
    background-color: #ffffff;
}

/* 詳細スライダー情報改修 */
.specific-info-label {
    padding: 3% 0 2%;
    /* font-size: clamp(13px, 3vw, 15px); */
    font-size: clamp(12px, 2.8vw, 14px);
    font-weight: 700;
    border-bottom: 1px solid #0000002e;
}
.specific-info-table {
    margin: 0 0 1% 1em;
    border-collapse: collapse;
    /* font-size: clamp(13px, 3vw, 15px); */
    font-size: clamp(12px, 2.8vw, 14px);
}
.specific-info-table th {
    width: 1em;
    text-align-last: justify;
}
.specific-info-table tr {
    vertical-align: top;
}
.specific-info-table th, .specific-info-table td {
    padding: 2% 0 0%;
}
.specific-info-header {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}

/* 詳細スライダー アコーディオン */
.spec-accordion-body {
    height: 200px;
    overflow: hidden;
}
.spec-accordion-block .spec-open {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    background: linear-gradient(transparent, #ffffff 50%);
    transition: margin-top 400ms linear;
}
.spec-accordion-block.accordion-active .spec-open {
    margin-top: 0;
}
.spec-accordion-block .spec-open-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: clamp(12px, 2.8vw, 14px);
    font-weight: 700;
    text-align: center;
}
.spec-accordion-block .spec-open-label::before {
    content: 'もっと見る';
}
.spec-accordion-block.accordion-active .spec-open-label::before {
    content: '閉じる';
}
.spec-open-label::after {
    content: '';
    position: absolute;
    display: block;
    width: 2%;
    height: 0;
    padding-top: 2%;
    top: 0;
    bottom: 5%;
    right: 35%;
    margin: auto;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
}
.spec-accordion-block.accordion-active .spec-open-label::after {
    bottom: -30%;
    transform: rotate(-135deg);
}

/* デザイン修正 2026.3.11 セクションタイトルのPontaくんが出てくる動きなど */
.title-icon {
    transform: scale(0);
}
.observe-target.active .title-icon {
    animation: observe-pop 400ms 100ms linear 1 forwards;
}
@keyframes observe-pop {
    0% {transform: scale(0); animation-timing-function:cubic-bezier(0.41, 0.06, 0.89, 0.57);}
    70% {transform: scale(1.1); animation-timing-function:cubic-bezier(0.18, 0.46, 0.84, 0.55);}
    100% {transform: scale(1);}
}
.title-new1 {
    position: relative;
    background-color: #f3ebfc;
}
.title-eiga1 {
    position: relative;
    margin-top: -15%;
    background-color: #f3ebfc;
}
.title-music1 {
    position: relative;
    margin-top: -22%;
    /* background-color: #f3ebfc; */
}
.title-new-icon {
    position: absolute;
    width: 10%;
    top: 74%;
    left: 9.5%;
}
.title-eiga-icon {
    position: absolute;
    width: 10%;
    top: 70%;
    left: 14%;
}
.title-music-icon {
    position: absolute;
    width: 14%;
    top: 85%;
    right: 2%;
    z-index: 9;
}
.title-new-text, .title-eiga-text {
    margin-top: 4%;
    text-align: center;
    font-size: clamp(12px, 3.7vw, 18px);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}
.title-eiga-text {
    margin-bottom: 5%;
}
.separator-new {
    background-color: #f3ebfc;
}
.separator-bg {
    padding: 1px 0 22%;
    background-color: #f3ebfc;
}
.title-text {
    position: absolute;
    z-index: 8;
    top: 0;
}
.title-cube {
    position: absolute;
    z-index: 1;
}
.title-cube1 {
    width: 9%;
    top: 11%;
    left: 8.5%;
    transform: translate(220%, 100%) scale(0.5) rotate(90deg);
    opacity: 0;
}
.observe-target.active .title-cube1 {
    animation: cube1-pop 300ms 200ms linear 1 forwards;
}
@keyframes cube1-pop {
    0% {transform: translate(220%, 100%) scale(0.5) rotate(90deg); opacity: 0; animation-timing-function:cubic-bezier(0.11, 0.62, 0.49, 0.94);}
    100% {transform: translate(0, 0) scale(1.0) rotate(0); opacity: 1;}
}
.title-cube2 {
    width: 4.5%;
    top: 27%;
    left: 33%;
    transform: translate(170%, 160%) scale(0.8) rotate(-120deg);
    opacity: 0;
}
.observe-target.active .title-cube2 {
    animation: cube2-pop 300ms 200ms linear 1 forwards;
}
@keyframes cube2-pop {
    0% {transform: translate(170%, 160%) scale(0.8) rotate(-120deg); opacity: 0; animation-timing-function:cubic-bezier(0.11, 0.62, 0.49, 0.94);}
    100% {transform: translate(0, 0) scale(1.0) rotate(0); opacity: 1;}
}
.title-cube3 {
    width: 7%;
    top: 40%;
    left: 49%;
    transform: translate(-20%, 70%) scale(0.6) rotate(60deg);
    opacity: 0;
}
.observe-target.active .title-cube3 {
    animation: cube3-pop 300ms 200ms linear 1 forwards;
}
@keyframes cube3-pop {
    0% {transform: translate(-20%, 70%) scale(0.6) rotate(60deg); opacity: 0; animation-timing-function:cubic-bezier(0.11, 0.62, 0.49, 0.94);}
    100% {transform: translate(0, 0) scale(1.0) rotate(0); opacity: 1;}
}
.title-cube4 {
    width: 5%;
    top: 18%;
    left: 65.5%;
    transform: translate(-230%, 190%) scale(0.7) rotate(-100deg);
    opacity: 0;
}
.observe-target.active .title-cube4 {
    animation: cube4-pop 300ms 200ms linear 1 forwards;
}
@keyframes cube4-pop {
    0% {transform: translate(-230%, 190%) scale(0.7) rotate(-100deg); opacity: 0; animation-timing-function:cubic-bezier(0.11, 0.62, 0.49, 0.94);}
    100% {transform: translate(0, 0) scale(1.0) rotate(0); opacity: 1;}
}
.title-cube5 {
    width: 7%;
    top: 12%;
    left: 84.5%;
    transform: translate(-310%, 150%) scale(0.5) rotate(150deg);
    opacity: 0;
}
.observe-target.active .title-cube5 {
    animation: cube5-pop 300ms 200ms linear 1 forwards;
}
@keyframes cube5-pop {
    0% {transform: translate(-310%, 150%) scale(0.5) rotate(150deg); opacity: 0; animation-timing-function:cubic-bezier(0.11, 0.62, 0.49, 0.94);}
    100% {transform: translate(0, 0) scale(1.0) rotate(0); opacity: 1;}
}


/***** MUSIC・BOOKS : 2026/7/8更新～ *****/
.balloon-title {
    position: relative;
    width: 100%;
    margin-top: 7%;
}
.balloon-text {
    position: absolute;
    top: -14%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.balloon-text a {
    width: 39%;
    margin-right: 5%;
}
.balloon-text a:last-child {
    margin-right: 0;
}
.balloon-text .observe-target {
    transform: scale(0);
    transform-origin: center;
}
.balloon-text .observe-target.active {
    animation: observe-pop 400ms linear 1 both;
}
.balloon-text .observe-target.active:nth-child(1) { animation-delay: 0.2s; }
.balloon-text .observe-target.active:nth-child(2) { animation-delay: 0.4s; }

.title-music2 {
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
}
.subtitle-text {
    width: 34%;
}

/* 新着リリース */
.title-release {
    margin-top: 5px;
    padding-left: 28px;
    background-image: url(/images/top/top/title_icon_release.svg);
    background-size: 22px 22px;
}
.recommend-music-type2 {
    margin-top: 7px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-shadow: 2px 2px 6px #0000002d;
}
.recommend-music-type2 .recommend-music-image {
    width: 39%;
    padding: 3% 0 0 3%;
}
.recommend-music-type2 .recommend-music-info {
    width: 61%;
}
.recommend-play-btn a {
    display: block;
    font-size: clamp(12px, 3.6vw, 16px);
    font-weight: 700;
    color: #6a12b2;
    width: 85%;
    margin: 3.5% auto;
    text-decoration: none;
    text-align: center;
}
.recommend-btn {
    margin-bottom: 8%;
}
.recommend-btn a {
    position: relative;
    display: block;
    margin: 0 4% 4%;
    padding: 2%;
    color: #ffffff;
    font-size: clamp(12px, 3.7vw, 18px);
    /* font-weight: 700; */
    background-color: #1a1a1a;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}
.recommend-btn a::after {
    content: '';
    position: absolute;
    display: block;
    width: 3%;
    height: 0;
    padding-top: 3%;
    top: 0;
    bottom: 5%;
    right: 7%;
    margin: auto;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(315deg);
}

/* 動画コメント */
.title-comment {
    margin-top: 5px;
    padding-left: 28px;
    background-image: url(/images/top/top/title_icon_comment.svg);
    background-size: 22px 22px;
}
.recommend-comment {
    margin-top: 7px;
    padding-top: 3%;
    box-shadow: 2px 2px 6px #0000002d;
}
.recommend-comment .recommend-wrap {
    display: flex;
    padding-left: 3%;
    padding-right: 0;
}
.recommend-comment .recommend-video {
    width: 56%;
    /* background-color: #ffffff; */
}
.recommend-comment .recommend-info {
    display: flex;
    width: 44%;
    flex-direction: column;
    justify-content: center;
}

/* PICK UPアーティスト */
.title-pickup {
    margin-top: 5px;
    padding-left: 28px;
    background-image: url(/images/top/top/title_icon_pickup.svg);
    background-size: 22px 22px;
}
.music-block-type3 {
    margin-top: 7px;
    box-shadow: 2px 2px 6px #0000002d;
}
.music-block-type3 .music-block-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.music-block-type3 .music-block-image {
    padding-top: 3%;
    width: 63%;
}
.music-block-type3 .music-block-text {
    width: 100%;
}
.music-block-type3 .music-block-artist {
    margin-top: 3%;
    font-size: clamp(14px, 4.0vw, 20px);
}
.music-block-type3 .recommend-play-btn {
    display: flex;
}
.music-block-type3 .recommend-play-btn a:first-child {border-right: solid 1px #6a12b2;}

.recommend-block {
    background-color: #ffffff;
    border-radius: 4px;
    margin: 20px 15px 50px;
    padding: 12px 0;
    color: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 6px #0000002d;
    /* box-shadow: -3px -4px 12px 0px rgba(0, 0, 0, 0.14); */
}
.recommend-block-wrap {
    display: -webkit-box;
    display: flex;
    padding: 0 10px;
}
.recommend-block-image {
    display: flex;
    width: 35%;
    padding-left: 3%;
    justify-content: center;
}
.recommend-block-info {
    display: flex;
    width: 65%;
    flex-direction: column;
    justify-content: space-between;
}
.recommend-block-text {
    /* margin-top: 4%; */
    display: flex;
    height: 100%;
    color: #000000;
    font-size: clamp(13px, 3.6vw, 18px);
    text-align: center;
    font-weight: 700;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.recommend-block-copyright {
    padding: 10px 0 0;
    font-size: 0.525rem;
    color: #000;
    /* font-family: 'Verdana', 'Droid Sans'; */
}

/* 読み放題雑誌 */
.title-books {
    margin-top: 5px;
    padding-left: 28px;
    background-image: url(/images/top/top/title_icon_books.svg);
    background-size: 22px 22px;
}
.books-slider-wrap {
    overflow: hidden;
}
.books-slider-wrap .swiper-pagination {
    position: static;
    margin-top: -4%;
    margin-bottom: 6%;
}
.books-block {
    background-color: #ffffff;
    border-radius: 4px;
    /* margin: 7px 0 24px; */
    /* padding: 12px 0 0 0; */
    height: 100%;
    color: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 6px #0000002d;
}
.books-block-detail {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.books-block-image {
    display: flex;
    padding: 10% 7% 0;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.books-block .recommend-play-btn a {
    padding: 3% 0;
}
.speech-bubble {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 7px;
    border: 1px solid #000000;
    background-color: #ffffff;
    text-align: center;
    font-size: clamp(10px, 2.8vw, 14px);
    font-weight: 700;
    /* line-height: 1.5; */
    color: #000000;
}
.speech-bubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 6px 6.5px 0 6.5px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
}
.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 4.6px 5px 0 5px;
    border-color: #ffffff transparent transparent;
    translate: -50% 100%;
}

/* PICK UP ムービー */
.pickup-block {
    margin: 0 15px 20px;
    padding: 3%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 6px #0000002d;
}
.pickup-table {
    font-size: clamp(10px, 2.8vw, 14px);
    font-weight: 700;
    line-height: 1.3;
    flex-direction: row;
}
.pickup-table-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px #bbbbbb;
}
.pickup-table-list:last-child {
    border-bottom: 0;
}
.pickup-table-week {
    display: flex;
    width: 20%;
    padding: 3%;
    border-right: solid 1px #bbbbbb;
    font-size: clamp(10px, 2.8vw, 14px);
    flex-direction: column;
    justify-content: center;
}
.pickup-table-week span {
    display: block;
    margin-bottom: 3px;
    padding: 2px;
    font-size: clamp(10px, 2.8vw, 14px);
    border: solid 1px #000000;
    border-radius: 4px;
    text-align: center;
}
.pickup-table-week span:last-child {
    margin-bottom: 0;
}
.pickup-table-info {
    display: flex;
    width: 80%;
    padding: 5% 0 5% 5%;
    align-items: center;
    justify-content: space-between;
}
.pickup-table-text {
    font-size: clamp(12px, 3.6vw, 18px);
    padding-right: 5px;
    line-height: 1.5;
}
.pickup-block-btn {
    width: 39%;
}
.pickup-block-btn a {
    display: block;
    padding: 6%;
    background-color: #6a12b2;
    color: #ffffff;
    border-radius: 50px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.pickup-title {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding-bottom: 3%;
}
.pickup-title-img {
    display: flex;
    width: 30%;
    flex-direction: column;
}
.pickup-title-copyright {
    padding: 5px 0 0;
    font-size: 0.525rem;
}