@charset "utf-8";
/*ムビチケ関係*/

.fz13rem{
font-size:1.3rem;
}

.ticket__item--wide h3{
    margin-top: 0;
    padding-bottom: 1.0rem;
    font-size: 1.8rem;
    color: #e87e4a;
    border-bottom: 2px dotted #e87e4a;
}

.ticket__item--wide .ticket__table tr:first-child th{
    width:100%;
}

.ticket__table th,.ticket__table th td{
    padding: 0;
}

.ticket__item--wide .sell__attention {
    width:100%;
    margin-top:30px;
    font-size:1.2rem;
    line-height:1.5;
}

.ticket__item--wide .sell__attention li{
    text-indent:-1em;
    padding-left:1em;
}

@media screen and (min-width: 700px) {
.ticket__item--wide {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100% !important;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom:30px;
}
.ticket__item--wide .ticket__img {
    width:55%;
    border:none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ticket__item--wide .ticket__table {
    width:45%;
    padding:0 0 0 20px;
}
.ticket__item--wide .sell__attention {
    width:100%;
    margin-top:30px;
    font-size:1.1rem;
    line-height:1.5;
}
.ticket__item--wide .sell__attention li{
    text-indent:-1em;
    padding-left:1em;
}
.ticket__item a{
    color:#c00739;
    text-decoration:underline;
}
}

.ticket__catch1,
.ticket__catch2 {
  width: calc(540px/2);
  max-width: 100%;
  margin: 1em auto;
  text-align: center;
}

@media screen and (min-width: 900px)
.ticket__catch1,
.ticket__catch2 {
  width: auto;
}



.ticket__table tr:not(:first-child) th {
  white-space: nowrap;
  padding-right: 1em !important;
}



/* ==========================================
*
*  最新映像
*
========================================== */

.top__img {
  position: relative;
}

.youtubeModal {
  position: absolute;
  top: 110vw;
  right: 15px;
  margin: 0 auto;
  width: 20vw;
  height: 20vw;
  cursor: pointer;
}

@media screen and (min-width: 900px){
  .youtubeModal {
    top: auto;
    bottom: 20vw;
    right: 10vw;
    left: auto;
    width: 141px;
    height: 139px;
  }
}

@media screen and (min-width: 1200px){
  .youtubeModal {
    bottom: 240px;
    right: -850px;
    left: 0;
  }
}

/* Closeボタンカスタマイズ */

.mfp-close {
  font-size: 40px !important;
  position: absolute !important;
  width: 1.4em !important;
  height: 1.4em !important;
  display: inline-block !important;
  right:0 !important;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden !important;
  padding-right: 0px !important;
  top: -65px !important;
}


/* 左 */

.mfp-close::before {
  position: absolute;
  top: 49%;
  left: -19%;
  width: 138%;
  height: 1.5%;
  content: "";
  background-color: #000;
  transform: rotate(45deg);
}


/* 右 */

.mfp-close::after {
  position: absolute;
  top: 49%;
  right: -19%;
  width: 138%;
  height: 1.5%;
  content: "";
  background-color: #000;
  transform: rotate(135deg);
}

.mfp-bg {
  background: #ffffff !important;
  opacity: 0.8 !important;
}

/* ==========================================
*
*  CD
*
========================================== */

.cdList__item {
  position: relative;
  border-radius: 8px;
  padding: 50px 5%;
  background: #fff;
  margin: 0 0 20px;
}

.cdList__item::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 30.5px 46.5px;
  -o-border-image: url("../../../../images/main/ova/deco_frame.png") 61 93 repeat;
  border-image: url("../../../../images/main/ova/deco_frame.png") 61 93 fill repeat;
  pointer-events: none;
  z-index: 0;
}

@media screen and (min-width: 900px) {
  .cdList__item::before {
    border-width: 61px 93px;
  }
}

.cdList__accordion {
  display: none;
  padding: 0 0 1em;
}


@media screen and (min-width: 900px) {
.cdList__main {
  display: flex;
}
}


.cdList__jacket {
  max-width: 400px;
  flex-shrink: 0;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
.cdList__jacket {
  margin: 0 1em 0 0;
}
}

.cdList__details {
  flex-grow: 1;
}


.cdList__title {
  margin-top: 0;
  padding-bottom: 1.0rem;
  font-size: 2rem;
  color: #e87e4a;
  border-bottom: 2px dotted #e87e4a;
}

.cdList__button {
  outline: none;
  border: none;
  background: #eedecc;
  cursor: pointer;
  border-radius: 3px;
  padding: 0.5em 1em;
  color: #411b05;
  font-weight: 600;
}

@media screen and (max-width: 899px) {
.cdList__button {
  margin: 0 auto;
  display: block;
}
}

.songList {
  padding: 0;
  margin-bottom: 1em;
}

.songList>li {
  list-style:decimal inside;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.songList>li>span {
  display: inline-block;
  margin-left: 1em;
}

.cdList__subhead {
  font-size: 1.6rem;
  margin: 0 0 0.3em;
  font-feature-settings: 'palt';
}

@media screen and (min-width: 900px) {
.cdList__spec {
  display: flex;
}

.cdList__spec>li {
  margin-right: 1em;
}
}

.cd__text {
  text-align: center;
  margin-bottom: 2em;
}

.cd__text a {
  text-decoration: underline;
  color: inherit;
}

.cd__text a:hover {
  opacity: 0.6;
}

.cd__text span {
  display: inline-block;
}




td {
  vertical-align: top;
}



.cdList__tokutenImg>li {
  width: 250px;
  margin: 0 auto 20px;;
}

@media screen and (min-width: 900px){
  .cdList__tokutenImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cdList__tokutenImg>li {
    width: 48%;
    margin: 0 0 20px;
  }
}



.theater__table .update{
  color: #cb3d3d;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;

}

.theater__table .update::after{
  content:"Update";
  display: inline-block;
  background: #cb3d3d;
  color: #fff;
  font-size: 1rem;
  padding: 0 4px;
  border-radius: 3px;
}

@media screen and (min-width: 900px){
  .theater__table .update{
    flex-direction:row;
    align-items: center;
  }
  .theater__table .update::after{
    margin: 0 0 0 16px;
  }
}

.privilegeListWrap {
  position: relative;
  border-radius: 8px;
  padding: 50px 5%;
  background: #fff;
  margin: 0 0 20px;
}

.privilegeListWrap::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 30.5px 46.5px;
  -o-border-image: url("../../../../images/main/ova/deco_frame.png") 61 93 repeat;
  border-image: url("../../../../images/main/ova/deco_frame.png") 61 93 fill repeat;
  pointer-events: none;
  z-index: 0;
}

@media screen and (min-width: 900px) {
  .privilegeListWrap::before {
    border-width: 61px 93px;
  }
}

.privilegeList__item {
  border-bottom: 1px solid #f7ded3;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media screen and (min-width: 900px) {
.privilegeList__main {
  display: flex;
}
}


.privilegeList__jacket {
  max-width: 400px;
  flex-shrink: 0;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
.privilegeList__jacket {
  margin: 0 1em 0 0;
}
}

.privilegeList__details {
  flex-grow: 1;
}


.privilegeList__title {
  margin-top: 0;
  padding-bottom: 1.0rem;
  font-size: 2rem;
  color: #e87e4a;
  border-bottom: 2px dotted #e87e4a;
}

.backButton a{
  outline: none;
  border: none;
  background: #eedecc;
  cursor: pointer;
  border-radius: 3px;
  padding: 1em 1em;
  color: #411b05;
  font-weight: 600;
  display: block;
  margin: 1em auto;
  text-align: center;
  max-width: 300px;
}

body {
  background: #e9f4fb;
  background-image: url(../../../../images/main/ova/bg_ptn_bddvd.gif);
}

section#privileges {
  margin-top: 150px;
  margin-bottom: 200px;
}

.shop_bn {
width: 100px;
text-align: center;
margin-top: 2em;
}