@charset "UTF-8";:root{--HM_third:#f5f5f5;--primary:#163a64;--white:#fff;--black:#252529;--blue:#345478;--secondary:#cba373;--gray-100:#eee9e4;--bg-03:#fff8f2;--bg-schedule:#f9f9f9;--line:#e8d8c6;--sns-facebook:#0866ff;--sns-line:#06c755;--contact-require:#ff0044;--contact-placeholder:#929294;--contact-error-border:#ff8aa9;--contact-error-bg:#f7ceda}.bg-primary{background-color:var(--primary);color:var(--white)}.bg-secondary{background-color:var(--secondary);color:var(--white)}.bg-light{background-color:var(--bg-03);color:var(--primary)}.bg-light .section-header{color:var(--primary)}.bg-schedule{background-color:var(--bg-schedule)}.bg-gray{background-color:var(--gray-100);color:var(--primary)}.bg-gray .section-header{color:var(--primary)}.u-text-xs{font-size:12px}.u-text-sm{font-size:14px}.u-text-md{font-size:16px}.u-text-lg{font-size:18px}.news-content{margin-top:30px}.news-list{display:flex;flex-direction:column;gap:16px;width:100%;max-width:794px;margin-inline:auto}@media screen and (max-width:480px){.news-list{gap:10px}}.news-item{background-color:var(--white);border:1.5px solid var(--primary);border-radius:7.5px;overflow:hidden}@media screen and (max-width:480px){.news-item{border-width:1px;border-radius:5px}}.news-item-link{display:flex;flex-direction:column;gap:16px;padding:20px;color:var(--primary);text-decoration:none}@media screen and (max-width:480px){.news-item-link{padding:10px;gap:12px}}.news-item-header{display:flex;align-items:center;gap:7.5px}@media screen and (max-width:480px){.news-item-header{gap:5px}}.news-item-label{display:inline-block;padding:3px;background-color:var(--primary);font-weight:700;font-size:14px;line-height:130%;color:var(--white);text-transform:uppercase}@media screen and (max-width:480px){.news-item-label{padding:4px;font-size:10px}}.news-item-date{font-weight:350;font-size:14px;line-height:1.2142857143}@media screen and (max-width:480px){.news-item-date{font-size:12px;line-height:1.1666666667}}.news-item-title{font-weight:350;font-size:16px;line-height:150%}@media screen and (max-width:480px){.news-item-title{font-size:12px}}.news-button{margin-top:30px;text-align:center}@media screen and (max-width:480px){.news-button{margin-top:20px}}.news-button .hm_button{width:100%;max-width:380px}@media screen and (max-width:480px){.news-button .hm_button{min-height:46px}.news-button .hm_button span{font-size:16px}}.breadcrumb ul{display:flex;align-items:center}@media screen and (max-width:480px){.breadcrumb ul{overflow-x:scroll;word-break:keep-all;white-space:nowrap}}.breadcrumb li{color:var(--black);font-size:12px;font-weight:400;line-height:100%;letter-spacing:.72px;margin-left:3px}.breadcrumb li:first-child{margin-left:0}.breadcrumb li:last-child{flex:1}.breadcrumb li a{display:flex;align-items:center;gap:3px;text-decoration:none;color:inherit;transition:all .35s cubic-bezier(.215,.61,.355,1)}@media (hover:hover){.breadcrumb li a:hover{text-decoration:underline;text-underline-offset:2px;opacity:.5}}.breadcrumb li a:after{display:inline-block;font-family:icomoon;content:"\e90d";width:1em;height:1em;font-size:12px;line-height:1}@media screen and (max-width:820px){.breadcrumb li a:after{font-size:10px}}.schedule-heading{padding-bottom:10px;border-bottom:1px solid var(--white);display:flex;flex-direction:column;justify-content:space-between;gap:12px}.schedule-to-all{text-align:right}.schedule-to-all a{text-decoration:none;color:var(--white)}.schedule-to-all-star{color:#cba373}.schedule-container{margin-top:52px}@media screen and (max-width:480px){.schedule-container{margin-top:20px}}.schedule .anchor-area{margin:30px auto 0;max-width:794px}.schedule-tab{position:relative}.schedule-tab-button{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 20px));width:100%;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:5}.schedule-tab-button-next,.schedule-tab-button-prev{display:inline-block;width:18px;height:26px;background-color:var(--secondary);pointer-events:auto;border:none}@media screen and (max-width:480px){.schedule-tab-button-next,.schedule-tab-button-prev{width:12px;height:17px}}.schedule-tab-button-prev{clip-path:polygon(100% 0,0 50%,100% 100%)}.schedule-tab-button-next{clip-path:polygon(0 0,100% 50%,0 100%)}.schedule-tab-wrapper{width:100%;overflow-x:auto}.schedule-tab-wrapper::-webkit-scrollbar{display:none}.schedule-tab-wrapper{scrollbar-width:none}.schedule-tab-list{padding-bottom:40px;display:flex;align-items:center;width:-moz-max-content;width:max-content}@media screen and (max-width:480px){.schedule-tab-list{padding-bottom:28px}}.schedule-tab-item{width:142.8571428571px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;cursor:pointer}.schedule-tab-item-inner{padding:10px 6px 13px}.schedule-tab-item.is-active{background-size:contain;background-repeat:no-repeat;background-position:top center;color:var(--primary);position:relative}.schedule-tab-item.is-active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:40px;background-color:var(--bg-schedule)}@media screen and (max-width:480px){.schedule-tab-item.is-active:after{bottom:12px}}.schedule-tab-item.is-active .schedule-tab-item-inner{background-color:var(--bg-schedule);border-radius:20px 20px 0 0;position:relative;z-index:1}.schedule-tab-item.is-active .schedule-tab-item-inner:before{content:"";position:absolute;left:0;bottom:0;translate:-100% 0;width:60%;height:100%;background-color:var(--primary);border-radius:0 0 16px 0}@media screen and (max-width:480px){.schedule-tab-item.is-active .schedule-tab-item-inner:before{border-radius:0 0 10px 0}}.schedule-tab-item.is-active .schedule-tab-item-inner:after{content:"";position:absolute;right:0;bottom:0;translate:100% 0;width:60%;height:100%;background-color:var(--primary);border-radius:0 0 0 16px}@media screen and (max-width:480px){.schedule-tab-item.is-active .schedule-tab-item-inner:after{border-radius:0 0 0 10px}}@media screen and (max-width:480px){.schedule-tab-item{width:106px;padding-block:8px 12px;gap:4px}}.schedule-tab-date{display:flex;align-items:flex-end;gap:10px;position:relative}.schedule-tab-date .small{font-size:18px;line-height:1.2222222222}.schedule-tab-date .large{font-size:37px;line-height:1}.schedule-tab-date-star{color:#cba373;font-size:17.109px;font-weight:400;position:absolute;bottom:0;right:-22px;z-index:1}.schedule-tab-date.hm-day::after{content:"★";margin-left:-10px;display:inline-block;font-size:17px;line-height:1.2352941176;color:var(--secondary)}@media screen and (max-width:480px){.schedule-tab-date{gap:7px}.schedule-tab-date .small{font-size:12px;line-height:1.1666666667}.schedule-tab-date .large{font-size:24px}.schedule-tab-date.hm-day::after{margin-left:-7px;font-size:11px;line-height:1.1818181818}}.schedule-tab-weekday{font-weight:400;font-size:18px;line-height:1.2222222222;text-align:center}.schedule-content-area{margin-top:-40px;position:relative;width:100%;padding-block:40px;padding-inline:60px;background-color:var(--bg-schedule);border-radius:16px;color:var(--primary)}@media screen and (max-width:768px){.schedule-content-area{padding-block:0 20px;padding-inline:20px}}@media screen and (max-width:480px){.schedule-content-area{padding-inline:15px;border-radius:15px}}.schedule-content{width:100%;max-width:794px;min-height:400px;margin-inline:auto;display:none}.schedule-content.is-active{display:block}.schedule-movie-list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:480px){.schedule-movie-list{gap:13px}}.schedule-movie-item{padding-top:20px}.schedule-movie-item+.schedule-movie-item{border-top:1px solid var(--line)}@media screen and (max-width:480px){.schedule-movie-item{padding-top:13px}}.schedule-movie-information{display:grid;grid-template-columns:auto 1fr;gap:20px;position:relative}@media screen and (max-width:480px){.schedule-movie-information{gap:10px}}.schedule-movie-information-thumbnail{width:90px;aspect-ratio:90/128;flex-shrink:0;rotate:.0000001deg}.schedule-movie-information-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:480px){.schedule-movie-information-thumbnail{width:66px}}.schedule-movie-information-body{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:480px){.schedule-movie-information-body{gap:6px}}.schedule-movie-information-title{font-weight:400;font-size:18px;line-height:1.2222222222}@media screen and (max-width:480px){.schedule-movie-information-title{font-size:14px;line-height:1.2142857143}}.schedule-movie-information-tag-list{display:flex;gap:8px}@media screen and (max-width:480px){.schedule-movie-information-tag-list{gap:6px}}.schedule-movie-information-tag-item{display:inline-block;padding:6px;border-radius:6px;background-color:var(--primary);color:var(--white);font-weight:400;font-size:13px;line-height:1.2307692308}@media screen and (max-width:480px){.schedule-movie-information-tag-item{padding:4px;font-size:12px;line-height:1.1666666667}}.schedule-movie-information-meta{display:flex;flex-direction:column}.schedule-movie-information-description{font-size:14px;color:var(--black)}@media screen and (max-width:480px){.schedule-movie-information-description{font-size:12px}}.schedule-movie-information-duration{font-size:14px;color:var(--black);text-align:right}@media screen and (max-width:480px){.schedule-movie-information-duration{font-size:12px}}.schedule-movie-information-switch{position:absolute;bottom:0;right:0;font-size:14px;line-height:1.2142857143;border:none;background:0 0}.schedule-movie-information-switch::before{content:"スケジュールを閉じる▲";display:inline-block;transition:all .35s cubic-bezier(.215,.61,.355,1);opacity:0;visibility:hidden}.schedule-movie-information-switch::after{position:absolute;top:0;right:0;content:"スケジュールを開く▼";display:inline-block;transition:all .35s cubic-bezier(.215,.61,.355,1)}.schedule-movie-information-switch.is-open::before{opacity:1;visibility:visible}.schedule-movie-information-switch.is-open::after{opacity:0;visibility:hidden}.schedule-showtime-list{margin-top:20px;display:flex;flex-wrap:wrap;gap:16px;height:0;overflow:hidden}@media screen and (max-width:480px){.schedule-showtime-list{margin-top:13px;grid-template-columns:repeat(3,1fr);gap:7px}}.schedule-showtime-item{max-width:119px;border:1px solid var(--primary);border-radius:8px;background-color:var(--white)}@media screen and (max-width:480px){.schedule-showtime-item{max-width:97px}}.schedule-showtime-item.disabled{border-color:var(--gray-100);background:var(--gray-100);pointer-events:none}.schedule-showtime-item.soldout{pointer-events:none}.schedule-showtime-link{display:flex;flex-direction:column;align-items:center;padding:10px;color:var(--primary);text-decoration:none}@media screen and (max-width:480px){.schedule-showtime-link{padding:10px 8px}}.schedule-showtime-time{text-box:revert;font-weight:400;font-size:14px;line-height:1.2142857143;text-align:center}.schedule-showtime-time-start{display:block;font-size:28px;line-height:1.5;font-weight:600;margin-block:6px}.schedule-showtime-screen{margin-top:5px;text-box:revert;font-weight:400;font-size:12px;line-height:1.25;text-align:center}.schedule-showtime-status{margin-top:6px;text-box:revert;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;font-weight:400;font-size:14px;line-height:1.2142857143;text-align:center}.schedule-showtime-status::before{font-weight:400;font-size:36px;line-height:1.2222222222;text-align:center}.schedule-showtime-status.member::before{content:"▲"}.schedule-showtime-status.available::before{content:"●"}.schedule-showtime-status.ended::before{content:"×"}.schedule-showtime-status.over::before{content:"-"}.schedule-buttons{margin-top:50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-template-rows:auto;align-items:center;justify-content:center;gap:30px;width:100%;max-width:790px;margin-inline:auto}@media screen and (max-width:768px){.schedule-buttons{gap:20px}}@media screen and (max-width:480px){.schedule-buttons{margin-top:40px}}.schedule-button .hm_button{width:100%}@media screen and (max-width:480px){.schedule-button .hm_button{min-height:46px}.schedule-button .hm_button span{font-size:16px}}.schedule-purchase-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px 16px;box-sizing:border-box}.schedule-purchase-modal[hidden]{display:none!important}.schedule-purchase-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}.schedule-purchase-modal__box{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:4px;width:100%;max-width:343px;pointer-events:none}.schedule-purchase-modal__box>*{pointer-events:auto}.schedule-purchase-modal__close{flex-shrink:0;width:40px;height:40px;padding:0;border:none;background:var(--white);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.12);transition:all .35s cubic-bezier(.215,.61,.355,1)}@media (hover:hover){.schedule-purchase-modal__close:hover{opacity:var(--hover-opacity)}}.schedule-purchase-modal__close-icon{position:relative;width:18px;height:18px}.schedule-purchase-modal__close-icon::after,.schedule-purchase-modal__close-icon::before{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;background:var(--primary);border-radius:1px}.schedule-purchase-modal__close-icon::before{transform:translate(-50%,-50%) rotate(45deg)}.schedule-purchase-modal__close-icon::after{transform:translate(-50%,-50%) rotate(-45deg)}.schedule-purchase-modal__panel{width:100%;min-height:463px;max-height:min(100vh - 120px,463px);overflow-y:auto;padding:30px;border-radius:30px;background:var(--white);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.schedule-purchase-modal__top{display:flex;flex-direction:column;gap:17px;width:100%}.schedule-purchase-modal__guest-block{display:flex;flex-direction:column;gap:6px;width:100%}.schedule-purchase-modal__btn{display:flex;align-items:center;justify-content:center;gap:12px;min-height:53px;padding:10.8px 20px;border-radius:9.6px;text-decoration:none;font-weight:400;font-size:16px;line-height:normal;text-align:center;box-sizing:border-box;width:100%;transition:all .35s cubic-bezier(.215,.61,.355,1)}@media (hover:hover){.schedule-purchase-modal__btn:hover{opacity:var(--hover-opacity)}}.schedule-purchase-modal__btn--primary{background:var(--primary);border:2px solid var(--primary);color:var(--white)}.schedule-purchase-modal__btn--outline{background:var(--white);border:1px solid var(--primary);color:var(--primary)}.schedule-purchase-modal__btn--secondary{background:var(--secondary);border:2px solid var(--secondary);color:var(--white)}.schedule-purchase-modal__btn-label--register{display:inline-flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:0 4px}.schedule-purchase-modal__register-fee{font-size:14px}.schedule-purchase-modal__btn-arrow{flex-shrink:0;width:24px;height:24px;position:relative}.schedule-purchase-modal__btn-arrow::after{content:"";position:absolute;inset:4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.schedule-purchase-modal__note{margin:0;font-size:12px;line-height:normal;color:#252529}.schedule-purchase-modal__promo{display:flex;flex-direction:column;align-items:center;gap:14px;padding-top:30px;width:100%}.schedule-purchase-modal__promo-title{margin:0;max-width:283px;font-size:18px;font-weight:700;line-height:normal;text-align:center;color:var(--primary)}.schedule-purchase-modal__benefits{margin:0;padding:0;list-style:none;width:100%;display:flex;flex-direction:column;gap:6px}.schedule-purchase-modal__benefit{display:flex;align-items:center;gap:2px;margin:0;font-size:14px;line-height:normal;letter-spacing:.42px;color:#252529}.schedule-purchase-modal__benefit::before{content:"";flex-shrink:0;width:12px;height:12px;border-radius:50%;background:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.5' d='M2.5 6l2.5 2.5L9.5 3.5'/%3E%3C/svg%3E");background-size:10px 10px;background-position:center;background-repeat:no-repeat}html.is-schedule-purchase-modal-open{overflow:hidden}main #cinema-content .section-inner{width:100%;margin-inline:auto;max-width:calc(var(--inner-sm-width) + var(--inner-padding) * 2);padding-inline:calc(var(--inner-padding))}.cinema-filter{padding-top:70px}@media screen and (max-width:480px){.cinema-filter{padding-top:40px}}.cinema-filter-inner{width:100%;margin-inline:auto;max-width:calc(var(--inner-sm-width) + var(--inner-padding) * 2);padding-inline:calc(var(--inner-padding))}.cinema-filter-status{display:flex;justify-content:center;gap:48px;font-size:28px;font-weight:500;letter-spacing:1.12px;color:var(--white)}@media screen and (max-width:480px){.cinema-filter-status{font-size:18px;gap:24px}}.cinema-filter-status-item{padding:0;border:none;background:0 0;color:inherit;font:inherit;cursor:default}.cinema-filter-status-item.is-current{text-decoration:underline;text-underline-offset:4px}.cinema-filter-theater{margin-top:30px}@media screen and (max-width:480px){.cinema-filter-theater{margin-top:20px}}.cinema-filter-mood{margin-top:37.5px;display:flex;flex-direction:column;align-items:center;gap:15px}@media screen and (max-width:480px){.cinema-filter-mood{margin-top:20px;gap:10px}}.cinema-filter-mood .hm_button{width:100%;max-width:380px}.cinema-filter-mood .cinema-filter-mood-wrapper{display:none;width:100%}.cinema-filter-mood.is-open .cinema-filter-mood-wrapper{display:block}.cinema-filter-mood.is-open .hm_button svg{transform:rotate(180deg)}.cinema-filter-mood .hm_button svg{transition:transform .2s ease}.cinema-schedule-by-date{padding-top:50px;width:100%}@media screen and (max-width:480px){.cinema-schedule-by-date{padding-top:30px}}.cinema-schedule-by-date-heading{display:flex;flex-direction:column;gap:12px;width:100%}.cinema-schedule-by-date-title{display:flex;flex-direction:column;gap:5px}.cinema-schedule-by-date-title .cinema-schedule-by-date-label{font-size:24px;font-weight:400;line-height:1.5;color:var(--white)}.cinema-schedule-by-date-title .cinema-schedule-by-date-subtitle{margin:0;font-size:16px;font-weight:350;line-height:normal;color:var(--white)}.cinema-schedule-by-date-legend{margin:0;font-size:14px;font-weight:400;line-height:normal;color:var(--white);flex-shrink:0}.cinema-schedule-by-date-legend .cinema-schedule-by-date-legend-star{color:var(--secondary)}.cinema-schedule-by-date-divider{margin-top:15px;height:0;border-bottom:1px solid var(--white);width:100%}.cinema-schedule-by-date .schedule-container{margin-top:20px}@media screen and (max-width:480px){.cinema-schedule-by-date .schedule-container{margin-top:16px}}.cinema-schedule-by-date .schedule-tab-list li{width:142.8571428571px}@media screen and (max-width:480px){.cinema-schedule-by-date .schedule-tab-list li{width:106px}}.cinema-schedule-by-date .schedule-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:100%;padding:10px 13px;text-decoration:none;color:inherit;box-sizing:border-box;transition:all .35s cubic-bezier(.215,.61,.355,1)}@media (hover:hover){.cinema-schedule-by-date .schedule-tab-item:hover{opacity:var(--hover-opacity)}}@media screen and (max-width:480px){.cinema-schedule-by-date .schedule-tab-item{padding:8px 12px;gap:4px}}.cinema-list{border-radius:20px;background:var(--bg-schedule);padding:60px 100px;display:grid;grid-template-columns:repeat(4,1fr);gap:70px 18px}@media screen and (max-width:480px){.cinema-list{padding:26px 19px;grid-template-columns:repeat(2,1fr);gap:50px 16px}}.cinema-list .cinema-list-coming{display:none}.cinema-list .cinema-list-showing:not(.is-current){display:none}.cinema-list .cinema-list-coming.is-current,.cinema-list .cinema-list-showing.is-current{display:contents}.cinema-list a{display:flex;flex-direction:column;gap:10px;width:100%;text-decoration:none}.cinema-list .cinema-item-img img{width:100%;height:auto}.cinema-list .cinema-item-date{color:var(--black);font-size:13px;font-weight:400;line-height:24px;letter-spacing:.65px;margin-bottom:10px}@media screen and (max-width:480px){.cinema-list .cinema-item-date{font-size:12px}}.cinema-list .cinema-item-title{color:var(--primary);font-size:16px;font-weight:400;line-height:150%}@media screen and (max-width:480px){.cinema-list .cinema-item-title{font-size:14px}}.cinema-list .cinema-item-theater{margin-top:20px;display:flex;gap:6px;flex-wrap:wrap}@media screen and (max-width:480px){.cinema-list .cinema-item-theater{margin-top:10px}}.cinema-list .cinema-item-theater-item{padding:5px 8px;border-radius:3px;background-color:var(--secondary);color:var(--white);font-size:13px;font-weight:400}@media screen and (max-width:480px){.cinema-list .cinema-item-theater-item{font-size:11px}}.theater-list-section{padding-block:70px;background-color:var(--gray-100)}.theater-list-section .theater-list-inner{width:100%;margin-inline:auto;max-width:calc(var(--inner-width) + var(--inner-padding) * 2);padding-inline:calc(var(--inner-padding))}.theater-list-section .theater-list-header{color:var(--primary)}.theater-list-section .theater-list-header .theater-list-header-label{font-size:24px;font-weight:400;line-height:1.5}.theater-list-section .theater-list-header .section-header-title{font-size:16px;font-weight:350;line-height:normal;margin-top:5px}.theater-list-section .theater-list-content{max-width:var(--inner-sm-width);margin-inline:auto;margin-top:38px}.theater-list-section .theater-list-content .theater-list-wrapper{display:none}.theater-list-section .theater-list-content.is-open .theater-list-wrapper{display:block}.theater-list-section .theater-list-content.is-open .theater-list-button svg{transform:rotate(180deg)}.theater-list-section .theater-list-content .theater-list-hero-container{display:none}.theater-list-section .theater-list-content .theater-list-hero-container.is-active{display:block}.theater-list-section .theater-list-button{display:flex;justify-content:center;margin-bottom:30px}@media screen and (max-width:480px){.theater-list-section .theater-list-button{margin-bottom:20px}}.theater-list-section .theater-list-button .hm_button{width:100%;max-width:380px}.theater-list-section .theater-list-button svg{transition:transform .2s ease}.theater-list-section .theater-list-hero{position:relative;margin-top:30px;width:100%;aspect-ratio:794/450;max-height:450px;overflow:hidden;border-radius:0}@media screen and (max-width:480px){.theater-list-section .theater-list-hero{aspect-ratio:343/194;margin-top:15px}}.theater-list-section .theater-list-hero-img{position:absolute;inset:0}.theater-list-section .theater-list-hero-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.theater-list-section .theater-list-hero-copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:0;font-size:32.4px;font-weight:700;line-height:1.5;color:var(--white);text-align:center;text-shadow:2.315px 2.315px 4.63px rgba(0,0,0,.4);pointer-events:none}@media screen and (max-width:480px){.theater-list-section .theater-list-hero-copy{font-size:14px}}.theater-list-section .theater-list-desc{margin-top:30px;margin-bottom:0;font-size:20px;font-weight:600;line-height:1.7;color:var(--black)}@media screen and (max-width:480px){.theater-list-section .theater-list-desc{font-size:16px;font-weight:700;margin-top:20px}}.theater-list-section .theater-list-details{margin-top:30px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5;color:var(--black)}@media screen and (max-width:480px){.theater-list-section .theater-list-details{margin-top:20px;font-size:12px}}.theater-list-section .theater-list-copyright{border-top:1px solid var(--secondary);margin-top:30px;padding-top:15px;font-size:12px;font-weight:400;line-height:1.37;color:#929294}@media screen and (max-width:480px){.theater-list-section .theater-list-copyright{font-size:10px}}