@charset "UTF-8";

header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1005;
  box-sizing: border-box;
}

@media (min-width:1000px) {
  header {
    top: 0;
    z-index: 1005;
  }
}

header .display-none-link {
  display: none!important;
}

header .header-top-link {
  height: 38px;
  background-color: #ececec;
  padding: 0 25px 0 15px;
  position: relative;
}

@media (max-width:575px) {
  header .header-top-link {
    font-size: 11px;
  }
}

@media (max-width:450px) {
  header .header-top-link {
    font-size: 10px;
  }
}

@media (min-width:1024px) {
  header .header-top-link {
    display: none !important;
  }
}

header .header-top-link-one img {
  margin-right: 3px;
}

header .header-top-link-btn a {
  color: #fff;
  background-color: #b1b1b1;
  padding: 5px 12px;
  border-radius: 2px;
  font-size: 10px;
}

@media (max-width:450px) {
  header .header-top-link-btn a {
    font-size: 9px;
  }
}

header .header-top-link a.header-top-link-close {
  position: absolute;
  right: 0;
  top: 0;
}

header .header-container {
  height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
}

@media (min-width:767.98px) {
  header .header-container {
    height: 44px;
  }
}

@media (max-width:375px) {
  header .header-container {
    padding: 0 10px;
  }
}

header a {
  color: #575757;
}

header .header-item a {
  display: block;
}

header .header-item a img {
  max-height: 37px;
}

@media (min-width:767.98px) {
  header .header-item a img {
    margin-left: 0;
    max-width: 210px;
  }
}

@media (max-width:450px) {
  header .header-item a {
    font-size: 9px;
  }
}

@media (max-width:767.98px) {
  header .header-item .icon {
    margin-top: 2px;
  }
}

.color-primary {
  color: #e40012;
}

#mySidenav .icon {
  width: 31px;
  height: 26px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 13px;
}

@media (max-width:768px) {
  #mySidenav .icon {
    margin-right: 20px;
  }
}

@media (max-width:767.98px) {
  #mySidenav .icn-twitter {
    padding: 15px 23px;
  }
}

.i-bg {
  color: #7f7f7f;
}

.i-bg.icon {
  display: block;
  margin: auto;
  height: 21px;
}

.i-bg.icon-schedule {
  background-size: contain;
}

.bg-close:before {
  content: "";
  display: block;
  background-image: url(/https/tjoy.jp/img/front/images/icon/icn_close.png);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 21px;
}

@media (min-width:768px) {
  .bg-close:before {
    background-image: url(/https/tjoy.jp/img/front/images/icon/icn_close_pc.png);
  }
}

.bg-login:before {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icn_login.png);
}

.bg-login:before,.bg-user:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 21px;
  background-size: contain;
}

.bg-user:before {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icn_user.png);
}

.bg-menu:before {
  content: "";
  display: block;
  background-image: url(/https/tjoy.jp/img/front/images/icon/icn_menu.png);
  height: 21px;
}

.bg-layout,.bg-menu:before {
  background-repeat: no-repeat;
  background-position: 50%;
}

.bg-layout {
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin-right: 13px;
}

.bg-close {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icn_close.png);
}

.bg-calen {
  display: inline-block;
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_schedule.png);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin-right: 13px;
}

.bg-gray {
  background-color: #575757;
}

.bg-red {
  background-color: #e30111;
}

.color-white {
  color: #fff!important;
}

.sidenav-container {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.659);
  display: none;
}

@media (min-width:768px) {
  .sidenav-container {
    background-color: #e6e6e6!important;
  }
}

.sidenav--top {
  width: 272px;
  margin: auto 0 auto auto;
  background: #575757;
  padding: 5px 10px 5px 15px;
  font-size: 9px;
}

@media (min-width:768px) {
  .sidenav--top {
    padding: 5px 30px 38px;
    margin: auto 0 auto auto;
    width: 100%;
    background: transparent;
  }

  .sidenav--top .img-fluid {
    opacity: 0;
    visibility: hidden;
  }

  .sidenav--top .js-closeNav {
    color: #575757!important;
  }
}

.Scrollsmooth .sidenav {
  -webkit-overflow-scrolling: touch;
}

.sidenav {
  width: 272px;
  margin: auto 0 auto auto;
  height: calc(100% - 44px);
  transition: .6s;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width:768px) {
  .sidenav {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
  }

  .sidenav .icn-social {
    padding-top: 30.5px;
  }

  .sidenav .icn-social .row {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidenav .icn-social a {
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px;
  }
}

.sidenav ul {
  color: #fff;
  background-color: #fff;
  margin-bottom: 0;
}

@media (min-width:768px) {
  .sidenav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }
}

.sidenav ul li:first-child a:hover {
  background-color: #e30111;
}

.sidenav ul li {
  border-bottom: 1px solid #575757;
}

.sidenav ul li a {
  display: block;
  color: #575757;
  padding: 9px 20px;
}

.sidenav ul li a:hover {
  background-color: #ececec;
  opacity: .8;
}

@media (max-width:768px) {
  .sidenav ul li a {
    padding: 15px 20px;
    font-size: 15px;
  }
}

@media (min-width:768px) {
  .sidenav ul li {
    border: 0;
    padding: 2.5px 3px;
    font-size: 12px;
  }

  .sidenav ul li:first-of-type,.sidenav ul li:nth-of-type(2),.sidenav ul li:nth-of-type(3) {
    width: 50%;
    max-width: 310px;
    background: transparent;
    padding: 2.5px 6.5px;
    padding-bottom: 29.5px;
    font-size: 14px;
  }

  .sidenav ul li:first-of-type a,.sidenav ul li:nth-of-type(2) a,.sidenav ul li:nth-of-type(3) a {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidenav ul li:first-of-type a .icon,.sidenav ul li:nth-of-type(2) a .icon,.sidenav ul li:nth-of-type(3) a .icon {
    margin-right: 13px!important;
  }
}

@media (min-width:768px) and (min-width:768px) {
  .sidenav ul li#profile-item {
    display: none;
  }
}

@media (min-width:768px) {
  .sidenav ul li#access-item,.sidenav ul li#cinema-item,.sidenav ul li#schedule-item {
    width: 33.33333333333333%;
    font-size: 14px;
  }

  .sidenav ul li#access-item a,.sidenav ul li#cinema-item a,.sidenav ul li#schedule-item a {
    height: 80px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidenav ul li#access-item a .icon,.sidenav ul li#cinema-item a .icon,.sidenav ul li#schedule-item a .icon {
    margin-right: 13px!important;
    width: 35px!important;
    height: 31px!important;
  }

  .sidenav ul li#adticket-item,.sidenav ul li#campaign-item,.sidenav ul li#concession-item,.sidenav ul li#event-item,.sidenav ul li#facilities-item,.sidenav ul li#present-item,.sidenav ul li#price-item,.sidenav ul li#theaternews-item {
    width: 12.5%;
    padding-bottom: 21.5px;
  }

  .sidenav ul li#adticket-item a,.sidenav ul li#campaign-item a,.sidenav ul li#concession-item a,.sidenav ul li#event-item a,.sidenav ul li#facilities-item a,.sidenav ul li#present-item a,.sidenav ul li#price-item a,.sidenav ul li#theaternews-item a {
    height: 80px;
    padding: 11px 5px 4px;
  }
}

@media (min-width:768px) and (min-width:768px) {
  .sidenav ul li#adticket-item a,.sidenav ul li#campaign-item a,.sidenav ul li#concession-item a,.sidenav ul li#event-item a,.sidenav ul li#facilities-item a,.sidenav ul li#present-item a,.sidenav ul li#price-item a,.sidenav ul li#theaternews-item a {
    line-height: 1.2;
  }
}

@media (min-width:768px) {
  .sidenav ul li#adticket-item a .icon,.sidenav ul li#campaign-item a .icon,.sidenav ul li#concession-item a .icon,.sidenav ul li#event-item a .icon,.sidenav ul li#facilities-item a .icon,.sidenav ul li#present-item a .icon,.sidenav ul li#price-item a .icon,.sidenav ul li#theaternews-item a .icon {
    width: 43px!important;
    height: 31px!important;
  }
}

@media (min-width:768px) and (min-width:768px) {
  .sidenav ul li#adticket-item a .icon,.sidenav ul li#campaign-item a .icon,.sidenav ul li#concession-item a .icon,.sidenav ul li#event-item a .icon,.sidenav ul li#facilities-item a .icon,.sidenav ul li#present-item a .icon,.sidenav ul li#price-item a .icon,.sidenav ul li#theaternews-item a .icon {
    margin-bottom: 6px;
  }
}

@media (min-width:768px) {
  .sidenav ul li#concession-item~li {
    width: 14.28571428571429%;
  }

  .sidenav ul li li:last-child {
    border-bottom: none;
  }

  .sidenav ul li a {
    background-color: #fff;
    border-radius: 4px;
    height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    color: #575757;
  }

  .sidenav ul li a .icon {
    margin-right: 0!important;
  }

  .sidenav ul li a:hover {
    background-color: #f0f0f0;
  }

  .sidenav ul li.bg-red a,.sidenav ul li.bg-red a:hover {
    background-color: #ca1119;
  }

  .sidenav ul li#schedule-item a {
    color: #e40012;
  }

  .sidenav ul li#cinema-item a {
    color: #2857b8;
  }

  .sidenav ul li#access-item a {
    color: #19942e;
  }

  .sidenav ul li#adticket-item a {
    color: #8443d4;
  }

  .sidenav ul li#present-item a {
    color: #f24242;
  }

  .sidenav ul li#event-item a {
    color: #008c8a;
  }

  .sidenav ul li#campaign-item a {
    color: #9f7f00;
  }

  .sidenav ul li#theaternews-item a {
    color: #d33cae;
  }

  .sidenav ul li#price-item a {
    color: #0f81a5;
  }

  .sidenav ul li#facilities-item a {
    color: #db0051;
  }

  .sidenav ul li#concession-item a {
    color: #cd5200;
  }
}

.sidenav ul li.break-item {
  padding: 0!important;
  width: 100%!important;
  max-width: 100%!important;
  border: 0!important;
}

@media (max-width:768px) {
  .sidenav ul li.break-item {
    display: none;
  }
}

.sidenav::-webkit-scrollbar {
  width: 8px;
}

.sidenav::-webkit-scrollbar-track {
  background: #575757;
  border-left: 2px solid #575757;
  border-right: 2px solid #575757;
}

.sidenav::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-left: 2px solid #575757;
  border-right: 2px solid #575757;
}

@media (max-width:768px) {
  footer .footer-copyright {
    background-color: #797979;
  }
}

footer .footer-bottom {
  border-top: 1px solid #575755;
}

@media (max-width:768px) {
  footer .footer-bottom a {
    padding: 12px 0;
    display: block;
    border-right: 0;
    color: #000;
    border-bottom: 1px solid #000;
  }
}

@media (max-width:768px) {
  footer .icn-social .icn-twitter {
    background-color: #000;
    padding: 16px 0;
  }
}

.stop-scroll-body {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: scroll;
  overflow-x: auto;
}

.text-one {
  position: fixed;
}

.btn-schedule:hover {
  color: #e40012;
}

.header-carousel .slick-next,.header-carousel .slick-prev {
  background: none;
  opacity: 1;
  height: auto;
  z-index: 9999;
  padding: 7px;
  width: 30px;
}

@media (min-width:767.98px) {
  .header-carousel .slick-next,.header-carousel .slick-prev {
    height: auto;
    width: 80px;
    opacity: 1;
  }
}

.header-carousel .slick-prev {
  left: 4vw;
}

@media (min-width:575.98px) and (max-width:768px) {
  .header-carousel .slick-prev {
    right: 3vw;
  }
}

@media (min-width:992px) {
  .header-carousel .slick-prev {
    background: red;
    left: calc((100vw - 980px)/2)!important;
  }
}

@media (min-width:960px) and (max-width:991px) {
  .header-carousel .slick-prev {
    background: red;
    left: calc((100vw - 950px)/2)!important;
  }
}

.header-carousel .slick-prev:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow_left.png);
}

.header-carousel .slick-next {
  right: 4vw;
}

@media (min-width:575.98px) and (max-width:768px) {
  .header-carousel .slick-next {
    right: 4vw;
  }
}

@media (min-width:992px) {
  .header-carousel .slick-next {
    right: calc((100vw - 980px)/2)!important;
  }
}

@media (min-width:960px) and (max-width:991px) {
  .header-carousel .slick-next {
    right: calc((100vw - 950px)/2)!important;
  }
}

.header-carousel .slick-next:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow_right.png);
}

.header-carousel .slick-dots {
  bottom: -32px;
}

.header-carousel .slick-dots li.slick-active button:before {
  color: #575757;
  background-color: #575757;
  opacity: .75;
  content: "";
}

.header-carousel .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  border: 1px solid #575757;
  content: "";
}

.header-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.header-carousel-wrap {
  margin-bottom: 42px;
}

@media (min-width:767.98px) {
  .header-carousel-wrap {
    margin-bottom: 56px;
  }
}

.header-carousel-wrap li {
  height: 300px;
}

@media (min-width:767.98px) {
  .header-carousel-wrap li {
    height: 360px;
  }
}

@media (min-width:1024px) {
  .header-carousel-wrap li {
    height: 576px;
  }
}

.icn-social .icn-twitter {
  background-color: #000;
  text-align: center;
  padding: 9px 0;
  display: block;
}

@media (max-width:768px) {
  .icn-social .icn-twitter {
    background-color: #000;
    padding: 10px 0;
  }
}

@media (min-width:1024px) {
  .icn-social .icn-twitter:hover {
    opacity: .8;
  }
}

@media (max-width:768px) {
  #mySidenav .icn-social .icn-twitter {
    text-align: left;
  }
}

footer .icn-twitter {
  display: block;
  height: 46px;
}

@media (max-width:768px) {
  footer .icn-twitter {
    background-color: #000;
    padding: 16px 0;
    height: 56px;
  }
}

footer .flex-1 {
  -ms-flex: 1;
  flex: 1;
}

footer.page-footer {
  background-color: #21211f;
  color: #fff;
  font-size: 12px;
  padding: 0;
}

@media (max-width:768px) {
  footer.page-footer {
    background-color: #fff;
  }
}

footer.page-footer ul.list-unstyled {
  margin-bottom: 0;
}

footer.page-footer .list-unstyled li {
  padding: 0 0 3px;
}

footer.page-footer .list-unstyled li:last-child {
  padding: 0;
}

footer.page-footer .page-footer-inner {
  padding: 15px 15px 10px;
}

footer .footer-copyright {
  background-color: #575757;
  position: relative;
  padding: 10px 0;
}

@media (max-width:768px) {
  footer .footer-copyright {
    background-color: #797979;
    padding: 16px 0;
    min-height: 50px;
    font-size: 9px;
  }
}

@media (max-width:450px) {
  footer .footer-copyright {
    font-size: 9px;
  }
}

footer .footer-copyright .icn-arrow-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 67px;
    height: 67px;
}
@media (max-width: 576px){
    footer .footer-copyright .icn-arrow-top {
        right: 10px;
        bottom: 30px;
        width: 54px;
        height: 54px;
    }
}

footer .footer-bottom {
  padding: 14px 0;
}

@media (max-width:768px) {
  footer .footer-bottom {
    background-color: #fff;
    padding: 0!important;
  }
}

@media (min-width:768px) {
  footer .footer-bottom {
    border-top: 1px solid #686868;
  }
}

footer .footer-bottom a {
  border-right: 1px solid #fff;
}

@media (max-width:768px) {
  footer .footer-bottom a {
    padding: 16px 0 15px;
    display: block;
    border-right: 0!important;
    background: #565656;
    border-bottom: 1px solid #676767;
    font-size: 16px;
  }
}

footer .footer-bottom a:last-child {
  border-right: 0;
}

footer.page-footer a {
  color: #fff;
}

@media (min-width:1024px) {
  footer.page-footer a:hover {
    opacity: .8;
  }
}

.icon {
  display: inline-block;
  width: 30px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

@media (min-width:575px) {
  .icon {
    width: 43px;
    height: 31px;
    background-size: contain;
  }
}

.icon-login {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_login.png);
}

.icon-login-menu {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_login-menu.png);
}

.icon-sign-up {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_sign-up.png);
}

.icon-schedule {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_schedule.png);
}

.icon-cinema {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_cinema.png);
}

.icon-access {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_access.png);
}

.icon-schedule-white {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_schedule-white.png);
}

.icon-theaternews {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_theaternews.png);
}

.icon-campaign {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_campaign.png);
}

.icon-adticket {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_adticket.png);
}

.icon-price {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_price.png);
}

.icon-present {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_present.png);
}

.icon-facilities {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_facilities.png);
}

.icon-concession {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_concession.png);
}

.icon-event {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_event.png);
}

.icon-qa {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_qa.png);
}

.icon-new-user {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_new-user.png);
}

.icon-book {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_book.png);
}

.icon-key {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_key.png);
}

.icon-note {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_note.png);
}

.icon-calculator {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_calculator.png);
}

.icon-user-gray {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_user-gray.png);
}

.icon-run {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_run.png);
}

.icon-schedule-tab {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_schedule-tab.png);
}

.icon-setting {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_setting.png);
}

.icon-user {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_user.png);
}

.icon-print {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_print.png);
}

.icon-question {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_question.png);
}

.icon-bylaw {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_bylaw.png);
}

.icon-map {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_map.png);
}

.icon-label6 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_label6.png);
}

.icon-label5,.popup-icon-label5 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_label5.png);
}

.icon-label4,.popup-icon-label4 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_label4.png);
}

.icon-label3,.popup-icon-label3 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_label3.png);
}

.icon-label2,.popup-icon-label2 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_label2.png);
}

.icon-label1,.popup-icon-label1 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_label1.png);
}

.icon-kinepass {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_kinepass.png);
}

.icon-mypage {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_mypage.png);
}

.icon-foodorder-red {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_foodorder_red.png);
}

.icon-foodorder-white {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_foodorder_white.png);
}

.icon-logout {
  background-image: url(/https/tjoy.jp/img/front/images/icon/icon_logout.png);
}

.icon-label5,.popup-icon-label5 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/popup_icon_label5.png);
}

.icon-label4,.popup-icon-label4 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/popup_icon_label4.png);
}

.icon-label3,.popup-icon-label3 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/popup_icon_label3.png);
}

.icon-label2,.popup-icon-label2 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/popup_icon_label2.png);
}

.icon-label1,.popup-icon-label1 {
  background-image: url(/https/tjoy.jp/img/front/images/icon/popup_icon_label1.png);
}

body {
  font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
  font-size: 12px;
  color: #000;
}

.container {
  max-width: 1000px;
}

ul {
  list-style: none;
  padding-left: 0;
}

a:hover {
  text-decoration: none;
}

a:link img:hover {
  opacity: .8;
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
  cursor: pointer;
}

a:not([href]):hover img {
  opacity: 1!important;
  cursor: default!important;
}

a:-webkit-any-link:hover img {
  opacity: .8!important;
  cursor: pointer!important;
}

.cusor-img img,a[data-toggle]:hover img {
  opacity: .8!important;
  cursor: pointer!important;
}

div,p,span {
  word-wrap: break-word;
  word-break: break-all;
}

.main-ttl {
  margin-bottom: 19px;
  font-size: 24px;
  color: #010101;
  font-weight: 700;
}

@media (min-width:575.98px) {
  .main-ttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
}

.main-ttl-icon {
  margin-right: 7px;
  width: 24px;
}

@media (min-width:575.98px) {
  .main-ttl-icon {
    margin-right: 15px;
    width: 32px;
  }
}

.main-ttl span {
  padding-top: 4px;
}

.heading-logo .main-ttl {
  color: #0f243e;
}

@media (max-width:575.98px) {
  .heading-logo .main-ttl {
    font-size: 20px;
  }
}

.inner-container {
  min-height: auto;
}

.inner-container:after {
  content: "";
  clear: both;
  display: table;
}

.breadcrumb-container {
  margin-bottom: 32px;
}

.breadcrumb-container .breadcrumb {
  padding: 12px 0 0;
  margin-bottom: 0;
  background-color: transparent;
}

@media (min-width:575.98px) {
  .breadcrumb-container .breadcrumb {
    padding: 24px 0 0;
  }
}

.breadcrumb-container .breadcrumb-item {
  font-size: 10px;
  color: #0f243e;
}

@media (min-width:575.98px) {
  .breadcrumb-container .breadcrumb-item {
    font-size: 12px;
  }
}

.breadcrumb-container .breadcrumb-item a {
  color: #333;
  border-bottom: 1px solid #333;
  display: inline-block;
  line-height: 1.2;
}

.breadcrumb-container .breadcrumb-item+.breadcrumb-item:before {
  content: "＞";
}

.modal-container .modal-header {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
  margin-bottom: 15px;
  padding: 0;
}

.modal-container .modal-body {
  padding: 0;
}

.modal-container .modal-body ul {
  list-style-type: disc;
  margin-left: 5px;
}

.modal-container .modal-content {
  border-radius: 4px;
  padding: 25px 15px;
}

.modal-container .modal-footer {
  margin: 22px 0 0;
  border-top: 0;
  padding: 0;
}

.modal-container .modal-footer button {
  width: 100%;
  border-radius: 0;
}

.modal-container .modal01-body {
  border: 1px solid #d4d4d4;
  padding: 5px;
  max-height: 250px;
  overflow-y: auto;
}

@media (max-width:768px) {
  .modal-container .modal01-body {
    max-height: 320px;
  }
}

.modal-container .modal01-body ul {
  list-style-type: none;
}

.modal-container .modal01-footer {
  padding: 0;
  border: 0;
}

.modal-container .modal01-footer button {
  background: none;
  border: 1px solid #686868;
  width: 100%;
  border-radius: 0;
  color: #686868;
}

.modal-container .modal01-footer button:hover {
  background-color: #ececec;
}

.modal-container.modal03 .modal-footer {
  width: 42%!important;
  background-color: #c6c7c8;
}

.modal-container.modal03 .modal-footer .btn {
  color: #000;
}

.modal-container.modal04 .btn:first-child {
  background: #49bbb5;
}

.modal-container.modal04 .btn:last-child {
  background: #009ee7;
}

.modal-container.modal04 .date {
  color: #49bbb5;
  font-size: 20px;
  margin-top: 10px;
}

@media (min-width:575px) {
  .modal-container.modal04 .date {
    font-size: 40px;
  }
}

.modal-container.modal04 .modal-error {
  color: #e40012;
  max-width: 80%;
}

.modal-container.modal05 p {
  margin-bottom: 5px;
}

.modal-container.modal05 .modal-list dt {
  float: left;
}

.modal-container.modal05 .modal-list dd {
  margin-left: 5px;
}

@media (min-width:767.98px) {
  .modal-container.comment-modal .modal-dialog {
    max-width: 740px;
  }
}

.modal-container.comment-modal .modal-content {
  padding: 20px 16px;
}

.modal-container.comment-modal .modal-content .modal-body {
  max-height: 355px;
  overflow-y: scroll;
  border: 1px solid #d4d4d4;
  padding: 12px;
}

@media (min-width:575.98px) {
  .modal-container.comment-modal .modal-content .modal-body {
    padding: 10px 16px;
  }
}

.modal-container.comment-modal .modal-content .modal-body .section-content-header {
  margin-bottom: 3px;
}

.modal-container.comment-modal .modal-content .modal-body .section-info-content .icon {
  width: 83px;
}

.modal-container.comment-modal .modal-content .modal-body article {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width:575.98px) {
  .modal-container.comment-modal .modal-content .modal-body article {
    margin-bottom: 24px;
  }
}

.modal-container.comment-modal .modal-content .modal-body article:last-child {
  margin-bottom: 0;
}

.modal-container.comment-modal .modal-content .modal-body article p {
  background: #ededed;
  padding: 14px;
  margin-bottom: 0;
}

.modal-container.comment-modal .modal-content .modal-footer {
  margin-bottom: 0;
}

.modal-container.comment-modal .modal-content .modal-footer .btn {
  background: #fff;
  border: 1px solid #686868;
  padding: 9px;
  color: #686868;
}

.modal-container.social-modal .social-modal-container {
  margin-top: 10px;
}

.modal-container.social-modal .social-modal-container a {
  height: 56px;
  width: 56px;
  border-radius: 50%;
}

.modal-container.social-modal .social-modal-container a img {
  width: 47%;
}

.modal-container.social-modal .social-modal-container .btn-twitter {
  background: #000;
  line-height: 4.5;
  text-align: center;
  margin-right: 10px;
}

.modal-container.social-modal .social-modal-container .btn-facebook {
  margin-left: 10px;
  background: #3b5998;
  line-height: 4.4;
  text-align: center;
}

.modal-container.social-modal .social-modal-container .modal-body,.modal-container.social-modal .social-modal-container .modal-body .social-text {
  font-size: 14px;
}

.modal-container.modal05 .btn,.modal-container.modal06 .btn {
  background: #009ee7;
}

.modal-container.modal03 .btn,.modal-container.modal04 .btn,.modal-container.modal05 .btn,.modal-container.modal06 .btn {
  font-weight: 600;
  color: #fff;
}

.modal-container.modal03 .icon-text-style,.modal-container.modal03 .lb-text,.modal-container.modal04 .icon-text-style,.modal-container.modal04 .lb-text,.modal-container.modal05 .icon-text-style,.modal-container.modal05 .lb-text,.modal-container.modal06 .icon-text-style,.modal-container.modal06 .lb-text {
  padding: 6px 18px;
}

.modal-container.modal03 .modal-footer,.modal-container.modal04 .modal-footer,.modal-container.modal05 .modal-footer,.modal-container.modal06 .modal-footer {
  width: 82%;
}

.modal-container.modal03 .modal-header,.modal-container.modal04 .modal-header,.modal-container.modal05 .modal-header,.modal-container.modal06 .modal-header {
  color: #e51a3e;
}

.modal-container .btn {
  padding: 13px;
}

.modal-container .modal-logo {
  margin-bottom: 15px;
}

.modal-container .modal-list {
  margin-top: 10px;
}

.modal-container.social-modal .btn {
  background: #fff;
  border: 1px solid #686868;
  color: #686868;
}

.vertical-alignment-helper {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: .5rem;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}

.main-modal.emergency-modal .modal-dialog {
  max-width: 740px;
}

@media (max-width:767.98px) {
  .main-modal.emergency-modal .modal-dialog {
    margin: 10px;
  }
}

.main-modal.emergency-modal .modal-content {
  overflow: hidden;
  border-radius: 4px;
  padding: 22px 34px 19px;
}

@media (min-width:767.98px) {
  .main-modal.emergency-modal .modal-content {
    min-height: 240px;
    max-width: 740px;
  }
}

@media (max-width:767.98px) {
  .main-modal.emergency-modal .modal-content {
    padding: 10px 14px 12px;
  }
}

.main-modal.emergency-modal .modal-header {
  margin-bottom: 22px;
  font-size: 24px;
  color: #414b5b;
  display: block;
  padding: 0;
  font-weight: 700;
}

@media (max-width:767.98px) {
  .main-modal.emergency-modal .modal-header {
    margin-bottom: 22px;
  }
}

.main-modal.emergency-modal .modal-body {
  border: none;
  padding: 0 12px;
  font-size: 15px;
  color: #414b5b;
  margin-bottom: 1.7rem;
  overflow: auto;
}

@media (min-width: 992px) {
    .main-modal.emergency-modal .modal-body {
        max-height: 380px;
    }
}

.main-modal.emergency-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}

.main-modal.emergency-modal .modal-body::-webkit-scrollbar-track {
    background: #d4d4d4;
    border-left: 0 solid #d4d4d4;
    border-right: 0 solid #d4d4d4;
}

.main-modal.emergency-modal .modal-body::-webkit-scrollbar-thumb {
    background: #686868;
    border-left: 0 solid #d4d4d4;
    border-right: 0 solid #d4d4d4;
}

@media (max-width:767.98px) {
  .main-modal.emergency-modal .modal-body {
    font-size: 14px;
    padding: 0 18px;
  }
}

.main-modal.emergency-modal .modal-body p {
  margin-bottom: 0;
}

.main-modal.emergency-modal .modal-body p:last-child {
  margin-bottom: 1rem;
}

.main-modal.emergency-modal .modal-body p a {
  color: #4796d3;
  text-decoration: underline;
}

.main-modal.emergency-modal .modal-footer {
  margin-top: 0;
  padding: 0;
}

.main-modal.emergency-modal .modal-footer button {
  padding: 9px 13px;
  border-radius: 4px;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}

.top-page-modal .modal-dialog {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.top-page-modal .modal-dialog.txt-login-notification {
    pointer-events: auto;
}

@media (max-width:414px) {
  .top-page-modal .modal-dialog {
    margin: 0 auto;
    padding: 13px 11px;
  }

  .top-page-modal .modal-dialog .modal-content {
    height: 100%;
  }

  .top-page-modal .modal-dialog .modal-content .modal-body {
    max-height: 525px;
  }
}

.top-page-modal.modal-container .modal-content {
  border-radius: 4px;
  padding: 12px 7px 10px 17px;
}

.top-page-modal.modal-container .modal-body {
  border: 0;
  padding: 0;
  min-height: 340px;
  padding-right: 10px;
}

.top-page-modal.modal-container .modal-header {
  margin-bottom: 19px;
  color: #0f243e;
}

.top-page-modal.modal-container .modal-body ul {
  margin-left: 0;
  margin-bottom: calc(1rem - 5px);
}

.top-page-modal.modal-container .modal-body ul li {
  padding-bottom: 11px;
}

.top-page-modal.modal-container ul li.pb-1 {
  padding-bottom: 12px!important;
}

.top-page-modal.modal-container ul li.pb-2 {
  padding-bottom: 20px!important;
}

.top-page-modal.modal-container ul li.has-icon.pb-2 {
  padding-bottom: 24px!important;
}

.top-page-modal.modal-container ul li i {
  width: auto;
  min-width: 25px;
  height: auto;
  min-height: 25px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.top-page-modal.modal-container ul li i.badge {
  min-height: auto;
  min-width: 40px;
  border-radius: 2px!important;
  vertical-align: top;
  padding-top: 1px;
  padding-bottom: 1px;
}

.top-page-modal.modal-container ul li i.badge+span {
  width: 100%;
  vertical-align: top;
  margin-top: -1px;
}

.top-page-modal.modal-container ul li i.age-badge {
  min-width: 36px;
  min-height: 12px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e0e0e0;
  color: #414b5b;
  font-weight: 400;
}

.top-page-modal.modal-container ul li i.lb-rate-gray {
  color: #686868;
}

.top-page-modal.modal-container ul li span {
  vertical-align: middle;
  font-size: 14px;
  color: #0f243e;
  line-height: 17px;
}

.top-page-modal.modal-container .modal-footer {
  margin-top: 24px;
  padding-right: 10px;
}

.top-page-modal.modal-container .modal-footer .btn {
  font-size: 15px;
  border-radius: 4px;
  padding: 10px;
  color: #0f243e;
}

.lb-icon {
  padding: .2em .4em .09em;
  margin-bottom: 4px;
  font-size: 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #fff;
  font-style: normal;
}

@media (min-width:767.98px) {
  .lb-icon {
    font-size: 12px;
    border-radius: 1px;
    padding: .2em .4em .1em;
  }
}

.lb-rate-gray,.lb-rate-red {
  background-color: transparent;
}

.lb-rate-red {
  border-color: #ca1119;
  color: #ca1119;
}

.lb-rate-red-bg {
  background-color: #ca1119;
}

.lb-rate-gray {
  border-color: #686868;
  color: #686868;
}

.lb-rate-dub {
  background-color: #686868;
  border-color: #686868;
}

.lb-rate-imax {
  background-color: #ae82d8;
}

.lb-rate-mx {
  background-color: #828ed8;
}

.lb-rate-mx-blue {
  background-color: #64a6c2;
}

.lb-rate-dolby {
  background-color: #58af8f;
}

.lb-rate-screenx {
  background-color: #e78e3c;
}

.lb-free {
  background-color: transparent;
  border-color: #707070;
  color: #686868;
}

.lb-campaign,.lb-event,.lb-theater {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.lb-theater {
  background-color: #d846b4;
  border-color: #d846b4;
}

.lb-campaign {
  background-color: #cba300;
  border-color: #cba300;
}

.lb-event {
  background-color: #009a98;
  border-color: #009a98;
}

.lb-rounded-red {
  background-color: #e40012;
  border-radius: 24px;
}

.coupon-campaign,.coupon-event,.coupon-event-2,.coupon-guidance,.coupon-noline,.coupon-notice,.coupon-price,.coupon-theater,.coupon-ticket {
  min-width: 55px;
  padding: .2em .4em .1em;
  font-size: 11px;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #0c0c0c;
  font-weight: 400;
}

@media (min-width:767.98px) {
  .coupon-campaign,.coupon-event,.coupon-event-2,.coupon-guidance,.coupon-noline,.coupon-notice,.coupon-price,.coupon-theater,.coupon-ticket {
    font-size: 12px;
    padding: .2em .65em .09em;
    min-width: 65px;
  }
}

.coupon-campaign {
  border-color: #c49f1d;
}

.coupon-event {
  border-color: #813ed4;
}

.coupon-ticket {
  border-color: #208aad;
}

.coupon-theater {
  border-color: #f66bd4;
}

.coupon-guidance {
  border-color: #2f9e41;
}

.coupon-event-2 {
  border-color: #009a98;
}

.coup {
  display: inline-block;
  vertical-align: middle;
  padding: 1.5px 7px;
  border: 1px solid transparent;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
}

.coup-rate {
  color: #686868;
  border-color: #686868;
}

.coup-rate--02 {
  color: #414b5b!important;
  background: #e0e0e0!important;
  border-color: #e0e0e0!important;
  border-radius: 3px;
  margin-left: 1px;
}

.clr-gray {
  color: #686868!important;
}

.cb-custom {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  color: #414b5b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cb-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #a2a2a2;
}

.cb-custom:hover input~.checkmark {
  background-color: #ccc;
}

.cb-custom input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-custom input:checked~.checkmark:after {
  display: block;
}

.cb-custom .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #ca1119;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.rb-custom {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rb-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.rbcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a4a4a4;
}

.rb-custom:hover input~.rbcheckmark {
  background-color: #ccc;
}

.rb-custom input:checked~.rbcheckmark {
  background-color: #fdfdfd;
  border: 1px solid #a4a4a4;
}

.rbcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

.rb-custom input:checked~.rbcheckmark:after {
  display: block;
}

.rb-custom .rbcheckmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ca1119;
}

.group-select-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.group-select-common select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #a2a2a2;
}

.group-select-common select::-ms-expand {
  display: none;
}

.group-select-common .select-wrapper {
  position: relative;
}

.group-select-common .select-wrapper:after {
  content: "▼";
  font-size: 28px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: #a2a2a2;
  color: #fff;
  font-size: 12px;
  pointer-events: none;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:767.98px) {
  .group-select-common .select-wrapper:after {
    font-size: 11px;
    width: 27px;
  }
}

@media (max-width:360px) {
  .group-select-common .select-wrapper:after {
    font-size: 10px;
    width: 20px;
  }
}

.group-select-common span {
  margin: 0 9px;
  font-size: 15px;
  color: #414b5b;
}

@media (max-width:767.98px) {
  .group-select-common span {
    margin: 0 6px;
  }
}

@media (max-width:360px) {
  .group-select-common span {
    margin: 0 5px;
    font-size: 12px;
  }
}

.group-select-common .select-day,.group-select-common .select-month,.group-select-common .select-year {
  height: 36px;
  padding-right: 20px!important;
}

@media (max-width:360px) {
  .group-select-common .select-day,.group-select-common .select-month,.group-select-common .select-year {
    height: 30px!important;
    font-size: 12px!important;
  }
}

@media (min-width:360px) {
  .group-select-common .select-day,.group-select-common .select-month,.group-select-common .select-year {
    padding-right: 30px!important;
  }
}

.group-select-common .select-year {
  width: 100px;
}

@media (max-width:767.98px) {
  .group-select-common .select-year {
    width: 90px;
  }
}

@media (max-width:360px) {
  .group-select-common .select-year {
    width: 75px;
  }
}

.group-select-common .select-day,.group-select-common .select-month {
  width: 85px;
}

@media (max-width:767.98px) {
  .group-select-common .select-day,.group-select-common .select-month {
    width: 70px;
  }
}

@media (max-width:360px) {
  .group-select-common .select-day,.group-select-common .select-month {
    width: 60px;
  }
}

.postal-code {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.postal-code span {
  margin: 0 10px;
}

.postal-code .f-code,.postal-code .l-code {
  height: 36px;
  font-size: 15px!important;
  padding: 8px;
}

.postal-code .f-code {
  width: 55px;
}

.postal-code .l-code {
  width: 71px;
}

.form-group-control .form-control {
  padding: 9px 8px;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  font-size: 15px;
  line-height: normal;
  height: 37px;
}

@media (max-width:360px) {
  .form-group-control .form-control {
    font-size: 12px!important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.form-group-control .form-control-error {
  border-color: #ca1119;
}

.form-group-control select.form-control {
  padding-right: 20px!important;
}

@media (min-width:360px) {
  .form-group-control select.form-control {
    padding-right: 30px!important;
  }
}

.header-slider .slick-next,.header-slider .slick-prev {
  height: 100%;
  width: 105px;
  background: #000;
  opacity: .5;
  z-index: 10;
}

.header-slider .slick-prev {
  left: 1px;
}

.header-slider .slick-prev:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow_left.png);
}

[dir=rtl] .header-slider .slick-prev:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow_right.png);
}

.header-slider.slick-dotted.slick-slider {
  margin-bottom: 35px;
}

.header-slider .slick-next {
  right: 1px;
}

.header-slider .slick-next:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow_right.png);
}

[dir=rtl] .header-slider .slick-next:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow_left.png);
}

.header-slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  border: 1px solid #575757;
  content: "";
}

.calendar-slider {
  margin-left: -1px;
  margin-bottom: 0;
}

.calendar-slider .active {
  color: #fff!important;
  background-color: #ca1119!important;
}

.calendar-slider li {
  height: 92px!important;
  border-left: 1px solid #b0b0b0;
  box-sizing: border-box;
  background-color: #fff;
}

@media (min-width:575.98px) {
  .calendar-slider li {
    height: 95px!important;
  }
}

@media (max-width:768px) {
  .calendar-slider li {
    width: 111px;
  }
}

.calendar-slider li a {
  padding: 5px 4px;
}

.calendar-slider li:first-child {
  border-left: none;
}

.calendar-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.calendar-slider .slick-track .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.calendar-slider .calendar-active {
  text-decoration: unset;
  color: #fff!important;
  background-color: #ca1119!important;
  border: none;
}

.calendar-slider .calendar-active:hover {
  text-decoration: unset;
  background: #e40012!important;
  border: none;
}

.calendar-slider .calendar-active:hover p {
  color: #fff!important;
}

.calendar-slider li .calendar-active:parent {
  color: #fff!important;
  background-color: #ca1119!important;
}

.calendar-slider .calendar-disable {
  background-color: #d7d7d7!important;
  color: #b0b0b0!important;
  pointer-events: none;
}

@media (min-width:1025px) {
  .calendar-slider .calendar-hover {
    text-decoration: unset;
    color: #000;
  }

  .calendar-slider .calendar-hover a {
    background: #f0f0f0;
  }

  .calendar-slider .calendar-hover a.calendar-active {
    background: #ebebeb;
  }
}

.calendar-slider a.calendar-active:hover p {
  color: #000;
}

.calendar-slider .calendar-item {
  display: block;
  color: #000;
  cursor: pointer;
  height: 100%;
  width: 100%;
  line-height: 1.2;
}

.calendar-slider .calendar-item-day {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1;
}

@media (max-width:575px) {
  .calendar-slider .calendar-item-day {
    font-size: 16px;
  }

  .calendar-slider .calendar-item-day small {
    font-size: 12px;
  }

  .calendar-slider .calendar-item-day small:last-of-type {
    font-size: 11px;
  }
}

.calendar-slider .calendar-item-content {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 0;
  margin: 0 auto;
}

@media (max-width:575px) {
  .calendar-slider .calendar-item-content {
    font-size: 9px;
  }
}

.calendar-slider-run-tab .calendar-item {
  background-color: #d7d7d7;
  color: #b0b0b0;
}

.calendar-slider .slick-next {
  right: 0;
}

.calendar-slider .slick-next:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main-arrow-right.png);
}

[dir=rtl] .calendar-slider .slick-next:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main-arrow-left.png);
}

.calendar-slider .slick-next.slick-disabled:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow-right-ac.png);
}

.calendar-slider .slick-prev {
  left: 0;
}

.calendar-slider .slick-prev:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main-arrow-left.png);
}

[dir=rtl] .calendar-slider .slick-prev:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main-arrow-right.png);
}

.calendar-slider .slick-prev.slick-disabled:before {
  content: url(/https/tjoy.jp/img/front/images/top/top_main_arrow-left-ac.png);
}

.calendar-slider .slick-next,.calendar-slider .slick-prev {
  height: 100%;
  width: 20px;
  background: #b0b0b0;
  z-index: 10;
}

.calendar-slider .slick-next.slick-disabled:before,.calendar-slider .slick-prev.slick-disabled:before {
  opacity: 1;
}

.calendar-slider .slick-prev {
  left: -20px;
}

.calendar-slider .slick-next {
  right: -20px;
}

.fixed-calendar {
  position: fixed;
  max-width: 1000px;
  display: block;
  background-color: #fff;
  top: 0;
  z-index: 9999;
}

.calendar-title {
  text-align: center;
  margin-bottom: 25px;
}

@media (min-width:575.98px) {
  .calendar-title {
    padding-top: 60px;
  }
}

@media (min-width:575.98px) {
  .calendar-title.calendar-title-top {
    padding-top: 0;
  }
}

.calendar-title p {
  padding-left: 15px;
  font-size: 25.73px;
}

.calendar-title p span {
  color: #414b5b!important;
}

.d-sp-block {
  display: none;
}

.d-desktop-block {
  display: block;
}

@media (max-width:1200px) {
  .d-sp-block {
    display: none;
  }

  .d-desktop-block {
    display: block;
  }
}

@media (max-width:991px) {
  .d-sp-block {
    display: none;
  }

  .d-desktop-block {
    display: block;
  }

  .header-slider .slick-next,.header-slider .slick-prev {
    width: 50px;
  }

  .header-slider .slick-dots button:before {
    font-size: 8px;
  }
}

@media (max-width:768px) {
  .d-sp-block {
    display: none;
  }

  .d-desktop-block {
    display: block;
  }
}

@media (max-width:575px) {
  .d-sp-block {
    display: none;
  }

  .d-desktop-block {
    display: block;
  }

  .header-slider .slick-dots li button:before {
    width: 10px!important;
    height: 10px!important;
  }

  .calendar-slider .calendar-item-day {
    font-size: 16px;
    line-height: 1;
  }

  .calendar-slider .calendar-item-content {
    font-size: 9px;
  }
}

@media (max-width:575.98px) {
  .d-sp-block {
    display: block;
  }

  .d-desktop-block {
    display: none;
  }

  .header-slider .slick-next,.header-slider .slick-prev {
    background: unset;
  }

  .header-slider .img-inner {
    width: 100%;
  }

  .header-slider .slick-dots li button:before {
    width: 8px!important;
    height: 8px!important;
  }
}

.nav-tabs {
  border-bottom: 0;
}

.box-tab-menu {
  border-bottom: 1px solid #b0b0b0;
}

@media (max-width:575.98px) {
  .box-tab-menu {
    border-bottom: 0;
  }
}

.tab-menu {
  -ms-flex-align: end;
  align-items: flex-end;
}

.tab-menu-content {
  background-color: #e9e9e9;
  padding-top: 24px;
}

@media (max-width:767px) {
  .tab-menu {
    background: #f0f0f0;
  }
}

@media (max-width:767px) and (max-width:575.98px) {
  .tab-menu-content {
    padding-top: 0;
  }
}

@media (max-width:575.98px) {
  .tab-menu {
    padding: 0 10px 12px!important;
    border-bottom: unset!important;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width:1020px) {
  .tab-menu {
    padding: 0 20px;
  }
}

@media (max-width:768px) {
  .tab-menu {
    padding: 0 10px;
  }
}

.tab-menu-item {
  font-weight: 700;
  font-size: 14px;
  padding-right: 5px;
  width: 33.33%;
  cursor: pointer;
}

@media (max-width:767px) {
  .tab-menu-item {
    font-size: 12px;
  }
}

@media (max-width:575.98px) {
  .tab-menu-item {
    width: 49.5%;
    margin-right: 0;
    padding-right: 0;
  }
}

.tab-menu-item a.nav-link {
  border: 1px solid #b0b0b0!important;
  border-radius: 4px;
  background: #fff;
  color: #0f243e;
  padding: 10px 5px 11px;
}

@media (max-width:575.98px) {
  .tab-menu-item a.nav-link {
    border-radius: 4px!important;
  }
}

.tab-menu-item a .icon-normal {
  display: block;
}

.tab-menu-item a .icon-active {
  display: none;
}

.tab-menu-item a.active {
  border: 1px solid #ca1119!important;
  color: #fff!important;
  background: #ca1119!important;
}

.tab-menu-item a.active:hover img {
  opacity: 1!important;
}

.tab-menu-item a.active .icon-active {
  display: block;
}

.tab-menu-item a.active .icon-normal {
  display: none;
}

@media (max-width:767px) {
  .tab-menu-item a {
    padding: 13px 16px;
  }
}

@media (max-width:575.98px) {
  .tab-menu-item a {
    padding: 17px 12px;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    height: 56px!important;
  }

  .tab-menu-item a .icon-tab {
    width: 18px;
  }
}

@media (max-width:575.98px) and (max-width:375px) {
  .tab-menu-item a .icon-tab {
    width: 16px;
    height: 16px;
  }
}

@media (max-width:390px) {
  .tab-menu-item a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
  }
}

.schedule-container {
  background: #fff;
  overflow-x: scroll;
}

@media (max-width:767px) {
  .schedule-container {
    border-bottom: 1px solid #686868;
  }
}

#run .schedule-calendar .calendar-slider a {
  pointer-events: none;
}

.schedule-calendar {
  min-height: 50px!important;
  overflow-x: hidden;
  width: 100%;
}

.schedule-calendar .calendar-slider li {
  height: auto!important;
}

@media (max-width:575.98px) {
  .schedule-calendar {
    min-height: 50px!important;
  }

  .schedule-calendar .calendar-slider li {
    min-height: 50px!important;
    height: auto!important;
  }
}

.icon-tab {
  width: 20px;
  height: 20px;
}

@media (max-width:767px) {
  .tab-menu-more {
    position: relative!important;
    right: 0;
    top: -1px;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    border-bottom: 2px solid #5c5c5c;
    font-size: 14px;
    background: #f0f0f0;
    padding-right: 0;
    top: 0;
  }
}

.tab-menu-more li {
  color: #b0b0b0;
}

.tab-menu-more a {
  cursor: pointer;
  font-size: 12px;
}

@media (max-width:767px) {
  .tab-menu-more a {
    font-size: 14px;
  }
}

@media (max-width:575.98px) {
  .tab-menu-more a {
    font-size: 13px;
  }
}

@media (max-width:330px) {
  .tab-menu-more a {
    font-size: 12px;
  }
}

@media (max-width:320px) {
  .tab-menu-more a {
    font-size: 11px;
  }
}

.tab-menu-more .close-all {
  background: #686868;
  color: #fff;
  font-size: .75rem;
  padding: 5px 9px;
  width: 98px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width:767px) {
  .tab-menu-more .close-all {
    font-size: 16px;
    width: 175px;
    margin-left: 0;
    padding: 8px 20px;
  }
}

@media (max-width:575.98px) {
  .tab-menu-more .close-all {
    padding: 12px 9px;
    font-size: 12px;
    width: 120px;
  }
}

@media (max-width:375px) {
  .tab-menu-more .close-all {
    padding: 12px 9px;
    font-size: 12px;
    width: 100px;
  }
}

.icon-show-film {
  min-width: 14px;
  height: 7px;
}

.close-all {
  background: #686868;
  color: #fff;
  margin-left: 28.8px;
}

.section-container {
  border-bottom: 2px solid #686868;
}

.section-container .card-header {
  padding: 10px 12px 9px;
  position: relative;
}

#page-top .section-container {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 1px 2px 4px rgba(0,0,0,.49);
  -moz-box-shadow: 1px 2px 4px rgba(0,0,0,.49);
  -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.49);
  border-radius: 8px;
  background: #fff;
  border-bottom: none;
}

#page-top .section-container .card-header {
  border-bottom: 0!important;
  border-radius: 8px;
  padding: 16px;
}

@media (max-width:575.98px) {
  #page-top .section-container .card-header {
    padding: 8px 8px 12px!important;
  }
}

@media (max-width:575.98px) {
  #page-top .section-container {
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 3.92px .08px rgba(0,0,0,.49);
    margin-bottom: 10px;
  }
}

@media (max-width:767.98px) {
  #page-top .schedule-container {
    left: 0;
    right: 0;
  }
}

.film-item {
  cursor: pointer;
  display: block;
  width: 100%;
}

.film-item:after {
  content: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_bottom.png);
  -ms-flex-item-align: center;
  align-self: center;
  width: 26px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 16px;
}

@media (max-width:575.98px) {
  .film-item:after {
    right: 10px;
  }
}

.film-item.active:after {
  content: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_to_sm.png);
}

.film-item .collapse {
  transition: all .3s ease-out;
}

.panel {
  display: none;
  overflow: hidden;
  transition: max-height .3s ease-out;
}

.film-title {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.film-title .film-img {
  margin-right: 14px;
  max-width: 89px;
}

@media (min-width:767.98px) {
  .film-title .film-img {
    min-width: 89px;
    height: 124px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .film-title .film-img img {
    max-width: 89px;
    max-height: 124px;
  }
}

.film-title-content {
  width: 90%;
  padding-right: 32px;
  color: #414b5b;
}

@media (max-width:575.98px) {
  .film-title-content {
    padding-right: 15px;
  }
}

.film-title-content h5 {
  font-size: 18px;
  color: #414b5b;
  clear: both;
  max-width: calc(100% - 40px);
}

@media (max-width:767px) {
  .film-title-content h5 {
    font-size: 16px;
  }
}

.film-title-content h5+span {
  color: #6c7480;
}

.film-title-content h5:first-child {
  margin-top: 0!important;
}

.film-title-content .txt-end {
  font-size: 14px;
}

@media (max-width:575px) {
  .film-title-content .txt-end {
    font-size: 12px;
  }
}

.film-title-content span {
  font-size: 10px;
  line-height: 1;
  color: #414b5b;
}

.film-title-content span.badge-primary {
  background-color: #0090d6;
}

.film-title-content span.badge-secondary {
  background-color: #686868;
}

.film-title-content span.badge-outline {
  color: #686868!important;
  font-size: 10px!important;
}

.film-title-content span.badge {
  font-size: 12px;
  line-height: 1;
  padding: 2px 4px;
  color: #fff;
  border-radius: 2px!important;
}

.film-title-content span.release-time {
  color: #414b5b;
  font-size: 24px;
  font-weight: 700;
  margin-right: 14px;
}

.film-title-content span.release-theater {
  color: #3e5c99;
  font-size: 14px;
  text-decoration: underline;
}

.film-title-content span.release-theater a {
  color: inherit;
}

.film-title-content .time-film {
  bottom: 0;
  left: 0;
  font-size: 12px;
}

@media (max-width:768px) {
  .film-title-content .time-film {
    font-size: 10px;
  }
}

.film-title-content .box-release-time {
  overflow: hidden;
}

.film-title .icon-show-film {
  width: 14px;
  height: 7px;
}

.date-event-film {
  font-size: 24px;
  color: #fffefe;
  font-weight: 700;
  border-radius: 4px;
  background-color: #414b5b;
  max-width: 170px;
}

@media (max-width:575.98px) {
  .date-event-film {
    font-size: 18px;
    width: 115px;
    border-radius: 6px;
    background-color: #414b5b;
    margin-top: 1.5rem;
  }
}

.film-content {
  background: #ececec;
  padding: 0 15px 10px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.film-content_ex {
  border-radius: 8px;
}

.film-content .group-btn-film {
  width: 100%;
  width: 22.4%;
}

.film-content .btn-film-content {
  box-shadow: 0 2px 1px 0 #a5a5a5;
  font-size: 14px;
  letter-spacing: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  padding: 7px 5px 7px 14px;
  width: 91px;
  border-radius: 2px!important;
  box-shadow: none!important;
  color: #414b5b!important;
  border-color: #a2a2a2;
}

.film-content .btn-film-content:first-child {
  margin-right: 12px;
}

.film-content .btn-film-content:hover {
  color: #000!important;
}

.film-content .btn-film-content img {
  margin-bottom: 0!important;
  margin-left: 15px;
}

@media (max-width:575px) {
  .film-content .btn-film-content {
    padding: 6px 4px 6px 0;
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media (max-width:375px) {
  .film-content .btn-film-content {
    width: 83px;
    font-size: 10px;
  }
}

@media (max-width:375px) {
  .film-content {
    padding: 10px 15px;
  }
}

#top-page .film-content {
  background: #fff;
  padding: 7px 32px 10px 16px;
  border-radius: 8px;
}

#top-page .film-content .group-btn-film {
  width: 100%;
  width: 22.4%;
}

#top-page .film-content .btn-film-content {
  font-size: 14px;
  letter-spacing: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  padding: 7px 5px 7px 14px;
  width: 91px;
}

#top-page .film-content .btn-film-content:first-child {
  margin-right: 14px;
}

#top-page .film-content .btn-film-content:hover {
  color: #000!important;
}

#top-page .film-content .btn-film-content img {
  margin-bottom: 0!important;
  margin-left: 15px;
}

@media (max-width:575px) {
  #top-page .film-content .btn-film-content {
    padding: 6px 4px 6px 0;
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media (max-width:375px) {
  #top-page .film-content .btn-film-content {
    width: 83px;
    font-size: 10px;
  }
}

@media (max-width:375px) {
  #top-page .film-content {
    padding: 10px 15px;
  }
}

@media (max-width:575.98px) {
  #top-page .film-content {
    padding: 0 8px 10px;
  }
}

.btn-reservation {
  border-radius: 6px;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #ca1119;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.25);
  position: absolute;
  right: 32px;
  top: 55px;
  cursor: pointer;
  display: table;
}

.btn-reservation a:not([href]):hover {
  cursor: pointer!important;
  opacity: .8!important;
}

@media (max-width:575.98px) {
  .btn-reservation {
    position: relative;
    right: 0;
    top: 0;
    max-width: 89px;
    height: 89px;
  }

  .btn-reservation-icon img {
    width: 30px;
    height: auto;
  }
}

.btn-reservation a {
  height: 120px!important;
}

@media (max-width:575.98px) {
  .btn-reservation a {
    height: 89px!important;
  }
}

.btn-reservation-sub {
  font-size: 12px;
  color: #ca1119;
  background: #efb8ba;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 1px;
  padding: 0 3px;
}
.disable .btn-reservation-sub {
  background: silver;
  color: #979797;
}
.btn-reservation-text {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

@media (max-width:768px) {
  .btn-reservation-text {
    font-size: 14px;
  }
}

.btn-reservation.disable {
  box-shadow: 0;
  background: silver;
}

.btn-reservation.disable .btn-reservation-text {
  color: #979797;
}

.theater {
  margin-top: 23px;
  padding: 0 15px;
}

.theater-item {
  width: 20%;
  padding-right: 12px;
}

.theater-item.schedule-box {
  margin-right: 0;
}

.theater-item.active .theater-title {
  color: #cfcfcf;
}

.theater-item.active .theater-title a {
  color: #b7b7b7;
  border-color: #c5c5c5;
}

.theater-item.active .badge-outline {
  border-color: #cfcfcf;
}

.theater-item.active .theater-content {
  background: #c4c4c4;
  box-shadow: 0 0 0;
}

.theater-item.active .theater-content p {
  color: #979797;
}

.theater-item.active .theater-btn {
  border-color: #cfcfcf;
}

@media (min-width:972.98px) {
  .theater-item:nth-child(6n+6) {
    margin-right: 0;
  }
}

@media (max-width:575px) {
  .theater-item:last-child .theater-content {
    margin-bottom: 0;
  }
}

.theater-title {
  color: #858585;
  font-size: 14px;
}

.theater-title a {
  color: #686868;
  line-height: 1;
  border-bottom: 1px solid #909090;
  box-sizing: border-box;
}

.theater-title a:hover {
  text-decoration: unset;
}

.theater-arrow {
  margin-left: 17px;
  height: 22px;
}

@media (max-width:360px) {
  .theater-arrow {
    margin-left: 5px;
    height: 13px;
  }
}

.theater-btn {
  font-size: 10px;
  color: #fff;
  box-sizing: border-box;
  padding: 2px 4px;
  line-height: 1;
}

@media (min-width:575.98px) {
  .theater-btn {
    font-size: 12px;
  }
}

@media (max-width:575.98px) {
  .theater-btn {
    width: 86px;
    color: #414b5b;
    font-size: 12px;
    border: 1px solid #414b5b;
    border-radius: 2px!important;
  }
}

.theater-note {
  font-size: 14px;
}

@media (max-width:575.98px) {
  .theater-note {
    text-align: end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 10px;
  }
}

@media (max-width:360px) {
  .theater-note {
    font-size: 9px;
  }
}

.theater-content {
  min-height: 106px;
  background-color: #686868;
  padding: 15px 8px;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 1px;
  box-shadow: 0 2px 1px 0 #2a2a2a;
  cursor: pointer;
}

@media (min-width:575.98px) {
  .theater-content {
    font-size: 22px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 106px;
  }
}

@media (max-width:360px) {
  .theater-content {
    font-size: 15px;
  }
}

@media (max-width:575.98px) {
  .theater-content p:last-child {
    -ms-flex: 1;
    flex: 1;
  }

  .theater-content p:first-child {
    -ms-flex: 1.5;
    flex: 1.5;
  }
}

@media (max-width:575.98px) {
  .theater-content div {
    -ms-flex: .5;
    flex: .5;
  }
}

.theater-content p {
  color: #f5f5f5;
  margin-bottom: 0;
}

.theater-content small {
  font-size: 14px;
  color: #f5f5f5;
}

@media (min-width:575.98px) {
  .theater-content small {
    font-size: 12px;
  }
}

@media (max-width:360px) {
  .theater-content small {
    font-size: 10px;
  }
}

@media (max-width:375px) {
  .theater {
    margin-top: 10px;
  }
}

.badge-outline {
  border: 1px solid #858585;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: -2px;
}

.flex-column-ie {
  display: -ms-flexbox;
}

.pd-film-text {
  padding: 4px 9px;
  width: 100%;
  background: #ffebdb;
  font-size: 14px;
  color: #414b5b;
}

.pd-film-text ul {
  list-style-type: disc;
  padding-left: 30px;
}

@media (max-width:767px) {
  .pd-film-text {
    width: 100%;
    margin-bottom: 12px;
  }
}

@media (max-width:575.98px) {
  .pd-film-text {
    padding: 5px 4px;
    margin-top: 12px!important;
    font-size: 12px;
    letter-spacing: 0;
  }
}

.pd-film-text p {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.pd-15,.pd-sm-15 {
  padding: 15px;
}

.nav-link {
  padding: 13px 21px;
  padding-right: 25px;
}

.card {
  border: 1px solid #686868;
}

@media (max-width:575.98px) {
  .pd-sm-15 {
    padding: 0;
  }

  .theater {
    padding: 0 15px;
    margin-top: 12px;
  }

  .theater-item {
    width: 100%;
    padding: 0;
  }

  .theater-item,.theater-item:nth-child(6n+6) {
    margin-right: 0;
  }

  .theater-content {
    min-height: 45px;
    margin-bottom: 16px;
  }

  .theater-title {
    font-size: 14px;
  }

  .film-content .group-btn-film {
    width: 100%;
  }

  .film-title-content h5 {
    font-size: 14px;
  }

  .film-title-content p {
    font-size: 10px;
  }

  .calendar-title {
    padding-bottom: 0;
  }

  .calendar-title p {
    font-size: 16px;
  }

  .tab-menu-item.active-sp {
    display: none;
  }
}

@media (max-width:793px) and (min-width:768px) {
  .theater-btn,.theater-note,.theater-title {
    font-size: .75rem;
  }
}

@media (max-width:972px) and (min-width:768px) {
  .film-content .group-btn-film {
    width: 25%;
  }

  .film-content .btn-film-content {
    font-size: .75rem;
    width: 85px;
  }

  .film-content .btn-film-content:first-child {
    margin-right: .3125rem;
  }

  .tab-menu-item a {
    padding: 12px 16px;
  }

  .tab-menu-more {
    right: 0;
    font-size: 10px;
  }

  .tab-menu-more a {
    font-size: 10px;
  }

  .tab-menu-more .close-all {
    margin-left: 10px;
    width: 85px;
    font-size: 10px;
  }
}

@media (max-width:879px) and (min-width:768px) {
  .icon-tab {
    width: 20px;
    height: 20px;
  }

  .film-title-content h5 {
    font-size: .987rem;
  }

  .film-title-content p {
    font-size: .6875rem;
  }

  .film-title-content span {
    font-size: .5625rem;
  }
}

@media (max-width:320px) {
  .film-title-content h5 {
    font-size: .75rem;
  }

  .film-title-content p,.film-title-content span {
    font-size: .5625rem;
  }

  .pd-film-text {
    padding: .3125rem .25rem;
    font-size: 9px;
    letter-spacing: 0;
  }

  .tab-menu-item {
    font-size: .625rem;
  }

  .theater-item {
    padding: 0;
  }

  .theater-title {
    font-size: 10px;
    margin-bottom: 5px!important;
  }
}

.icon-top {
  margin-left: 6px;
}

@media (max-width:400px) {
  .icon-top {
    width: 12px;
  }
}

@media (min-width:575.98px) and (max-width:768px) {
  .theater-item {
    width: 25%;
  }

  .schedule-box .schedule-time span {
    font-size: 12px!important;
  }

  .schedule-box .schedule-time {
    font-size: 18px!important;
  }
}

@media (max-width:575.98px) {
  .date-event-film:first-of-type {
    margin-top: 0;
  }
}

@media (max-width:575.98px) {
  #run .box-film-wapper>.section-container>div:not(.film-content) {
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 10px!important;
  }

  #run .box-film-wapper>.section-container>.film-content {
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 4px!important;
  }

  #run .film-title-content>div>p.w-100 {
    width: auto!important;
    float: none!important;
    display: inline-block!important;
    margin-bottom: 0!important;
  }
}

.btn-form {
  padding: 0;
  font-size: 13px;
  background: #fff;
  border-radius: 0;
}

@media (min-width:767.98px) {
  .btn-form {
    font-size: 15px;
  }
}

@media (max-width:767.98px) {
  .icn-target-blank {
    margin-bottom: 18px;
  }
}

.icn-target-blank:after {
  content: url(/https/tjoy.jp/img/front/images/icon/icon_target-blank.png);
  vertical-align: middle;
  padding-left: 5px;
  width: 10px;
  height: 10px;
}

.btn-add-more {
  color: #707070;
  border: 1px solid #707070;
  padding: 11.5px 60px;
}

@media (min-width:767.98px) {
  .btn-add-more {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 16.5px 0;
    display: block;
    max-width: 234px;
  }
}

.btn-add-more:before {
  content: url(/https/tjoy.jp/img/front/images/icon/icon_add-more.png);
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: baseline;
}

.btn-add-more:hover {
  background: #ebebeb;
  color: #000;
}

.btn-custom {
  border-radius: 4.8px!important;
  height: 44px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  width: 100%;
}

@media (min-width:767.98px) {
  .btn-custom {
    max-width: 189px;
    width: 100%;
  }
}

.btn-cancel {
  background: #fff;
  border: 1px solid #686868;
  color: #414b5b;
  margin-right: 4px;
}

.btn-submit {
  background: #ca1119;
  color: #fff;
  margin-left: 4px;
  border: none;
}

.btn-submit:disabled,
.btn-submit.is-disabled-by-limit {
  background: #b5b5b5;
  color: #fff;
  cursor: not-allowed;
}

.btn-submit-full {
  background: #ca1119;
  color: #fff!important;
  max-width: 100%;
}

.btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.btn-list>* {
  width: 49%;
}

.btn-list>.btn-w {
  width: 60%;
}

.btn-list .btn {
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 15px;
  border-radius: 4px;
  box-shadow: none!important;
  text-align: center;
}

@media (max-width:360px) {
  .btn-list .btn {
    font-size: 12px;
  }
}

.btn-list .btn-primary {
  color: #0f243e!important;
  background: #fff;
  border-color: #686868;
}

.btn-list .btn-primary:hover,.btn-list .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ececec;
  border-color: #686868;
}

.btn-list .btn-primary2 {
  color: #0f243e!important;
  background: #fff;
  border-color: #686868;
}

.btn-list .btn-primary2:hover,.btn-list .btn-primary2:not(:disabled):not(.disabled):active {
  background-color: #ececec;
  border-color: #686868;
}

.btn-settle {
  max-width: 177px;
  width: 100%;
  max-height: 36px;
  height: 36px;
  color: #fff;
  background: #ca1119;
  border-color: #ca1119;
  border-radius: 5px;
  font-size: 14px;
}

.btn-list .btn-danger {
  color: #fff;
  background: #ca1119;
  border-color: #ca1119;
}

.btn-list .btn-secondary {
  color: #ccc;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-list .btn-secondary-dark {
  background: #686868;
  color: #fefefe;
}

.btn-list .btn-secondary2 {
  color: #ccc;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.btn-list .btn-secondary2-dark {
  background: #686868;
  color: #fefefe;
}

.btn-list button.btn {
  display: inline-block;
}

.btn-regist,.btn-send {
  width: 100%;
}

@media (min-width:575.98px) {
  .btn-regist,.btn-send {
    width: 80.4761904762%;
    max-width: 338px;
  }
}

.btn-print {
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 12px;
  color: #686868;
}

.btn-guide {
  width: 300px;
}

.slick-list {
  padding-left: 20px;
}

@font-face {
  font-family:slick;src:url(/https/tjoy.jp/font/front/fonts/slick.eot);font-weight:400;font-style:normal;
}

.slick-next,.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
  color: transparent;
  outline: none;
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
  background-color: #b0b0b0;
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li,.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}

.slick-dots li button:focus,.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  background-color: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-family: slick;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: -1px 0 #575757,0 1px #575757,1px 0 #575757,0 -1px #575757;
}

.slick-dots li.slick-active button:before {
  color: #575757;
  background-color: #575757;
  opacity: .75;
}

.btn-sp {
  display: none;
}

@media (max-width:576px) {
  .btn-sp {
    display: block;
  }
}

.map-seat .mini-map {
  display: none;
  position: absolute;
  top: 2px;
  right: 1px;
  border: 2px solid #575757;
  box-sizing: border-box;
}

.map-seat .mini-map-inner {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background: hsla(0,0%,80%,.2);
}

.map-seat .mini-map-box {
  height: 17px;
  width: 20px;
  background: #fff;
  border: 2px solid #575757;
  box-sizing: border-box;
  position: absolute;
  opacity: .3;
}

.map-seat .map-zoom {
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width:576px) {
  .map-seat .map-zoom {
    display: none;
  }
}

.map-seat #wrap {
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.map-seat #wrap::-webkit-scrollbar {
  display: none;
}

.map-seat .img-fix1,.map-seat .img-fix2,.map-seat .img-fix3,.map-seat .img-fix4 {
  position: absolute;
  cursor: pointer;
}

.map-seat img.map {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.map-seat #wrap>.map {
  background-size: cover!important;
  margin: 0 auto;
}

.map-seat .check-image1,.map-seat .check-image2,.map-seat .check-image3,.map-seat .check-image4 {
  position: absolute;
}

.map-seat .check-image1:hover,.map-seat .check-image2:hover,.map-seat .check-image3:hover,.map-seat .check-image4:hover {
  opacity: 1;
}

.map-seat .img-type1,.map-seat .img-type1-ac {
  position: absolute;
  cursor: pointer;
  background: url(/https/tjoy.jp/img/front/images/seat-map/type_seat_1.jpg);
  background-size: cover;
}

.map-seat .img-type2,.map-seat .img-type2-ac {
  position: absolute;
  cursor: pointer;
  background: url(/https/tjoy.jp/img/front/images/seat-map/type_seat_2.jpg);
  background-size: cover;
}

.map-seat .img-type3,.map-seat .img-type3-ac {
  position: absolute;
  cursor: pointer;
  background: url(/https/tjoy.jp/img/front/images/seat-map/type_seat_3.jpg);
  background-size: cover;
}

.map-seat .img-type4,.map-seat .img-type4-ac {
  position: absolute;
  cursor: pointer;
  background: url(/https/tjoy.jp/img/front/images/seat-map/type_seat_4.jpg) no-repeat;
  background-size: contain;
}

.map-seat .img-type6,.map-seat .img-type6-ac {
  position: absolute;
  cursor: pointer;
  background: url(/https/tjoy.jp/img/front/images/seat-map/type_seat_6.jpg) no-repeat;
  background-size: contain;
}

.map-seat .img-type7,.map-seat .img-type7-ac {
  position: absolute;
  cursor: pointer;
  background: url(/https/tjoy.jp/img/front/images/seat-map/type_seat_7.jpg) no-repeat;
  background-size: contain;
}

.map-seat .map-height-sp {
  height: 363px;
  overflow: auto;
}

.down-icon{
    padding-bottom: 50px;
}

.map-seat .map-content-sp {
  border: 1px solid #000;
  box-sizing: border-box;
  overflow-x: scroll;
  overflow-y: scroll;
  height: 400px;
}

.map-seat .icon-zoom-out {
  position: absolute;
  bottom: -2px;
  left: 4px;
  cursor: pointer;
  display: none;
}

.map-seat .icon-zoom-out:after {
  content: url(/https/tjoy.jp/img/front/images/seat-map/zoom_out.png);
  display: inline-block;
  border: 1px solid #575757;
  box-sizing: border-box;
  background: rgba(0,0,0,.5);
  height: 44px;
}

.movie-group .movie-date {
  font-family: Meiryo,sans-serif;
}

.movie-group-content {
  -ms-flex: 2;
  flex: 2;
}

#choose-seat {
  color: #414b5b;
}

#choose-seat .accordion-one-item-ttl>a {
  font-family: Gothic,serif;
  background: #fff!important;
  color: #979797;
  font-weight: 400;
  padding-left: 15px;
  text-align: center;
}

@media (min-width:576px) {
  #choose-seat .accordion-one-item-ttl>a {
    text-align: left;
  }
}

#choose-seat .accordion-one-item-ttl>a:before {
  display: none;
}

#choose-seat .accordion-one-item-ttl>a:after {
  margin-left: 7px;
  content: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_gray_bottom.png);
  right: unset;
}

@media (min-width:576px) {
  #choose-seat .accordion-one-item-ttl>a:after {
    right: 10px;
    margin-right: 0;
  }
}

#choose-seat .accordion-one-item-ttl>a[aria-expanded=true] {
  background: #fff!important;
}

#choose-seat .calendar-slider {
  border-bottom: 0;
}

#choose-seat .slick-slide {
  box-sizing: border-box;
  height: auto!important;
}

#choose-seat .slick-slide .inside {
  width: 100px;
}

@media (min-width:576px) {
  #choose-seat .txt-type {
    font-size: 18px;
    margin-bottom: 28px;
  }
}

#choose-seat .payment-group {
  padding-top: 0;
}

@media (max-width:575px) {
  #choose-seat .ticket-group {
    padding-top: 12px;
  }
}

#choose-seat .ticket-group .btn-inline {
  position: static;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width:576px) {
  #choose-seat .ticket-group .btn-inline {
    position: absolute;
    right: 15px;
  }
}

#choose-seat .ticket-group .btn-inline .btn {
  height: 24px;
}

#choose-seat .ticket-group .btn-inline .btn:last-child {
  width: 75px;
  min-width: 75px;
  line-height: 12px;
  display: block;
  padding: 6px 7px;
}

#choose-seat .schedule-box {
  width: 100%;
}

@media (min-width:576px) {
  #choose-seat .schedule-box {
    width: 32%;
  }
}

#choose-seat .schedule-box.disable .schedule-time {
  color: silver;
}

#choose-seat .schedule-box-body {
  height: 100%;
}

#choose-seat .icon-top {
  margin-left: 0;
}

@media (min-width:576px) {
  #choose-seat .icon-top {
    margin-left: 6px;
  }
}

@media (max-width:400px) {
  #choose-seat .icon-top {
    width: 20px;
  }
}

#choose-seat .accordion-one-item .card {
  margin-bottom: 10px;
}

#choose-seat .accordion-one-item .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width:575px) {
  #choose-seat .accordion-one-item .card-body {
    padding-bottom: 0;
    padding-top: 4px;
  }
}

#choose-seat .accordion-one-item .card-body ul li:nth-child(3n+3) {
  margin-right: 0;
}

#choose-seat .accordion-one-item .card-body .schedule-container .calendar-slider li {
  height: auto!important;
}

#choose-seat .accordion-one-item .card-body .schedule-container .slick-next {
  right: -20px;
}

#choose-seat .accordion-one-item .card-body .schedule-container .slick-prev {
  left: -20px;
  height: calc(100% + 1px);
}

#choose-seat .text-notify {
  color: #414b5b;
  font-weight: 600;
  padding-bottom: 18px;
}

@media (min-width:576px) {
  #choose-seat .text-notify {
    padding: 8px 0;
  }
}

#choose-seat .bg-map {
  background-color: #f3f3f3;
}

#choose-seat .bg-group-btn {
  background-color: #f0f0f0;
  padding: 23px 0;
}

@media (min-width:576px) {
  #choose-seat .bg-group-btn {
    background-color: #e9e9e9;
    padding-top: 18px;
  }
}

#choose-seat .bg-group-btn .container,#choose-seat .payment-group .container,#choose-seat .ticket-choose .container {
  max-width: 604px;
}

.schedule-box {
  border-bottom: 1px solid #e3e3e3;
}

.schedule-box:last-child {
  border-bottom: 0;
}

@media (min-width:576px) {
  .schedule-box {
    margin-bottom: 17px;
    margin-right: 2%;
    border-bottom: 0;
  }
}

.schedule-box-body {
  cursor: pointer;
  background: #fff;
  padding: 12px 0;
  border-radius: 5px;
}

@media (min-width:576px) {
  .schedule-box-body {
    background: #ca1119;
    box-shadow: 1px 2px 2px 1px #bfbfbf;
  }
}

.schedule-box-body a:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width:575.98px) {
  .schedule-box-body a:hover {
    color: #414b5b;
  }
}

.schedule-box .theater-name {
  text-align: left;
}

.schedule-box .theater-name a {
  font-size: 12px;
  color: #3e5c99;
  text-decoration: none;
  cursor: text!important;
  display: inline-block;
  vertical-align: top;
}

@media (min-width:576px) {
  .schedule-box .theater-name a {
    font-size: 14px;
  }
}

.schedule-box .theater-name a:not([href]):hover {
  text-decoration: none;
  color: #3e5c99;
}

.schedule-box .theater-name span {
  background: #3e5c99;
  color: #fff;
  border: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  margin-top: 2px;
}

.schedule-box .schedule-time {
  color: #414b5b;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width:576px) {
  .schedule-box .schedule-time {
    color: #fff;
    font-size: 22px;
  }
}

.schedule-box .schedule-time span {
  font-size: 16px;
}

@media (min-width:576px) {
  .schedule-box .schedule-time span {
    font-size: 14px;
  }
}

.schedule-box .schedule-status {
  background: #ca1119;
  color: #fff;
  width: 88px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 #bfbfbf;
}

@media (min-width:576px) {
  .schedule-box .schedule-status {
    background: #fff;
    width: 68%;
    height: auto;
    color: #414b5b;
    box-shadow: 0 2px 0 0 transparent;
    font-size: 14px;
    min-height: 29px;
  }
}

.schedule-box .schedule-status span {
  font-weight: 600;
}

.schedule-box.disable {
  cursor: unset;
}

.schedule-box.disable .schedule-box-body {
  background: #fff;
}

@media (min-width:576px) {
  .schedule-box.disable .schedule-box-body {
    background: #e0e0e0;
    box-shadow: 0 0 0 transparent;
  }
}

.schedule-box.disable .theater-name a {
  color: #b0b9d0!important;
  cursor: unset;
}

.schedule-box.disable .theater-name span {
  background: #b0b9d0;
}

.schedule-box.disable .schedule-status {
  background: #e9e9e9;
  color: #979797;
  box-shadow: 0 0 0 0 transparent;
}

.schedule-box.disable .schedule-time,.schedule-box.disable .theater-btn {
  color: #979797;
}

@media (max-width:575.98px) {
  .schedule-box.disable .schedule-time,.schedule-box.disable .theater-btn {
    color: silver;
  }
}

@media (max-width:575.98px) {
  .schedule-box.disable .theater-btn {
    border-color: #979797;
  }
}

.ticket-comment {
  background-color: #f3f3f3;
  padding: 12px 15px 0;
}

@media (min-width:576px) {
  .ticket-comment {
    background-color: #f0f0f0;
  }
}

.ticket-comment .text-link {
  color: #319ced;
  cursor: pointer;
}

.ticket-comment li {
  font-size: 12px;
  margin: 0 6px 12px;
}

@media (min-width:576px) {
  .ticket-comment li {
    margin: 0 6px 16px;
  }
}

.ticket-comment li span {
  line-height: 1;
}

.ticket-comment ul:first-child {
  margin-bottom: 12px;
}

.ticket-choose {
  padding: 12px 15px;
}

.ticket-choose li {
  width: 20%;
  margin: 0 1%;
}

@media (min-width:576px) {
  .ticket-choose li {
    width: 54px;
  }
}

.ticket-smock span {
  color: #ccc;
  font-size: 14px;
}

#choose-seat ul.calendar-slider {
  display: fixed!important;
  table-layout: fixed!important;
}

#choose-seat .calendar-slider li a {
  min-height: 52px!important;
  min-width: 98px;
}

@media (max-width:768px) {
  #choose-seat .calendar-slider li a {
    min-width: 110px;
  }
}

#complete .movie-group .container {
  max-width: 604px;
}

#complete .ticket-group {
  padding-top: 40px;
  padding-bottom: 32px;
}

@media (min-width:576px) {
  #complete .ticket-group {
    padding-top: 32px;
    padding-bottom: 24px;
  }
}

@media (min-width:576px) {
  #complete .ticket-group .btn-list .btn {
    height: 45px;
  }
}

#complete .ticket-content {
  margin: 40px auto;
}

#complete .ticket-item {
  margin-bottom: 24px;
}

@media (min-width:576px) {
  #complete .ticket-item {
    margin-bottom: 32px;
  }
}

@media (min-width:576px) {
  #complete .txt-type {
    font-size: 18px;
  }
}

#complete .txt-reservation {
  margin-bottom: 40px;
}

@media (min-width:576px) {
  #complete .txt-reservation {
    font-size: 14px;
  }
}

#complete .coupon-item-info {
  font-size: 13px;
}

@media (min-width:576px) {
  #complete .coupon-item-info {
    font-size: 14px;
  }
}

#complete .clearfix {
  position: relative;
}

@media (min-width:576px) {
  #complete .clearfix {
    position: absolute;
    top: 5px;
    right: 15px;
  }
}

#complete .qr-code {
  padding: 14px 0 38px;
}

@media (min-width:576px) {
  #complete .qr-code {
    padding: 28px 0 44px;
  }
}

#complete .qr-code-ttl {
  font-size: 16px;
}

#complete .qr-code-ttl span {
  font-size: 20px;
}

#complete .qr-code-cine {
  font-size: 13px;
  margin-bottom: 20px;
}

@media (min-width:576px) {
  #complete .qr-code-cine {
    margin-bottom: 50px;
  }
}

#complete .qr-code-text {
  font-size: 15px;
}

#choice-payment .accordion-one-item-ttl>a {
  font-weight: 700;
}

@media (min-width:576px) {
  #choice-payment .card-body {
    font-size: 15px;
  }
}

@media (min-width:576px) {
  #choice-payment .credit-card-note {
    font-size: 13px;
  }
}

#choice-payment .txt-type-cus {
  font-size: 12px;
}

@media (min-width:576px) {
  #choice-payment .txt-type-cus {
    font-size: 13px;
  }
}

#choice-payment .coupon-item-info {
  -ms-flex: 2;
  flex: 2;
  line-height: 1;
  min-height: 30px;
}

@media (min-width:767.98px) {
  #choice-payment .coupon-item-info {
    margin: 0 1.2558869702% 0 0;
    min-height: 38px;
    -ms-flex: 4;
    flex: 4;
  }
}

#choice-payment .payment-method-disable a {
  cursor: no-drop;
}

#choice-payment .accordion-one-item .card-body {
  padding: 16px 10px;
}

#choice-payment .accordion-one-item .card-body .form-control {
  padding: .375rem 4px;
}

#choice-payment .bg-group-btn {
  background-color: #f0f0f0;
  padding-bottom: 32px;
}

@media (min-width:576px) {
  #choice-payment .bg-group-btn {
    background-color: #e9e9e9;
  }
}

#choice-payment .ticket-group {
  padding: 24px 0 0;
}

#choice-payment .txt-dm {
  font-size: 14px;
  vertical-align: bottom;
}

#confirm-purchase .ticket-group {
  padding: 24px 0 32px;
}

#choice-payment .movie-group .container,#confirm-purchase .movie-group .container {
  max-width: 604px;
}

#choice-payment .ticket-content,#confirm-purchase .ticket-content {
  margin-top: 40px;
  margin-bottom: 24px;
}

@media (min-width:576px) {
  #choice-payment .ticket-content,#confirm-purchase .ticket-content {
    margin-top: 32px;
  }
}

#choice-payment .ticket-content-type,#confirm-purchase .ticket-content-type, .coupon-item-info.settle-halfway-coupon {
  background: transparent;
  border: 0;
}

#choice-payment .ticket-item,#confirm-purchase .ticket-item {
  margin-bottom: 54px;
}

@media (max-width:767.98px) {
  #choice-payment .ticket-item .btn-close-coupon,#confirm-purchase .ticket-item .btn-close-coupon {
    position: absolute;
    width: 100%;
  }
}

@media (min-width:576px) {
  #choice-payment .ticket-item,#confirm-purchase .ticket-item {
    margin-bottom: 32px;
  }
}

#choice-payment .group-checkbox,#confirm-purchase .group-checkbox {
  padding: 20px 0;
}

@media (min-width:576px) {
  #choice-payment .group-checkbox,#confirm-purchase .group-checkbox {
    padding: 32px 0;
  }
}

#choice-payment .group-checkbox .checkmark,#confirm-purchase .group-checkbox .checkmark {
  bottom: auto;
}

#choice-payment .group-checkbox .cb-custom,#confirm-purchase .group-checkbox .cb-custom {
  padding-left: 17px;
  font-size: 14px;
}

@media (min-width:576px) {
  #choice-payment .group-checkbox .cb-custom,#confirm-purchase .group-checkbox .cb-custom {
    font-size: 15px;
  }
}

#choice-payment .txt-type,#confirm-purchase .txt-type {
  font-size: 16px;
}

@media (min-width:576px) {
  #choice-payment .txt-type,#confirm-purchase .txt-type {
    font-size: 18px;
  }
}

#choice-payment .txt-note-ttl,#confirm-purchase .txt-note-ttl {
  font-size: 16px;
}

#choice-payment .payment-group,#confirm-purchase .payment-group {
  padding: 40px 0 24px;
  font-size: 14px;
}

@media (min-width:576px) {
  #choice-payment .payment-group,#confirm-purchase .payment-group {
    font-size: 15px;
  }
}

#choice-payment .term-group-ttl,#confirm-purchase .term-group-ttl {
  margin-top: 40px;
}

@media (min-width:576px) {
  #choice-payment .term-group-ttl,#confirm-purchase .term-group-ttl {
    margin-top: 56px;
  }
}

#choice-payment .term-group-info .float-left,#confirm-purchase .term-group-info .float-left {
  font-weight: 400;
}

#choice-payment .term-group-content,#confirm-purchase .term-group-content {
  font-size: 13px;
}

@media (min-width:576px) {
  #choice-payment .term-group-content,#confirm-purchase .term-group-content {
    font-size: 14px;
  }
}

.demo-api .btn-qr-code,.demo-api .line-dotted {
  display: none;
}

.demo-api .no-api {
  display: block;
}

.demo-api .header-app {
  display: none;
}

#theater-access {
  background: #f0f0f0;
  color: #0f243e;
}

#theater-access .heading-logo {
  padding: 0;
  background-color: #cee2d1;
  padding: 7px 0;
  height: 60px;
  margin-bottom: 40px!important;
  margin-top: 15px;
}

@media (max-width:575.98px) {
  #theater-access .heading-logo {
    height: 51px;
    padding: 14px 0 13px;
    margin-bottom: 38px;
  }
}

#theater-access .heading-logo.access-title>img {
  margin-right: 10px!important;
}

@media (max-width:575.98px) {
  #theater-access .heading-logo.access-title>img {
    margin-right: 4px!important;
  }
}

#theater-access .inner-container {
  background: #e9e9e9;
}

#theater-access .inner-container .container-content {
  background: #f0f0f0;
}

#theater-access .breadcrumb-container {
  margin-bottom: 0;
}

#theater-access .access-content {
  padding: 0 0 28px;
  font-size: 14px;
}

#theater-access .access-content .container {
  max-width: 770px;
  padding: 0 15px;
  margin: auto;
}

@media (max-width:575.98px) {
  #theater-access .access-content .container {
    padding: 0 10px;
  }
}

@media (min-width:576px) {
  #theater-access .access-content .container {
    font-size: 15px;
  }
}

#theater-access .access-title {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 700;
  color: #0f243e;
}

@media (min-width:576px) {
  #theater-access .access-title {
    font-size: 30px;
  }
}

#theater-access .access-map {
  margin-bottom: 0;
}

#theater-access .access-map iframe {
  width: 100%;
  height: 205px;
}

@media (min-width:576px) {
  #theater-access .access-map iframe {
    height: 300px;
  }
}

#theater-access .access-info dl:first-child {
  margin-top: 32px;
}

#theater-access .access-info dl:last-child {
  margin-bottom: 0;
}

#theater-access .access-info dt {
  font-weight: 400;
  width: 75px;
}

@media (min-width:576px) {
  #theater-access .access-info dt {
    width: 115px;
  }
}

#theater-access .access-info dd {
  -ms-flex: 2;
  flex: 2;
}

#theater-access .txt-title {
  margin-top: 28px;
  margin-bottom: 0;
  font-weight: 700;
}

#theater-access .txt-title-line {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 700;
  font-family: Gothich,sans-serif;
}

#theater-access .txt-list li,#theater-access .txt-title-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

#theater-access .txt-list li:before {
  content: "\00b7";
  margin-left: 5px;
  margin-right: 5px;
}

#theater-access .txt-link {
  display: inline-block;
  color: #4796d3;
  font-family: Meiryo,sans-serif;
  text-decoration: underline;
}

#theater-access .txt-box {
  display: inline-block;
  border: 1px solid #e40012;
  color: #e40012;
  padding: 8px 10px;
  margin: 16px 0;
}

@media (min-width:576px) {
  #theater-access .lst-access li .col-md.img {
    padding-right: 10px;
  }
}

#theater-access .nav-footer {
  padding: 32px 0;
  background: #e9e9e9;
  border-top: 1px solid #c4c4c4;
}

#theater-access .nav-footer-btn {
  padding: 12px 0;
  display: block;
  background: #fff;
  color: #0f243e;
  border-radius: 5px;
  text-align: center;
  margin: 22px auto 0;
  width: 100%;
  font-size: 15px;
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,.16);
}

@media (min-width:576px) {
  #theater-access .nav-footer-btn {
    width: 55%;
  }
}

@media (min-width:768px) {
  #theater-access .nav-footer-btn {
    width: 34%;
  }
}

#theater-access .nav-footer-btn a {
  color: #0f243e;
  font-size: 15px;
  width: 100%;
  height: 100%;
}

#theater-access .nav-footer ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
  margin: auto;
}

@media (min-width:576px) {
  #theater-access .nav-footer ul {
    width: 80%!important;
  }
}

@media (min-width:768px) {
  #theater-access .nav-footer ul {
    width: 100%!important;
  }
}

#theater-access .nav-footer li {
  width: 100%;
  border-radius: 7px;
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,.16);
}

#theater-access .nav-footer li:first-child {
  margin-left: 0;
}

#theater-access .nav-footer li:last-child {
  margin-bottom: 0;
}

@media (min-width:576px) {
  #theater-access .nav-footer li {
    margin-bottom: 0;
    width: 40%;
    margin-left: 1.237113402061856%;
  }

  #theater-access .nav-footer li:nth-child(3) {
    margin-left: 0;
    margin-bottom: 0!important;
  }
}

@media (min-width:768px) {
  #theater-access .nav-footer li {
    width: 18.55670103092784%;
    margin-bottom: 0;
  }

  #theater-access .nav-footer li:nth-child(3) {
    margin-left: 1.237113402061856%;
  }
}

#theater-access .nav-footer li a {
  display: block;
  height: 100%;
  padding: 0 20px;
  background: #fff;
  border-radius: 7px;
  color: #0f243e;
  font-size: 15px;
}

@media (min-width:576px) {
  #theater-access .nav-footer li a {
    padding: 0;
  }
}

#theater-access .nav-footer .nav-type1 li {
  height: 56px;
}

@media (min-width:576px) {
  #theater-access .nav-footer .nav-type1 li {
    height: 120px;
  }
}

@media (min-width:768px) {
  #theater-access .nav-footer .nav-type1 li {
    width: 18.55670103092784%;
  }
}

@media (min-width:576px) {
  #theater-access .nav-footer .nav-type1 li a {
    font-size: 16px;
  }
}

#theater-access .nav-footer .nav-type2 li {
  height: 44px;
}

@media (min-width:576px) {
  #theater-access .nav-footer .nav-type2 li {
    height: 81px;
  }
}

@media (min-width:768px) {
  #theater-access .nav-footer .nav-type2 li {
    width: 23.71134020618557%;
  }
}

#theater-access .nav-footer .nav-type2 li img {
  margin-right: 16px;
}

@media (min-width:576px) {
  #theater-access .nav-footer .nav-type2 li img {
    margin-right: 10px;
  }
}

.access-car .txt-title {
  margin-top: 32px;
}

.access-bus .station-img {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width:576px) {
  .access-bus .station-img {
    width: 41.62%;
  }
}

.access-bus .station-img img {
  margin: auto;
}

.access-bus .station-info {
  width: 100%;
  padding-right: 0;
}

@media (min-width:576px) {
  .access-bus .station-info {
    -ms-flex: 2;
    flex: 2;
    padding-right: 30px;
  }
}

.access-top .access-map {
  line-height: 1;
}

.access .btn-access-traffic {
  width: 100%;
  height: 44px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.access .btn-access-traffic:last-child {
  margin-bottom: 0;
}

@media (min-width:576px) {
  .access .btn-access-traffic:first-child {
    margin-bottom: 0;
  }
}

@media (min-width:576px) {
  .access .btn-access-traffic {
    width: 48%;
  }
}

@media (min-width:768px) {
  .access .btn-access-traffic {
    width: 34.84536082474227%;
  }
}

.access .btn-access-traffic img {
  margin-right: 4.5%;
}

.access-content {
  max-width: 770px;
  padding: 0 15px;
  margin: auto;
}

.access-content .btn-access-traffic {
  width: 100%;
}

.access-content .btn-access-traffic:hover {
  color: #0f243e;
}

@media (min-width:576px) {
  .access-content .btn-access-traffic {
    width: 48%;
  }
}

.btn-access {
  padding: 32px 0;
}

.btn-access-traffic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #0f243e;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 5px;
  padding-left: 15px;
  margin: 0;
}

@media (min-width:576px) {
  .btn-access-traffic {
    padding-left: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 .5405%;
  }
}

.flow {
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.flow-group {
  background-color: #ccc;
}

@media (max-width:767.98px) {
  .flow-group .container {
    padding: 0;
  }
}

.flow li {
  height: 20px;
  padding-right: 8px;
  vertical-align: middle;
  background-color: #a2a2a2;
  background-size: auto 100%;
  position: relative;
  width: 16.66666666666667%;
  text-align: center;
  font-size: 11px;
  line-height: 1.8181818182;
}

@media (min-width:767.98px) {
  .flow li {
    height: 32px;
    font-size: 14px;
    line-height: 2.2857142857;
  }
}

.flow li:before {
  content: " ";
  position: absolute;
  right: 0;
  pointer-events: none;
  background: url(/https/tjoy.jp/img/front/images/icon/arr_flow.png) no-repeat 0;
  height: 100%;
  width: 8px;
  display: block;
  background-size: contain;
}

@media (min-width:767.98px) {
  .flow li:before {
    background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_pc.png) no-repeat 0;
    width: 12px;
  }
}

@media (max-width:767.98px) {
  .flow li:last-child:before {
    display: none;
  }
}

@media (min-width:767.98px) {
  .flow li:last-child:before {
    background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_last_pc.png) no-repeat 0;
  }
}

.flow li:last-child.flow-active:before {
  background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_active_last.png) no-repeat 0;
}

@media (min-width:767.98px) {
  .flow li:last-child.flow-active:before {
    background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_active_last_pc.png) no-repeat 0;
  }
}

.flow li.flow-active {
  background: #ca1119;
}

.flow li.flow-active:before {
  background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_active.png) no-repeat 0;
}

@media (min-width:767.98px) {
  .flow li.flow-active:before {
    background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_active_pc.png) no-repeat 0;
  }
}

.flow li.flow-inactive {
  background-color: #ccc;
}

.flow li.flow-inactive:first-child:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e9e9e9;
  top: 0;
  left: 0;
}

.flow li.flow-inactive a {
  color: #a2a2a2;
  cursor: default;
}

@media (min-width:767.98px) {
  .flow li.flow-inactive:before {
    background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_inactive_prev_pc.png) no-repeat 0;
  }
}

.flow li.flow-inactive.pre-active:before {
  background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_inactive.png) no-repeat 0;
}

@media (min-width:767.98px) {
  .flow li.flow-inactive.pre-active:before {
    background: url(/https/tjoy.jp/img/front/images/icon/arr_flow_inactive_pc.png) no-repeat 0;
  }
}

.flow a {
  color: #fff;
  margin-top: 1px;
  display: block;
  cursor: default;
}

.operation-modal,
.pair-sheet-modal,
.premier-seat-modal,
.executive-seat-modal,
.sofa-seat-modal,
.trio-seat-modal,
.reclining-seat-modal,
.counter-seat-modal {
  font-size: 14px;
}

.operation-modal .modal-body,
.pair-sheet-modal .modal-body,
.premier-seat-modal .modal-body,
.executive-seat-modal .modal-body,
.sofa-seat-modal .modal-body,
.trio-seat-modal .modal-body,
.reclining-seat-modal .modal-body,
.counter-seat-modal .modal-body {
  padding-bottom: 29px;
}

@media (min-width:767.98px) {
  .operation-modal .modal-body,
  .pair-sheet-modal .modal-body,
  .premier-seat-modal .modal-body,
  .executive-seat-modal .modal-body,
  .sofa-seat-modal .modal-body,
  .trio-seat-modal .modal-body,
  .reclining-seat-modal .modal-body,
  .counter-seat-modal .modal-body {
    padding-bottom: 0;
  }
}

.operation-modal {
  font-size: 15px;
}

.operation-item {
  margin-bottom: 25px;
}

@media (min-width:767.98px) {
  .operation-item {
    margin-bottom: 23px;
  }
}

@media (min-width:767.98px) {
  .operation-item:last-child {
    margin-bottom: 33px;
  }
}

.operation-img {
  width: 13.8020833333%;
  margin: 0 3.125% 0 0;
  min-width: 106px;
}

@media (min-width:767.98px) {
  .operation-img {
    width: 27.1794871795%;
    margin: 0 6.1538461538% 0 0;
  }
}

.operation-info {
  width: 66.6666666667%;
}

@media (min-width:767.98px) {
  .operation-info {
    width: 66.6666666667%;
  }
}

.migration-conffirm-modal,.overbooked-modal,.settlement-modal,.temporary-modal {
  font-size: 14px;
  color: #414b5b;
}

@media (min-width:767.98px) {
  .migration-conffirm-modal,.overbooked-modal,.settlement-modal,.temporary-modal {
    font-size: 15px;
  }
}

.migration-conffirm-modal .btn-list .btn,.overbooked-modal .btn-list .btn,.settlement-modal .btn-list .btn,.temporary-modal .btn-list .btn {
  width: 48.5%;
}

.seat-info {
  border: 1px solid #a2a2a2;
  border-radius: 2px;
}

.seat-info-ttl {
  padding: 5px 10px;
  background: #686868;
  font-size: 15px;
  color: #fff;
}

.seat-info-content {
  padding: 8px 10px 16px;
  font-size: 14px;
  color: #414b5b;
}

@media (min-width:767.98px) {
  .seat-info-content {
    font-size: 15px;
  }
}

.seat-info-content-ttl {
  font-size: 15px;
}

.seat-info-txt span {
  color: #979797;
}

.temporary-modal .modal-body {
  padding-bottom: 12px;
}

@media (min-width:767.98px) {
  .temporary-modal .modal-body {
    max-height: 400px;
    overflow-y: scroll;
  }
}

.temporary-modal .btn-danger {
  color: #fff!important;
}

.temporary-modal .btn-danger2 {
  color: #fff!important;
}

#movieType-modal .label {
  border-radius: 3px;
  width: 82px;
  font-size: 13px;
  line-height: 1.1;
  padding-top: 2px;
  height: 18px;
}

#movieType-modal .label-active {
  border: 1px solid #4796d3;
  color: #4796d3;
}

#movieType-modal .label-disabled {
  background: #f1f1f1;
  border: 1px solid #c7dff2;
}

#movieType-modal .btn-danger {
  background: #ca1119;
  border-color: #ca1119;
  box-shadow: unset;
  font-size: 14px;
  padding: 10px;
  margin-top: 2px;
  white-space: normal;
  text-align: left;
}

#movieType-modal .btn-danger2 {
  background: #ca1119;
  border-color: #ca1119;
  box-shadow: unset;
  font-size: 14px;
  padding: 10px;
  margin-top: 2px;
  white-space: normal;
  text-align: left;
}

#movieType-modal .modal-footer {
  margin-top: 33px;
}

@media (min-width:767.98px) {
  #movieType-modal .modal-footer {
    margin-top: 25px;
  }
}

.collapse {
  display: block!important;
  height: 0;
  overflow: hidden;
}

.collapse.show {
  height: auto!important;
}

.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media (max-width:575.98px) {
  .slick-slide {
    max-height: 180px;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

.bg-banner {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.icon-text-style {
  font-size: .625rem;
  font-style: normal;
  color: #fff;
}

.modal-body .icon {
  background-size: auto;
}

.modal-container ul li {
  padding-bottom: 15px;
}

.modal-container ul li:last-child {
  padding-bottom: 0;
}

.modal-container ul li span {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.modal-container ul li i {
  width: 54px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: top;
}

.bg-gray01 {
  background-color: #686868;
}

.bg-blue01 {
  background-color: #0090d7;
}

@media (max-width:575.98px) {
  .list-login-system {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.list-login-system li {
  border: 1px solid #ca1119;
  width: 49.6336996337%;
  margin-right: .7326007326%;
  margin-bottom: 5px;
  border-radius: 6px;
  box-shadow: 1px 1px 0 2px #dfdfdf;
}

.list-login-system li.js-animation-move {
  overflow: hidden;
}

.list-login-system li:hover {
  box-shadow: none;
}

@media (min-width:575.98px) {
  .list-login-system li {
    width: 25.5208333333%;
    margin-right: .8333333333%;
  }
}

@media (max-width:575.98px) {
  .list-login-system li {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}

.list-login-system li:first-child {
  border: 0;
  width: 100%;
  margin-right: 0;
  box-shadow: none;
}

@media (min-width:575.98px) {
  .list-login-system li:first-child {
    width: 25.5208333333%;
    margin-right: 1.6666666667%;
  }
}

.list-login-system li:last-child {
  margin-right: 0;
  background-color: #fff;
}

@media (max-width:575.98px) {
  .list-login-system li:last-child {
    width: 50%;
  }
}

@media (min-width:1025px) {
  .list-login-system li:last-child a:hover {
    color: #e40012;
    border-radius: 6px;
  }
}

.list-login-system li:last-child a.is-active {
  box-shadow: 0 1px 0 2px hsla(0,0%,87%,.004);
}

.list-login-system li .icon {
  width: 31px;
  height: 22px;
  margin-right: 2.1978021978%;
}

.list-login-system li:last-child .icon {
  height: 30px;
}

@media (min-width:575.98px) {
  .list-login-system li .icon {
    margin-right: 1.25%;
  }
}

.list-login-system a {
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #ca1119;
}

@media (min-width:575.98px) {
  .list-login-system a {
    min-height: auto;
    font-size: 16px;
  }
}

.list-login-system a.active {
  background-color: #ca1119;
  color: #fff;
}

.list-notice {
  padding: 8px 15px;
  border: 1px solid #7c7c7c;
  margin-bottom: 35px;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 15px;
}

@media (max-width:575.98px) {
  .list-notice {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 0;
    border-radius: 2px;
    font-size: 12px;
  }
}

.list-notice a {
  display: block;
  color: #000;
  line-height: 2;
  font-size: 15px;
}

.list-notice a:hover {
  color: #0090d6;
}

@media (max-width:575.98px) {
  .list-notice a {
    font-size: 12px;
    line-height: 1.33;
  }

  .list-notice a+a {
    margin-top: 10px;
  }
}

.list-notice-img {
  margin: 0 auto;
  padding-bottom: 33px;
}

@media (min-width:575px) {
  .list-notice-img {
    max-width: 860px;
    padding-bottom: 25px;
    margin-top: 50px;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
}

.list-notice-img li {
  margin-bottom: 16px;
}

@media (max-width:575.98px) {
  .list-notice-img li {
    width: 100%;
  }
}

.list-notice-img li a {
  height: 80px;
}

.list-notice-img li a span {
  width: 100%;
  text-align: center;
}

.list-notice-img li a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

@media (min-width:575.98px) {
  .list-notice-img li {
    width: 50%;
    margin-bottom: 20px;
    max-width: 430px;
    max-height: 115px;
  }

  .list-notice-img li:first-child {
    margin: 0 auto;
  }

  .list-notice-img li a {
    height: 115px;
  }

  .list-notice-img li a img {
    max-height: 100%;
    height: 115px;
    width: auto;
  }
}

@media (min-width:575.98px) {
  .list-notice-img li:nth-of-type(2n+2) {
    padding-right: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
}

@media (min-width:575.98px) {
  .list-notice-img li:nth-of-type(odd) {
    padding-right: 10px;
    box-sizing: border-box;
  }
}

.list-qr-code {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .list-qr-code {
    margin: 32px auto;
  }
}

@media (max-width:575.98px) {
  .list-qr-code-sp {
    padding: 16px 0 24px;
  }
}

@media (min-width:575px) {
  .list-qa-user {
    margin-right: 4px;
  }

  .list-qa-user a img {
    width: 15px;
  }
}

@media (max-width:575.98px) {
  .list-qa-user li {
    background: #fff;
    border-radius: 2px;
    -ms-flex: 1;
    flex: 1;
  }

  .list-qa-user li:first-child {
    margin: 0 1px 0 0;
  }

  .list-qa-user li:last-child {
    margin: 0 0 0 2px;
  }
}

.list-qa-user li:last-child {
  margin-left: 20px;
}

@media (max-width:575.98px) {
  .list-qa-user li:last-child {
    margin-left: 1px;
  }
}

.list-qa-user li img {
  margin-right: 6px;
}

.list-qa-user a {
  color: #414b5b;
}

@media (max-width:575.98px) {
  .list-qa-user a {
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 11px 2px 10px;
    line-height: 12px;
    box-shadow: 1px 1px 0 1px #dfdfdf;
    border-radius: inherit;
  }
}

@media (min-width:1025px) {
  .list-qa-user a:hover {
    text-decoration: none;
  }

  .list-qa-user a:hover span {
    color: #929292;
  }
}

.list-qa-user-sp {
  margin-top: 24px;
}

@media (max-width:575.98px) {
  .list-qa-user-sp {
    margin-top: 8px;
    margin-bottom: 2px;
  }

  .list-qa-user-sp .list-qa-user {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }

  .list-qa-user-sp .list-qa-user a img {
    width: 15px;
  }

  .list-qa-user-sp .list-qa-user a span {
    font-size: 12px!important;
  }
}

.nav-horizontal {
  background-color: #e6e6e6;
}

@media (max-width:575.98px) {
  .nav-horizontal {
    padding: 20px 0;
    margin: 0 auto;
  }
}

@media (min-width:575.98px) {
  .nav-horizontal {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.nav-horizontal-list {
  margin-bottom: 0;
}

@media (max-width:575.98px) {
  .nav-horizontal-list {
    margin: 0 -7px;
  }
}

@media (min-width:575.98px) {
  .nav-horizontal-list {
    margin-bottom: 8px;
  }
}

.nav-horizontal-list li {
  margin: 0 .1748251748% 2px;
  width: 24.6503496503%;
  min-height: 57px;
}

.nav-horizontal-list li a {
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 3px;
  box-shadow: 1px 1px 0 2px #e0e0e0;
}

@media (min-width:767.98px) {
  .nav-horizontal-list li a:hover {
    background-color: #f0f0f0;
    box-shadow: 2px 2px 0 1px #e0e0e0;
  }
}

@media (max-width:575.98px) {
  .nav-horizontal-list li a {
    padding: 7px 1px;
  }
}

.nav-horizontal-list li .icon {
  margin-bottom: 6px;
  background-size: contain;
}

@media (min-width:575.98px) {
  .nav-horizontal-list li {
    width: 19.5833333333%;
    margin: 0 .2083333333%;
    margin-bottom: 4px;
    min-height: 80px;
    max-height: 80px;
  }

  .nav-horizontal-list li a {
    padding: 11px 5px 4px;
  }

  .nav-horizontal-list li .icon {
    margin-bottom: 6px;
  }
}

@media (min-width:768px) {
  .nav-horizontal-list li {
    width: 12.0833333333%;
    margin: 0 .2083333333%;
    margin-bottom: 4px;
    min-height: 80px;
    max-height: 80px;
  }

  .nav-horizontal-list li a {
    padding: 11px 5px 4px;
  }

  .nav-horizontal-list li .icon {
    margin-bottom: 6px;
  }
}

.nav-horizontal-list li:first-child,.nav-horizontal-list li:nth-of-type(2) {
  width: 32.9836829837%;
}

@media (min-width:575.98px) {
  .nav-horizontal-list li:first-child,.nav-horizontal-list li:nth-of-type(2) {
    font-size: 14px;
    width: 32.9166666667%;
  }

  .nav-horizontal-list li:first-child .icon,.nav-horizontal-list li:nth-of-type(2) .icon {
    margin-right: 6.3291139241%;
    margin-bottom: 0;
  }
}

.nav-horizontal-list li:nth-of-type(3) {
  width: 32.9836829837%;
}

@media (min-width:575px) {
  .nav-horizontal-list li:nth-of-type(3) {
    font-size: 14px;
    width: 32.9166666667%;
  }

  .nav-horizontal-list li:nth-of-type(3) .icon {
    margin-right: 6.3291139241%;
    margin-bottom: 0;
  }
}

.nav-horizontal-list li#schedule span {
  color: #e40012;
}

.nav-horizontal-list li#cinema span {
  color: #2857b8;
}

.nav-horizontal-list li#access span {
  color: #2c9b3f;
}

.nav-horizontal-list li#adticket span {
  color: #8d50d7;
}

.nav-horizontal-list li#present span {
  color: #f75757;
}

.nav-horizontal-list li#menu-event span {
  color: #009a98;
}

.nav-horizontal-list li#campaign span {
  color: #cba300;
}

.nav-horizontal-list li#theaternews span {
  color: #d846b4;
}

.nav-horizontal-list li#price span {
  color: #1b88ab;
}

.nav-horizontal-list li#facilities span {
  color: #db0051;
}

.nav-horizontal-list li#concession span {
  color: #e35d04;
}

.nav-horizontal-list a {
  width: 100%;
}

.nav-horizontal-list span {
  text-align: center;
  line-height: 1.2;
}

@media (max-width:575.98px) {
  .nav-horizontal-list span {
    font-size: 8px;
    letter-spacing: .0002em;
  }
}

@media (max-width:575.98px) {
  .nav-horizontal li:first-child a span,.nav-horizontal li:nth-child(2) a span,.nav-horizontal li:nth-child(3) a span {
    font-size: 11px;
  }
}

.ttl-notice {
  padding-top: 29px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #e40012;
}

@media (max-width:768px) {
  .ttl-notice {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.page-footer-inner {
  display: none;
}

@media (min-width:768.999px) {
  .page-footer-inner {
    display: block;
  }
}

.tab-menu-more li {
  color: #686868;
}

@media (min-width:992px) {
  .tab-menu-more li:hover {
    opacity: .8;
  }
}

.theater-item.active a {
  color: #bababa;
}

@media (min-width:1025px) {
  .theater-item:not(.active):hover .theater-title {
    color: #fefefe;
  }

  .theater-item:not(.active):hover .theater-title a {
    color: #0090d6;
    border-color: #0090d6;
  }

  .theater-item:not(.active):hover .theater-content {
    background: #868686;
    box-shadow: 0 2px 1px 0 #2a2a2a;
  }

  .theater-item:not(.active):hover .theater-content p {
    color: #fff;
  }

  .theater-item:not(.active):hover .theater-btn {
    border-color: #979797;
  }
}

#page-top {
  background-color: #f0f0f0;
  background: #f0f0f0;
}

#page-top .container {
  padding-right: 10px!important;
  padding-left: 10px!important;
}

@media (max-width:991px) {
  #page-top .container {
    overflow-x: hidden;
  }
}

#page-top a:-webkit-any-link:hover img {
  opacity: .8!important;
  cursor: pointer!important;
}

.box-slider {
  position: relative;
  overflow: hidden;
}

.box-slider:before {
  content: "";
  display: block;
}

.box-slider.row {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.box-slider.row:before {
  padding-top: 33.5714%;
}

@media (max-width:575.98px) {
  .box-slider {
    max-height: 363px;
  }

  .box-slider.row:before {
    padding-top: 48px;
  }
}

.box-notification {
  background-color: #e9e9e9;
  padding: 15px 0 20px;
}

@media (max-width:575.98px) {
  .box-notification {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width:1024px) {
  .schedule-box:not(.disable) .schedule-box-body:hover .schedule-time {
    color: #edc3c4;
  }

  .schedule-box:not(.disable) .schedule-box-body:hover .schedule-status span {
    color: #1ca1e1;
  }
}

.schedule-box .schedule-box-body {
  -ms-flex: 1;
  flex: 1;
  min-height: 108px;
}

@media (max-width:575.98px) {
  .schedule-box .schedule-box-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.schedule-box .schedule-box-body .box-time {
  display: block!important;
}

@media (max-width:575.98px) {
  .schedule-box .schedule-box-body {
    padding: 16px 0;
  }
}

.box-film-wapper {
  padding: 0 0 30px;
}

@media (max-width:575.98px) {
  .box-film-wapper {
    padding: 0 10px 14px;
  }
}

@media (max-width:1020px) {
  .box-film-wapper {
    padding: 0 10px 10px;
  }

  .box-film-wapper .section-container:last-of-type {
    margin-bottom: 0!important;
  }
}

.modal_close {
  position: absolute;
  top: -40px;
  right: 5px;
  display: block!important;
  opacity: 1!important;
}

.modal_close,.modal_close img {
  width: 25px;
  height: 25px;
}

@media (min-width:768px) {
  .modal_close {
    right: 0;
    cursor: pointer;
  }
}

.modal_movie {
  padding-bottom: 56.23%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.modal_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-theater {
  text-align: center;
  position: absolute;
  overflow-x: inherit!important;
  overflow-y: inherit!important;
  top: 50%;
  left: 50%;
  width: 68%;
  transform: translate(-50%,-50%);
  box-sizing: border-box;
}

@media (min-width:1025px) {
  .modal-theater {
    height: 500px;
    max-height: 500px;
  }
}

@media (max-width:1024px) {
  .modal-theater {
    height: 460px;
    max-height: 460px;
    width: 90%;
  }
}

@media (max-width:991px) {
  .modal-theater {
    height: 400px;
    max-height: 400px;
  }
}

@media (min-width:768px) {
  .modal-theater {
    max-width: 854px;
    padding: 0;
  }
}

@media (max-width:767px) {
  .modal-theater {
    height: 300px;
    max-height: 300px;
  }
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,.9);
}

ul.calendar-slider {
  display: -ms-flexbox;
  display: flex;
}

@media (-ms-high-contrast:none) {
  ul.calendar-slider .foo,ul.calendar-slider ::-ms-backdrop {
    display: table;
  }
}

@media (-ms-high-contrast:none) {
  ul.calendar-slider li .foo,ul.calendar-slider li ::-ms-backdrop {
    display: table-cell;
  }
}

.schedule-calendar .calendar-slider li a {
  min-height: 50px;
  min-width: 160px;
}

@media (max-width:768px) {
  .schedule-calendar .calendar-slider li a {
    min-height: 50px;
    min-width: 112px;
  }
}

.sliderScroll {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.sliderScroll::-webkit-scrollbar {
  height: 0;
}

.sliderScroll::-webkit-scrollbar-thumb,.sliderScroll::-webkit-scrollbar-track {
  background: hsla(0,0%,100%,0);
}

@media (max-width:768px) {
  .schedule-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width:575.98px) {
  .w-sm-auto {
    width: auto!important;
  }
}

@media (min-width:575.98px) {
  .mb-0.d-none.d-sm-block.text-sm-right.text-sm-left.align-items-start.w-100.float-left.mb-3 {
    margin-bottom: 0!important;
  }

  .mb-0.d-none.d-sm-block.text-sm-right.text-sm-left.align-items-start.w-100.float-left.mb-3~span {
    margin-top: 1rem;
  }

  .mb-0.d-none.d-sm-block.text-sm-right.text-sm-left.align-items-start.w-100.float-left.mb-3~span~h5 {
    padding-top: 0!important;
  }

  .mb-0.d-none.d-sm-block.text-sm-right.text-sm-left.align-items-start.w-100.float-left.mb-3+h5 {
    padding-top: 1rem!important;
  }
}

.top-schedule {
  margin-bottom: 10px;
}

.top-schedule .schedule-time {
  color: #414b5b;
  font-size: 22px;
  font-weight: 600;
}

.top-schedule .schedule-time span {
  font-size: 16px;
}

.top-schedule-link {
  font-size: 12px;
  color: #3e5c99;
  display: inline-block;
  text-decoration: underline;
}

@media (max-width:575.98px) {
  .btn-reservation.btn-reserve {
    margin-top: 12px;
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }

  .btn-reservation.btn-reserve a {
    height: 50px!important;
  }

  .btn-reservation.btn-reserve .btn-reservation-icon {
    margin-bottom: 0!important;
    margin-left: 10px;
  }

  .btn-reservation.btn-reserve .btn-reservation-icon img {
    width: 25px;
  }

  .btn-reservation.btn-reserve .btn-reservation-icon {
    -ms-flex-order: 1;
    order: 1;
  }

  .btn-reservation.btn-reserve .btn-reservation-sub {
    margin-bottom: 0!important;
    margin-right: 10px;
  }
}

@media (max-width:575.98px) {
  .pd-film-text-sp {
    margin-bottom: 0;
  }
}

@media (max-width:575.98px) {
  #run .box-film-sp>.section-container>div:not(.film-content) {
    padding-top: 4px!important;
  }
}

.top-schedule .label-blue {
  background: #3e5c99;
  color: #fff;
  border: 0;
  display: inline-block;
  font-size: 10px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 2.5px;
}

.btn-reserve.disable {
  box-shadow: none;
}

@media (max-width:575.98px) {
  .box-film-sp .section-container {
    margin-bottom: 15px!important;
  }
}

#film-detail {
  background-color: #f0f0f0;
}

#film-detail .btn-add-more {
  border-radius: 4px;
  font-size: 16px;
  border-color: #686868;
  font-weight: 700;
  color: #0f243e;
  padding: 15px 0;
}

@media (max-width:767.98px) {
  #film-detail .btn-add-more {
    padding: 15px 30px;
  }
}

#film-detail .btn-add-more.btn-save-content {
  padding: 10px 42px 9.5px;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width:767.98px) {
  #film-detail .section-info {
    display: none;
  }
}

hr {
  border-top: 1px solid #a2a2a2;
  display: block;
  width: 100%;
  margin: 0;
}

.carosuel-container .carousel-inner {
  padding-bottom: 56.25%;
}

@media (min-width:992px) {
  .carosuel-container .carousel-inner {
    width: 548px;
    height: 364px;
    margin-left: auto;
    margin-right: auto;
  }
}

.carosuel-container .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carosuel-container .carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.carosuel-container .carousel-item p {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.carosuel-container .carousel-item img {
  width: auto!important;
  max-height: 100%;
  margin: 0 auto;
}

.carosuel-container .carosuel-header {
  font-size: 18px;
  font-weight: 700;
  color: #0f243e;
  margin-top: 20px;
}

@media (min-width:575.98px) {
  .carosuel-container .carosuel-header {
    font-size: 30px;
  }
}

.carosuel-container .carosuel-sub-header {
  font-size: 12px;
  color: #0f243e;
  margin-bottom: 10px;
}

@media (min-width:575.98px) {
  .carosuel-container .carosuel-sub-header {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.carosuel-container .carosuel-sub-header span {
  font-size: 11px;
  color: #7a7a7a;
}

@media (min-width:575.98px) {
  .carosuel-container .carosuel-sub-header span {
    font-size: 13px;
  }
}

.carosuel-container .carosuel-sub-header .badge {
  border-radius: 2px!important;
  font-size: 12px;
  padding: 3px 7px 0;
  line-height: 1;
  margin: 0 11px;
  background: #e0e0e0;
  border: 0;
  color: #0f243e;
}

@media (max-width:575.98px) {
  .carosuel-container .carousel {
    width: 100%;
    padding: 0;
  }
}

.carosuel-container .carousel-indicators {
  position: static;
  margin: 12px 10px 4px;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width:575.98px) {
  .carosuel-container .carousel-indicators {
    margin: 12px 0 4px;
  }
}

@media (min-width:575.98px) and (max-width:767.98px) {
  .carosuel-container .carousel-indicators {
    margin: 4px 0 0;
  }
}

.carosuel-container .carousel-indicators .mt-0 {
  margin-top: 0;
}

.carosuel-container .carousel-indicators li {
  width: 24.25%;
  height: 1%;
  margin: 0;
  margin-bottom: 4px;
  cursor: pointer;
  margin-right: 1%;
  max-width: 134px;
  max-height: 84px;
  overflow: hidden;
  background: transparent;
}

.carosuel-container .carousel-indicators li img {
  width: auto!important;
  /* max-width: 134px; */
  max-height: 84px;
  margin: 0 auto;
}

@media (min-width:575.98px) {
  .carosuel-container .carousel-indicators li img {
    max-height: 84px;
  }
}

@media (max-width:575.98px) {
  .carosuel-container .carousel-indicators li img {
    max-height: 54px;
  }
}

@media (max-width:575.98px) {
  .carosuel-container .carousel-indicators li:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (min-width:575.98px) and (max-width:767.98px) {
  .carosuel-container .carousel-indicators li {
    width: 19.2%;
  }

  .carosuel-container .carousel-indicators li:nth-child(5n+5) {
    margin-right: 0;
  }
}

@media (min-width:767.98px) {
  .carosuel-container .carousel-indicators li {
    width: 24.25%;
  }

  .carosuel-container .carousel-indicators li:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media (min-width:575.98px) and (max-width:767.98px) {
  .carosuel-container .information {
    margin: auto;
  }
}

.carosuel-container .information-showing {
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #0f243e;
}

@media (min-width:767.98px) {
  .carosuel-container .information-showing {
    font-size: 16px;
    margin-bottom: 23px;
    margin-top: 0;
    line-height: 17px;
  }
}

.carosuel-container .information-showing .lb-rate-black {
  font-size: 13px;
  color: #0f243e;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width:767.98px) {
  .carosuel-container .information-showing .lb-rate-black {
    font-size: 16px;
  }
}

.carosuel-container .information-showing .lb-rate-red {
  margin-left: 5px;
  color: #e40012;
  border-color: #e40012;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px!important;
  padding-top: 2px;
  padding-bottom: 0;
}

@media (min-width:767.98px) {
  .carosuel-container .information-showing .lb-rate-red {
    top: -2px;
  }
}

@media (min-width:767.98px) {
  .carosuel-container .information .tag-film {
    margin-bottom: 7px;
  }
}

.carosuel-container .information .tag-film .badge {
  border-radius: 2px!important;
}

.carosuel-container .information-note {
  font-size: 12px;
  line-height: 1.38;
  color: #e40012;
  margin-bottom: 24px;
  margin-bottom: 2px!important;
}

@media (min-width:575.98px) {
  .carosuel-container .information-note {
    font-size: 12px;
    line-height: 1.317;
  }
}

.carosuel-container .information-content {
  font-size: 15px;
  line-height: 1.369;
  margin-bottom: 12px;
  margin-top: 17px;
  color: #0f243e;
}

@media (min-width:767.98px) {
  .carosuel-container .information-content {
    font-size: 15px;
    line-height: 1.32;
  }
}

.carosuel-container .information a.btn-form:not(.btn-add-more) {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #158fec;
}

section.show-border-line:nth-child(odd),section.show-border:nth-child(odd) {
  background-color: #e9e9e9;
}

.section-film {
  margin-top: 40px;
}

@media (min-width:767.98px) {
  .section-film {
    border-top: 1px solid #c4c4c4;
  }
}

.section-bottom .article-ttl {
  margin-bottom: 16px;
}

.section-bottom .article-day {
  margin-bottom: 9px;
}

.section-bottom .article-day .badge {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 160px;
}

.section-bottom .content-block {
  margin-bottom: 40px;
}

.conment-modal p.save-content-first {
  padding: 0!important;
}

.conment-modal .btn {
  color: #a2a2a2;
}

.social-modal .modal-dialog {
  max-width: 355px;
  margin: 8px auto;
}

.social-modal .btn {
  padding: 9px 13px;
}

.button-slider {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media (min-width:767.98px) {
  .button-slider {
    margin-top: 28px;
  }
}

.button-slider-one {
  -ms-flex: 1.7;
  flex: 1.7;
  margin-right: 16.5px;
}

.button-slider-two {
  -ms-flex: 1;
  flex: 1;
  margin-left: 16.5px;
}

.article-bg-text {
  padding: 10px 20px;
  margin: 0;
  border-radius: 2px;
}

.save-content-first {
  margin: 0;
}

.save-content-second {
  margin: 5px auto 0;
}

.save-content-second:hover {
  background: #fce9eb;
  color: #e40012;
}

.btn-schedule-film {
  display: block;
  text-align: center;
  width: 100%;
  background: #ca1119 url(/https/tjoy.jp/img/front/images/icon/icon-right.png) no-repeat 98%;
  border: none;
  padding: 17.5px 0;
  color: #fff!important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 auto 25px;
  cursor: pointer;
  border-radius: 4px;
  background-image: none;
}

@media (min-width:767.98px) {
  .btn-schedule-film {
    max-width: 441px;
    padding: 16.5px 0;
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid #ca1119;
  }

  .btn-schedule-film:hover {
    opacity: .8;
  }
}

.btn-schedule-film .i-bg.icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

@media (min-width:575.98px) {
  .btn-schedule-film .i-bg.icon {
    margin-right: 5px;
  }
}

.comment-modal .modal-body::-webkit-scrollbar {
  width: 6px;
}

.comment-modal .modal-body::-webkit-scrollbar-track {
  background: #d4d4d4;
  border-left: 0 solid #d4d4d4;
  border-right: 0 solid #d4d4d4;
}

.comment-modal .modal-body::-webkit-scrollbar-thumb {
  background: #686868;
  border-left: 0 solid #d4d4d4;
  border-right: 0 solid #d4d4d4;
}

.img-check {
  margin-bottom: 12px;
}

.section-ticket {
  padding: 15px;
}

.section-ticket-info {
  margin-bottom: 5px;
}

@media (max-width:575.98px) {
  .section-ticket-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section-ticket-info-c1 {
  width: 120px;
  font-size: 15px;
  font-weight: 700;
  color: #0f243e;
  line-height: 1.5;
}

@media (max-width:575.98px) {
  .section-ticket-info-c1 {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
  }
}

.section-ticket-info-c2 {
  width: calc(100% - 120px);
  font-size: 15px;
  color: #0f243e;
  word-break: break-word;
  word-wrap: break-word;
}

@media (max-width:575.98px) {
  .section-ticket-info-c2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width:767.98px) {
  .section-ticket-info-c2 {
    -ms-flex: 7;
    flex: 7;
  }
}

@media (max-width:575.98px) {
  .section-ticket-info-c2 .free-style-content {
    margin: 0;
  }
}

.section-ticket-caution {
  color: #0046c5;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-ticket .error {
  color: #e40012;
}

.pc-title-section {
  cursor: pointer;
}

.pc-title-section p {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.1;
  background: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_bottom.png) no-repeat;
  background-position: calc(100% - 15px) 50%;
  padding: 32px 15px;
}

@media (min-width:992px) {
  .pc-title-section p {
    background-position: calc(100% - 30px) 50%;
  }
}

.pc-title-section p span.error {
  color: #e40012;
  margin-left: 5px;
  line-height: 1.414;
  font-size: 14px;
}

@media (min-width:575.98px) {
  .section-content {
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:575.98px) {
  .section-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width:575.98px) and (max-width:767.98px) {
  .section-content {
    margin: auto;
  }
}

.section-content-arrow {
  padding: 20px 15px 0;
  position: absolute;
  top: 10px;
  right: 0;
}

@media (max-width:992px) {
  .section-content-arrow {
    padding: 20px 0 0;
  }
}

.section-content-inner {
  position: relative;
  margin-bottom: 1px;
}

@media (min-width:767.98px) {
  .section-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width:767.98px) {
  .section-content:last-child .section-info {
    padding-bottom: 32px;
  }
}

.section-info {
  padding: 16px 15px;
}

@media (min-width:767.98px) {
  .section-info {
    padding: 32px 15px;
    width: calc(100% - 209px);
  }
}

@media (max-width:992px) {
  .section-info {
    padding: 32px 0;
  }
}

.section-info .mb-16 {
  margin-bottom: 16px;
}

.section-info .mt-16 {
  margin-top: 16px;
}

.section-info .hr-line {
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.section-info .btn-save-content {
  padding: 12px 41px;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 400;
  color: #000;
}

.section-info .btn-save-content:before {
  content: "";
}

.section-info p {
  margin: 0;
  font-size: 15px;
}

.section-info-content {
  margin-bottom: 12px;
}

.section-info-content.content-block {
  margin-bottom: 35px;
}

.section-info-content.content-block .article-day {
  margin-bottom: 4px;
}

.section-info-content:last-child {
  margin-bottom: 0;
}

.section-info .error {
  color: #e40012;
}

.section-ttl {
  display: block;
  font-size: 14px;
  background: transparent url(/https/tjoy.jp/img/front/images/icon/icon_arrow_to_sm.png) no-repeat 98%;
  padding: 31.5px 15px;
  font-weight: 700;
  color: #000;
}

@media (max-width:767.98px) {
  .section-ttl {
    padding: 28.5px 0;
    background-position: 100%;
    font-size: 18px;
  }
}

.section-ttl .badge {
  margin-left: 4px;
  font-size: 12px;
}

.section-ttl.show {
  padding: 31.5px 15px;
  background: transparent url(/https/tjoy.jp/img/front/images/icon/icon_arrow_bottom.png) no-repeat 98%;
}

@media (max-width:767.98px) {
  .section-ttl.show {
    padding: 28.5px 0;
    background-position: 100%;
  }
}

@media (max-width:767.98px) {
  .section-ttl+.section-info {
    margin-top: -45px;
  }
}

@media (min-width:767.98px) {
  .section-ttl {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    background: none;
    padding: 28px 0;
    pointer-events: none;
    width: 209px;
  }

  .section-ttl .badge {
    background: none;
    color: #e40012;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .section-ttl .badge span {
    margin: 0;
    padding: 0;
  }
}

.section-impressions .article-ttl .icon {
  max-width: 83px;
}

@media (min-width:575.98px) {
  .section-impressions .section-info {
    padding-right: 60px;
  }
}

.section-impressions .section-info-content {
  margin-bottom: 32px;
}

.article-ttl {
  font-size: 15px;
  margin-bottom: 3px;
  color: #0f243e;
}

.article-ttl .icon {
  width: 22px;
  height: auto;
  margin-right: 7px;
}

.article-day {
  color: #0f243e;
  margin-bottom: 8px;
  font-size: 15px;
  margin-top: -3px;
}

@media (max-width:767.98px) {
  .article-day {
    font-size: 14px;
  }
}

.article-day .lb-icon {
  padding: .2em 11.5px .1em;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 7px;
  border-radius: 2px!important;
}

.article-title {
  font-size: 15px;
}

.article-link {
  color: #0f243e;
}

@media (max-width:767.98px) {
  .article-link {
    font-size: 14px;
  }
}

.article-link:hover {
  color: #0f243e;
}

.article-img {
  max-width: 89px;
  min-width: 89px;
  height: 124px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-img img {
  width: 100%;
  max-width: 89px;
  max-height: 124px;
}

.article-info {
  width: calc(100% - 89px);
  padding-left: 16px;
}

@media (max-width:575.98px) {
  .article-info {
    padding-left: 12px;
  }
}

.article-bg-text {
  background: #ededed;
  padding: 7.5px 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.save-content-first {
  line-height: 1.5;
}

.save-content-first,.save-content-second {
  font-size: 13px;
  font-weight: 700;
  color: #e40012;
}

.save-content-second {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 9px auto 1px;
  line-height: .5;
  background: #fff;
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-weight: 400;
}

.icon-comment {
  height: auto;
  margin-right: 7px;
}

.section-info.section-bottom {
  margin-bottom: 40px;
}

.section-info.section-bottom .section-info-content .article-ttl {
  padding-top: 20px;
  font-size: 16px;
  color: #0f243e;
}

.section-info.section-bottom .section-info-content:first-child .article-ttl {
  padding-top: 0;
}

.section-info.section-bottom .article-body {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 .125rem .25rem #b0b0b0;
}

@media (max-width:575.98px) {
  .section-info.section-bottom .article-body {
    padding: 11px;
  }
}

.section-info.section-bottom .article-link .article-body:after {
  content: url(/https/tjoy.jp/img/front/images/icon/right.png);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
}

@media (max-width:575.98px) {
  .section-info.section-bottom .article-link .article-body:after {
    padding: 0 0 0 16px;
    position: relative;
    right: -3px;
  }
}

@media (max-width:575.98px) {
  .carosuel-container .carousel+.col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#film-detail .pc-title-section .badge,#film-detail .section-ttl .badge {
  font-size: 12px;
  letter-spacing: .06rem;
  padding: .2em .4em .1em;
  color: #fff;
  background-color: #e40012;
  border-radius: 24px;
  margin-bottom: 0;
  margin-left: 8px;
  position: relative;
  top: -1px;
  font-weight: 400;
  height: 17px;
}

@media (min-width:767.98px) {
  #film-detail .section-content .section-info {
    padding-right: 40px;
  }
}

@media (max-width:575.98px) {
  #film-detail .section-bottom .article-day {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
}

#film-detail a.section-ttl {
  color: #0f243e;
}

#film-detail .section-ticket-info {
  margin-bottom: 15px;
}

@media (max-width:767.98px) {
  #film-detail .section-ticket-info {
    margin-bottom: 5px;
  }
}

#film-detail .section-ticket-info:last-child {
  margin-bottom: 0;
}

#film-detail .section-ticket-info-c2 .badge {
  border-radius: 2px!important;
  font-weight: 400;
  margin: 0;
  margin-left: 10px!important;
  height: 15px;
  padding-top: 2px;
  padding-bottom: 0;
}

#film-detail .section-impressions .section-info-content:last-child {
  margin-bottom: 0;
}

#film-detail .section-info p:not(.error) {
  color: #0f243e;
}

#film-detail .section-info.section-bottom {
  padding-right: 16px!important;
}

@media (max-width:767.98px) {
  #film-detail .section-info.section-bottom {
    margin-bottom: 2px;
  }
}

@media (max-width:991px) {
  #film-detail .section-info.section-bottom {
    padding-right: 0!important;
  }
}

#film-detail .article-info:first-child:last-child {
  padding-left: 0;
  width: calc(100% - 40px);
}

@media (max-width:575.98px) {
  #film-detail .article-info:first-child:last-child {
    width: calc(100% - 24px);
  }
}

@media (max-width:767.98px) {
  .cinema-description {
    margin-bottom: 22px;
  }

  .cinema-cast {
    margin-bottom: 19px;
  }

  .cinema-copyright {
    margin-bottom: 17px;
  }
}

#work-detail {
  background-color: #e9e9e9;
}

#work-detail .heading-logo {
  padding: 0;
}

#work-detail .heading-logo .main-ttl {
  background-color: #dbe1ec;
  padding: 12px 0;
  margin-bottom: 44px;
  color: #010000;
}

@media (max-width:767.98px) {
  #work-detail .heading-logo .main-ttl {
    margin-bottom: 27px;
  }
}

@media (max-width:575.98px) {
  #work-detail .heading-logo .main-ttl {
    padding: 14px 0 13px;
  }
}

#work-detail .heading-logo .main-ttl span {
  padding-top: 0;
}

@media (min-width:575.98px) {
  #work-detail .tab-content {
    margin: 0 auto!important;
    max-width: 960px;
  }
}

@media (max-width:575.98px) {
  #work-detail .tab-content {
    padding: 0;
  }
}

#work-detail .nav {
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 15px;
}

@media (min-width:575.98px) {
  #work-detail .nav {
    margin: 0 auto!important;
    max-width: 990px;
  }
}

@media (max-width:575.98px) {
  #work-detail .nav {
    padding: 0;
  }
}

#work-detail .nav li {
  width: calc(50% - 5px);
  margin-right: 10px;
}

@media (max-width:575.98px) {
  #work-detail .nav li {
    width: calc(50% - 3px);
    margin-right: 6px;
  }
}

#work-detail .nav li:last-child {
  margin-right: 0;
}

#work-detail .nav li a {
  padding: 10px 21px;
  background-color: #979797;
  color: #fff;
  text-align: center;
  border: 1px solid #979797;
  border-bottom: transparent!important;
  font-size: 18px;
  border-radius: 4px 4px 0 0!important;
}

@media (max-width:575.98px) {
  #work-detail .nav li a {
    padding: 15px 21px;
    font-size: 16px;
  }
}

#work-detail .nav li a.active {
  border-color: #c4c4c4;
  padding: 10px 21px;
  background-color: #e9e9e9;
  color: #0f243e;
  border-bottom-color: #e9e9e9!important;
}

@media (max-width:575.98px) {
  #work-detail .nav li a.active {
    padding: 15px 21px;
  }
}

#work-detail .nav-line {
  border-bottom: 1px solid #c4c4c4;
}

@media (max-width:575.98px) {
  #work-detail .nav-line {
    padding: 0 12px;
    margin-bottom: 16px;
  }
}

@media (min-width:575.98px) {
  #work-detail .nav-line {
    margin-bottom: 14px;
  }
}

#work-detail .nav-tabs {
  border-bottom: 0!important;
  padding-bottom: 0!important;
}

@media (max-width:575.98px) {
  #work-detail .container-tab {
    padding: 0;
  }
}

#work-detail .breadcrumb-container {
  margin-bottom: 16px;
}

.tab-list {
  margin-bottom: 24px;
}

@media (min-width:575.98px) {
  .tab-list {
    margin-bottom: 22px;
  }
}

.tab-list li {
  padding: 10px 0;
}

@media (max-width:980px) {
  .tab-list li {
    padding: 10px 15px;
  }
}

@media (max-width:575.98px) {
  .tab-list li {
    padding: 0 12px 16px;
  }
}

.tab-list li:last-child {
  border-bottom: 0;
}

.tab-list a {
  display: block;
  color: #000;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  border-radius: 8px;
  padding: 15px;
}

@media (max-width:575.98px) {
  .tab-list a {
    padding: 12px;
  }
}

.tab-list-img {
  margin-bottom: 0;
}

@media (max-width:767.98px) {
  .tab-list-img img {
    max-width: 70px;
  }
}

@media (min-width:767.98px) {
  .tab-list-img {
    width: 100px;
    height: 137px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-list-img img {
    max-width: 100px;
    max-height: 137px;
  }
}

@media (max-width:575.98px) {
  .tab-list-content {
    padding-left: 10px;
    width: calc(100% - 70px);
  }
}

@media (min-width:575.98px) {
  .tab-list-content {
    padding-left: 15px;
    width: calc(100% - 100px);
  }
}

.tab-list-content .age-badge {
  font-size: 10px;
  border: 0;
  color: #414b5b;
  border-radius: 2px!important;
  background-color: #e0e0e0;
  padding: 0 4px;
  margin-bottom: 6px!important;
  margin-top: 0;
  line-height: 12px;
  font-weight: 400;
}

.tab-list-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width:767.98px) {
  .tab-list-info {
    display: block!important;
  }
}

@media (min-width:767.98px) {
  .tab-list-info {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: inline-block!important;
    width: 100%;
  }
}

.tab-list-info .lb-icon,.tab-list-info p {
  margin-bottom: 0;
}

@media (min-width:767.98px) {
  .tab-list-info .lb-icon {
    padding: .18em .4em .1em;
    float: right;
  }
}

.tab-list-note {
  font-size: 14px;
  clear: both;
  color: #414b5b;
  margin-bottom: 2px;
}

@media (max-width:575.98px) {
  .tab-list-note {
    vertical-align: middle;
    display: block;
    margin-bottom: 6px;
    line-height: 17px;
  }
}

@media (min-width:575.98px) {
  .tab-list-note {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 16px;
    float: left;
  }
}

.tab-list-date {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width:767.98px) {
  .tab-list-date {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (min-width:767.98px) {
  .tab-list-date {
    font-size: 20px;
    float: left;
  }
}

.tab-list .origin-name {
  font-size: 10px;
  color: #6c7480;
  display: block;
  clear: both;
  margin-bottom: 6px;
}

@media (max-width:575.98px) {
  .tab-list .origin-name {
    color: #414b5b;
    line-height: 14px;
  }
}

.tab-film-info {
  margin-bottom: 7px;
  font-size: 12px;
  color: #414b5b;
}

.tab-film-info dt {
  float: left;
  font-weight: 400;
}

.tab-film-info dd {
  margin-left: 38px;
  margin-bottom: 2px;
}

#now-open .tab-list-date {
  color: #414b5b;
  font-size: 18px;
  font-weight: 700;
  margin-top: -5px;
}

@media (max-width:575.98px) {
  #now-open .tab-list-date {
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 13px;
    margin-top: 0;
  }
}

#now-open .lb-icon {
  border-radius: 2px!important;
  font-size: 10px;
}

@media (min-width:767.98px) {
  #now-open .lb-icon {
    margin-top: 2px;
  }
}

@media (max-width:575.98px) {
  #now-open .lb-icon {
    margin-bottom: 0;
  }
}

#comming-soon .tab-list-date {
  color: #414b5b;
  font-size: 18px;
  font-weight: 700;
  margin-top: -5px;
}

@media (max-width:575.98px) {
  #comming-soon .tab-list-date {
    font-size: 16px;
    margin-top: -2px;
  }
}

#comming-soon .lb-icon {
  border-radius: 2px!important;
  font-size: 10px;
}

@media (min-width:767.98px) {
  #comming-soon .lb-icon {
    margin-top: 2px;
  }
}

@media (max-width:575.98px) {
  #comming-soon .lb-icon {
    margin-bottom: 0;
  }
}

#campaign {
  background-color: #e9e9e9;
}

#campaign .main-ttl {
  font-size: 20px;
}

@media (min-width:767.98px) {
  #campaign .main-ttl {
    font-size: 30px;
  }
}

#campaign .heading-logo {
  padding: 0;
}

#campaign .heading-logo .main-ttl {
  background-color: #f8ebae;
  padding: 12px 0;
  margin-bottom: 49px;
}

@media (max-width:767.98px) {
  #campaign .heading-logo .main-ttl {
    margin-bottom: 38px;
  }
}

@media (max-width:575.98px) {
  #campaign .heading-logo .main-ttl {
    margin-bottom: 38px;
  }
}

#campaign .heading-logo .main-ttl span {
  padding-top: 0;
}

@media (min-width:767.98px) {
  .sub-container {
    margin: 0 auto!important;
    max-width: 740px;
  }
}

.campaign-img {
  width: 28.9855072464%;
  margin-left: 7.2463768116%;
}

@media (min-width:767.98px) {
  .campaign-img {
    width: 21.186440678%;
    margin-left: 6.7796610169%;
  }
}

.campaign-date {
  font-size: 14px;
  margin-left: 7px;
}

@media (min-width:767.98px) {
  .campaign-date {
    color: #828282;
    margin-left: 12px;
  }
}

.campaign-date-inner {
  margin-bottom: 5px!important;
}

.campaign-info {
  font-size: 14px;
}

@media (min-width:767.98px) {
  .campaign-info {
    font-size: 16px;
    text-decoration: underline;
  }
}

.campaign-list li {
  padding: 13px 15px 12px;
  border-bottom: 1px solid #c4c4c4;
}

@media (min-width:767.98px) {
  .campaign-list li {
    padding: 21px 16px 20px;
  }
}

.campaign-list li:last-child {
  border-bottom: 0;
  padding-bottom: 28px;
}

.campaign-list p {
  margin-bottom: 0;
}

.campaign-list a {
  display: block;
  color: #000;
}

#theater-announ {
  background-color: #e9e9e9;
}

#theater-announ .heading-logo {
  padding: 0;
}

#theater-announ .heading-logo .main-ttl {
  background-color: #f5d9e3;
  padding: 12px 0;
  margin-bottom: 49px;
}

@media (min-width:767.98px) {
  #theater-announ .heading-logo .main-ttl .main-ttl-icon {
    margin-right: 8px;
  }
}

@media (max-width:767.98px) {
  #theater-announ .heading-logo .main-ttl {
    margin-bottom: 32px;
  }
}

@media (max-width:575.98px) {
  #theater-announ .heading-logo .main-ttl {
    padding: 14px 0 13px;
  }
}

#theater-announ .heading-logo .main-ttl span {
  padding-top: 0;
}

#theater-announ .campaign-img {
  float: left;
  width: 17.3913043478%;
  margin-right: 3.4782608696%;
  margin-left: 0;
}

@media (min-width:767.98px) {
  #theater-announ .campaign-img {
    width: 14.1242937853%;
    margin-right: 6.7796610169%;
  }
}

@media (max-width:767.98px) {
  #theater-announ .campaign-date-inner {
    margin-bottom: 12px!important;
  }
}

@media (min-width:767.98px) {
  #theater-announ .campaign-date-inner {
    float: right;
    text-align: left;
    width: 79.0960451977%;
  }
}

#theater-announ .campaign-date-inner.sp-block {
  display: block;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width:767.98px) {
  #theater-announ .campaign-date-inner.sp-block {
    display: none;
  }
}

.theater-info {
  width: 100%;
}

@media (min-width:767.98px) {
  .theater-info {
    float: right;
    width: 79.0960451977%;
  }
}

@media (max-width:767.98px) {
  .theater-info.noimg {
    width: 100%;
  }
}

#event {
  background-color: #e9e9e9;
}

#event .main-ttl {
  font-size: 20px;
}

@media (min-width:767.98px) {
  #event .main-ttl {
    font-size: 30px;
  }
}

#event .main-ttl-icon {
  width: 30px;
}

@media (min-width:767.98px) {
  #event .main-ttl-icon {
    width: 42px;
  }
}

#event .heading-logo {
  padding: 0;
}

#event .heading-logo .main-ttl {
  background-color: #c3e7e5;
  padding: 12px 0;
  margin-bottom: 49px;
}

@media (max-width:767.98px) {
  #event .heading-logo .main-ttl {
    margin-bottom: 38px;
  }
}

@media (max-width:575.98px) {
  #event .heading-logo .main-ttl {
    padding: 14px 0 13px;
    margin-bottom: 38px;
  }
}

#event .heading-logo .main-ttl span {
  padding-top: 0;
}

.event-list {
  padding-bottom: 14px;
}

.event-list .container {
  padding-left: 10px;
  padding-right: 10px;
}

.event-list .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:575.98px) {
  .event-list .inner-wrap {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.event-list .box-item {
  width: 33.33333%;
  max-width: 318px;
  padding: 0 9px 18px;
}

@media (max-width:767.98px) {
  .event-list .box-item {
    width: 50%;
    max-width: 100%;
  }
}

@media (max-width:575.98px) {
  .event-list .box-item {
    width: 100%;
    max-width: 353px;
    padding: 0 0 16px;
  }
}

.event-list .box-item .box-inside {
  background-color: #fff;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.event-list .box-item .box-inside a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.event-list .box-item .box-inside .box-img {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-list .box-item .box-inside .box-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.event-list .box-item .box-inside .media-body {
  width: 100%;
  padding: 12px;
}

.event-list .box-item .box-inside .media-body .label-color {
  padding: 2px 4px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

.event-list .box-item .box-inside .media-body .label-color.c-green {
  background-color: #009a98;
}

.event-list .box-item .box-inside .media-body .label-color.c-yellow {
  background-color: #cba300;
}

.event-list .box-item .box-inside .media-body .label-color.c-pink {
  background-color: #d846b4;
}

.event-list .box-item .box-inside .media-body .date {
  font-size: 12px;
  color: #414b5b;
  margin-top: 3px;
  margin-bottom: 5px;
}

.event-list .box-item .box-inside .media-body h5 {
  font-size: 14px;
  color: #414b5b;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 10px;
  word-break: break-word;
}

@media (max-width:575.98px) {
  .event-list .box-item .box-inside .media-body h5 {
    margin-bottom: 8px;
  }
}

.event-list .box-item .box-inside .media-body .media-content p {
  color: #414b5b;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 17px;
  letter-spacing: .02em;
}

.event-list .box-item.type-banner .box-inside a {
  -ms-flex-line-pack: center;
  align-content: center;
}

.event-list .box-item.type-banner .box-inside a .box-img {
  min-height: auto;
}

.event-list .box-item.type-banner .box-inside a .box-img img {
  position: static;
}

#list-gift {
  background-color: #e9e9e9;
}

#list-gift .breadcrumb-container {
  margin-bottom: 16px;
}

#list-gift .mb-24 {
  margin-bottom: 24px;
}

#list-gift .mr-12 {
  margin-right: 12px;
}

#list-gift .main-ttl-icon {
  width: 32px;
}

@media (min-width:767.98px) {
  #list-gift .main-ttl-icon {
    width: 42px;
  }
}

#list-gift .main-ttl-icon--one {
  width: 23px;
}

@media (min-width:767.98px) {
  #list-gift .main-ttl-icon--one {
    width: 31px;
  }
}

#list-gift .main-ttl {
  margin-bottom: 24px;
}

#list-gift .heading-logo {
  padding: 0;
}

#list-gift .heading-logo .main-ttl {
  background-color: #e0ddf4;
  padding: 12px 0;
  margin-bottom: 52px;
}

@media (max-width:767.98px) {
  #list-gift .heading-logo .main-ttl {
    margin-bottom: 29px;
  }
}

@media (max-width:575.98px) {
  #list-gift .heading-logo .main-ttl {
    padding: 14px 0 13px;
  }
}

#list-gift .heading-logo .main-ttl span {
  padding-top: 0;
}

#list-gift .heading-logo .main-ttl.present-bg {
  background-color: #f7d7d3;
}

#list-gift .heading-logo .main-ttl.present-bg .main-ttl-icon {
  width: 32px;
}

@media (max-width:575.98px) {
  #list-gift .heading-logo .main-ttl.present-bg .main-ttl-icon {
    width: 25px;
  }
}

#list-gift .btn-distribution {
  color: #4796d3;
  font-size: 14px;
  text-decoration: underline;
}

#list-gift .btn-distribution:hover {
  text-decoration: none;
}

#list-gift .nav-line {
  border-bottom: 0;
}

#list-gift .nav-line .close-all {
  max-width: 100px;
  margin: -50px 0 25px auto;
  font-size: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px!important;
}

@media (max-width:767.98px) {
  #list-gift .nav-line .close-all {
    margin-bottom: 16px;
    max-height: 30px;
  }
}

@media (max-width:575.98px) {
  #list-gift .nav-line .close-all {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 90px;
  }
}

#list-gift .nav-line .close-all:hover img {
  opacity: 1;
}

@media (min-width:767.98px) {
  #list-gift .tab-content {
    margin-bottom: 8px;
  }
}

#list-gift .tab-content .card-body {
  font-size: 15px;
  line-height: 1.523;
  color: #0f243e;
}

#list-gift .tab-content .card-body dd,#list-gift .tab-content .card-body dl,#list-gift .tab-content .card-body dt {
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width:767.98px) {
  #list-gift .tab-content .card-body {
    font-size: 15px;
  }
}

#list-gift .tab-content .film-content {
  padding: 0 16px 20px;
  background: #fff;
}

@media (min-width:767.98px) {
  #list-gift .tab-content .film-content {
    padding: 0 16px 16px;
    background: none;
  }
}

@media (max-width:767.98px) {
  #list-gift .tab-content .film-content {
    padding: 0 10px 12px;
  }
}

#list-gift .tab-content dl.theater-item:not(:last-child) {
  margin-bottom: 25px;
}

#list-gift .tab-content .list-day {
  margin-bottom: 12px;
}

#list-gift .tab-content .list-day .badge {
  font-size: 12px;
  border-radius: 2px!important;
}

#list-gift .tab-content dl.theater-item {
  width: 100%;
}

@media (min-width:1024px) {
  #list-gift .tab-content dl.theater-item {
    color: #000;
  }
}

#list-gift .tab-content .btn-film-content {
  margin-bottom: 16px;
  box-shadow: none;
  border-color: #a2a2a2;
  color: #414b5b!important;
  font-size: 13px;
  border-radius: 2px!important;
}

@media (min-width:575.98px) {
  #list-gift .tab-content .btn-film-content {
    margin-bottom: 12px;
  }
}

@media (max-width:575.98px) {
  #list-gift .tab-content .btn-film-content {
    font-size: 10px;
    max-width: 83px;
  }
}

#list-gift .tab-content .section-info .open-date span {
  font-weight: 700;
  padding-right: 15px;
}

@media (max-width:575.98px) {
  #list-gift .tab-content .section-info .open-date span {
    font-weight: 400;
    padding-right: 0;
  }

  #list-gift .tab-content .section-info .open-date span:after {
    content: ":";
    padding: 0 6px 0 4px;
  }
}

@media (min-width:767.98px) {
  #list-gift .container-tab {
    max-width: 740px;
    margin: auto;
  }
}

@media (max-width:767.98px) {
  #list-gift .container-tab {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#list-gift .section-container {
  border: 0;
  background-color: #fff;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

#list-gift .section-container:last-child {
  border-bottom: none;
  margin-bottom: 36px;
}

#list-gift .section-container .film-item {
  padding: 12px 10px!important;
}

@media (min-width:767.98px) {
  #list-gift .section-container .film-item {
    padding: 16px!important;
  }
}

#list-gift .section-container .film-item:after {
  width: auto;
  padding-right: 14px;
  padding-left: 20px;
}

@media (max-width:767.98px) {
  #list-gift .section-container .film-item:after {
    padding-right: 4px;
  }
}

#list-gift .section-container .tab-list-img {
  margin-left: 0;
  width: auto;
  text-align: center;
}

@media (min-width:767.98px) {
  #list-gift .section-container .tab-list-img {
    width: 88px;
    height: 125px;
  }
}

@media (max-width:767.98px) {
  #list-gift .section-container .tab-list-img {
    width: 70px;
    height: 100px;
  }
}

#list-gift .section-container .tab-list-img img {
  max-width: 100%;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#list-gift .section-container .card-header {
  background: none;
  border: none;
}

#list-gift .section-container .film-title-list {
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #414b5b;
}

@media (min-width:575.98px) {
  #list-gift .section-container .film-title-list {
    width: calc(100% - 88px);
    font-size: 18px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px;
  }
}

@media (max-width:575.98px) {
  #list-gift .section-container .film-title-list {
    width: calc(100% - 70px);
  }
}

#list-gift .section-container .film-tag {
  margin-top: 18px;
}

#list-gift .section-container.active .film-item:after {
  transform: rotateX(180deg);
}

#list-gift .section-info {
  padding: 0;
  width: auto;
}

#list-gift .lb-icon {
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  top: -1px;
}

.list-gift-modal .modal-dialog {
  max-width: 740px;
}

@media (max-width:767.98px) {
  .list-gift-modal .modal-dialog {
    margin: 10px;
  }
}

.list-gift-modal .modal-content {
  overflow: hidden;
  border-radius: 4px;
  padding: 21px 21px 16px;
}

@media (min-width:767.98px) {
  .list-gift-modal .modal-content {
    min-height: 240px;
    max-width: 740px;
  }
}

@media (max-width:767.98px) {
  .list-gift-modal .modal-content {
    padding: 10px 14px 14px;
  }
}

.list-gift-modal .modal-header {
  margin-bottom: 8px;
  font-size: 16px;
  color: #414b5b;
  display: block;
}

@media (max-width:767.98px) {
  .list-gift-modal .modal-header {
    margin-bottom: 14px;
  }
}

.list-gift-modal .modal-body {
  border: none;
  padding: 0;
  font-size: 15px;
  color: #414b5b;
}

@media (max-width:767.98px) {
  .list-gift-modal .modal-body {
    font-size: 14px;
  }
}

.list-gift-modal .modal-body p {
  margin-bottom: 45px;
}

.list-gift-modal .modal-footer {
  margin-top: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-gift-modal .modal-footer button {
  padding: 9px 13px;
  border-radius: 4px;
  max-width: 388px;
}

#notification {
  background-color: #f0f0f0;
}

#notification .breadcrumb-container {
  margin-bottom: 32px;
}

@media (min-width:767.98px) {
  #notification .breadcrumb-container {
    margin-bottom: 40px;
  }
}

@media (max-width:767.98px) {
  #notification .breadcrumb-container .breadcrumb {
    padding-top: 9px;
  }
}

#notification .container-one {
  margin: 0 auto;
}

@media (min-width:767.98px) {
  #notification .container-one {
    max-width: 740px!important;
    padding: 0;
  }
}

@media (max-width:767.98px) {
  #notification .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#notification .button-slider {
  margin-bottom: 0;
  margin-top: 53px;
}

@media (max-width:767.98px) {
  #notification .button-slider {
    margin-top: 42px;
  }
}

#notification .button-slider-one {
  margin-right: 0;
  margin-bottom: 32px;
}

#notification .btn-schedule-film {
  margin-bottom: 0;
  max-width: 354px;
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 0 10px;
  min-height: 44px;
}

@media (min-width:767.98px) {
  #notification .btn-schedule-film {
    display: block;
  }
}

#notification .btn-backto {
  margin-top: 0;
}

#notification .btn-backto a {
  width: 100%;
  display: inline-block;
  max-width: 354px;
  border-radius: 4px;
  border: 1px solid #979797;
  background: #fff;
  font-size: 14px;
  color: #0f243e!important;
  padding: 11px 0 10px;
  min-height: 44px;
}

.notification-top {
  margin-bottom: 9px;
  line-height: 17px;
  font-size: 14px;
  color: #828282;
}

@media (min-width:767.98px) {
  .notification-top {
    margin-bottom: 5px;
  }
}

.notification-top .mr-10 {
  margin-right: 8px;
}

.notification-top .badge {
  padding: 2px 4px;
  border-radius: 2px!important;
  border: 0;
  min-width: auto;
  color: #fff;
  font-size: 12px;
  background: #d846b4;
  min-height: 17px;
  vertical-align: top;
}

.notification-top .badge[style="border-color: #009a98"] {
  background: #009a98;
}

.notification-top .badge[style="border-color: #cba300"] {
  background: #cba300;
}

.notification-top .badge[style="border-color: #f66bd4"] {
  background: #d846b4;
}

.notification-title {
  line-height: 22px;
  font-size: 20px;
  margin-bottom: 25px;
  color: #0f243e;
}

@media (min-width:767.98px) {
  .notification-title {
    margin-bottom: 37px;
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width:767.98px) {
  .notification-title {
    font-size: 18px;
  }
}

.notification-content .film-name {
  color: #0f243e;
}

.notification-content .error {
  color: #e40012;
}

.notification-content-intro {
  font-size: 14px;
  line-height: 21.8px;
  margin: 0;
  letter-spacing: .07em;
}

.notification-content-intro:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width:767.98px) {
  .notification-content-intro:not(:last-child) {
    margin-bottom: 9px;
  }
}

@media (max-width:767.98px) {
  .notification-content-intro {
    line-height: 18px;
  }
}

.notification-content-intro a {
  text-decoration: underline;
}

.notification-content .img-container {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.notification-content .img-container img {
  max-height: 326px;
}

@media (min-width:767.98px) {
  .notification-content .img-container {
    margin-bottom: 16px;
    max-width: 555px;
  }
}

.btn-backto {
  margin: 48px 0;
}

@media (min-width:767.98px) {
  .btn-backto {
    margin: 56px 0 32px;
  }
}

.btn-backto a {
  display: block;
  border: 1px solid #686868;
  font-size: 14px;
  padding: 10.5px 0;
  color: #686868;
}

@media (min-width:767.98px) {
  .btn-backto a {
    display: inline;
    border: none;
  }
}

.btn-backto a .arrow {
  vertical-align: unset;
  margin-right: 5px;
}

.free-style-content {
  margin: 0 15px;
}

.free-style-content ul {
  list-style: initial;
  margin: initial;
}

.free-style-content img {
  max-width: 100%;
  height: auto!important;
}

#notification .notification-content+.btn-backto {
  padding-top: 53px;
}

#page_privacy .lst-management li {
  padding-left: 17px;
}

#page_privacy .lst-management li span {
  margin-left: -17px;
}

.horizontal-size {
  max-width: 580px;
  max-height: 326px;
}

.vertical-size {
  max-width: 218px;
  max-height: 326px;
}

#movie-theater {
  background: #f0f0f0;
}

#movie-theater .main-ttl {
  font-size: 20px;
}

@media (min-width:767.98px) {
  #movie-theater .main-ttl {
    font-size: 30px;
  }
}

#movie-theater .main-ttl-icon {
  width: 23px;
}

@media (min-width:767.98px) {
  #movie-theater .main-ttl-icon {
    width: 29px;
    margin-right: 8px;
  }
}

@media (max-width:767.98px) {
  #movie-theater .main-ttl-icon {
    margin-right: 6px;
  }
}

#movie-theater .heading-logo {
  padding: 0;
}

#movie-theater .heading-logo .main-ttl {
  background-color: #cadde3;
  padding: 12px 0;
  margin-bottom: 49px;
}

@media (max-width:767.98px) {
  #movie-theater .heading-logo .main-ttl {
    margin-bottom: 38px;
  }
}

@media (max-width:575.98px) {
  #movie-theater .heading-logo .main-ttl {
    padding: 14px 0 13px;
    margin-bottom: 38px;
  }
}

#movie-theater .heading-logo .main-ttl span {
  padding-top: 0;
}

@media (max-width:767.98px) {
  #movie-theater {
    background: #e9e9e9;
  }
}

#movie-theater .mb-48 {
  margin-bottom: 48px;
}

#movie-theater .container-theater {
  max-width: 740px;
  margin: 0 auto 48px;
}

@media (max-width:767.98px) {
  #movie-theater .container-theater {
    padding: 0 10px;
    margin-bottom: 32px!important;
  }
}

#movie-theater .section-container-theater {
  border-bottom: 0;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  border-radius: 7px;
  margin-bottom: 24px;
}

#movie-theater .card-header.bg-red {
  background: #ca1119!important;
}

#movie-theater .c-red {
  color: #ca1119!important;
}

#movie-theater .card-header {
  height: 71px;
  padding: 0 12px!important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media (max-width:767.98px) {
  #movie-theater .card-header {
    padding: 8px!important;
    height: auto;
  }
}

#movie-theater .card-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#movie-theater .card-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 19px;
  padding-top: 3px;
  font-weight: 700;
}

#movie-theater .card-title small {
  font-size: 11px;
}

#movie-theater .film-item:after {
  content: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_white_bottom.png);
}

#movie-theater .film-item.active:after {
  content: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_white_to_sm.png);
}

#movie-theater .film-content {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0 12px;
  background: #fff;
}

#movie-theater .film-content_ex {
  border-radius: 7px;
}

@media (max-width:767.98px) {
  #movie-theater .film-content {
    padding: 0 8px;
  }
}

#movie-theater .film-content-item {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

@media (max-width:767.98px) {
  #movie-theater .film-content-item {
    padding: 16px 0;
  }
}

#movie-theater .film-content-item .left,
#movie-theater .film-content-item .left span.c-red {
  font-size: 18px;
  color: #414b5b;
  line-height: 20px;
  width: 100%;
}

@media (max-width:767.98px) {
  #movie-theater .film-content-item .left,
  #movie-theater .film-content-item .left span.c-red {
    font-size: 16px;
  }
}

#movie-theater .film-content-item .left span {
  font-size: 12px;
  color: #a2a2a2;
  width: 80%;
  word-break: break-word;
}

#movie-theater .film-content-item .left span.c-red{
  color: #ca1119;
}

@media (max-width:767.98px) {
  #movie-theater .film-content-item .left span {
    font-size: 11px;
    width: 70%;
  }
}

#movie-theater .film-content-item .left p {
  font-size: 13px;
  margin-bottom: 0;
  color: #3b65a8;
}

#movie-theater .film-content-item .right {
  font-size: 18px;
  color: #414b5b;
  position: absolute;
  right: 0;
}

#movie-theater .sub-title-left {
  width: 80%;
}

@media (max-width:767.98px) {
  #movie-theater .sub-title-left {
    width: 70%;
  }
}

#movie-theater .film-content-item:last-child {
  border-bottom: none;
}

#movie-theater .sub-title-right {
  position: absolute;
  right: 0;
  text-align: right;
}

#movie-theater .main-ttl {
  margin-bottom: 24px;
}

#movie-theater .main-ttl-description {
  max-width: 740px;
  margin: auto;
  text-align: left;
  font-size: 14px;
}

#movie-theater .container-remarks {
  background: #f0f0f0;
  padding: 26px 10px 32px;
  margin: 0 -10px -32px;
}

#movie-theater .container-remarks .title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #414b5b;
}

#movie-theater .container-remarks .remarks-box {
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #cfcfcf;
  position: relative;
}

#movie-theater .container-remarks .remarks-box p {
  margin-bottom: 8px;
  position: relative;
  padding-left: 13px;
  font-size: 13px;
  color: #414b5b;
}

#movie-theater .container-remarks .remarks-box p:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
}

#movie-theater .for-sp {
  display: none;
}

@media (max-width:767.98px) {
  #movie-theater .for-sp {
    display: block;
  }
}

@media (max-width:767.98px) {
  #food-drink .header-carousel-wrap {
    margin-bottom: 48px;
  }

  #food-drink .header-carousel-wrap .slick-dots {
    bottom: -25px;
  }

  #food-drink .header-carousel-wrap .slick-dots li,#food-drink .header-carousel-wrap .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
}

#food-drink .slick-slider {
  z-index: 99;
}

@media (min-width:575.98px) {
  #food-drink .header-carousel-wrap .slick-slide {
    max-height: 543px;
  }
}

#food-drink,#page-top .box-slider {
  background: #f0f0f0;
}

#food-drink .js-carousel,#page-top .box-slider .js-carousel {
  display: none;
  z-index: 99;
}

#food-drink .carousel,#page-top .box-slider .carousel {
  margin-top: 32px!important;
  max-width: 1400px;
}

@media (max-width:767.98px) {
  #food-drink .carousel,#page-top .box-slider .carousel {
    margin-top: 24px!important;
  }
}

@media (min-width:767.98px) {
  #food-drink .carousel img,#page-top .box-slider .carousel img {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width:767.98px) {
  #food-drink .slick-list.draggable,#page-top .box-slider .slick-list.draggable {
    padding: 0 calc((100vw - 977.5px)/2)!important;
  }

  #food-drink .header-carousel .slick-next,#food-drink .header-carousel .slick-prev,#page-top .box-slider .header-carousel .slick-next,#page-top .box-slider .header-carousel .slick-prev {
    width: 16%;
  }
}

@media (min-width:767.98px) and (min-width:767.98px) {
  #food-drink .header-carousel .slick-next,#food-drink .header-carousel .slick-prev,#page-top .box-slider .header-carousel .slick-next,#page-top .box-slider .header-carousel .slick-prev {
    width: 40px;
    height: auto;
    background: none;
    padding: 10px;
  }

  #food-drink .header-carousel .slick-next:before,#page-top .box-slider .header-carousel .slick-next:before {
    margin-left: 0;
  }

  #food-drink .opacity-black-left,#food-drink .opacity-black-right,#page-top .box-slider .opacity-black-left,#page-top .box-slider .opacity-black-right {
    background: #000;
    opacity: .4;
    width: calc((100vw - 977.5px)/2);
    height: 100%;
    position: absolute;
    z-index: 999;
  }

  #food-drink .opacity-black-left,#page-top .box-slider .opacity-black-left {
    left: 0;
    top: 0;
  }

  #food-drink .opacity-black-right,#page-top .box-slider .opacity-black-right {
    right: 0;
    top: 0;
  }
}

@media (min-width:767.98px) {
  #food-drink .main-ttl-icon,#page-top .box-slider .main-ttl-icon {
    margin-right: 11px;
  }
}

@media (min-width:767.98px) and (max-width:767.98px) {
  #food-drink .main-ttl-icon,#page-top .box-slider .main-ttl-icon {
    margin-right: 6px;
  }
}

@media (min-width:767.98px) {
  #food-drink .header-carousel-wrap,#page-top .box-slider .header-carousel-wrap {
    margin-bottom: 64px;
  }
}

@media (min-width:767.98px) and (max-width:767.98px) {
  #food-drink,#page-top .box-slider {
    margin-bottom: 48px;
  }
}

@media (max-width:575.98px) {
  #food-drink .tab-content,#page-top .box-slider .tab-content {
    padding: 0;
  }
}

#food-drink .regular-menu,#page-top .box-slider .regular-menu {
  margin: 0 auto!important;
  max-width: 960px;
  padding: 0 15px 47px;
}

@media (max-width:767.98px) {
  #food-drink .regular-menu,#page-top .box-slider .regular-menu {
    padding: 0 0 32px;
  }
}

#food-drink .nav,#page-top .box-slider .nav {
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 15px;
}

@media (min-width:575.98px) {
  #food-drink .nav,#page-top .box-slider .nav {
    margin: 0 auto!important;
    max-width: 990px;
  }
}

@media (max-width:575.98px) {
  #food-drink .nav,#page-top .box-slider .nav {
    padding: 0;
  }
}

#food-drink .nav li,#page-top .box-slider .nav li {
  width: calc(50% - 5px);
  margin-right: 10px;
}

@media (max-width:575.98px) {
  #food-drink .nav li,#page-top .box-slider .nav li {
    width: calc(50% - 3px);
    margin-right: 6px;
  }
}

#food-drink .nav li:last-child,#page-top .box-slider .nav li:last-child {
  margin-right: 0;
}

#food-drink .nav li a,#page-top .box-slider .nav li a {
  padding: 10px 21px;
  background-color: #979797;
  color: #fff;
  text-align: center;
  border: 1px solid #979797;
  border-bottom: transparent!important;
  font-size: 18px;
  border-radius: 4px 4px 0 0!important;
}

@media (max-width:575.98px) {
  #food-drink .nav li a,#page-top .box-slider .nav li a {
    padding: 15px 10px 14px;
    font-size: 16px;
    white-space: nowrap;
  }
}

#food-drink .nav li a.active,#page-top .box-slider .nav li a.active {
  border-color: #c4c4c4;
  background-color: #e9e9e9;
  color: #000;
}

#food-drink .nav-line,#page-top .box-slider .nav-line {
  border-bottom: 1px solid #c4c4c4;
}

@media (max-width:575.98px) {
  #food-drink .nav-line,#page-top .box-slider .nav-line {
    padding: 0 12px;
  }
}

#food-drink .nav-tabs,#page-top .box-slider .nav-tabs {
  border-bottom: 0!important;
  padding-bottom: 0!important;
}

#food-drink .container-tab,#page-top .box-slider .container-tab {
  border-bottom: 1px solid #c4c4c4;
}

#food-drink .breadcrumb-container,#page-top .box-slider .breadcrumb-container {
  margin-bottom: 32px;
}

@media (max-width:767.98px) {
  #food-drink .group-menu,#page-top .box-slider .group-menu {
    padding: 0 11px;
  }
}

#food-drink .group-menu .img-menu,#page-top .box-slider .group-menu .img-menu {
  max-width: 960px;
  width: 100%;
}

#food-drink .group-menu .title-menu,#page-top .box-slider .group-menu .title-menu {
  font-size: 24px;
  color: #e35d04;
  font-weight: 700;
  line-height: 1;
  margin-top: 48px;
}

@media (max-width:767.98px) {
  #food-drink .group-menu .title-menu,#page-top .box-slider .group-menu .title-menu {
    font-size: 16px;
    margin-top: 24px;
  }
}

#food-drink .btn-infor,#page-top .box-slider .btn-infor {
  margin-top: 96px;
}

@media (max-width:767.98px) {
  #food-drink .btn-infor,#page-top .box-slider .btn-infor {
    margin-top: 80px;
    padding: 0 11px;
  }
}

#food-drink .btn-infor a,#page-top .box-slider .btn-infor a {
  height: 42px;
  border: 1px solid #686868;
  color: #686868;
  text-decoration: none;
  background: #fff;
  max-width: 352px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14.13px;
}

#food-drink .related,#page-top .box-slider .related {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 0;
}

@media (max-width:767.98px) {
  #food-drink .related,#page-top .box-slider .related {
    padding: 40px 15px;
  }
}

#food-drink .related-title,#page-top .box-slider .related-title {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #414b5b;
  line-height: 1;
  margin-bottom: 24px;
}

#food-drink .related .col-md-4,#page-top .box-slider .related .col-md-4 {
  padding-left: 0;
}

@media (max-width:767.98px) {
  #food-drink .related .col-md-4,#page-top .box-slider .related .col-md-4 {
    padding-left: 15px;
  }
}

#food-drink .related .box-banner,#page-top .box-slider .related .box-banner {
  padding: 20px 0;
  max-width: 31.7708333333%;
  max-width: 300px;
  width: 100%;
  margin-right: 18px;
  background: #fff;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  border-radius: 7px;
  display: block;
  float: left;
  margin-bottom: 16px;
}

@media (max-width:767.98px) {
  #food-drink .related .box-banner,#page-top .box-slider .related .box-banner {
    max-width: 350px;
    margin: 0 auto 16px!important;
  }
}

#food-drink .related .box-banner .box__img,#page-top .box-slider .related .box-banner .box__img {
  min-height: auto;
}

#food-drink .related .box-banner a,#page-top .box-slider .related .box-banner a {
  text-align: center;
  width: 100%;
}

#food-drink .related .box-banner img,#page-top .box-slider .related .box-banner img {
  max-width: 100%;
  margin-bottom: 5px;
  max-height: 179px;
}

#food-drink .related .box-banner p,#page-top .box-slider .related .box-banner p {
  line-height: 1;
  font-size: 12px;
  margin-top: 7px;
  color: #414b5b;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}

#food-drink .related .box,#page-top .box-slider .related .box {
  max-width: 31.7708333333%;
  max-width: 300px;
  width: 100%;
  margin-right: 16px;
  background: #fff;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  border-radius: 7px;
  display: block;
  float: left;
  margin-bottom: 16px;
}

@media (max-width:767.98px) {
  #food-drink .related .box,#page-top .box-slider .related .box {
    max-width: 350px;
    margin: 0 auto 16px!important;
  }
}

#food-drink .related .box a,#page-top .box-slider .related .box a {
  color: #414b5b;
  display: block;
}

#food-drink .related .box__img,#page-top .box-slider .related .box__img {
  max-width: 300px;
  min-height: 180px;
  display: block;
  position: relative;
}

@media (max-width:767.98px) {
  #food-drink .related .box__img,#page-top .box-slider .related .box__img {
    max-width: 100%;
  }
}

#food-drink .related .box img,#page-top .box-slider .related .box img {
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width:767.98px) {
  #food-drink .related .box img,#page-top .box-slider .related .box img {
    max-width: 100%;
    top: 4px;
  }
}

#food-drink .related .media-body,#page-top .box-slider .related .media-body {
  padding: 16px;
}

#food-drink .related .media-body .content,#page-top .box-slider .related .media-body .content {
  color: #414b5b;
  margin-bottom: 0;
  font-size: 12px;
}

#food-drink .related .media-body .label-color,#page-top .box-slider .related .media-body .label-color {
  color: #fff;
  line-height: 1;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 3px;
}

#food-drink .related .media-body h5,#page-top .box-slider .related .media-body h5 {
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 700;
}

@media (max-width:767.98px) {
  #food-drink .related .media-body h5,#page-top .box-slider .related .media-body h5 {
    font-size: 14px;
  }
}

#food-drink .related .media-body .date,#page-top .box-slider .related .media-body .date {
  line-height: 1;
  font-size: 12px;
  margin-top: 7px;
  color: #414b5b;
  margin-bottom: 0;
}

#food-drink .c-yellow,#page-top .box-slider .c-yellow {
  background: #cba300;
}

#food-drink .c-pink,#page-top .box-slider .c-pink {
  background: #f66bd4;
}

#food-drink .c-blue,#page-top .box-slider .c-blue {
  background: #009a98;
}

#food-drink .recommend-menu,#page-top .box-slider .recommend-menu {
  padding-top: 48px;
  max-width: 960px;
  margin: auto;
}

#food-drink .recommend-menu .col-sm-12.col-md-4,#page-top .box-slider .recommend-menu .col-sm-12.col-md-4 {
  margin-bottom: 45px;
  padding-left: 14.5px;
  padding-right: 14.5px;
}

@media (max-width:767.98px) {
  #food-drink .recommend-menu .col-sm-12.col-md-4,#page-top .box-slider .recommend-menu .col-sm-12.col-md-4 {
    margin-bottom: 48px;
  }
}

#food-drink .recommend-menu .col-sm-12.col-md-4:last-child,#page-top .box-slider .recommend-menu .col-sm-12.col-md-4:last-child {
  margin-bottom: 40px;
}

@media (max-width:767.98px) {
  #food-drink .recommend-menu .item,#page-top .box-slider .recommend-menu .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto;
  }
}

#food-drink .recommend-menu .item a,#page-top .box-slider .recommend-menu .item a {
  max-width: 292px;
  width: 100%;
  max-height: 437px;
  height: 437px;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  justify-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:767.98px) {
  #food-drink .recommend-menu .item a,#page-top .box-slider .recommend-menu .item a {
    max-width: 340px;
  }
}

#food-drink .recommend-menu .item a img,#page-top .box-slider .recommend-menu .item a img {
  max-width: 100%;
  max-height: 437px;
  margin: auto;
  width: auto;
}

#food-drink .recommend-menu .item .item-text,#page-top .box-slider .recommend-menu .item .item-text {
  line-height: 1;
  margin-top: 18px;
  font-size: 15px;
  color: #414b5b;
}

#food-drink .container-remarks,#page-top .box-slider .container-remarks {
  background: #ffebdb;
}

#food-drink .container-remarks .inner-remarks,#page-top .box-slider .container-remarks .inner-remarks {
  max-width: 960px;
  padding: 25px 15px;
  margin: auto;
}

@media (max-width:767.98px) {
  #food-drink .container-remarks .inner-remarks,#page-top .box-slider .container-remarks .inner-remarks {
    padding: 24px 15px;
  }
}

#food-drink .container-remarks .title,#page-top .box-slider .container-remarks .title {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #414b5b;
}

@media (max-width:767.98px) {
  #food-drink .container-remarks .title,#page-top .box-slider .container-remarks .title {
    font-size: 14px;
  }
}

#food-drink .container-remarks .remarks-box,#page-top .box-slider .container-remarks .remarks-box {
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #cfcfcf;
  position: relative;
}

#food-drink .container-remarks .remarks-box p,#page-top .box-slider .container-remarks .remarks-box p {
  margin-bottom: 0;
  position: relative;
  font-size: 15px;
  color: #414b5b;
}

@media (max-width:767.98px) {
  #food-drink .container-remarks .remarks-box p,#page-top .box-slider .container-remarks .remarks-box p {
    font-size: 13px;
  }
}

#food-drink .group-related-title,#page-top .box-slider .group-related-title {
  font-size: 16px;
  color: #414b5b;
  display: none;
  margin-top: 40px;
  margin-bottom: 16px;
  line-height: 1;
}

@media (max-width:767.98px) {
  #food-drink .group-related-title,#page-top .box-slider .group-related-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

#food-drink .group-related-title img,#page-top .box-slider .group-related-title img {
  width: 23px;
  margin-right: 4px;
}

#food-drink .group-related-title:first-child,#page-top .box-slider .group-related-title:first-child {
  margin-top: 0;
}

#food-drink .modal-doc,#page-top .box-slider .modal-doc {
  padding-right: 0!important;
}

#food-drink .modal-doc .modal-backdrop.show,#page-top .box-slider .modal-doc .modal-backdrop.show {
  opacity: .8;
}

#food-drink .modal-doc .modal-content,#page-top .box-slider .modal-doc .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}

#food-drink .modal-doc .modal-dialog,#page-top .box-slider .modal-doc .modal-dialog {
  max-width: 940px;
  width: 100%;
  margin: 45px auto;
}

@media (max-width:767.98px) {
  #food-drink .modal-doc .modal-dialog,#page-top .box-slider .modal-doc .modal-dialog {
    padding: 0 10px;
  }
}

#food-drink .modal-doc .btn-close,#page-top .box-slider .modal-doc .btn-close {
  max-width: 470px;
  margin: 22px auto 0;
  width: 100%;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  height: 45px;
}

#food-drink .modal-backdrop.show,#page-top .box-slider .modal-backdrop.show {
  opacity: .8;
}

#food-drink #swipebox-overlay,#page-top .box-slider #swipebox-overlay {
  background: hsla(0,0%,5%,.79);
}

#food-drink #swipebox-overlay img:hover,#page-top .box-slider #swipebox-overlay img:hover {
  opacity: 1;
}

#food-drink {
  background: #e9e9e9;
}

#food-drink .breadcrumb-container {
  margin-bottom: 24px;
}

@media (max-width:575.98px) {
  #food-drink .breadcrumb-container {
    margin-bottom: 16px;
  }
}

#food-drink .heading-logo {
  padding: 0;
}

#food-drink .heading-logo .main-ttl {
  background-color: #ffe9b5;
  padding: 12px 0;
  margin-bottom: 44px;
  height: 60px;
}

@media (max-width:767.98px) {
  #food-drink .heading-logo .main-ttl {
    margin-bottom: 24px;
    height: 51px;
  }
}

#food-drink .heading-logo .main-ttl span {
  padding-top: 0;
}

#food-drink .group-menu .swipebox {
  margin-top: 10px;
}

@media (min-width:992px) {
  #food-drink .group-menu .swipebox {
    width: 937px;
    height: 658px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#food-drink .group-menu .img-menu {
  max-width: 937px;
  max-height: 658px;
  width: 100%;
}

@media (max-width:575.98px) {
  #food-drink .heading-logo+.js-check-header {
    margin-top: 33px!important;
  }
}

@media (max-width:575.98px) {
  #page-top .slick-prev {
    left: calc(4vw - 3px);
  }

  #food-drink .slick-next {
    right: 0;
  }

  #food-drink .slick-prev {
    left: -3px;
  }
}

@media (min-width:767.98px) {
  #page-top .box-slider .slick-list.draggable {
    padding: 0 calc((100vw - 970px)/2)!important;
  }

  #page-top .box-slider .opacity-black-left,#page-top .box-slider .opacity-black-right {
    width: calc((100vw - 970px)/2);
  }
}

#food-drink .regular-menu {
  padding: 0 11px 47px;
}

.for-pc {
  display: block;
}

@media (max-width:767.98px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}

@media (max-width:767.98px) {
  .for-sp {
    display: block;
  }
}

.numbertrennumber {
  margin-bottom: 0;
  font-size: 11px;
}

@media (max-width:360px) {
  .numbertrennumber {
    font-size: 10px;
  }
}

.c-blue {
  color: #3e5c99;
}

.c-red {
  color: #ca1119!important;
}

.c-black {
  color: #414b5b;
}

.c-grey {
  color: #a2a2a2;
}

.c-organ {
  color: #e36112!important;
}

.c-blue-twitter {
  color: #55acee!important;
}

.c-blue-fb {
  color: #305097!important;
}

.c-yellow {
  color: #db9500;
}

.b-red {
  background: #ca1119;
}

.info-nav {
  height: 40px;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  border-radius: 3px;
}

@media (max-width:767.98px) {
  .info-nav {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}

.info-nav-left {
  font-size: 22px;
}

@media (min-width:767.98px) {
  .info-nav-left {
    font-size: 16px;
  }
}

.info-nav-left--icon {
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.info-nav-right {
  font-size: 12px;
  margin-top: 5px;
}

@media (min-width:767.98px) {
  .info-nav-right {
    font-size: 16px;
    margin-top: 0;
    margin-left: 15px;
  }
}

.mb-32 {
  margin-bottom: 32px!important;
}

.pagination-area {
  margin-bottom: 12px;
  margin-top: 20px;
}

@media (min-width:767.98px) {
  .pagination-area {
    margin-bottom: 32px;
    margin-top: 20px;
  }
}

.pagination-area .page-number {
  color: #414b5b;
  font-size: 11px;
}

.pagination-area-footer {
  margin-bottom: 32px;
}

@media (min-width:767.98px) {
  .pagination-area-footer {
    margin-top: 32px!important;
    margin-bottom: 48px!important;
  }
}

.pagination-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:767.98px) {
  .pagination-page {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.pagination-page__right {
  margin-left: 4px;
}

@media (min-width:767.98px) {
  .pagination-page__right {
    margin-left: 8px;
  }
}

.pagination-page__right .btn-last {
  margin-right: 0!important;
}

.pagination-page .btn-last {
  width: 40px;
  height: 40px;
}

.pagination-page .btn-same-last {
  width: 80px;
  height: 40px;
}

.pagination-page .ml-15 {
  margin-left: 15px;
}

.pagination-page .mr-15 {
  margin-right: 15px;
}

.pagination-page__center {
  font-size: 11px;
  color: #a2a2a2;
}

.pagination-page .btn {
  background: #fff;
  border: 1px solid #a2a2a2;
  margin-right: 4px;
  font-size: 13px;
  height: 40px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686868!important;
  position: relative;
}

@media (min-width:767.98px) {
  .pagination-page .btn {
    margin-right: 8px;
  }
}

.pagination-page .pagination-group .btn-active {
  border: none;
  background: none;
}

@media (min-width:767.98px) {
  .pagination-page .pagination-group a {
    font-size: 14px;
  }
}

.pagination-page .pagination-group p {
  margin-bottom: 0;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.pagination-page .btn-prev {
  padding-left: 10px;
}

.pagination-page .btn-next {
  padding-right: 10px;
}

.pagination-page .btn-prev:before {
  content: url(/https/tjoy.jp/img/front/images/icon/arrow_left.png);
  left: 7px;
}

.pagination-page .btn-next:before,.pagination-page .btn-prev:before {
  position: absolute;
  top: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-page .btn-next:before {
  content: url(/https/tjoy.jp/img/front/images/icon/arrow_right.png);
  right: 7px;
}

#user-page {
  background: #f0f0f0;
}

#user-page .breadcrumb-container {
  margin-bottom: 12px;
}

#user-page .main-ttl {
  margin-top: 32px;
  margin-bottom: 12px;
  color: #414b5b;
}

#user-page .main-ttl span {
  padding-top: 0;
}

@media (min-width:767.98px) {
  #user-page .mb-48 {
    margin-bottom: 48px;
  }
}

#user-page .main-ttl-top {
  margin-bottom: 32px;
}

#user-page .nav-tabs {
  -ms-flex-pack: center;
  justify-content: center;
  margin: 24px auto;
  border-bottom: none;
  max-width: 360px;
  width: 100%;
}

@media (min-width:767.98px) {
  #user-page .nav-tabs {
    max-width: 100%;
    margin: 32px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#user-page .nav-tabs li {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 2px;
  margin-bottom: 3px;
  position: relative;
  box-shadow: 1px 2px 4px 0 rgba(0,0,0,.16);
}

#user-page .nav-tabs li:nth-child(3n) {
  margin-right: 0;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.16);
}

#user-page .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 117px;
  width: 110px;
  max-height: 64px;
  height: 64px;
  padding: 0;
  background: #fff;
  color: #414b5b;
  font-size: 12px;
  line-height: 1;
}

@media (max-width:360px) {
  #user-page .nav-link {
    width: 95px;
  }
}

@media (min-width:767.98px) {
  #user-page .nav-link {
    font-size: 14px;
  }
}

#user-page .nav-link img {
  margin-bottom: 8px;
}

@media (min-width:767.98px) {
  #user-page .nav-link img {
    margin-bottom: 14px;
  }
}

#user-page .nav-link .img-red {
  display: block;
}

#user-page .nav-link .img-grey {
  display: none;
}

#user-page .nav-link span {
  position: relative;
}

#user-page .nav-tabs .nav-link.active {
  background: #e9e9e9;
  color: #c4c4c4;
  border: none;
}

#user-page .nav-tabs .nav-link.active .img-grey {
  display: block;
}

#user-page .nav-tabs .nav-link.active .img-red {
  display: none;
}

#user-page .nav-tabs .nav-link.active .circle-yellow {
  background: rgba(234,178,0,.670588);
}

@media (min-width:767.98px) {
  #user-page #nav-tab .nav-link {
    max-width: 152px;
    width: 100%;
    max-height: 89px;
    height: 100%;
  }
}

@media (min-width:767.98px) {
  #user-page #nav-tab li {
    max-width: 152px;
    width: 15.9793814433%;
    max-height: 89px;
    height: 89px;
  }
}

#user-page #nav-tabs-top .circle-yellow {
  top: -7px;
  right: -15px;
}

@media (max-width:767.98px) {
  #user-page #nav-tabs-top .circle-yellow {
    top: 5px;
    right: 4px;
  }
}

#user-page .circle-yellow {
  background: #eab200;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  right: 4px;
  border-radius: 10px;
}

@media (min-width:767.98px) {
  #user-page .circle-yellow {
    width: 14px;
    height: 14px;
  }
}

#user-page .main-content {
  background: #e9e9e9;
  border-top: 1px solid #c4c4c4;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width:767.98px) {
  #user-page .main-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

#user-page .tab-container a {
  color: #414b5b;
  display: block;
  position: relative;
  max-width: 741px;
  margin: 0 auto 12px;
}

@media (min-width:767.98px) {
  #user-page .tab-container a {
    margin: 0 auto 20px;
  }
}

#user-page .tab-container a:last-child {
  margin-bottom: 0;
}

#user-page .tab-container .disable-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,75%,.65098);
  border-radius: 7px;
}

#user-page #history .tab__content {
  padding-bottom: 40px;
}

#user-page #coupon .tab__box {
  padding: 12px 15px 12px 8px;
  position: relative;
}

@media (min-width:767.98px) {
  #user-page #coupon .tab__box {
    padding: 8px 16px 8px 8px;
  }
}

#user-page #coupon .tab__box:after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#user-page #coupon .tab__img {
  max-width: 144px;
  width: 100%;
  margin-right: 12px;
}

#user-page #coupon .tab__img img {
  width: 100%;
}

@media (max-width:360px) {
  #user-page #coupon .tab__img {
    max-width: 120px;
  }
}

@media (min-width:767.98px) {
  #user-page #coupon .tab__img {
    max-width: 200px;
    margin-right: 16px;
  }
}

#user-page #coupon .tab__content {
  width: calc(100% - 154px);
  padding-right: 0;
  position: relative;
}

@media (max-width:360px) {
  #user-page #coupon .tab__content {
    width: calc(100% - 132px);
  }
}

#user-page #coupon .tab__content--coupontitle {
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}

#user-page #coupon .tab__content--coupontitle span {
  font-size: 12px;
  margin-right: 5px;
}

@media (min-width:767.98px) {
  #user-page #coupon .tab__content--coupontitle span {
    display: block;
    margin-bottom: 3px;
  }
}

@media (min-width:767.98px) {
  #user-page #coupon .tab__content--coupontitle {
    font-size: 18px;
  }
}

#user-page #coupon .tab__content--coupondescription p {
  line-height: 1;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #a2a2a2;
}

@media (max-width:360px) {
  #user-page #coupon .tab__content--coupondescription p {
    font-size: 11px;
  }
}

@media (min-width:767.98px) {
  #user-page #coupon .tab__content--coupondescription p {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

#user-page .tab__box {
  background: #fff;
  padding: 12px 8px;
  border-radius: 7px;
  box-shadow: 0 .125rem .25rem #b0b0b0;
}

@media (min-width:767.98px) {
  #user-page .tab__box {
    padding: 16px 32px 16px 16px;
  }
}

#user-page .tab__box:after {
  content: url(/https/tjoy.jp/img/front/images/icon/right.png);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#user-page .tab__img {
  max-width: 71px;
  width: 100%;
  margin-right: 10px;
}

@media (min-width:767.98px) {
  #user-page .tab__img {
    max-width: 90px;
    margin-right: 16px;
  }
}

#user-page .tab__img img {
  width: 100%;
}

#user-page .tab__content {
  width: calc(100% - 83px);
  position: relative;
  padding-right: 40px;
}

@media (min-width:767.98px) {
  #user-page .tab__content {
    padding-right: 50px;
    padding-bottom: 21px;
  }
}

@media (min-width:767.98px) {
  #user-page .tab__content .subtitle-group {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
  }
}

#user-page .tab__content .textfixright {
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}

@media (min-width:767.98px) {
  #user-page .tab__content .textfixright {
    font-size: 16px;
  }
}

#user-page .tab__content--title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width:767.98px) {
  #user-page .tab__content--title {
    font-size: 18px;
  }
}

#user-page .tab__content--subtitlesmall {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width:767.98px) {
  #user-page .tab__content--subtitlesmall {
    font-size: 16px;
  }
}

#user-page .tab__content--subtitlesmall:before {
  content: "●";
}

#user-page .tab__content--subtitledate {
  line-height: 1;
  margin-bottom: 7px;
  font-size: 12px;
}

@media (min-width:767.98px) {
  #user-page .tab__content--subtitledate {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

#user-page .tab__content--stitle {
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1;
}

@media (min-width:767.98px) {
  #user-page .tab__content--stitle {
    font-size: 12px;
  }
}

#user-page .tab__content--subtitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
}

@media (min-width:767.98px) {
  #user-page .tab__content--subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }
}

#user-page .tab__content--subtitle span {
  font-weight: 400;
}

#user-page .tab__content .date-group {
  margin-top: 16px;
}

@media (min-width:767.98px) {
  #user-page .tab__content .date-group {
    margin-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#user-page .tab__content--date {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1;
}

#user-page .tab__content--date:last-child {
  margin-bottom: 0;
}

@media (min-width:767.98px) {
  #user-page .tab__content--date {
    font-size: 18px;
  }
}

#user-page .tab__content--stext {
  font-size: 11px;
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1;
}

@media (min-width:767.98px) {
  #user-page .tab__content--stext {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

#user-page .tab__content--divstextfixbottom {
  font-size: 11px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

@media (min-width:767.98px) {
  #user-page .tab__content--divstextfixbottom {
    font-size: 14px;
  }
}

#user-page .tab__content--divstextfixbottom p {
  margin-bottom: 0;
}

#user-page .tab__content--divstextfixbottom p:first-child {
  font-size: 12px;
}

@media (min-width:767.98px) {
  #user-page .tab__content--divstextfixbottom p:first-child {
    font-size: 14px;
  }
}

#user-page .tab__content--stextfixbottom {
  font-size: 10px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

@media (min-width:767.98px) {
  #user-page .tab__content--stextfixbottom {
    font-size: 13px;
  }
}

#user-page .tab__content--stextfixbottom span {
  background: #e0e0e0;
  padding: 2px 7px;
  border-radius: 2px;
}

#user-page .m-12 {
  margin-bottom: 12px!important;
}

#user-page .letsee {
  padding-bottom: 25px;
}

#user-page .tab__content--subtitle:first-child {
  margin-bottom: 5px;
  margin-right: 5px;
}

#user-page .box-disable .tab__content--date,#user-page .box-disable .tab__content--stext,#user-page .box-disable .tab__content--title {
  color: #a2a2a2;
}

@media (max-width:767.98px) {
  .container-tab {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:767.98px) {
  #nav-tabs-top {
    max-width: 100%!important;
    padding: 48px;
    margin: 0!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:767.98px) {
  #nav-tabs-top li {
    max-width: 257px;
    width: 29.8281786942%;
    max-height: 142px;
    height: 34.3902439024%;
    margin-bottom: 32px!important;
    margin-right: 0!important;
  }
}

#nav-tabs-top li .nav-link {
  max-height: 96px;
  height: 96px;
}

#nav-tabs-top li .nav-link img {
  margin-bottom: 17px;
}

@media (min-width:767.98px) {
  #nav-tabs-top li .nav-link {
    max-width: 257px;
    width: 100%;
    max-height: 142px;
    height: 142px;
    font-size: 18px;
  }

  #nav-tabs-top li .nav-link img {
    margin-bottom: 24px;
  }
}

#nav-tabs-top li:nth-last-child(-n+3) {
  margin-bottom: 0!important;
}

.breadcrumb-container {
  margin-bottom: 12px;
}

.user-header {
  background: #686868;
  color: #e9e9e9;
  padding: 16px 15px;
}

@media (min-width:767.98px) {
  .user-header {
    background: none;
    color: #0f243e;
    padding: 32px 0 24px;
  }
}

.user-header__subtitle {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

@media (min-width:767.98px) {
  .user-header__subtitle {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.user-header__title {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

@media (min-width:767.98px) {
  .user-header__title {
    font-size: 30.49px;
  }
}

.barcode {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #e9e9e9;
  color: #414b5b;
}

@media (min-width:767.98px) {
  .barcode {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.barcode__number {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 7px;
  line-height: 1;
}

.barcode__title {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1;
}

@media (min-width:767.98px) {
  .barcode__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.barcode__title b {
  font-size: 18px;
}

@media (min-width:767.98px) {
  .barcode__title b {
    font-size: 24px;
  }
}

@media (min-width:767.98px) {
  .barcode__title:first-child {
    margin-bottom: 12px;
  }
}

.barcode__footer {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.ticketless-text {
    font-size: 12px;
    margin-bottom: 0;
  }

@media (min-width:767.98px) {
  .barcode__footer {
    font-size: 14px;
  }
  .ticketless-text {
    font-size: 14px;
  }
}

.barcode img {
  margin-top: 3px;
}

.barcode .figure-caption {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  line-height: 1;
  color: #414b5b;
}

@media (min-width:767.98px) {
  .barcode .figure-caption {
    margin-top: 16px;
    font-size: 18px;
  }
}

.barcode .figure {
  margin-bottom: 12px;
}

.booking-main {
  background: #f0f0f0;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width:767.98px) {
  .booking-main {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.booking-main .booking__movie {
  margin-bottom: 24px;
}

@media (min-width:767.98px) {
  .booking-main .booking__movie {
    margin-bottom: 48px;
  }
}

.booking-main .booking__movie--img {
  margin-right: 12px;
  width: 80px;
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--img {
    width: 100%;
    max-width: 219px;
    margin-right: 48px;
  }
}

.booking-main .booking__movie--img .btn-img {
  max-width: 80px;
  font-size: 12px;
  color: #414b5b;
  margin-top: 8px;
  border: 1px solid #a2a2a2;
  border-radius: 2px;
  position: relative;
  padding: 6px 20px 6px 10px;
  background: #fff;
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--img .btn-img {
    width: 100%;
    max-width: 219px;
    margin-top: 12px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
}

.booking-main .booking__movie--img .btn-img:after {
  content: "〉";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.booking-main .booking__movie--img img {
  max-width: 80px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--img img {
    width: 100%;
    max-width: 219px;
    max-height: 308px;
    height: 100%;
  }
}

.booking-main .booking__movie--content {
  width: calc(100% - 92px);
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--content {
    width: calc(100% - 302px);
  }
}

.booking-main .booking__movie--content h5 {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 15px;
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--content h5 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 700;
  }
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--content .view {
    font-size: 13px;
  }
}

.booking-main .booking__movie--content p {
  line-height: 1;
  margin-bottom: 9px;
  font-size: 10px;
}

@media (min-width:767.98px) {
  .booking-main .booking__movie--content p {
    font-size: 11px;
    margin-bottom: 12px;
  }
}

.booking-main .booking__movie--content p span {
  background: #e0e0e0;
  padding: 2px 7px;
  border-radius: 2px;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail {
    margin-top: 26px;
  }
}

.booking-main .booking__detail .detail-row {
  margin-bottom: 12px;
  -ms-flex-align: center;
  align-items: center;
}

.booking-main .booking__detail .detail-row .left {
  width: 60px;
  margin-top: 1px;
}

.booking-main .booking__detail .detail-row .left p {
  margin-bottom: 0;
  line-height: 1;
  color: #a2a2a2;
  font-size: 14px;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .left p {
    font-size: 15px;
  }
}

.booking-main .booking__detail .detail-row .right {
  width: calc(100% - 74px);
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .right {
    width: calc(100% - 84px);
  }
}

.booking-main .booking__detail .detail-row .right .tag {
  width: 48px;
  height: 19px;
  border: 1px solid #ca1119;
  display: inline-block;
  font-size: 14px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.5px 5px 2.5px 0;
  background: #fff;
  color: #ca1119;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
}

.booking-main .booking__detail .detail-row .right p {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0;
  color: #414b5b;
}

.booking-main .booking__detail .detail-row .right p a {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  color: #158fec;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .right p a {
    font-size: 14px;
  }
}

.booking-main .booking__detail .detail-row .right .group-item {
  position: relative;
  width: 100%;
  margin-top: 6px;
  color: #414b5b;
}

@media (max-width:360px) {
  .booking-main .booking__detail .detail-row .right .group-item {
    width: 100%;
  }
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .right .group-item {
    width: 55%;
  }
}

.booking-main .booking__detail .detail-row .right .group-item .ticket {
  width: auto;
  /* display: -ms-flexbox; */
  /* display: flex; */
  font-size: 12px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 45.64px;
  margin-bottom: 6px;
  position: relative;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .right .group-item .ticket {
    font-size: 13px;
    padding-right: 59.64px;
  }
}

.booking-main .booking__detail .detail-row .right .group-item .ticket .amount {
  display: -ms-flexbox;
  display: flex;
  width: 45.64px;
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .right .group-item .ticket .amount {
    background: none;
    width: 59.64px;
  }
}
.booking-main .booking__detail .detail-row .right .group-item .ticket .name-glasses{
  font-size: 11px;
}
@media (min-width:767.98px) {
  .booking-main .booking__detail .detail-row .right .group-item .ticket .name-glasses{
    font-size: 12px;
  }
}

.booking-main .booking__detail .total {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 23px;
}

.booking-main .booking__detail .total span {
  font-weight: 400;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .total {
    margin-bottom: 0;
  }
}

.booking-main .booking__detail .group-button {
  width: 100%;
}

.booking-main .booking__detail .btn-cancel {
  max-width: 177px;
  width: 100%;
  max-height: 36px;
  height: 36px;
  color: #fff;
  background: #686868;
  border-radius: 5px;
  font-size: 14px;
}

@media (min-width:767.98px) {
  .booking-main .booking__detail .btn-cancel .btn-settle {
    max-width: 192px;
  }
}

.confirm {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #e9e9e9;
}

@media (min-width:767.98px) {
  .confirm {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}

.confirm .btn-confirm {
  display: block;
  color: #414b5b;
  border: 1px solid #a2a2a2;
  height: 44px;
  padding: 0;
}

@media (min-width:767.98px) {
  .confirm .btn-confirm {
    background: #fff;
    font-size: 15px;
    max-width: 354px;
    margin: 0 auto;
  }
}

#user-booking-detail {
  background: #d1d1d1;
}

@media (min-width:767.98px) {
  #user-booking-detail {
    background: #f0f0f0;
  }
}

#user-booking-detail-confirm .barcode__number,#user-booking-detail-confirm .booking-main .booking__movie--content {
  color: #979797;
}

#user-booking-detail-confirm .booking-main .booking__movie--img img {
  opacity: .6;
}

#user-booking-detail-confirm .booking-main .booking__movie--img .btn-img {
  color: #979797;
  background: none;
}

#user-booking-detail-confirm .booking-main .booking__detail .detail-row .right .tag {
  border: 1px solid #979797;
  background: none;
}

#user-booking-detail-confirm .booking-main .booking__detail .detail-row .right p,#user-booking-detail-confirm .booking-main .booking__detail .detail-row .right p a {
  color: #979797;
}

#user-booking-detail-confirm .booking-main .booking__detail .total {
  font-weight: 400;
  color: #979797;
}

.modal-new.show {
  /* padding-right: 0!important; */
}

.modal-new .btn-in {
  display: none!important;
}

@media (min-width:767.98px) {
  .modal-new .btn-in {
    margin-right: 16px;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}

.modal-new .modal-dialog {
  color: #414b5b;
}

.modal-new .modal-dialog .modal-content {
  height: inherit;
  margin: 0 auto;
}

.modal-new .modal-body {
  padding: 12px;
}

.modal-new__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.modal-new__seat {
  margin-top: 12px;
}

.modal-new__seat img {
  width: 100%;
  margin-bottom: 12px;
}

.modal-new__seat p {
  margin-bottom: 12px;
  line-height: 1;
}

.modal-new__content {
  margin-top: 6px;
  margin-bottom: 48px;
}

.modal-new__content p {
  font-size: 14px;
}

.modal-new .group-button .btn {
  width: 100%;
  border: 1px solid #686868;
  color: #414b5b;
  padding: 0;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-new .carousel-caption {
  position: relative;
  color: #000;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  max-height: 379px;
  overflow: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
}

@media (min-width:767.98px) {
  .modal-new .carousel-caption {
    max-height: auto;
    overflow: visible;
  }
}

.modal-new .carousel-caption p {
  line-height: 1;
}

.modal-new .carousel-caption .title {
  color: #414b5b;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 15px;
}

.modal-new .carousel-caption .subtitle {
  color: #414b5b;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.modal-new .carousel-caption .description {
  margin-bottom: 11px;
}

.modal-new .carousel-caption .description p {
  margin-bottom: 5px;
  color: #a2a2a2;
  font-size: 13px;
  font-weight: 700;
}

.modal-new .carousel-caption .qrcode {
  text-align: center;
  color: #414b5b;
}

@media (min-width:767.98px) {
  .modal-new .carousel-caption .qrcode {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.modal-new .carousel-caption .qrcode img {
  max-width: 162px;
}

.modal-new .carousel-caption .qrcode__top {
  font-size: 14px;
  margin-bottom: 8px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-caption .qrcode__top {
    font-size: 15px;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 12px;
    margin-bottom: 0;
  }
}

@media (min-width:767.98px) {
  .modal-new .carousel-caption .qrcode__img {
    -ms-flex-order: 1;
    order: 1;
  }
}

.modal-new .carousel-caption .qrcode__footer {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-caption .qrcode__footer {
    font-size: 15px;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.modal-new .carousel-img {
  text-align: center;
  padding: 0 31px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-img {
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-new .carousel-img img {
  max-width: 260px;
  max-height: 197px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-img img {
    margin-right: 16px;
  }
}

.modal-new .carousel-img .left {
  text-align: left;
  position: relative;
  max-width: 326px;
  width: 100%;
}

.modal-new .carousel-img .left p {
  line-height: 1;
}

.modal-new .carousel-img .left .title {
  color: #414b5b;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 15px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-img .left .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.modal-new .carousel-img .left .subtitle {
  color: #414b5b;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 12px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-img .left .subtitle {
    font-size: 15px;
    margin-bottom: 32px;
  }
}

.modal-new .carousel-img .left .description {
  margin-bottom: 11px;
}

@media (min-width:767.98px) {
  .modal-new .carousel-img .left .description {
    margin-bottom: 0;
  }
}

.modal-new .carousel-img .left .description p {
  margin-bottom: 5px;
  color: #a2a2a2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width:767.98px) {
  .modal-new .carousel-img .left .description p {
    font-size: 15px;
  }
}

.modal-new .carousel-control-next,.modal-new .carousel-control-prev {
  max-height: 197px;
  height: 100%;
  opacity: 1;
  width: auto;
}

@media (max-width:360px) {
  .modal-new .carousel-control-next,.modal-new .carousel-control-prev {
    height: 59%;
  }
}

@media (min-width:767.98px) {
  .modal-new .carousel-control-next,.modal-new .carousel-control-prev {
    max-height: 100%;
  }
}

#user-booking-detail-confirm {
  background: #f0f0f0;
}

@media (min-width:767.98px) {
  .booking-detail-canReservation .modal-content {
    max-width: 420px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-canReservation .modal-body {
    padding: 24px 16px 16px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-canReservation .modal-new__title {
    margin-bottom: 16px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-canReservation .modal-new__content p {
    font-size: 15px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-delReservation .modal-content {
    max-width: 420px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-delReservation .modal-new__title {
    margin-bottom: 16px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-delReservation .modal-new__content p {
    font-size: 15px;
  }
}

@media (min-width:767.98px) {
  .booking-detail-delReservation .modal-body {
    padding: 24px 16px 16px;
  }
}

#canReservation .btn-close {
  width: 49%;
}

#canReservation .btn-confirm {
  width: 49%;
  background: #686868;
  color: #fff;
}

#delPopup .btn-close,#delReservation .btn-close {
  width: 49%;
}

#delPopup .btn-confirm,#delReservation .btn-confirm {
  width: 49%;
  background: #686868;
  color: #fff;
}

#user-history-review {
  background: #f0f0f0;
}

#user-history-review .main-ttl {
  margin-top: 32px;
  margin-bottom: 24px;
}

#user-history-review .main-ttl span {
  padding-top: 0;
}

@media (min-width:767.98px) {
  #user-history-review .booking__movie {
    margin-bottom: 0;
  }
}

@media (min-width:767.98px) {
  #user-history-review .booking__movie--img {
    margin-right: 88px;
  }
}

#user-history-review .booking-main {
  background: #e9e9e9;
}

@media (min-width:767.98px) {
  #user-history-review .booking-main {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#user-history-review .booking-main .booking__movie--img .btn-img {
  background: #fff;
}

#user-history-review .booking-main .detail-row:last-child {
  margin-bottom: 0;
}

#user-history-review .booking-main .detail-row:last-child .right .tag {
  border: 1px solid #ca1119;
  color: #ca1119;
  background: #fff;
}

#user-history-review .review {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width:767.98px) {
  #user-history-review .review {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}

#user-history-review .review .button-group {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width:767.98px) {
  #user-history-review .review .button-group {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 48px;
  }
}

#user-history-review .review .button-group .btn {
  width: 49%;
  height: 44px;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:767.98px) {
  #user-history-review .review .button-group .btn {
    margin-right: 8px;
    max-width: 192px;
  }
}

@media (min-width:767.98px) {
  #user-history-review .review .button-group .btn:last-child {
    margin: 0;
  }
}

#user-history-review .review .button-group .user {
  border: 1px solid #686868;
  background: #fff;
  color: #414b5b;
}

#user-history-review .review .button-group .other {
  background: #ca1119;
  color: #fff;
  position: relative;
}

#user-history-review .review .button-group .other p {
  margin-bottom: 0;
  line-height: 1;
  z-index: 1;
  margin-top: 2px;
}

#user-history-review .review .button-group .number-new {
  background: #fabe00;
  color: #414b5b;
  font-size: 14px;
  border-radius: 3px;
  min-width: 44px;
  min-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -4px;
  top: -10px;
  line-height: 1;
}

#user-history-review .review .button-group .number-new:after {
  content: url(/https/tjoy.jp/img/front/images/icon/arrow_qo.png);
  position: absolute;
  bottom: -8px;
  right: 3px;
  z-index: 0;
}

#user-history-review .review .circle {
  text-align: center;
}

#user-history-review .review .circle img {
  max-width: 180px;
  max-height: 180px;
  height: 100%;
  width: 100%;
}

#user-history-review .note {
  padding-top: 24px;
  padding-bottom: 48px;
  background: #e9e9e9;
}

@media (min-width:767.98px) {
  #user-history-review .note {
    padding-top: 32px;
  }
}

#user-history-review .note__title {
  color: #414b5b;
  margin-bottom: 18px;
}

#user-history-review .note__title .left p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

#user-history-review .note__title .right .btn {
  font-size: 13px;
  color: #414b5b;
  background: #fff;
  border: 1px solid #a2a2a2;
  height: 24px;
  width: 102px;
  padding: 0;
}

#user-history-review .note__title .right .btn img {
  margin-right: 5px;
}

#user-history-review .note__content p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1;
  color: #414b5b;
}

#user-history-review .return-back {
  padding-bottom: 24px;
  padding-top: 48px;
}

@media (min-width:767.98px) {
  #user-history-review .return-back {
    padding-bottom: 32px;
  }
}

@media (min-width:767.98px) {
  #user-history-review .return-back .group-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

#user-history-review .return-back .group-button .btn {
  background: #fff;
  border: 1px solid #a2a2a2;
  color: #414b5b;
  font-size: 15px;
  height: 44px;
  margin-bottom: 24px;
}

@media (min-width:767.98px) {
  #user-history-review .return-back .group-button .btn {
    max-width: 353px;
    width: 100%;
    margin-bottom: 48px;
  }
}

#user-history-review .return-back .delete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width:767.98px) {
  #user-history-review .return-back .delete {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#user-history-review .return-back .delete .btn {
  color: #414b5b;
  padding: 0;
}

#user-history-review .return-back .delete .btn img {
  margin-right: 5px;
}

#user-history-review #comment-modal {
  padding-right: 0!important;
}

#user-history-review #comment-modal .modal-dialog {
  max-width: 100%;
  margin: .5rem;
}

@media (min-width:767.98px) {
  #user-history-review #comment-modal .info-content {
    margin-bottom: 32px;
  }
}

@media (min-width:767.98px) {
  #user-history-review #comment-modal .article-bg-text,#user-history-review #comment-modal .article-ttl,#user-history-review #comment-modal .save-content-first,#user-history-review #comment-modal .save-content-second {
    font-size: 15px;
  }
}

#user-history-review #comment-modal .save-content-second {
  max-width: 190px;
}

#user-history-review #comment-modal .modal-content {
  padding: 12px 0;
  border-radius: 4.8px;
}

@media (min-width:767.98px) {
  #user-history-review #comment-modal .modal-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 24px 0 16px;
  }
}

#user-history-review #comment-modal .modal-content .modal-body {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 500px;
}

@media (min-width:767.98px) {
  #user-history-review #comment-modal .modal-content .modal-body {
    padding: 0 24px;
    max-height: 380px!important;
  }
}

#user-history-review #comment-modal .modal-content .modal-footer {
  margin-top: 10px;
  padding: 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width:767.98px) {
  #user-history-review #comment-modal .modal-content .modal-footer {
    margin-top: 16px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#user-history-review #comment-modal .modal-content .modal-footer .btn {
  border-radius: 4.8px;
  color: #414b5b;
  border: 1px solid #686868;
}

@media (min-width:767.98px) {
  #user-history-review #comment-modal .modal-content .modal-footer .btn {
    max-width: 189px;
  }
}

#user-history-review #delPopup .modal-new__title {
  margin-bottom: 24px;
}

#user-history-review #delPopup .question .modal-new__title {
  margin-bottom: 16px!important;
}

#my-post {
  padding-right: 0!important;
}

#my-post .my-post__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
  color: #414b5b;
}

@media (min-width:767.98px) {
  #my-post .my-post__title {
    margin-bottom: 8px;
  }
}

#my-post .my-post__subtitle {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1;
  color: #414b5b;
  text-align: center;
}

@media (min-width:767.98px) {
  #my-post .my-post__subtitle {
    margin-bottom: 12px;
  }
}

#my-post .select-icon {
  max-width: 267px;
  margin: 0 auto 16px;
}

@media (min-width:767.98px) {
  #my-post .select-icon {
    max-width: 220px;
  }
}

#my-post .select-icon label {
  margin-bottom: 0;
}

#my-post .select-icon label img {
  opacity: .5;
}

#my-post .select-icon input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#my-post .select-icon input[type=radio]+img {
  cursor: pointer;
}

#my-post .select-icon input[type=radio]:checked+img {
  opacity: 1;
}

#my-post .form-check .form-check-label {
  font-size: 15px;
}

#my-post .modal-content {
  padding: 12px;
  border-radius: 4.8px;
}

@media (min-width:767.98px) {
  #my-post .modal-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 24px 24px 16px;
  }
}

#my-post .modal-content .form-group {
  margin-bottom: 12px;
}

@media (min-width:767.98px) {
  #my-post .modal-content .form-group {
    margin-bottom: 16px;
  }
}

#my-post .modal-content textarea {
  max-height: 243px;
}

#my-post .modal-footer {
  margin-top: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width:767.98px) {
  #my-post .modal-footer {
    margin-top: 32px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#my-post .modal-footer .btn {
  border-radius: 4.8px;
  height: 44px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:767.98px) {
  #my-post .modal-footer .btn {
    max-width: 189px;
  }
}

#my-post .modal-footer .btn-cancel {
  background: #fff;
  border: 1px solid #686868;
  color: #414b5b;
}

#my-post .modal-footer .btn-submit {
  background: #ca1119;
  color: #fff;
}

#my-post .modal-footer .btn-submit:disabled,
#my-post .modal-footer .btn-submit.is-disabled-by-limit {
  background: #b5b5b5;
  color: #fff;
}

#my-post .modal-dialog {
  max-width: 100%;
  margin: .5rem;
}

#my-comment {
  padding-right: 0!important;
}

#my-comment .my-comment__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
  color: #414b5b;
}

#my-comment .modal-content {
  padding: 12px;
  border-radius: 4.8px;
}

#my-comment .modal-content .form-group {
  margin-bottom: 0;
}

#my-comment .modal-footer {
  margin-top: 12px;
}

#my-comment .modal-footer .btn {
  border-radius: 4.8px;
  height: 44px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#my-comment .modal-footer .btn-cancel {
  background: #fff;
  border: 1px solid #686868;
  color: #414b5b;
}

#my-comment .modal-footer .btn-submit {
  background: #ca1119;
  color: #fff;
}

#my-comment .modal-footer .btn-submit:disabled,
#my-comment .modal-footer .btn-submit.is-disabled-by-limit {
  background: #b5b5b5;
  color: #fff;
}

#my-comment .modal-dialog {
  max-width: 100%;
  margin: .5rem;
}

#successPopup .modal-new__title {
  margin-top: 3px;
  margin-bottom: 0;
}

#successPopup .modal-content {
  max-width: 420px;
}

#successPopup .group-button {
  margin-top: 46px;
}

#successPopup .group-button .btn {
  color: #fff;
  background: #ca1119;
  border: none;
}

#my-review {
  padding-right: 0!important;
}

#my-review .my-review__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
  color: #414b5b;
}

@media (min-width:767.98px) {
  #my-review .my-review__title {
    margin-bottom: 16px;
  }
}

#my-review .my-review__subtitle {
  font-size: 16px;
  color: #414b5b;
  margin-bottom: 32px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:767.98px) {
  #my-review .my-review__subtitle {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#my-review .my-review__subtitle img {
  margin-right: 12px;
}

#my-review .my-review__main {
  overflow: auto;
}

@media (min-width:767.98px) {
  #my-review .my-review__main {
    height: 100%!important;
  }
}

#my-review .my-review__main p {
  margin-bottom: 30px;
  font-size: 15px;
  color: #414b5b;
}

#my-review .my-review__main p:last-child {
  margin-bottom: 0;
}

#my-review .modal-content {
  padding: 12px;
  border-radius: 4.8px;
}

@media (min-width:767.98px) {
  #my-review .modal-content {
    max-width: 740px;
    margin: 0 auto;
    padding: 24px 24px 16px;
  }
}

#my-review .modal-content .form-group {
  margin-bottom: 0;
}

#my-review .modal-footer {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:767.98px) {
  #my-review .modal-footer {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#my-review .modal-footer .btn {
  border-radius: 4.8px;
  height: 44px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:767.98px) {
  #my-review .modal-footer .btn {
    max-width: 189px;
  }
}

#my-review .modal-footer .btn-cancel {
  background: #fff;
  border: 1px solid #686868;
  color: #414b5b;
}

#my-review .modal-footer .btn-submit {
  background: #ca1119;
  color: #fff;
}

#my-review .modal-dialog {
  max-width: 100%;
  margin: .5rem;
}

.mystanby .row {
  margin-left: -6px;
  margin-right: -6px;
}

.mystanby .col-3 {
  padding: 6px 6px 16px;
}

@media (min-width:767.98px) {
  .mystanby .col-3 {
    padding: 0 8px 12px;
    margin-bottom: 48px;
  }
}

.mystanby .sticker {
  font-size: 11px;
  color: #414b5b;
  text-align: center;
  margin-bottom: 7px!important;
}

@media (max-width:360px) {
  .mystanby .sticker {
    font-size: 10px;
  }
}

@media (min-width:767.98px) {
  .mystanby .sticker {
    margin-bottom: 15px!important;
  }
}

.mystanby .sticker img {
  width: 100%;
  margin-bottom: 4px;
}

@media (min-width:767.98px) {
  .mystanby .sticker img {
    margin-bottom: 10px;
  }
}

.mystanby span {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  left: 0;
}

@media (max-width:360px) {
  .mystanby span {
    font-size: 10px;
  }
}

@media (min-width:767.98px) {
  .mystanby span {
    font-size: 14px;
  }
}

#stickerPopup .carousel {
  margin-bottom: 56px;
}

@media (min-width:767.98px) {
  #stickerPopup .carousel {
    margin-bottom: 32px;
  }
}

#stickerPopup .carousel-control-next,#stickerPopup .carousel-control-prev {
  height: 69%;
}

@media (min-width:767.98px) {
  #stickerPopup .carousel-control-next,#stickerPopup .carousel-control-prev {
    height: 100%;
  }
}

#stickerPopup .carousel-img {
  -ms-flex-pack: center;
  justify-content: center;
}

#stickerPopup .carousel-img img {
  margin-right: 0;
}

@media (min-width:767.98px) {
  #stickerPopup a.btn.btn-close {
    max-width: 353px;
  }
}

#stickerPopup .carousel-caption {
  margin-top: 18px;
  margin-bottom: 0;
}

@media (min-width:767.98px) {
  #stickerPopup .carousel-caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
}

@media (min-width:767.98px) {
  #stickerPopup .carousel-caption .title {
    margin-bottom: 24px;
    font-size: 15px;
  }
}

#stickerPopup .carousel-caption .description {
  margin-bottom: 0;
}

#stickerPopup .carousel-caption .description p {
  font-weight: 400;
  color: #414b5b;
}

@media (min-width:767.98px) {
  #stickerPopup .carousel-caption .description p {
    font-size: 14px;
  }
}

@media (min-width:767.98px) {
  #stickerPopup .modal-dialog .modal-content {
    max-width: 700px;
  }
}

#stickerPopup .modal-body {
  padding: 12px 16px;
}

@media (min-width:767.98px) {
  #stickerPopup .modal-body {
    padding: 24px 32px 16px;
  }
}

.user-infor-rp {
  display: none;
}

@media (min-width:767.98px) {
  .user-infor-rp {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #e9e9e9;
    display: block;
  }
}

.user-infor-rp .rp__box {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #b0b0b0;
  width: 32.7777777778%;
}

.user-infor-rp .rp__box-title {
  padding: 10px;
}

.user-infor-rp .rp__box-title .top {
  margin-bottom: 11px;
}

.user-infor-rp .rp__box-title .top h3 {
  font-size: 18px;
  color: #414b5b;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

.user-infor-rp .rp__box-title .top p {
  margin-bottom: 0;
  color: #158fec;
  line-height: 1;
  font-size: 13px;
}

.user-infor-rp .rp__box-title .poster-film {
  height: 124px;
  position: relative;
}

.user-infor-rp .rp__box-title .poster-film .noti {
  margin-bottom: 0;
  line-height: 1;
  font-size: 15px;
  color: #414b5b;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.user-infor-rp .rp__box-title .poster-film a {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  -ms-flex: 2;
  flex: 2;
}

.user-infor-rp .rp__box-title .poster-film a .circle-yw {
  background: #eab200;
  position: absolute;
  width: 14px;
  height: 14px;
  top: -4px;
  right: -4px;
  border-radius: 10px;
}

.user-infor-rp .rp__box-title .poster-film a img {
  max-width: 88px;
  width: auto;
  max-height: 124px;
}

.user-infor-rp .rp__box-title .poster-film a:last-child {
  margin-right: 0;
}

.user-infor-rp .rp__box-title .poster-film .list-poster {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.user-infor-rp .rp__box-title .poster-film .list-poster li {
  width: 33%;
  margin: 0 .5%;
  text-align: center;
}

.user-infor-rp .rp__box-title .coupon .new-coupon {
  color: #db9500;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: 700;
  height: 14px;
}

.user-infor-rp .rp__box-title .coupon a img {
  width: 100%;
  max-width: 140px;
}

.user-infor-rp .rp__box-title .coupon a:hover img {
  opacity: .8;
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .modal-content {
    max-width: 700px;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .modal-body {
    padding: 24px 0 16px;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-control-next {
    padding-left: 32px;
    margin-right: 32px;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-control-prev,#couponPopup .modal-dialog .group-button,#couponPopup .modal-dialog .item-main {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-caption {
    margin: 32px 46px 0;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-item {
    margin-bottom: 32px;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-inner {
    max-height: 356px;
    overflow-y: auto;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-img {
    padding: 0 46px;
  }
}

@media (min-width:767.98px) {
  #couponPopup .modal-dialog .carousel-img img {
    max-width: 200px;
  }
}

.mt-0 {
  margin-top: 0!important;
}

@media (min-width:767.98px) {
  #seatPopup .modal-new__title {
    font-size: 16px;
  }
}

@media (min-width:767.98px) {
  #seatPopup .modal-new__seat p {
    text-align: center;
    margin-bottom: 16px;
    font-size: 12px;
  }
}

@media (min-width:767.98px) {
  #seatPopup .modal-new__seat img {
    max-width: 312px;
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (min-width:767.98px) {
  #seatPopup .modal-content {
    max-width: 740px;
  }
}

@media (min-width:767.98px) {
  #seatPopup .modal-body {
    padding: 24px 24px 16px;
  }
}

#seatPopup .seat-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:767.98px) {
  #seatPopup .btn-close {
    width: 329px;
    height: 44px;
  }
}

#my-comment .modal-body {
  padding: 0;
}

#my-comment .modal-content {
  max-width: 740px;
}

@media (min-width:767.98px) {
  #my-comment .modal-content {
    padding: 24px 24px 16px;
  }
}

@media (min-width:767.98px) {
  #my-comment .modal-content textarea {
    max-height: 348px;
  }
}

@media (min-width:767.98px) {
  #my-comment .my-comment__title {
    margin-bottom: 16px;
  }
}

#my-comment .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width:767.98px) {
  #my-comment .modal-footer {
    margin-top: 16px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width:767.98px) {
  #my-comment .modal-footer .btn {
    max-width: 189px;
  }
}

@media (min-width:767.98px) {
  .user-history-review-delPopup .modal-content {
    max-width: 420px;
  }
}

@media (min-width:767.98px) {
  .user-history-review-delPopup .modal-body {
    padding: 24px 16px 16px;
  }
}

@media (min-width:767.98px) {
  .user-history-review-delPopup .modal-new__content {
    font-size: 15px;
  }
}

.main-ttl-user-page {
  margin-top: 32px!important;
  margin-bottom: 32px!important;
}

@media (max-width:767.98px) {
  .main-ttl-user-page {
    margin-bottom: 24px!important;
  }
}

.info-user-page {
  background: #f0f0f0;
}

.info-user-page .group-box {
  margin-bottom: 48px;
}

.info-user-page .box-page {
  background: #fff;
  padding: 12px 8px;
  border-radius: 7px;
  box-shadow: 0 .125rem .25rem #b0b0b0;
  max-width: 420px;
  width: 100%;
  margin: 0 auto 24px;
  padding: 16px;
}

@media (max-width:767.98px) {
  .info-user-page .box-page {
    margin: 0 auto 12px;
  }
}

.info-user-page .box-page p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
  color: #414b5b;
}

.info-user-page .box-page__title h2 {
  font-weight: 700;
  font-size: 16px;
  color: #414b5b;
  margin-bottom: 0;
}

.info-user-page .box-page__title .btn {
  font-size: 13px;
  background: #ca1119;
  border: none;
  width: 64px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.info-user-page .box-page__main {
  margin-top: 12px;
}

.info-user-page .box-page__main p {
  margin-bottom: 0;
  line-height: 1;
}

.info-user-page .box-page__main .p-gray {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 5px;
}

@media (max-width:767.98px) {
  .info-user-page .box-page__main .p-gray {
    color: #0f243e;
  }
}

.info-user-page .box-page__main .p-black {
  font-size: 16px;
  color: #414b5b;
}

.info-user-page .box-page__main .p-social {
  font-size: 15px;
  margin-top: 11px;
}

.info-user-page .box-page__main .p-social span {
  color: #414b5b;
}

.info-user-page .box-page__main .p-social span:first-child {
  margin-left: 0;
  width: 90px;
  display: inline-block;
}

.info-user-page .box-page:nth-last-child(2) {
  margin-bottom: 32px;
}

.info-user-page .box-page:last-child {
  margin-bottom: 0;
}

.info-user-page .btn-cancel {
  width: 100%;
  display: block;
  max-width: 420px;
  margin: 0 auto;
}

.info-user-page .button-group {
  margin-bottom: 48px;
}

.info-user-page .button-group .btn {
  max-width: 338px;
  width: 100%;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  background: none;
  color: #414b5b;
  border: none;
}

@media (max-width:767.98px) {
  .info-user-page .button-group .btn {
    margin-bottom: 16px;
  }
}

.info-user-page .button-group .btn:last-child {
  margin-bottom: 0;
}

.info-user-page .button-group .btn-mypage {
  background: #fff;
  border: 1px solid #a2a2a2;
}

.info-user-page .button-group .btn-logout {
  background: #686868;
  color: #fff;
}

.info-user .button-group {
  margin-bottom: 48px;
}

@media (max-width:767.98px) {
  .info-user .button-group {
    margin-bottom: 24px;
  }
}

.info-user .button-group .btn {
  max-width: 338px;
  width: 100%;
  color: #414b5b;
  border: 1px solid #a2a2a2;
  height: 44px;
  background: #fff;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-user .button-group .btn-del {
  color: #fff;
  background: #686868;
}

.info-group {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
}

.info-group__title {
  border-left: 4px solid #ca1119;
  padding-left: 8px;
  margin-bottom: 20px;
}

@media (max-width:767.98px) {
  .info-group__title {
    margin-bottom: 16px;
  }
}

.info-group__title h3 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 18px;
  color: #414b5b;
}

@media (-ms-high-contrast:none) {
  .info-group__title h3 {
    margin-top: 4px;
  }
}

.info-group__title .btn {
  width: 64px;
  height: 24px;
  font-size: 13px;
  color: #414b5b;
  border: 1px solid #a2a2a2;
  background: #fff;
}

.info-group__main-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 26px;
}

@media (max-width:767.98px) {
  .info-group__main-row {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.info-group__main-row:last-child {
  margin-bottom: 0;
}

.info-group__main-row p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width:767.98px) {
  .info-group__main-row p {
    font-size: 12px;
  }
}

@media (max-width:767.98px) {
  .info-group__main-row .left {
    margin-bottom: 5px;
  }
}

.info-group__main-row .left p {
  padding-right: 20px;
  min-width: 140px;
}

@media (-ms-high-contrast:none) {
  .info-group__main-row .right {
    width: 100%;
  }
}

.info-group__main-row .right p {
  padding-right: 100px;
  line-height: 18px;
}

@media (max-width:767.98px) {
  .info-group__main-row .right p {
    font-size: 15px;
  }
}

.info-group__main .text {
  font-size: 15px;
  color: #414b5b;
}

@media (min-width:767.98px) {
  #user_info_popup .modal-content {
    max-width: 420px;
  }
}

@media (min-width:767.98px) {
  #user_info_popup .modal-body {
    padding: 24px 16px 16px;
  }
}

#user_info_popup .modal-body .main__title {
  font-size: 16px;
  color: #414b5b;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

#user_info_popup .modal-body .main__content {
  margin-bottom: 48px;
}

#user_info_popup .modal-body .main__content input {
  border: 1px solid #a2a2a2;
  font-size: 15px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

#user_info_popup .modal-body .main__content .group-input {
  margin-bottom: 24px;
}

#user_info_popup .modal-body .main__content .group-input label {
  font-size: 13px;
  color: #0f243e;
  line-height: 1.3;
}

#user_info_popup .modal-body .main__content .group-input .group-radio .rb-custom {
  margin-right: 35px;
}

@media (min-width:767.98px) {
  #email_popup .modal-content {
    max-width: 420px;
  }
}

@media (min-width:767.98px) {
  #email_popup .modal-body {
    padding: 24px 16px 16px;
  }
}

#email_popup .modal-body .main__title {
  margin-bottom: 24px;
}

#email_popup .modal-body .main__content {
  margin-bottom: 48px;
}

#email_popup .modal-body .main__content .email {
  margin-bottom: 4px;
  font-size: 15px;
  height: 36px;
}

@media (max-width:767.98px) {
  #email_popup .modal-body .main__content .email {
    margin-bottom: 7px;
  }
}

#password_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

#password_popup .main__title {
  margin-bottom: 24px;
}

#password_popup .main__content {
  margin-bottom: 48px;
}

#password_change_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width:767.98px) {
  #password_change_popup .control-pwd {
    margin-bottom: 7px;
  }
}

#password_change_popup .main__title {
  margin-bottom: 24px;
}

#password_change_popup .main__content {
  margin-bottom: 48px;
}

#my_theater_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

@media (min-width:767.98px) {
  #my_theater_popup .modal-body {
    padding: 24px 16px 12px;
  }
}

#my_theater_popup .main__title {
  margin-bottom: 24px;
}

#my_theater_popup .main__content {
  margin-bottom: 24px;
  overflow: auto;
}

@media (min-width:767.98px) {
  #my_theater_popup .main__content {
    max-height: 318px;
  }
}

#my_theater_popup .main__content .rb-custom {
  font-size: 15px!important;
}

#my_theater_popup .main__content .radio-title {
  font-size: 13px;
  color: #a2a2a2;
  font-weight: 700;
}

#mail_magazine_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

@media (min-width:767.98px) {
  #mail_magazine_popup .modal-body {
    padding: 24px 16px 12px;
  }
}

#mail_magazine_popup .main__title {
  margin-bottom: 24px;
}

#mail_magazine_popup .main__content {
  margin-bottom: 24px;
  overflow: auto;
}

@media (min-width:767.98px) {
  #mail_magazine_popup .main__content {
    max-height: 326px;
    margin-bottom: 40px;
  }
}

#mail_magazine_popup .main__content .text {
  font-size: 15px;
  margin-bottom: 16px;
}

#mail_magazine_popup .main__content .checkbox-group .checkmark {
  background-color: #fff;
}

#mail_magazine_popup .main__content .checkbox-group .cb-custom {
  margin-bottom: 16px;
}

#mail_magazine_popup .main__content .rb-custom {
  font-size: 15px!important;
}

#mail_magazine_popup .main__content .radio-title {
  font-size: 13px;
  color: #a2a2a2;
}

#mail_magazine_popup .main__content .checkbox-title {
  font-size: 13px;
  color: #a2a2a2;
  font-weight: 700;
}

#amazon_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

@media (min-width:767.98px) {
  #amazon_popup .modal-body {
    padding: 24px 16px 12px;
  }
}

#amazon_popup .btn-custom {
  max-width: 100%;
  cursor: pointer;
}

#amazon_popup .modal-new__title {
  margin-bottom: 12px;
}

#amazon_popup label {
  font-size: 15px;
  color: #0f243e;
  margin-bottom: 12px;
  line-height: 1;
}

#amazon_popup .group-button {
  margin-top: 48px;
}

#amazon_popup .btn-amazon {
  background: #f1c24f;
  font-size: 15px;
}

#sns_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

@media (min-width:767.98px) {
  #sns_popup .modal-body {
    padding: 24px 16px 12px;
  }
}

#sns_popup .btn-custom {
  max-width: 100%;
  cursor: pointer;
}

#sns_popup .modal-new__title,#sns_popup label {
  margin-bottom: 12px;
}

#sns_popup label {
  font-size: 15px;
  color: #0f243e;
  line-height: 1;
}

#sns_popup .group-button {
  margin-top: 48px;
}

#sns_popup .btn-social {
  background: #686868;
  color: #fff;
  font-size: 15px;
}

#sns_popup .social-form {
  margin-bottom: 24px;
}

#unsubscribe_popup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

#amazon_link_popup .modal-content ,
#amazonSuccessPopup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

#amazon_link_popup .btn-custom, 
#amazonSuccessPopup .btn-custom {

  border:none !important;
  color:#547cac;
  width:auto !important;
  margin-right:30px;
}

#amazonSuccessPopup #successPopupText {

  font-size: 15px;
}

@media (min-width:767.98px) {
  #unsubscribe_popup .modal-body {
    padding: 24px 16px 12px;
  }
}

#unsubscribe_popup .btn-custom {
  cursor: pointer;
}

#unsubscribe_popup .modal-new__title {
  margin-bottom: 24px;
}

#unsubscribe_popup .group-button {
  margin-top: 48px;
}

#unsubscribe_popup p {
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 1.2;
}

#unsubscribe_popup .group-input {
  margin-bottom: 32px;
}

#unsubscribe_popup .group-input label {
  font-size: 12px;
}

#unsubscribe_popup .group-input input {
  border: 1px solid #a2a2a2;
}

.modal-new-fix .carousel-img {
  padding-top: 28.22%;
  position: relative;
}

.modal-new-fix .carousel-img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.modal-new-fix .carousel-img img {
  height: auto;
  max-height: none;
  width: auto;
}

.modal-screen .title {
  font-size: 16px;
  color: #414b5b;
  font-weight: 700;
}

.modal-screen .text {
  font-size: 12px;
}

.modal-screen .btn-list {
  max-width: 330px;
  margin: 0 auto;
}

@media (min-width:767.98px) {
  .popupscreen .modal-content {
    max-width: 740px;
    height: 500px;
  }

  .popupscreen .modal-body {
    padding: 24px 24px 16px;
  }

  .popupscreen .modal-body .seat-area {
    text-align: center;
    margin-bottom: 16px;
  }

  .popupscreen .modal-body .seat-area img {
    max-height: 355px;
    width: auto;
    margin-bottom: 0;
  }

  .popupscreen .modal-new__seat p {
    text-align: center;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .popupscreen .group-button .btn-close {
    width: 329px;
    height: 44px;
  }
}

@media (max-width:767.98px) {
  .popupscreen .modal-new__seat {
    text-align: center;
  }
}

.container-list {
  max-width: 740px;
  margin: 0 auto;
}

#theater-list .main-ttl {
  color: #414b5b;
  padding-top: 28px;
  margin-bottom: 43px;
}

@media (min-width:575.98px) {
  #theater-list .main-ttl {
    padding-top: 32px;
  }
}

#theater-list .film-content {
  padding: 0;
}

#theater-list .container-list {
  border-radius: 8px;
  box-shadow: 0 2px 3.92px .08px rgba(0,0,0,.49);
  margin-bottom: 32px;
  color: #0f243e;
  font-size: 16px;
}

@media (min-width:575.98px) {
  #theater-list .container-list {
    margin-bottom: 48px;
  }
}

#theater-list .film-item {
  padding: 0 12px!important;
}

.theater-list-content:first-child .theater-list-ttl {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.theater-list-ttl {
  padding: 11px 16px;
  color: #fff;
  font-size: 18px;
  background-color: #ca1119;
}

.theater-list-area small,.theater-list-info small {
  display: block;
  font-size: 11px;
  color: #a2a2a2;
}

.theater-list-area {
  padding: 11px 8px;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #dfdfdf;
}

.adright{
	float: right;
	margin-right: auto;
	margin-left: 1%;
}

.adleft{
	float: left;
	margin-left: auto;
}

.ad-top-pc{
    height: 95px;
    display: block;
    float: left;
}

.ad-top-sp{
    height: 105px;
    display: block;
    float: left;
}

.ad-top-sp-big{
    height: 123px;
    display: block;
    float: left;
}

.ad-bottom{
    height: 285px;
    display: block;
    float: left;
}

.ad-bottom-sp{
    height: 55px;
    display: block;
    float: left;
}

.ad-complete-pc{
    height: 65px;
    display: block;
    float: left;
}

.ad-complete-sp{
    height: 318px;
    display: block;
    float: left;
}

/* .more-space{
    margin-right: 2%;
} */

.adbox{
	align-items: flex-end;
    margin-bottom: 1%;
}

.box-top-space{
    margin-top: 1%;
}

.box-double-space{
    margin-top: 4%;
}

@media (min-width:575.98px) {
  .theater-list-area {
    padding: 11px 16px;
  }
}

.theater-list-area small {
  font-size: 11px;
}

.theater-list-info {
  -ms-flex: 3.2;
  flex: 3.2;
}

.theater-list-info>a {
  padding: 11px 8px;
  color: #0f243e;
  border-bottom: 1px solid #dfdfdf;
}

@media (min-width:575.98px) {
  .theater-list-info>a {
    padding: 11px 16px;
  }
}

.theater-list-info>a:last-child {
  border-bottom: 0;
}

.theater-list-multiple {
  border-top: 1px solid #dfdfdf;
}

.control-layout-error input,.control-layout-normal input {
  border: 0!important;
}

.control-layout-error input:focus,.control-layout-normal input:focus {
  box-shadow: none;
}

.control-layout-error {
  border: 1px solid #ca1119;
  border-radius: 4px;
}

.control-layout-normal {
  border: 1px solid #a2a2a2;
  border-radius: 4px;
}

.control-btn-submit {
  height: 37px;
  border: 0;
  background: 0;
  cursor: pointer;
}

.control-btn-submit:focus {
  outline: none;
}

.control-link {
  color: #4796d3;
  text-decoration: underline;
  font-size: 14px;
}

.control-error {
  color: #ca1119;
  font-size: 12px;
}

.control-note {
  font-size: 11px;
}

.form-inner {
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 2px 3.92px .08px rgba(0,0,0,.49);
  color: #0f243e;
  font-size: 13px;
  border-radius: 8px;
  background-color: #fff;
}

.form-inner-mobile {
  font-size: 13px;
}

.form-sp {
    padding-top: 14px;
    padding-bottom: 14px;
    box-shadow: 0 2px 3.92px .08px rgba(0,0,0,.49);
    color: #0f243e;
    font-size: 13px;
    border-radius: 8px;
    background-color: #fff;
  }
  

@media (min-width:575.98px) {
  .form-inner {
    max-width: 420px;
    padding-top: 27px;
    padding-bottom: 32px;
  }
  .form-inner-mobile {
    max-width: 420px;
    font-size: 13px;
  }
}

.form-inner .btn-list {
  margin: 48px auto 25px;
}

.form-control {
  color: #0f243e;
}

.form-control::-webkit-input-placeholder {
  color: #0f243e;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #0f243e;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  opacity: 1;
}

.form-control::placeholder {
  color: #0f243e;
  opacity: 1;
}

.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder {
  color: #0f243e;
}

.form-control-reinput::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.form-control-reinput::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.form-control-reinput::-ms-input-placeholder {
  opacity: 1;
}

.form-control-reinput::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.form-control-reinput:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: .9;
}

.form-control-reinput::-ms-input-placeholder {
  color: #a2a2a2;
}

.short-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
}

#change-pwd,#commercial_info,#login,#page-error,#register,#register-confirm,#send-mail-complete,#term-of-use,#user_renew {
  background-color: #f0f0f0;
}

#change-pwd .main-ttl,#commercial_info .main-ttl,#login .main-ttl,#page-error .main-ttl,#register-confirm .main-ttl,#register .main-ttl,#send-mail-complete .main-ttl,#term-of-use .main-ttl,#user_renew .main-ttl {
  color: #414b5b;
  padding-top: 28px;
  margin-bottom: 43px;
}

@media (min-width:575.98px) {
  #change-pwd .main-ttl,#commercial_info .main-ttl,#login .main-ttl,#page-error .main-ttl,#register-confirm .main-ttl,#register .main-ttl,#send-mail-complete .main-ttl,#term-of-use .main-ttl,#user_renew .main-ttl {
    padding-top: 43px;
  }
}

#change-pwd .form-group,#commercial_info .form-group,#login .form-group,#page-error .form-group,#register-confirm .form-group,#register .form-group,#send-mail-complete .form-group,#term-of-use .form-group,#user_renew .form-group {
  margin-bottom: 24px;
}

#register-confirm,#register_callback_success,#send-mail-complete,#term-of-use {
  color: #0f243e;
}

#register-confirm .form-inner,#register_callback_success .form-inner,#send-mail-complete .form-inner,#term-of-use .form-inner {
  box-shadow: none;
  background-color: transparent;
}

#login .form-inner {
  margin-bottom: 2px;
}

@media (min-width:575.98px) {
  #login .form-inner {
    margin-bottom: 10px;
  }
}

#login .form-inner p {
  margin-bottom: 20px;
}

#login .btn-regist {
  margin-bottom: 32px;
}

@media (min-width:575.98px) {
  #login .btn-regist {
    margin-bottom: 48px;
  }
}
.txt-login-notification{
  font-size: 13px;
  letter-spacing: 0.04em;
}
.txt-login-notification ul{
  list-style-type: none;
  padding-left: 30px !important;
}
.txt-login-notification ul li{
  position: relative;
}
.txt-login-notification ul li::before{
  position: absolute;
    content: "・";
    top: 3px;
    bottom: 0;
    left: -10px;
    font-size: 9px;
}

#register .form-inner label {
  font-size: 13px;
}

#register .group-radio .rb-custom {
  margin-right: 35px;
}

@media (max-width:360px) {
  #register .group-radio .rb-custom.fr-size-15 {
    font-size: 13px!important;
  }
}

#register .main {
  margin-bottom: 32px;
}

@media (min-width:575.98px) {
  #register .main {
    margin-bottom: 48px;
  }
}

#register .btn-list {
  margin-top: 38px;
}

#register .rbcheckmark {
  top: 2px;
}

#term-of-use {
  font-size: 14px;
}

@media (min-width:575.98px) {
  #term-of-use .term-container {
    max-width: 956px;
  }
}

#register-confirm .info-group {
  margin-bottom: 40px;
}

#register-confirm .info-group__main-row .right p {
  padding-right: 0;
}

@media (max-width:575.98px) {
  #register-confirm .sp-color {
    color: #414b5b;
  }
}

.note-email {
  margin-bottom: 50px;
}

@media (min-width:575.98px) {
  .note-email {
    margin-bottom: 194px;
  }
}

#register_callback_success,#send-mail-complete {
  font-size: 12px;
}

@media (min-width:360px) {
  #register_callback_success,#send-mail-complete {
    font-size: 15px;
  }
}

#register_callback_success .btn-list,#send-mail-complete .btn-list {
  margin-bottom: 48px;
}

.txt-welcome {
  margin-bottom: 38px;
  font-size: 20px;
  color: #ca1119;
}

#change-pwd {
  color: #0f243e;
}

#change-pwd .main {
  margin-bottom: 32px;
}

@media (min-width:575.98px) {
  #change-pwd .main {
    margin-bottom: 48px;
  }
}

#change-pwd .form-inner p {
  margin-bottom: 21px;
}

#user_renew {
  color: #0f243e;
}

#user_renew .main-ttl {
  margin-bottom: 38px;
}

#user_renew .main {
  margin-bottom: 32px;
}

@media (min-width:575.98px) {
  #user_renew .main {
    margin-bottom: 48px;
  }
}

#user_renew .form-inner label {
  font-size: 13px;
}

#user_renew .rbcheckmark {
  top: 3px;
}

#user_renew .group-radio {
  margin-bottom: 32px;
}

.main-ttl-sub {
  margin-bottom: 26px;
  color: #ca1119;
  font-size: 15px;
}

.fr-size-15,.note-multi-email {
  font-size: 15px!important;
}

.note-multi-email {
  margin-bottom: 24px;
}

.txt-date-birthday {
  font-size: 12px;
}

@media (min-width:575.98px) {
  .txt-date-birthday {
    font-size: 13px;
  }
}

#page-error {
  font-size: 14px;
  color: #0f243e;
  padding-top: 64px;
}

#page-error .main-ttl {
  font-size: 20px;
  margin-top: 0;
  padding-top: 0;
}

#page-error .btn {
  max-width: 355px;
}

#page-error .btn-danger {
  height: 55px;
}

@media (min-width:575.98px) {
  #page-error {
    font-size: 15px;
    padding-top: 44px;
  }

  #page-error .main-ttl {
    font-size: 30.49px;
    margin-top: 48px;
    padding-top: 48px;
  }

  #page-error .inner-container {
    padding-bottom: 90px;
  }
}

#commercial_info {
  font-size: 14px;
  color: #0f243e;
}

#commercial_info .main-ttl {
  color: #0f243e;
}

#commercial_info .info-group__title {
  height: 30px;
  margin-top: 45px;
}

#commercial_info .info-group__title h3 {
  color: #0f243e;
}

@media (max-width:767px) {
  #commercial_info .bussiness-person p {
    margin-bottom: 5px;
  }
}

@media (max-width:767px) {
  #commercial_info .bussiness-person {
    margin-bottom: 30px;
  }
}

#commercial_info .content-text p {
  margin-bottom: 25px;
}

#commercial_info .content-text p.content-text-last {
  margin-bottom: 45px;
}

.bg-dark-gray {
  background-color: #e9e9e9;
}

.bg-light-gray {
  background-color: #f0f0f0;
}

.main-container {
  background-color: #e9e9e9;
}

.main-modal .modal-header {
  padding-bottom: 2px;
  padding-top: 10px;
  border-bottom: 0;
}

@supports (-webkit-overflow-scrolling:touch) {
  .main-modal .modal-header {
    display: block;
    background: #fff;
  }
}

.main-modal .modal-title {
  font-size: 16px;
  color: #414b5b;
}

.main-modal .modal-footer {
  padding-top: 14px;
  padding-bottom: 12px;
  border-top: 0;
}

@supports (-webkit-overflow-scrolling:touch) {
  .main-modal .modal-footer {
    min-height: 75px;
    z-index: 1;
    background: #fff;
  }
}

@media (min-width:767.98px) {
  .main-modal .modal-content.throttling-sp {
    max-height: 75vh!important;
  }
}

@media (max-width:767.98px) {
  .main-modal .modal-content {
    max-height: calc(100vh - 100px);
  }

  .main-modal .modal-content .modal-body {
    overflow: auto;
  }
}

@-moz-document url-prefix() {
@media (max-width:767.98px) {
    .main-modal .modal-content{padding-bottom: 1rem;
  }
}}

@media (min-width:767.98px) {
  .main-modal .modal-content {
    max-width: 420px;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 552px;
  }
}

@media (min-width:767.98px) {
  .certified-modal .modal-body,.mbi-modal .modal-body {
    padding-bottom: 0;
    max-height: 366px;
    overflow-y: auto;
  }
}

@media (min-width:767.98px) {
  .certified-modal .modal-footer,.mbi-modal .modal-footer {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}

.mbi-modal {
  color: #414b5b;
  font-size: 14px;
}

@media (min-width:767.98px) {
  .mbi-modal {
    font-size: 15px;
  }
}

.mbi-modal .control-pin {
  width: 27%;
}

@media (max-width:767.98px) {
  .certified-modal .modal-footer,.mbi-modal .modal-footer {
    padding-top: 31px;
  }
}

@media (min-width:767.98px) {
  .certified-cinema-modal02 .modal-footer,.certified-cinema-modal03 .modal-footer {
    padding-top: 45px;
  }
}

.certified-modal {
  color: #0f243e;
  font-size: 15px;
}

@media (min-width:767.98px) {
  .certified-modal {
    font-size: 14px;
  }
}

.certified-modal .btn-list-reverse .btn:first-child {
  width: 22.8937728938%;
  margin: 0 0 0 2.1978021978%;
  min-width: 100px;
}

@media (min-width:767.98px) {
  .certified-modal .btn-list-reverse .btn:first-child {
    width: 26.0416666667%;
  }
}

@media (max-width:360px) {
  .certified-modal .btn-list-reverse .btn:first-child {
    min-width: 80px;
  }
}

.certified-modal .btn-list-reverse .btn:last-child {
  width: 74.9084249084%;
}

@media (min-width:767.98px) {
  .certified-modal .btn-list-reverse .btn:last-child {
    width: 72.7083333333%;
  }
}

.ticket-action .main-container {
  font-size: 14px;
  color: #414b5b;
}

@media (max-width:360px) {
  .ticket-action .main-container {
    font-size: 12px;
  }
}

.ticket-group {
  background-color: #f0f0f0;
  padding: 19px 0 24px;
}

@media (min-width:575.98px) {
  .ticket-group .btn-list {
    max-width: 418px!important;
  }
}

@media (max-width:575.98px) {
  .ticket-group .btn-list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .ticket-group .btn-list>* {
    width: 100%;
  }
}

.ticket-group .btn-list .btn {
  height: 56px;
}

@media (max-width:575.98px) {
  .ticket-group .btn-list .btn:first-child {
    margin-bottom: 12px;
  }
}

.ticket-item {
  margin-bottom: 32px;
}

.ticket-content {
  margin: 24px auto;
}

.ticket-content-img {
  min-width: 50px;
  width: 50px;
}

.ticket-content-img-ex {
  min-width: 75px;
  width: 75px;
}

.ticket-content-info {
  -ms-flex: 2;
  flex: 2;
  width: calc(100% - 62px);
}

.ticket-content-type {
  padding: 3px 0 3px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}

.ticket-content-type-inner {
  padding: 0 0 0 10px;
}

@media (max-width:360px) {
  .ticket-content-type {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.ticket-content-type.select-comment {
  padding: 12px 10px;
  border-color: #ca1119;
  color: #ca1119;
}

.ticket-price {
  font-size: 16px;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

@media (max-width:360px) {
  .ticket-price {
    font-size: 16px;
  }
}

.ticket-type {
  line-height: 1;
  padding-right: 10px;
  -ms-flex: 2;
  flex: 2;
}

@supports (-webkit-overflow-scrolling:touch) {
  .ticket-type {
    width: 70%;
  }
}

.ticket-type-en {
  font-size: 12px;
  color: #979797;
}

@media (max-width:360px) {
  .ticket-type-en {
    font-size: 9px;
  }
}

.ticket-type-jp {
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width:360px) {
  .ticket-type-jp {
    font-size: 13px;
  }
}

.ticket-type-sheet {
  font-size: 14px;
}

.ticket-modal .ticket-content-type,.ticket-type-modal .ticket-content-type {
  background-color: #ca1119;
  border-color: #ca1119;
}

.ticket-modal .ticket-content-type .ticket-price,.ticket-modal .ticket-content-type .ticket-type-en,.ticket-modal .ticket-content-type .ticket-type-jp,.ticket-type-modal .ticket-content-type .ticket-price,.ticket-type-modal .ticket-content-type .ticket-type-en,.ticket-type-modal .ticket-content-type .ticket-type-jp {
  color: #fff!important;
}

.ticket-modal .ticket-price,.ticket-type-modal .ticket-price {
  font-size: 15px!important;
}

.ticket-modal .ticket-type-en,.ticket-type-modal .ticket-type-en {
  font-size: 12px!important;
}

.ticket-modal .ticket-item,.ticket-type-modal .ticket-item {
  margin-bottom: 16px;
}

.ticket-modal .ticket-comment,.ticket-type-modal .ticket-comment {
  margin-bottom: 0;
  color: #979797;
  font-size: 12px;
}

@media (min-width:767.98px) {
  .ticket-modal .modal-body,.ticket-type-modal .modal-body {
    max-height: 366px;
    overflow-y: auto;
  }
}

.ticket-modal .ticket-type,.ticket-type-modal .ticket-type {
  -ms-flex: 2;
  flex: 2;
}

.ticket-modal .ticket-price,.ticket-type-modal .ticket-price {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

@media (min-width:767.98px) {
  .ticket-modal .modal-body {
    padding-bottom: 0;
  }
}

.ticket-modal .modal-footer {
  padding-top: 31px;
}

@media (min-width:767.98px) {
  .ticket-modal .modal-footer {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}

@media (min-width:767.98px) {
  .ticket-type-modal .modal-footer {
    padding-bottom: 16px;
  }
}

.ticket-explaination {
  font-size: #0f243e;
  font-size: 13px;
}

.ticket-explaination-list dt {
  float: left;
}

.ticket-explaination-list dd {
  margin-bottom: 0;
}

.movie-group {
  padding-bottom: 12px;
  font-size: 13px;
}

@media (max-width:360px) {
  .movie-group {
    font-size: 11px;
  }
}

.movie-img {
  width: 12.8205128205%;
  max-width: 70px;
  margin: 0 1.8315018315% 0 0;
}

@media (min-width:767.98px) {
  .movie-img {
    width: 12.1951219512%;
    margin: 0 5.7491289199% 0 0;
  }

  .movie-img img {
    max-width: 70px;
  }
}

.movie-info p {
  margin-bottom: 0;
}

.movie-ttl {
  font-size: 14px;
  color: #414b5b;
}

@media (min-width:767.98px) {
  .movie-ttl {
    font-size: 18px;
  }
}

@media (max-width:360px) {
  .movie-ttl {
    font-size: 12px;
  }
}

.movie-date {
  margin-bottom: 10px;
  color: #414b5b;
  font-size: 18px;
}

.movie-date span {
  font-size: 15px;
}

@media (min-width:767.98px) {
  .movie-date {
    font-size: 20px;
  }
}

@media (max-width:360px) {
  .movie-date {
    font-size: 16px;
  }
}

.txt-note {
  color: #ca1119;
}

.txt-type {
  font-size: 16px;
  margin-bottom: 8px;
}

.txt-choose-payment {
  margin-bottom: 24px;
  font-size: 20px;
}

.txt-reservation {
  font-size: 13px;
}

.txt-choose-ttl {
  font-size: 16px;
  margin-bottom: 8px;
}

@media (min-width:767.98px) {
  .txt-choose-ttl {
    font-size: 18px;
  }
}

.txt-choose-sub {
  margin-bottom: 13px;
}

@media (min-width:767.98px) {
  .txt-choose-sub {
    margin-bottom: 34px;
  }
}

.mbi-ticket {
  padding: 20px 0 24px;
  background-color: #e9e9e9;
}

@media (min-width:767.98px) {
  .mbi-ticket {
    font-size: 15px;
  }
}

.mbi-ticket-inner>* {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width:767.98px) {
  .mbi-ticket-inner>div:first-child {
    margin-bottom: 20px;
  }
}

.group-checkbox {
  padding: 10px;
}

.group-checkbox .checkmark {
  border-radius: 2px;
}

.group-checkbox .cb-custom:hover input~.checkmark {
  background: #fff;
}

#choice-ticket .group-checkbox {
  margin-bottom: 12px;
}

#choice-ticket .ticket-type-en {
  font-size: 11px;
  color: #979797;
}

@media (max-width:360px) {
  #choice-ticket .ticket-type-en {
    font-size: 9px;
    word-break: break-word;
  }
}

#choice-ticket .ticket-type-jp {
  font-size: 15px;
}

@media (max-width:360px) {
  #choice-ticket .ticket-type-jp {
    font-size: 13px;
    word-break: break-word;
  }
}

#choice-ticket .ticket-type-sheet {
  font-size: 13px;
}

@media (min-width:767.98px) {
  #choice-ticket .ticket-type-sheet {
    font-size: 14px;
  }
}

@media (min-width:767.98px) {
  #choice-ticket .txt-choose-ttl {
    margin-bottom: 15px;
  }
}

#choice-ticket .ticket-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width:767.98px) {
  #choice-ticket .ticket-content {
    margin-top: 34px;
  }
}

#choice-ticket .ticket-content-img,
#choice-ticket .ticket-content-img-ex {
  margin-right: 12px;
}

@media (min-width:767.98px) {
  #choice-ticket .ticket-content-img,
  #choice-ticket .ticket-content-img-ex {
    margin-right: 10px;
  }
}

#choice-ticket .ticket-content-type,#choice-ticket .ticket-content-type-inner {
  padding: 5px 10px;
}

#print-ticket .container-ticket {
  max-width: 750px;
  padding: 24px 20px 25px;
  margin: 0 auto;
}

#print-ticket .movie-description {
  -ms-flex: 2;
  flex: 2;
}

#print-ticket .icn-print {
  font-size: 20px;
}

#print-ticket .icn-print .article-link {
  color: #686868;
}

#print-ticket .title {
  font-size: 20px;
}

#print-ticket .title--bg {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 4px 9px;
  margin-bottom: 12px;
}

#print-ticket .title-container {
  margin-bottom: 12px;
}

#print-ticket .title-container .title-head {
  font-size: 20px;
}

#print-ticket .title-container--mod {
  margin-bottom: 40px!important;
}

#print-ticket .title-container .title-description {
  font-size: 16px;
}

#print-ticket .title-container .title-description em {
  color: #000;
}

#print-ticket .title-container .movie-group p {
  font-size: 12px;
}

#print-ticket .title-container--modifier {
  margin-bottom: 24px;
}

#print-ticket .movie-group {
  font-size: 16px;
}

#print-ticket .movie-group__section {
  margin-bottom: 12px;
}

#print-ticket .movie-img {
  width: auto;
  min-width: 0;
  margin: 0;
  max-width: 100%;
}

#print-ticket .movie-img img {
  max-width: 80px!important;
  width: 80px;
  height: auto;
}

#print-ticket .movie-qr {
  width: 128px;
  min-width: 0;
  margin: 0;
}

#print-ticket .movie-qr img {
  width: 106px;
  height: auto;
}

#print-ticket .movie-ttl {
  font-size: 16px;
}

#print-ticket .movie-ttl span {
  font-size: 12px;
}

#print-ticket .movie-date {
  font-size: 16px;
}

#print-ticket .movie-note {
  color: #414b5b;
}

#print-ticket .txt-small {
  font-size: 12px;
  line-height: 1.3;
}

#print-ticket .table-picket {
  max-width: 552px;
  font-size: 12px;
  font-family: Meiryo,sans-serif;
  border-collapse: inherit;
  border-spacing: 0;
  border-top: 2px solid #21211f;
  border-left: 2px solid #21211f;
  border-right: 2px solid #21211f;
}

@supports (-webkit-overflow-scrolling:touch) {
  #print-ticket .table-picket tr td:last-child {
    width: 30%;
  }
}

#print-ticket .table-picket th {
  padding: 2px 4px;
  width: 50px;
  font-weight: 400;
  text-align: center;
  border-right: 2px solid #21211f;
}

#print-ticket .table-picket td {
  padding: 5px 2px 5px 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.1;
}

#print-ticket .table-picket td:last-child {
  width: 74px;
  padding: 5px 10px;
  position: relative;
  text-align: right;
}

#print-ticket .table-picket td:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #e4e4e4;
}

#print-ticket .table-picket td span {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}

#print-ticket .table-picket td,#print-ticket .table-picket th {
  border-top: 0;
  border-bottom: 2px solid #21211f;
}

#print-ticket .table-picket .bd-bottom {
  border-bottom: 2px solid #e4e4e4;
}

#print-ticket .table-picket .number-seat {
  font-size: 12px;
  display: block;
}

#print-ticket .table-picket .txt-deal {
  font-size: 13px;
}

#print-ticket .table-total {
  font-size: 14px;
  background-color: #e4e4e4;
  max-width: 552px;
  border-left: 2px solid #21211f;
  border-right: 2px solid #21211f;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 65px;
}

#print-ticket .table-total th {
  width: 120px;
  border-bottom: 2px solid #21211f;
  border-right: 2px solid #21211f;
  text-align: center;
  padding: 3px 10px;
}

#print-ticket .table-total td {
  padding: 3px 10px;
  text-align: right;
  font-weight: 700;
  border-bottom: 2px solid #21211f;
}

#print-ticket .txt-copyright {
  text-align: right;
}

.content-checkbox {
  color: #414b5b;
  background: #f0f0f0;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #a2a2a2;
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 -1px -1px;
}

.content-checkbox .checkbox-title {
  font-size: 15px;
  font-weight: 700;
}

.content-checkbox dt .lbl-radio {
  position: relative;
  padding-left: 25px;
}

.content-checkbox dt .lbl-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.content-checkbox dt .check-radio {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #a4a4a4;
  background: #fff;
}

.content-checkbox dt .lbl-radio input:checked~.check-radio {
  background-color: #fff;
  border: 1px solid #a4a4a4;
}

.content-checkbox dt .check-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.content-checkbox dt .lbl-radio input:checked~.check-radio:after {
  display: block;
}

.content-checkbox dt .lbl-radio .check-radio:after {
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: red;
}

.content-checkbox dd {
  text-align: right;
}

.checkbox-active span {
  color: red;
}

.checkbox-active .group-checkbox {
  border: 1px solid red;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: -1px -1px 0;
}

.check-radio {
  position: absolute;
  top: 0;
  left: 15px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
}

.check-radio:after {
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: red;
}

.ticket-section {
  font-size: 12px;
}

.ticket-container {
  width: 14%;
  border: 2px solid #21211f;
  border-top: 0;
  border-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ticket-container:first-child,.ticket-container:nth-child(7n+1) {
  border-left: 2px solid #21211f;
}

.ticket-container:nth-child(-n+7) {
  border-top: 2px solid #21211f;
}

.ticket-location {
  -ms-flex: 1;
  flex: 1;
  background-color: #e4e4e4;
}

.ticket-location,.ticket-time {
  margin: 0;
  padding: 0;
  padding: 2px 4px;
  text-align: center;
}

.movie-head {
  font-size: 16px!important;
}

.coupon-item-info {
  position: relative;
  padding: 7px 14px;
  color: #0876ca;
  font-size: 13px;
  border: 1px solid #0876ca;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  -ms-flex: 4;
  flex: 4;
  cursor: pointer;
}

@media (min-width:767.98px) {
  .coupon-item-info {
    font-size: 15px;
    margin-left: 5px;
  }
}

@media (max-width:360px) {
  .coupon-item-info {
    font-size: 12px;
    padding: 5px;
  }
}

.coupon-item-info-inner {
  width: 69.5970695971%;
  margin: 0 2.1978021978% 0 0;
}

@media (max-width:767.98px) {
  .coupon-item-info-inner {
    position: relative;
  }
}

@media (min-width:767.98px) {
  .coupon-item-info-inner {
    width: 85.9649122807%;
    margin: 0 1.6194331984% 0 0;
  }
}

.coupon-item-price {
  -ms-flex: 5;
  flex: 5;
  padding: 7px 0 7px 10px;
  color: #0876ca;
  text-align: right;
  box-sizing: border-box;
  font-size: 16px;
}

@media (max-width:360px) {
  .coupon-item-price {
    font-size: 14px;
    padding-left: 0;
  }
}

@media (min-width:575.98px) {
  .coupon-item-price {
    -ms-flex: 2;
    flex: 2;
  }
}

.coupon-modal {
  color: #414b5b;
  font-size: 14px;
}

@media (min-width:767.98px) {
  .coupon-modal {
    font-size: 15px;
  }
}

@media (min-width:767.98px) {
  .coupon-modal .modal-body {
    padding-bottom: 0;
  }
}

@media (min-width:767.98px) {
  .coupon-modal .modal-footer {
    padding-top: 10px;
    padding-bottom: 16px;
  }
}

.coupon-modal-item {
  margin-bottom: 35px;
}

@media (min-width:767.98px) {
  .coupon-modal-item {
    margin-bottom: 30px;
  }
}

.coupon-modal-img {
  width: 21.978021978%;
  margin: 0 4.3956043956% 0 0;
  min-width: 120px;
}

@media (min-width:767.98px) {
  .coupon-modal-img {
    width: 12.5%;
    margin: 0 2.5% 0 0;
  }
}

@media (max-width:360px) {
  .coupon-modal-img {
    min-width: 80px;
  }
}

.coupon-modal-info {
  width: 73.6263736264%;
}

@media (min-width:767.98px) {
  .coupon-modal-info {
    width: 85%;
  }
}

.coupon-modal-period {
  color: #a2a2a2;
  font-size: 12px;
}

@media (min-width:767.98px) {
  .coupon-modal-period {
    font-size: 14px;
  }
}

.coupon-modal p {
  margin-bottom: 0;
}

.coupon-modal .btn-coupon .btn {
  height: 32px;
}

.coupon-other .btn,.coupon-other input {
  height: 36px;
}

.coupon-other .btn {
  min-width: 64px;
  margin-left: 8px;
}

.coupon-other input {
  width: 81%;
}

@media (max-width:767.98px) {
  .ticket-total-count {
    margin-top: 2.5em!important;
  }
}

.ticket-total {
  margin-top: 19px;
}

@media (min-width:767.98px) {
  .ticket-total {
    margin-top: 13px;
  }
}

.ticket-total .coupon-item-info {
  border: 0;
  font-size: 14px;
  color: #414b5b;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
}

.ticket-total .coupon-item-info-inner {
  margin-right: 0;
}

.ticket-total .coupon-item-price {
  color: #ca1119;
  font-size: 18px!important;
  padding-right: 0;
}

@media (max-width:360px) {
  .ticket-total .coupon-item-price {
    font-size: 15px;
  }
}

.ticket-total .coupon-item-info {
  background: none;
  line-height: 1.5!important;
  min-height: auto!important;
}

.text-ruby {
  color: #a2a2a2;
}

.accordion-one-item .card {
  margin-bottom: 24px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 2px 3.92px .08px rgba(0,0,0,.49);
}

.accordion-one-item .card-body {
  padding: 13px 10px;
}

.accordion-one-item-ttl>a {
  display: block;
  padding: 9.5px 10px 7.5px 35px;
  position: relative;
  background: #575757;
  font-size: 18px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-one-item-ttl>a:after,.accordion-one-item-ttl>a:before {
  position: absolute;
  transition: all .5s;
}

.accordion-one-item-ttl>a:after {
  right: 10px;
  content: url(/https/tjoy.jp/img/front/images/icon/icon_arrow_white_bottom.png);
}

.accordion-one-item-ttl>a:before {
  left: 10px;
  top: 10px;
  content: url(/https/tjoy.jp/img/front/images/seat/radioBtn_off.png);
}

.accordion-one-item-ttl>a[aria-expanded=true] {
  background: #ca1119;
}

.accordion-one-item-ttl>a[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.accordion-one-item-ttl>a[aria-expanded=true]:before {
  position: absolute;
  left: 10px;
  content: url(/https/tjoy.jp/img/front/images/seat/radioBtn_on.png);
  transition: all .5s;
}

.accordion-one-item-ttl>a[aria-expanded=false] {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#choice-payment .ticket-content-type,#complete .ticket-content-type {
  background: transparent;
  border: 0;
}

#choice-payment .ticket-content,#complete .ticket-content {
  margin-bottom: 10px;
}

#complete .coupon-item-info,#confirm-purchase .coupon-item-info {
  background: transparent;
  border: 0;
}

input::-ms-clear,input::-ms-reveal {
  display: none;
}

.payment-group {
  padding: 36px 0 24px;
}

.payment-method {
  font-size: 14px;
}

.payment-method-disable {
  box-shadow: none!important;
}

.payment-method-disable .accordion-one-item-ttl>a {
  border-radius: 8px;
  background: #e0e0e0;
  color: #d1d1d1;
}

.payment-method-disable .accordion-one-item-ttl>a:after,.payment-method-disable .accordion-one-item-ttl>a:before {
  display: none;
}

.credit-card-form .control-date {
  width: 10%;
  padding: 3px 5px;
}

.credit-card-form .control-security-code {
  width: 15.5%;
}

.credit-card-group-date span {
  margin: 0 10px;
}

.credit-card-note {
  font-size: 12px;
  color: #797979;
}

.link-faq {
  color: #158fec;
}

.font-birth-date {
  font-size: 12px!important;
}

@media (min-width:767.98px) {
  .font-birth-date {
    font-size: 13px!important;
  }
}

.font-birth-date span {
  font-size: 15px;
}

.cash-method .coupon-item-price {
  color: #414b5b;
  font-size: 16px;
}

.term-group-ttl {
  margin-top: 32px;
  font-size: 20px;
}

.term-group-content {
  font-size: 13px;
}

.term-group-info dd {
  margin-bottom: 0;
}

.qr-code {
  padding: 28px 0 35px;
  background: #fff;
  font-size: 14px;
}

.qr-code-num,.qr-code-ttl {
  font-size: 20px;
}

.qr-code-cine {
  font-size: 12px;
}

#choice-payment .ticket-content {
  margin-top: 30px;
}

@media (min-width:767.98px) {
  #choice-payment .ticket-content {
    margin-top: 26px;
  }
}

#guide01 {
  color: #0f243e;
  background-color: #f0f0f0;
  font-size: 14px;
}

#guide01 .main-ttl {
  color: #0f243e;
  font-size: 20px;
  margin-bottom: 20px;
}

#guide01 .main-ttl .icn-title {
  width: 14px;
  height: 20px;
  margin-right: 8px;
}

@media (min-width:575.98px) {
  #guide01 .main-ttl {
    font-size: 30px;
    margin-bottom: 24px;
  }

  #guide01 .main-ttl .icn-title {
    width: 20px;
    height: 28px;
    margin-right: 10px;
    margin-top: -5px;
  }
}

#guide01 .main-sub {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width:575.98px) {
  #guide01 .main-sub {
    font-size: 18px;
    margin-bottom: 42px;
  }
}

#guide01 .title-digest {
  margin-bottom: 1.8rem;
  padding: 0 15px;
  color: #0f243e;
  line-height: 1.35;
  padding: 0 10px;
}

@media (min-width:575.98px) {
  #guide01 .title-digest {
    text-align: center;
  }
}

#guide01 .form-inner {
  max-width: 745px;
  padding: 10px;
  margin-bottom: 0;
}

@media (min-width:575.98px) {
  #guide01 .form-inner {
    padding: 6px;
  }
}

#guide01 #page-procedure .bg-dark-gray {
  padding: 24px 0 32px;
}

#guide01 #page-procedure .container {
  max-width: 770px;
}

@media (max-width:575.98px) {
  #guide01 #page-procedure .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#guide01 #page-procedure .content-registration.bg-dark-gray {
  padding: 32px 0;
}

#guide01 #page-procedure .box-provision {
  padding-top: 18px;
  margin-bottom: 32px;
  color: #414b5b;
}

#guide01 #page-procedure .box-provision__content {
  font-size: 13px;
  background: #fff;
  border: 1px solid #cfcfcf;
  padding: 15px 10px 0;
}

#guide01 #page-procedure .box-provision__content a {
  text-decoration: underline;
}

#guide01 #page-procedure .txt-method {
  position: relative;
  padding-left: 22px;
  line-height: 1.35;
  margin-top: 20px;
}

#guide01 #page-procedure .txt-method span {
  position: absolute;
  left: 0;
  top: 0;
}

#guide01 #page-procedure .txt-note {
  color: #575757;
}

#guide01 .btn-procedure__title {
  font-size: 12px;
  margin-bottom: 10px;
}

#guide01 .btn-procedure__content {
  margin: 0 -5px 24px;
}

#guide01 .btn-procedure__content .btn {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 4px;
}

#guide01 .bg-dark-gray a {
  text-decoration: underline;
}

#guide01 .bg-dark-gray a.btn {
  text-decoration: none;
}

#guide01 img:hover {
  opacity: 1;
}

@media (min-width:575.98px) {
  #guide01 #page-procedure .bg-dark-gray {
    padding: 30px 0 32px;
  }

  #guide01 #page-procedure .box-provision {
    padding-top: 30px;
  }

  #guide01 #page-procedure .box-provision__content {
    padding: 10px;
    font-size: 15px;
  }

  #guide01 #page-procedure .box-provision__content p:last-child {
    margin-bottom: 0;
  }

  #guide01 #page-procedure .txt-method {
    margin-top: 28px;
  }

  #guide01 .btn-procedure__title {
    font-size: 15px;
    margin-bottom: 28px;
  }

  #guide01 .btn-procedure__content {
    margin: 0 -8px 30px;
  }

  #guide01 .btn-procedure__content .btn {
    margin: 0 8px;
  }

  #guide01 .form-inner--text {
    padding: 10px;
  }
}

.list-page {
  padding: 32px 0 30px;
  box-sizing: border-box;
}

.list-page li {
  margin-bottom: 32px;
  padding: 0 10px;
}

.list-page li+li {
  padding-top: 32px;
}

.list-page__title {
  font-size: 16px;
  font-weight: 700;
}

.list-page__img {
  margin-bottom: 13px;
}

.list-page .btn-list {
  display: table;
  margin: 0 auto;
}

.list-page .btn-list .btn {
  font-size: 14px;
  min-height: 44px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 5px;
}

@media (min-width:767px) {
  .list-page {
    padding: 32px 0;
  }

  .list-page__img {
    height: 80px;
  }

  .list-page li {
    margin-bottom: 88px;
  }

  .list-page li:nth-child(2n) {
    padding: 0 30px 0 64px;
  }

  .list-page li:nth-child(2n):last-child {
    margin-bottom: 0;
  }

  .list-page li:nth-child(odd) {
    padding: 0 64px 0 30px;
  }

  .list-page li:nth-last-of-type(2) {
    margin-bottom: 0;
  }

  .list-page li:last-child .list-page__txt {
    margin-bottom: 8px!important;
  }

  .list-page li:last-child .btn-list {
    height: 44px;
  }

  .list-page__txt {
    line-height: 1.58;
  }
}

.box-registration {
  margin-bottom: 30px;
}

.box-registration+.box-registration {
  padding-top: 32px;
}

.box-registration:last-child {
  margin-bottom: 0;
}

.box-registration__title {
  font-family: MeiryoBold,sans-serif;
}

.box-registration__txt {
  line-height: 1.35;
}

.box-registration__img img {
  width: 100%;
}

.box-registration .form-inner+.form-inner {
  margin-top: 12px;
}

@media (min-width:575.98px) {
  .box-registration {
    font-size: 15px;
    margin-bottom: 48px;
  }

  .box-registration+.box-registration {
    padding-top: 0;
  }

  .box-registration .form-inner+.form-inner {
    margin-top: 12px;
  }
}

.mt-20 {
  margin-top: 20px!important;
}

.mt-25 {
  margin-top: 25px!important;
}

.fz-18 {
  font-size: 18px!important;
}

.txt-scroll {
  color: #007bff!important;
  cursor: pointer;
}

.scroll-header {
  position: relative;
}

@media (min-width:767.98px) {
  #choice-ticket .ticket-group .container {
    max-width: 604px;
  }
}

#choice-ticket.modal-open .modal {
  overflow-y: hidden;
}

#choice-ticket .btn-open-ticket-modal:hover img {
  opacity: .8!important;
  cursor: pointer!important;
}

@media (min-width:767.98px) {
  #choice-payment .ticket-group .container,#complete .ticket-group .container,#confirm-purchase .ticket-group .container {
    max-width: 771px;
  }
}

@media (min-width:767.98px) {
  #choice-payment .movie-group .container,#choice-ticket .movie-group .container,#choose-seat .movie-group .container {
    max-width: 604px;
  }
}

@media (min-width:767.98px) {
  #choice-payment .ticket-content .btn-list,#choice-ticket .ticket-content .btn-list,#choose-seat .ticket-content .btn-list {
    max-width: 418px;
  }
}

.coup-rate-new {
  padding: 1px 6.5px 0;
  font-size: 10px;
  color: #0f243e;
  border-radius: 2px;
  background-color: rgba(0,0,0,.122);
  line-height: .9;
}

.btn-close-coupon {
  padding: 5.5px 10px;
  background: #a2a2a2;
  font-size: 13px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}

@media (min-width:767.98px) {
  .btn-close-coupon {
    width: 15.5416012559%;
    padding: 3px 0;
    font-size: 12px;
  }
}

.btn-close-coupon span {
  color: #fff;
}

@media (max-width:767.98px) {
  .btn-close-coupon img {
    width: 12px;
  }
}

#theater {
  color: #0f243e;
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 1.57;
}

#theater .container {
  max-width: 770px;
}

@media (max-width:575.98px) {
  #theater .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#theater .main-ttl {
  margin-top: 26px;
  margin-bottom: 35px;
  font-size: 25px;
}

#theater .main-ttl .icn-title {
  width: 30px;
  height: 22px;
  margin-right: 10px;
}

@media (max-width:575.98px) {
  #theater .main-ttl .icn-title {
    width: 26px;
    height: 19px;
    margin-right: 6px;
  }
}

#theater .main-ttl {
  font-size: 20px;
  max-height: 60px;
}

@media (min-width:767.98px) {
  #theater .main-ttl {
    font-size: 30px;
  }
}

#theater .main-ttl-icon {
  width: 23px;
}

@media (min-width:767.98px) {
  #theater .main-ttl-icon {
    width: 29px;
    margin-right: 10px;
  }
}

@media (max-width:767.98px) {
  #theater .main-ttl-icon {
    margin-right: 6px;
  }
}

#theater .heading-logo {
  padding: 0;
}

#theater .heading-logo .main-ttl {
  background-color: #f5d5e1;
  padding: 12px 0;
  margin-bottom: 49px;
}

@media (max-width:767.98px) {
  #theater .heading-logo .main-ttl {
    margin-bottom: 38px;
  }
}

@media (max-width:575.98px) {
  #theater .heading-logo .main-ttl {
    padding: 14px 0 13px;
    margin-bottom: 38px;
  }
}

#theater .heading-logo .main-ttl span {
  padding-top: 0;
}

#theater .info-group__title {
  height: 30px;
}

#theater .box-theater {
  margin-bottom: 45px;
}

#theater .box-theater-img {
  margin-bottom: 14px;
}

#theater .box-theater-img span+span {
  display: block;
  padding-top: 8px;
}

#theater .txt-information {
  letter-spacing: .04em;
  margin-bottom: 0;
}

#theater .txt-information+.txt-information {
  margin-top: 33px;
}

#theater .txt-information .underline {
  text-decoration: underline;
  font-weight: bold;
}

#theater .txt-information02 {
  margin-bottom: 8px;
}

#theater .lst-introduction02 .row {
  margin-right: -7px;
  margin-left: -7px;
}

#theater .lst-introduction02 .col-md-6 {
  padding: 0 7px;
}

#theater .lst-introduction02 .col-md-6:first-child .box-theater-img {
  margin-bottom: 12px;
}

#theater .title-introduction {
  margin-top: 35px;
}

#theater h4 {
  font-size: 14px;
}

@media (min-width:575.98px) {
  #theater .main-ttl {
    margin-top: 20px;
    margin-bottom: .5em;
    font-size: 30.5px;
  }

  #theater .main-ttl .icn-title {
    width: 34px;
    height: 25px;
    margin-top: 0;
  }

  #theater .info-group__title {
    margin-bottom: 16px;
  }

  #theater .box-theater-img {
    margin-bottom: 10px;
  }

  #theater .title-introduction {
    margin-top: 37px;
  }
}

.tbl-theater {
  margin-bottom: 32px;
}

.tbl-theater .txt-guide {
  font-size: 12px;
  margin-bottom: 10px;
}

.tbl-theater .table-information {
  border-collapse: collapse;
  color: #0f243e;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #ddd;
  padding: 2px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-left: 4px solid #ddd;
  border-right: 4px solid #ddd;
}

.tbl-theater .table-information thead {
  font-size: 12px;
}

.tbl-theater .table-information thead th+th {
  border-left: 2px solid #f0f0f0;
}

.tbl-theater .table-information tbody {
  font-size: 13px;
}

.tbl-theater .table-information tbody a {
  color: #158fec;
  text-decoration: underline;
}

.tbl-theater .table-information tbody tr {
  background-color: #fff;
  border-top: 2px solid #ddd;
}

.tbl-theater .table-information tfoot td {
  padding: 7px 0;
  font-size: 12px;
}

.tbl-theater .table-information tfoot td:last-child {
  font-size: 14px;
  border-left: 2px solid #f0f0f0;
}

.tbl-theater .table-information td,.tbl-theater .table-information th {
  padding: 6px 0;
}

.tbl-theater .table-information td:first-child,.tbl-theater .table-information th:first-child {
  width: 90px;
}

.tbl-theater .table-information td:nth-of-type(2),.tbl-theater .table-information th:nth-of-type(2) {
  width: 100px;
}

/* extra */
.tbl-theater .table-information td:nth-of-type(4),.tbl-theater .table-information th:nth-of-type(4) {
  width: 100px;
}
/* ----- */

@media (min-width:575.98px) {
  .tbl-theater .txt-guide {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: -3px;
  }

  .tbl-theater .table-information,.tbl-theater .table-information tbody {
    font-size: 15px;
  }

  .tbl-theater .table-information tbody a {
    font-size: 13px;
  }

  .tbl-theater .table-information th {
    font-size: 15px;
  }

  .tbl-theater .table-information td:first-child,.tbl-theater .table-information th:first-child {
    width: 16.88%;
  }

  .tbl-theater .table-information td:nth-of-type(2),.tbl-theater .table-information th:nth-of-type(2) {
    width: 29.22%;
  }

  /* extra */
  .tbl-theater .table-information td:nth-of-type(4),.tbl-theater .table-information th:nth-of-type(4) {
    width: 28%;
  }
  /* ----- */

  .tbl-theater .table-information tfoot td {
    text-align: left;
    font-size: 15px;
  }

  .tbl-theater .table-information tfoot td:first-child {
    text-align: center;
  }

  .tbl-theater .table-information tfoot td:last-child {
    font-size: 15px;
    padding-left: 60px;
  }
}

.video-icon-b::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/https/tjoy.jp/img/front/images/video-icon-b.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pb3 {
  padding-bottom: 3px;
}

.link-underline {
  text-decoration: underline;
}

#page-error.page-404 .main-ttl {
  font-size: 30px;
  margin-bottom: 24px;
  margin-top: 0;
  padding-top: 141px;
}

@media (max-width:767.98px) {
  #page-error.page-404 .main-ttl {
    padding-top: 0;
    font-size: 20px;
    line-height: 28px;
  }
}

#page-error.page-404 .note-email {
  color: #414b5b;
  margin-bottom: 90px;
}

@media (max-width:767.98px) {
  #page-error.page-404 .note-email {
    margin-bottom: 60px;
    text-align: center;
    line-height: 23px;
  }
}

#page-error.page-404 .inner-container {
  padding-bottom: 192px;
}

@media (max-width:767.98px) {
  #page-error.page-404 .inner-container {
    padding-bottom: 64px;
    min-height: auto!important;
  }

  #page-error.page-404 .inner-container .container {
    padding-left: 11px;
    padding-right: 11px;
  }
}

#page-error.page-404 .btn-danger {
  height: 56px;
  max-width: 353px;
  color: #fff!important;
  background-color: #ca1119!important;
  border-color: #ca1119!important;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(/https/tjoy.jp/img/front/images/loader.gif) 50% no-repeat;
}

#swipebox-bottom-bar,#swipebox-top-bar {
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0,-50px,0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  transform: translate3d(0,50px,0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-close,#swipebox-next,#swipebox-prev {
  background-image: url(/https/tjoy.jp/img/front/images/icons.png);
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-next.disabled,#swipebox-prev.disabled {
  opacity: .3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: a .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: b .3s;
}

.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes a {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  to {
    left: 0;
  }
}

@keyframes b {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  to {
    left: 0;
  }
}

@media screen and (min-width:800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: .95;
}

#swipebox-top-bar {
  color: #fff!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica,Arial,sans-serif;
}
/*iPhone6s以下*/
@media screen and (max-width:375px) {
  .barcode__title {
    font-size: 11px;
  }
  .barcode__title b {
    font-size: 13px;
  }
  .barcode .figure-caption {
    font-size: 13px;
  }
}

/*# sourceMappingURL=main.css.map */
/* wait load select seat */
.map-seat.wait-load .map-content {
  opacity: .7;
  pointer-events: none;
  position: relative;
}
.map-seat.wait-load .loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #0dc5c1;
  background: linear-gradient(90deg,#0dc5c1 10%,hsla(0,0%,100%,0) 42%);
  position: absolute;
  z-index: 99;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
  left: 50%;
  margin-left: -55px;
  top: 50%;
  margin-top: -55px;
}
.map-seat.wait-load .loader:before {
  width: 50%;
  height: 50%;
  background: #0dc5c1;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.map-seat.wait-load .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.amazon-add-info {
    
    color:#48ad03;
    font-size:15px;
    
}

.amazon-add-info-confirm {

    color:#48ad03;
    font-size:15px;
    
}

@media (max-width:375px) {

    .amazon-add-info-confirm {
        font-size:14px;
    }

    .btn-list button.btn-terms {
/*
        font-size:13px;
*/
    }
}

.amazon-add-info-2 {
    
    
    font-size:16px;
    
}

.amazon-link-info {

     color:#48ad03;    
    
}

.amazon-info {

    color : #f27022;


}


.seat_choice_login  {

    height : 1px;
    background-color : blue;

}

.amazon-button-size {

    width : 312px;
}

#password_change_popup .control-pwd {
  margin-bottom: 4px;
  font-size: 15px;
  padding-right: 36px;
}



#consentPopup .modal-content {
  max-width: 420px;
  margin: 0 auto;
}

#consentPopup .line-first {
  margin-top:30px;

}
#consentPopup .line {
  margin-bottom:10px;

}
#consentPopup .line-end {
  margin-bottom:100px;

}

#consentPopup .btn.agree {
  background: #ca1119;
  color: #fff;
  margin-left: 4px;
  border: none;
  font-size:16px;
  min-width: 100%;
  margin-left:0px;
}
#consentPopup .btn.not-agree {
  font-size:16px;
  min-width: 100%;
  margin-left:0px;
  margin-right: 0px;
  margin-top: 10px;
}
.textarea-limit-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 4px;
}

.textarea-limit-message {
  color: #ca1119;
  min-height: 1em;
}

.textarea-limit-count {
  color: #646464;
}
