@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,400;10..100,700&display=swap");
@import url("../../../common/css/iconmonstr-iconic-font.css");
@import url("https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,400;10..100,700&display=swap");
@import url("../../../common/css/iconmonstr-iconic-font.css");
@import url("https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,400;10..100,700&display=swap");
@import url("../../../common/css/iconmonstr-iconic-font.css");
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
#en3-5 {
  color: #FFF;
  padding: 100px 0;
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  word-wrap: break-word;
}
#en3-5 a {
  color: #e83810;
}
#en3-5.enex a {
  color: #CF101A;
}
@media screen and (max-width: 544px) {
  #en3-5 {
    padding: 40px 0;
    background: none;
  }
  #en3-5:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
#en3-5 .goodstitle {
  font-size: 2.2rem;
}
@media screen and (max-width: 544px) {
  #en3-5 .goodstitle {
    font-size: 1.6rem;
  }
}
#en3-5 .imube {
  font-family: "Imbue", serif;
  font-weight: 700;
}
#en3-5 .lbtn {
  font-size: 1.8rem;
}
@media screen and (max-width: 544px) {
  #en3-5 .lbtn {
    font-size: 1.4rem;
  }
}
#en3-5 .title {
  font-family: "Imbue", serif;
}
#en3-5 .title.tour {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  color: #e83810;
  border-bottom: solid 1px;
  padding-bottom: 5px;
}
#en3-5 .title.tour.en-ex {
  color: #CF101A;
}
@media screen and (max-width: 544px) {
  #en3-5 .title.tour {
    font-size: 1.5rem;
  }
}
#en3-5 .title.tour.small {
  font-size: 2.2rem;
}
@media screen and (max-width: 544px) {
  #en3-5 .title.tour.small {
    font-size: 1.8rem;
  }
}
#en3-5 .title.sub {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
  border-bottom: solid 1px;
}
@media screen and (max-width: 544px) {
  #en3-5 .title.sub {
    font-size: 1.7rem;
  }
}
#en3-5 .title.sub.en-ex {
  color: #CF101A;
  text-align: center;
}
#en3-5 .title.sub.jp {
  font-size: 1.8rem;
}
@media screen and (max-width: 544px) {
  #en3-5 .title.sub.jp {
    font-size: 1.4rem;
  }
}
#en3-5 .title.sub .jp {
  font-size: 1.8rem;
}
@media screen and (max-width: 544px) {
  #en3-5 .title.sub .jp {
    font-size: 1.3rem;
  }
}
#en3-5 .tabmain {
  background: rgba(255, 255, 255, 0.2);
  border-left: solid 5px #efefef;
  padding: 10px 10px 10px 15px;
  line-height: 1;
  font-size: larger;
  font-weight: bold;
  margin-bottom: 10px;
}
#en3-5 .tabsub {
  background: rgba(0, 0, 0, 0.9);
  border: solid 1px #929292;
  padding: 10px 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
#en3-5 .tabsub.wht {
  background: #ffffff;
  color: #393939;
  border-bottom: solid 1px #e83810;
}
#en3-5 .news_detail_ttl.wht {
  background: url(../../../common/img/line_white.png) no-repeat center bottom;
  background-size: 100% 1px;
  color: #FFF;
}
#en3-5 .news_detail_ttl.wht .ttl {
  color: #FFF;
}
#en3-5 .ticketcaution {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border: solid 1px #333333;
}
@media screen and (max-width: 544px) {
  #en3-5 .ticketcaution {
    padding: 15px;
  }
}
#en3-5 .d-flex {
  display: flex;
  flex-wrap: wrap;
}
#en3-5 .d-flex > div {
  box-sizing: border-box;
  display: flex;
}
#en3-5 .textbana {
  width: 100%;
  display: flex;
  align-items: center;
}
#en3-5 .textbana.en-ex {
  background: #CF101A;
  color: #ffffff;
}
#en3-5 .textbana.en-ex:after {
  content: url(../../../common/img/news/btn_arrow_w.png) !important;
}
#en3-5 .textbtn_con {
  display: inline-block;
  border-radius: 50px;
  border: solid #e83810 1px;
  padding: 1.2rem 5rem;
  color: #fbfbfb;
  position: relative;
  cursor: pointer;
  background: #e83810;
  line-height: 1;
  font-weight: bold;
  width: 75%;
  max-width: 800px;
  text-align: center;
}
#en3-5 .textbtn_con span.big {
  font-size: 1.1rem;
}
#en3-5 .textbtn_con.en-ex {
  background: #CF101A;
  color: #efefef;
}
#en3-5 .textbtn_con.Imbue {
  font-family: "Imbue", serif;
}
#en3-5 .textbtn_con.Imbue span {
  font-size: 1.8rem;
}
@media screen and (max-width: 544px) {
  #en3-5 .textbtn_con.Imbue span {
    font-size: 1.4rem;
  }
}
#en3-5 .textbtn_con.wht {
  background: #ffffff;
  color: #e83810;
}
@media screen and (max-width: 544px) {
  #en3-5 .textbtn_con {
    padding: 10px 15px;
    width: 90%;
  }
  #en3-5 .textbtn_con span.big {
    font-size: 0.9rem;
  }
}
#en3-5 .textbtn_con:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  transform: translate(0%, -50%);
  font-family: "iconmonstr-iconic-font";
  content: "\e001";
  transition: all 0.2s;
}
@media screen and (max-width: 544px) {
  #en3-5 .textbtn_con:after {
    right: 0px;
  }
}
#en3-5 .textbtn_con:hover {
  opacity: 1;
  filter: brightness(150%);
}
#en3-5 .textbtn_con:hover:after {
  right: 10px;
}
#en3-5 ul.tab_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 544px) {
  #en3-5 ul.tab_area {
    flex-wrap: wrap;
  }
}
#en3-5 ul.tab_area li {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 230px;
  padding: 10px 15px;
  background: rgba(42, 42, 42, 0.8);
  border-radius: 8px;
  margin: 0.5%;
  line-height: 1.2;
  font-weight: bolder;
}
#en3-5 ul.tab_area li:hover {
  cursor: pointer;
  opacity: 0.8;
}
#en3-5 ul.tab_area li.current {
  background: #e83810;
  color: #FFF;
}
@media screen and (max-width: 544px) {
  #en3-5 ul.tab_area li {
    width: 49%;
    padding: 10px 10px;
    flex-grow: 0;
    margin: 0.5%;
  }
}
#en3-5 table.theatertable th, #en3-5 table.theatertable td {
  white-space: nowrap;
}
#en3-5 .list dl {
  line-height: 125%;
  width: 100%;
  margin-bottom: 24px;
}
#en3-5 .list dt {
  float: left;
  padding: 4px 0px;
  font-weight: normal;
}
#en3-5 .list dd {
  border-bottom: #000000 dotted 1px;
  margin-bottom: 4px;
  width: 100% !important;
  padding: 4px 4px 4px 100px;
  box-sizing: border-box;
}
#en3-5 .list p {
  margin: 0px 0 8px 0;
  border-bottom: #000000 dotted 1px;
  padding: 4px 4px 8px 4px;
}
#en3-5 .list p img {
  vertical-align: middle;
  padding-right: 30px;
}
#en3-5 .nobo {
  border: none;
}
#en3-5 .borsolid {
  border-bottom: solid 1px #a9a9a9 !important;
}
#en3-5 .wid100p {
  width: 100px;
}
#en3-5 .wid180p {
  width: 180px;
}
#en3-5 .txtborderkado {
  background: #4A4A4A;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#en3-5 .mbadjust {
  margin: 60px 0px;
}
#en3-5 .accBox h4 {
  cursor: pointer;
  border-bottom: solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  padding-right: 30px;
}
#en3-5 .accBox h4:after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
#en3-5 .accBox h4.active:after {
  content: "×";
}
@media screen and (max-width: 544px) {
  #en3-5 .list dt {
    float: none !important;
    width: 100%;
    padding: 0px 0px;
    display: block;
  }
  #en3-5 .list dd {
    display: block;
    border-bottom: #000000 dotted 1px;
    margin-bottom: 8px;
    width: 100% !important;
    padding: 8px 8px 8px 8px;
    box-sizing: border-box;
  }
  #en3-5 .mbadjust {
    margin: 20px 0px;
  }
}
#en3-5 #tablebox {
  letter-spacing: 0;
}
#en3-5 #tablebox .txtbtn {
  border-radius: 15px;
  background: #e83810;
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  margin: 10px 0;
}
#en3-5 #tablebox table, #en3-5 #tablebox td, #en3-5 #tablebox th {
  border-collapse: collapse;
  border: 1px solid #000000;
  line-height: 1.25;
}
#en3-5 #tablebox table {
  display: table;
  width: 100%;
  color: #ffffff;
  table-layout: fixed;
  border: none;
  position: relative;
}
#en3-5 #tablebox tr:nth-child(even) td {
  padding: 10px;
  background: rgba(57, 57, 57, 0.7);
}
#en3-5 #tablebox tr:nth-child(odd) td {
  padding: 10px;
  background: rgba(57, 57, 57, 0.5);
}
#en3-5 #tablebox th {
  padding: 10px;
  font-size: 12px;
  background: rgba(57, 57, 57, 0.9);
  color: #FFF;
  width: 12.5%;
}
#en3-5 #tablebox td {
  text-align: center;
  font-size: 12px;
  width: 12.5%;
  color: #ffffff;
  line-height: 1.5;
}
#en3-5 #tablebox thead tr th, #en3-5 #tablebox thead tr td {
  background: rgba(255, 255, 255, 0.9) !important;
}
#en3-5 #tablebox thead tr th {
  color: #393939;
}
#en3-5 #tablebox .overflowauto {
  width: 100%;
  overflow-x: scroll;
  /*table{
      width: 1600px;
  }*/
}
#en3-5 #tablebox .overflowauto td th {
  width: 1500px !important;
}
@media screen and (max-width: 992px) {
  #en3-5 #sptable {
    background: rgba(57, 57, 57, 0.5);
    color: #ffffff;
    padding: 15px;
  }
  #en3-5 #sptable .addbox {
    border: solid 1px #333;
    padding: 5px;
    margin-bottom: 10px;
  }
  #en3-5 #sptable h4.chanName {
    text-align: center;
    position: relative;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 5px;
  }
  #en3-5 #sptable h4.chanName:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    border-right: 2px solid #393939;
    border-bottom: 2px solid #393939;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: 100;
  }
  #en3-5 #sptable h4.chanName.active:after {
    transform: rotate(225deg);
    margin-top: -5px;
  }
  #en3-5 #sptable h4.chanName img {
    max-height: 35px;
  }
  #en3-5 #sptable dl {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #en3-5 #sptable dt {
    text-align: center;
    margin-bottom: 5px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.7);
    color: #000000;
  }
  #en3-5 #sptable dd {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #en3-5 #sptable dd .txtbtn {
    line-height: 1;
  }
  #en3-5 #sptable .chancon {
    margin-top: 10px;
  }
  #en3-5 #sptable .chancon p a {
    border-radius: 15px;
    background: #e83810;
    color: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  #en3-5 .adj_pia {
    max-width: 55% !important;
  }
  #en3-5 .adj_loticket {
    max-width: 65% !important;
  }
  #en3-5 .adj_stream {
    max-width: 90% !important;
  }
  #en3-5 .adj_hulu {
    max-width: 70% !important;
  }
  #en3-5 .adj_dtv {
    max-width: 45% !important;
  }
  #en3-5 .adj_unext {
    max-width: 70% !important;
  }
  #en3-5 .adj_rakuten {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  #en3-5 .adj_pia {
    height: 8.5vw !important;
  }
  #en3-5 .adj_loticket {
    height: 9vw !important;
  }
  #en3-5 .adj_stream {
    height: 8.5vw !important;
  }
  #en3-5 .adj_hulu {
    height: 4.5vw !important;
  }
  #en3-5 .adj_dtv {
    height: 7vw !important;
  }
  #en3-5 .adj_unext {
    height: 4.5vw !important;
  }
  #en3-5 .adj_rakuten {
    height: 8.5vw !important;
  }
}
#en3-5 #streamingcaution {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 20px;
  border-radius: 15px;
  border: solid 1px #343434;
}
#en3-5 #streamingcaution .indentleft {
  line-height: 1.5;
  margin-bottom: 0;
}
#en3-5 .news_detail_back {
  position: relative !important;
  margin: 30px auto;
  left: 0 !important;
  top: auto !important;
}
@media screen and (max-width: 992px) {
  #en3-5 .max320 {
    max-width: 320px;
  }
}

#subnavi {
  background: linear-gradient(to right, #e83810, #e83810);
  /*height: 50px;*/
  border-radius: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 10px 20px;
}
@media screen and (max-width: 544px) {
  #subnavi {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
}

#subnavi ul {
  padding-left: 0;
  margin-bottom: 0;
}

#subnavi ul li {
  font-size: 14px;
  display: inline-block;
  list-style: none;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  border-right: solid 1px;
  font-weight: bold;
}
#subnavi ul li:last-child {
  border-right: none;
}
#subnavi ul li a {
  color: #FFFFFF;
}
#subnavi ul li a:hover {
  text-decoration: none;
}

#subnavi ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transform: translate(-50%, 0%);
  transition: all 200ms 0s ease-in-out;
}

#subnavi ul li:hover:after {
  width: 100%;
}

#subnavi ul li span:first-child {
  font-size: 20px;
  display: block;
  font-family: anton, sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

#subnavi ul li span:last-child {
  display: block;
  line-height: 1;
  font-size: calc(14px * 0.85);
}

.subtitle {
  text-align: center;
  background: #ffffff;
  color: #000;
  padding: 15px;
}

@media screen and (max-width: 992px) {
  #subnavi ul {
    overflow: scroll;
    padding-left: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #subnavi ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 10px;
    padding-left: 0;
    font-size: calc(20px * 0.6);
  }
}
.faqbox {
  margin-bottom: 60px;
}
.faqbox dl {
  border-bottom: solid 1px #202020;
}
.faqbox dt {
  text-align: left;
  padding: 1rem 2rem 1rem 2.5rem;
  position: relative;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  line-height: 180%;
  cursor: pointer;
}
.faqbox dt:before {
  content: "Q";
  position: absolute;
  left: 10px;
  font-size: 2rem;
  font-family: "Imbue", serif;
}
.faqbox dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  border-right: 2px solid #e83810;
  border-bottom: 2px solid #e83810;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  z-index: 100;
}
.faqbox dt.active {
  color: #e83810;
}
.faqbox dt.active:after {
  transform: rotate(225deg);
  margin-top: -5px;
}
.faqbox dd {
  text-align: left;
  padding: 1rem 1rem 1rem 2.5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  line-height: 180%;
  color: #000;
}
.faqbox dd:before {
  content: "A";
  position: absolute;
  left: 10px;
  font-size: 2rem;
  font-family: "Imbue", serif;
}
.faqbox p.channellink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  line-height: 150%;
}
.faqbox p.channellink span {
  align-self: flex-start;
}
.faqbox .chanlogo {
  background: rgb(255, 255, 255);
  padding: 2px 8px;
  width: 90px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  align-items: center;
}
.faqbox .chanlogo img {
  max-width: 100%;
  max-height: 18px;
}
.faqbox .chantxt {
  width: calc(100% - 90px);
  padding: 2px 8px 2px 16px;
}
.faqbox div.channellinkyoko {
  display: table;
  margin-bottom: 1rem;
  line-height: 150%;
  height: 35px;
}
.faqbox div.channellinkyoko div {
  align-self: center;
  width: 10.11%;
  margin: 0.5%;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.faqbox div.channellinkyoko div span.chanlogo {
  display: table-cell;
  width: 120px;
  height: 35px;
  vertical-align: middle;
}
.faqbox div.channellinkyoko div span.chanlogo img {
  vertical-align: middle;
  max-width: 80%;
}
@media screen and (max-width: 768px) {
  .faqbox div.channellinkyoko div {
    width: 32%;
    margin: 0.5%;
    display: inline-block;
  }
}

.faqbox2 a {
  color: #e83810;
  font-weight: bold;
}
.faqbox2 dl {
  display: flex;
  flex-wrap: wrap;
}
.faqbox2 dt {
  width: 150px;
  background: #333;
  color: #FFF;
  margin-bottom: 1rem;
  padding: 5px 15px;
}
.faqbox2 dd {
  width: calc(100% - 150px);
  margin-bottom: 1rem;
  padding: 5px 15px;
}

.goodslist {
  display: flex;
  flex-wrap: wrap;
}
.goodslist .goodsitem {
  width: calc(25% - 2px);
  background: rgba(255, 255, 255, 0.1);
  margin: 1px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .goodslist .goodsitem {
    width: calc(33.33% - 2px);
  }
}
@media screen and (max-width: 544px) {
  .goodslist .goodsitem {
    width: calc(50% - 2px);
  }
}
.goodslist .goodsitem a {
  color: #ffffff !important;
  height: 100%;
}
.goodslist .goodsitem .goodsimg {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  aspect-ratio: 1/1;
}
.goodslist .goodsitem .goodsinfo .itemname {
  margin-bottom: 5px;
}
.goodslist .goodsitem .goodsinfo .itemprice {
  border-top: solid 1px #393939;
  margin-bottom: 0;
}

.modaal-outer-wrapper {
  background: #000;
}

.modaal-container {
  background: none !important;
}

@media screen and (max-width: 544px) {
  .modaal-content-container {
    padding: 0 !important;
  }
}

.goodsdetail .detailimg {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0px;
}
.goodsdetail .detailinfo {
  line-height: 1.8;
  padding: 20px 50px;
  background: white;
}
@media screen and (max-width: 544px) {
  .goodsdetail .detailinfo {
    padding: 10px;
  }
}
.goodsdetail .detailinfo .detailname {
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #efefef;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: larger;
}
.goodsdetail .detailinfo .detailprice {
  text-align: right;
  margin-bottom: 15px;
}
.goodsdetail .detailinfo .detailspec {
  padding-bottom: 20px;
}/*# sourceMappingURL=style.css.map */