@charset "UTF-8";
/*
    Theme Name: Project_Name
*/


.sw-button__access-movie a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 15px;
  margin: 0 auto;
  color: #121212;
  margin: 10px 0;
  /* 変更箇所 */
  color: #121212;
  text-align: center;
  /* 変更箇所 */
  font-weight: bold;
  background-color: rgba(255, 124, 214, 0.8);
  text-decoration: none;
  transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .sw-button__access-movie a {
    width: 210px;
    padding: 10px;
    font-size: 1.3rem;
  }
}

.sw-button__access-movie a:hover {
  background-color: #ff7cd6;
}

.sw-button__access-movie a img {
  margin-right: 5px;
}


.frontticket-section__crowd {
  margin-top: -55px;
  margin-bottom: 80px;
  max-width: 780px;
}

@media screen and (max-width: 960px) {
  .frontticket-section__crowd {
    margin-bottom: 50px;
    margin-top: -30px;
  }
}

.frontticket-section__crowd:hover {
   background-color: #000;
  opacity: 0.3;
  cursor: pointer;

}



.frontticket-section__crowd p {
  font-size: 1.4rem;
}

.frontticket-section__crowd p a {
  color: #121212;
  text-decoration: underline;
}

.frontticket-section__crowd p a:hover {
  text-decoration: none;
}

.frontticket-section__crowd-title {
  align-items: center;
  margin-bottom: 20px;
  padding: 25px 25px 27px;
  font-size: 1.8rem;
  color: #E60012;
  border: 2px solid #E60012;
  background-color: #ffffff;
}

.frontticket-section__crowd-title span {
  display: inline;
  font-size: 1.2rem;
}


.frontticket-section__crowd-title_end {
  align-items: center;
  padding: 25px 25px 27px;
  font-size: 1.8rem;
  color: #E60012;
  border: 2px solid #E60012;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}

.frontticket-section__crowd_end:hover {

}






.covid19-banner.pc {
  text-align: center;
  margin-top: 100px;
}

.covid19-banner.sp {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .covid19-banner.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .covid19-banner.sp {
    display: flex;
  }
}

.covid19-banner {
  align-items: center;
  justify-content: center;
  min-width: 152px;
  padding: 15px 25px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .covid19-banner {
    padding: 10px 15px;
  }
}

.covid19-banner img {
  border-radius: 25px;
  border: 3px solid #ff0000;
}

@media screen and (max-width: 767px) {
  .covid19-banner img {
    border-radius: 15px;
  }
}



/* コロナのバナーを表示させるために、メニューをトップから下げる */
#anchor-pagetop .st-header {
  top: 100px;
}

html,
body {
  background-color: #FF7CD6;
}

@media screen and (max-width: 960px) {
  .front-wrapper {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .front-wrapper {
    padding-top: 20px;
  }
}

/* バナーのスタイル調整 */
.covid19-section__end-title {
  align-items: center;
  padding: 15px 15px 17px;
  font-size: 1.5rem;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  width:100%;
}

@media screen and (max-width: 767px) {
.covid19-section__end-title {
    font-size: 1.2rem;
  }
}

/* バナー内のaタグをブロック要素にして、クリック領域を広げる */
.covid19-section__end-title a {
  display: block;
}

/* バナーホバー時の動き */
.covid19-section__end-title:hover {
  background-color: #000;
  opacity: 0.3;
  cursor: pointer;
}



/* バナーのスタイル調整 */
.covid19-section__crowd-title {
  align-items: center;
  padding: 25px 25px 27px;
  font-size: 1.8rem;
  color: #E60012;
  border: 2px solid #E60012;
  background-color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .covid19-section__crowd-title {
    font-size: 1.3rem;
  }
}

.covid19-section__crowd-title span {
  display: inline;
  font-size: 1.2rem;
}



/* バナー内のaタグをブロック要素にして、クリック領域を広げる */
.covid19-section__crowd-title a {
  display: block;
  color: #E60012;
}

.sw-contentWrap-covid {
  background-color: #FF7CD6;
  padding: 0px 20%;
}

@media screen and (max-width: 767px) {
  .sw-contentWrap-covid {
    padding: 0px 5%;
  }
}

/* バナーホバー時の動き */
.covid19-section__crowd-title:hover {
  background-color: #000;
  opacity: 0.3;
  cursor: pointer;
}


/* スマホで２段表示 */
@media screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
}

/* ハンバーガーメニューの位置を調整 */
@media screen and (max-width: 960px) {
  #anchor-pagetop .st-header__menu {
    top: 8px;
  }
}



/* バナーの文字と枠の間隔を調整 */

@media screen and (max-width: 767px) {
  .covid19-section__crowd-title {
    align-items: center;
    padding: 16px 16px 18px !important;
    font-size: 1.8rem !important;
    color: #E60012;
    border: 2px solid #E60012;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    transition: all 0.3s ease 0s;
    background-color: #ffffff;
  }
}


.covid19-section__crowd-title {
  align-items: center;
  padding: 25px 25px 27px;
  font-size: 2.3rem;
  color: #E60012;
  border: 2px solid #E60012;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  max-width: 780px;
  margin: 20px auto 0;
  
}

/* lightbox2（ポップアップ）用 */

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0
}

body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
  display: flex;
  flex-direction: column-reverse;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(lightbox2/images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(lightbox2/images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(lightbox2/images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1
}

.hp_mt20 {
  margin-top: 20px;
}

.hp_mb0 {
  margin-bottom: 0;
}

.hp_mb60 {
  margin-bottom: 60px;
}

.hp_size {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}