body::before {
  content: "";
  background: url(/assets/img/top/main_11.jpg) no-repeat top center;
  background-size: cover;
  position: fixed;
  top: -30%;
  left: 80px;
  width: 100%;
  width: calc(100% - 80px);
  height: 130%;
  opacity: 0.1;
}

@media screen and (max-width: 960px) {
  body::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 961px) {
  .l-wrap__container {
    position: relative;
  }
  .l-wrap__container::before {
    content: "";
    background: #000;
    width: 80px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.l-in__head-title {
  -webkit-transform: translate(42.5%, 154%) rotate(90deg);
  transform: translate(42.5%, 154%) rotate(90deg);
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .l-in__head-title {
    -webkit-transform: translate(43%, 168%) rotate(90deg);
    transform: translate(43%, 168%) rotate(90deg);
  }
}

.p-special_ttl {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .p-special_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.screening_01 {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .screening_01 {
    margin-top: 60px;
  }
}

.screening_02 {
  position: relative;
  margin-top: 60px;
  padding: 60px 0;
}

.screening_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  width: 200%;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  z-index: -1;
}

.screening_03 {
  margin-top: 60px;
}

.screening_special {
  position: relative;
  margin-top: 100px;
  padding: 60px 0;
}

@media screen and (max-width: 960px) {
  .screening_special {
    margin-top: 60px;
  }
}

.screening_special::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8%;
  width: 200%;
  height: 100%;
  background: var(--color-orange);
  opacity: 0.3;
  z-index: -1;
}

.screening_special .special_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #fff;
  padding: 40px;
  background: #000;
}

@media screen and (max-width: 960px) {
  .screening_special .special_about {
    display: block;
    padding: 20px;
  }
}

.screening_special .special_img {
  width: 40%;
}

@media screen and (max-width: 960px) {
  .screening_special .special_img {
    width: 100%;
  }
}

.screening_special .special_info {
  width: 55%;
  margin-left: 5%;
}

@media screen and (max-width: 960px) {
  .screening_special .special_info {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.screening_special .cap {
  color: var(--color-orange);
  font-size: 25px;
}

@media screen and (max-width: 960px) {
  .screening_special .cap {
    font-size: 16px;
  }
}

.screening_special .txt {
  font-size: 18px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .screening_special .txt {
    font-size: 13px;
    margin-top: 15px;
  }
}

.screening_special .att {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  margin-top: 25px;
}

@media screen and (max-width: 960px) {
  .screening_special .att {
    font-size: 11px;
    margin-top: 10px;
  }
}

.screening_title {
  background: var(--color-orange);
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .screening_title {
    font-size: 16px;
    text-align: left;
    padding: 10px 10px;
    margin-bottom: 30px;
  }
}

.screening_theater {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .screening_theater {
    margin-top: 25px;
    font-size: 13px;
  }
}

.screening_theater .theater_cap {
  color: var(--color-orange);
  border-bottom: solid 1px #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 961px) {
  .screening_theater .theater_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .screening_theater .theater_list li {
    width: 49%;
    margin-left: 2%;
    padding-left: 1%;
  }
  .screening_theater .theater_list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .screening_theater .theater_list li a:hover{
    text-decoration: none;
  }
}

.screening_theater .theater_list li {
  border-bottom: solid 1px #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.screening_theater .theater_list li a{
  text-decoration: underline;
}

.screening_about .about_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .screening_about .about_item {
    display: block;
    font-size: 13px;
  }
}

.screening_about .about_item:first-child {
  margin-top: 0;
}

.screening_about .about_item dt {
  background: #fff;
  color: #000;
  width: 150px;
  text-align: center;
  padding: 8px 0;  
}

@media screen and (min-width: 961px) {
  .screening_about .about_item dt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


@media screen and (max-width: 960px) {
  .screening_about .about_item dt {
    width: 100%;
    text-align: left;
    padding: 10px;
  }
}

.screening_about .about_item dd {
  border: #fff solid 1px;
  padding: 8px 15px;
  background: #000;
}

@media screen and (max-width: 960px) {
  .screening_about .about_item dd {
    padding: 10px;
  }
}

.screening_about .about_item dd.w100 {
  width: calc(100% - 150px);
}

@media screen and (max-width: 960px) {
  .screening_about .about_item dd.w100 {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .screening_about .about_item dd {
    width: 100%;
  }
}

.screening_lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .screening_lead {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.5em;
  }
}

.screening_note {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .screening_note {
    font-size: 11px;
    margin-top: 25px;
  }
}

.screening_note li {
  text-indent: -1em;
  padding-left: 1em;
}

.screening_ticket {
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .screening_ticket {
    margin-top: 30px;
    font-size: 13px;
  }
}

.screening_ticket .ticket_title {
  color: var(--color-orange);
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .screening_ticket .ticket_title {
    font-size: 15px;
  }
}

.screening_ticket .ticket_cap {
  color: var(--color-orange);
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .screening_ticket .ticket_cap {
    margin-top: 25px;
  }
}

.screening_ticket .ticket_txt {
  margin-top: 10px;
  line-height: 1.5em;
}

.screening_ticket .screening_note {
  margin-top: 20px;
}

.screening_ticket a {
  text-decoration: underline;
}


.btn_link {
  position: relative;
  margin-top: 30px;
  border: solid 2px #fff;
  background: var(--color-orange);
  width: 300px;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

@media screen and (min-width: 961px) {
  .btn_link:hover {
    background: #fff;
    color: #000;
  }
}

.btn_link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .btn_link {
    margin-top: 20px;
    width: 100%;
    font-size: 15px;
  }
}