html,body {background-color: #000;}
img { max-width: 100%;background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }
a, a:link, a:visited { color: #fff; }
.clearfix::after { display: table; content: ""; clear: both; }
.dummy { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0 auto; }
video { width: 100%; height: auto; }
/* 画像 */
.ico a:before { margin-bottom: 3px; }
#header h1 a { background-image: url(/static/stardustch/contents/logo/logo.jpg); }
#topNew li:before { background-image: url(/static/stardustch/contents/cmn/ico-new.jpg); }
.ico.icoUnit a:before { background-image: url(/static/stardustch/contents/header/ico_unit.png); }
.ico.icoProgram a:before { background-image: url(/static/stardustch/contents/header/ico_program.png); }
.ico.icoLive a:before { background-image: url(/static/stardustch/contents/header/ico_live.png); }
.ico.icoVariety a:before { background-image: url(/static/stardustch/contents/header/ico_variety.png); }
.ico.icoMaking a:before { background-image: url(/static/stardustch/contents/header/ico_making.png); }
.ico.icoOther a:before { background-image: url(/static/stardustch/contents/header/ico_other.png); }
.ico.icoSd a:before { background-image: url(/static/stardustch/contents/header/ico_sd.png); }
.ico.icoTicket a:before { background-image: url(/static/stardustch/contents/header/ico_ticket.png); }
.ico.icoPresent a:before { background-image: url(/static/stardustch/contents/header/ico_present.png); }
.ico.icoHistory a:before { background-image: url(/static/stardustch/contents/header/ico_history.png); }
.ico.icoLogin a:before { background-image: url(/static/stardustch/contents/header/ico_login.png); }
.ico.icoLogout a:before { background-image: url(/static/stardustch/contents/header/ico_logout.png); }
.ico.icoJoin a:before { background-image: url(/static/stardustch/contents/header/ico_join.png); }
.ico.icoMypage a:before { background-image: url(/static/stardustch/contents/header/ico_mypage.png); }
#sp_gNav .ico.icoLogin a:before { background-image: url(/static/stardustch/contents/header/ico_loginBK.png); }
#sp_gNav .ico.icoLogout a:before { background-image: url(/static/stardustch/contents/header/ico_logoutBK.png); }
#sp_gNav .ico.icoJoin a:before { background-image: url(/static/stardustch/contents/header/ico_joinBK.png); }
#sp_gNav .ico.icoMypage a:before { background-image: url(/static/stardustch/contents/header/ico_mypageBK.png); }
#navLike a:before { background-image: url(/static/stardustch/contents/header/ico_like.png); }
#header .like.pcNone a:before { background-image: url(/static/stardustch/contents/header/ico_like.png); }
#topBnr .bnrTicket { /*background: url(/static/stardustch/contents/banner/stripes-light.png);*/ background: none; padding: 0; }
#topBnr img { width: auto; }
#pageUnitImg,
#pageTop { background: url(/static/stardustch/contents/cmn/pageUnitImgBG.png); }

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next,
.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop { background-image: url(/static/stardustch/contents/cmn/controls.png); }

#container { padding: 200px 0 0; }
.inner { width: 1000px; margin: 0 auto; }
#footer { position: static; }

/* slick */
.slider{ display: none !important; }
.slider.slick-initialized { display: block !important; }

/* text */
.pageTit {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 0 0 30px;
}
.nosearch { line-height: 1.5; text-align: center; }
li .ttlS,
li a .ttlS { position: relative; word-wrap: break-word; word-break: break-all;}
li .ttlS:before,
li .ttlS:after,
li a .ttlS:before,
li a .ttlS:after { position: absolute; background: #000; }
/* li .ttlS:before,
li a .ttlS:before {
  content: '...';
  position: absolute;
  top: 1.4em;
  right: 3px;
  padding: 0 0.1em;
  color: #fff;
} */
li .ttlS:before,
li a .ttlS:before {
  content: '...';
  position: absolute;
  top: 1.4em;
  right: -2px;
  padding: 0 0.1em;
  color: #fff;
}
li .ttlS:after,
li a .ttlS:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

/* btn */
.btn { text-align: center; padding: 0 0 40px; }
.btn .main {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  width: 320px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  display: inline-block;
  position: relative;
}
.btn .main:hover { opacity: .6; }
.moreBtn { text-align: center; }
.readMoreBtn {
  display: none;
  text-align: center;
  padding: 40px 0;
  transition: .3s;
}
.readMoreBtn .moreText {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #fff;
  width: 320px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  display: inline-block;
  position: relative;
  margin: 56px auto;
}
.readMoreBtn .moreText:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.detailBtn { text-align: center; margin-top: 80px; }
.detailBtn a,
.detailBtn input {
  font-size: 16px;
  border: 1px solid #fff;
  width: 90%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  display: inline-block;
  position: relative;
  margin: 26px auto 56px;
  position: relative;
  top: 0;
}
.detailBtn a::after,
.detailBtn input::after { content: 'BACK'; font-family: 'Montserrat', sans-serif; font-weight: 400; }
.icoMypage a:before { width: 16px; height: 16px; background-size: 16px; }

.favoButton.like { background: #e31010; }

/* header */
body.active,
body.active #contents { overflow: hidden; }
#header .wrap { width: 100%; padding: 0 30px; }

#nav li { transition:0.3s;}
#nav li:hover { opacity:0.6;}

#nav li a { font-size: 0.8vw; margin-left: 18px; transition:0s;}
#nav li a:hover { opacity:1;}


/* TOP */
#topProgram .ttlS,
#topNew.live .ttlS { display: none; }
#topBnr .fs0 { text-align: center; }
#topNew li:before { content: none; }
#topNew li.new:before { content: ''; }
#topUnit .inrBox a:hover { opacity: 1; }

#contents .slider li a img,
#topBnr li img,
#topBnr .bnrTicket img { transition: .3s; }
#contents .slider li a:hover img,
#topBnr li a:hover img,
#topBnr .bnrTicket a:hover img,
li a:hover .ttlS { opacity: .6; }
#topUnit .inrBox { position: relative; overflow: hidden;}
#pageUnitImg .unitImg .blur,
#topUnit .inrBox .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: blur(5px);
  filter: blur(15px);
  background: no-repeat center;
  background-size: cover;
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
  transition: .3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  z-index: -1;
}
/*
#pageUnitImg .unitImg .blur {
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
*/
#pageUnitImg .unitImg img,
#topUnit .inrBox img { position: relative; background-size: contain; }
#topUnit .inrBox:hover .nameBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}
#topUnit .inrBox:hover img { opacity: 1; }

#topMainSlider { margin-bottom: 30px; }

.home .searchDefault {
  width: 500px;
  position: relative;
  text-align: center;
  margin: 60px auto 50px;
}
.home .searchDefault .search {
  display: block;
  color: rgb(102, 102, 102);
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 10px;
  background: #000;
  border: 1px solid #fff;
  border-radius: 5px;
}
.home .searchDefault .search:-webkit-autofill + input + .submit .searchBtn { color: #000; }
.home .searchDefault .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  transition: all .3s ease;
}
.home .pickupList { text-align: center; margin-bottom: 80px; }
.home .pickupList li { margin: 0 auto 10px; }
.home .pickupList li a { display: inline-block; padding: 13px 25px 13px 0; position: relative; font-size: 16px; }
.home .pickupList li a:after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 55%;
  margin-top: -6px;
}







/* NEWS */
.news #container .newsList li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #484848;
  position: relative;
}
.news #container .newsList li a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: -0.35em 0 0;
  position: absolute;
  right: 1.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: 2px solid #989898;
  border-top: none;
  border-right: none;
}
.news #container .newsList li a .thumb {
  float: left;
  clear: both;
  width: 19%;
  margin-right: 20px;
}
.news #container .newsList li a .thumb img { width: 100%; }
.news #container .newsList li a .date {
  font-size: 12px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  color: #999;
  margin: 0 0 6px;
}
.news #container .newsList li a .tit { font-size: 14px; line-height: 1.5em; }

.news.detail .txt a { text-decoration: underline; }
.news.detail .inner .date {
  margin-bottom: 8px;
  color: #888;
  font-size: 12px;
  line-height: 12px;
}
.news.detail .inner .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 15px 0;
  padding: 5px 0 15px;
  border-bottom: 1px solid #484848;
}
.news.detail .inner .txt { padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid #484848; }
.news.detail .inner .txt p img { margin: 15px 0 10px; }


/* movie */
.ulizahtml5 { width: 100%; height: 100%; }
#moreList #tileList .morelistImg { display: block; }
#moreList #tileList .morelistImg a { display: block; position: relative; }
/* share */
.block--share {
  line-height: 1;
  margin-bottom: 40px;
}
.block--share::before {
  content: 'SHARE';
  position: relative;
  color: inherit;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.3;
}
.block--share li {
  display: inline-block;
}
.block--share li * {
  transition: none;
  -webkit-transition: none;
}
.block--share a {
  display: block;
  width: 25px;
  height: 18px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  position: relative;
  transition: .1s;
}
.block--share svg {
  width: 20px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 7px;
  fill: #fff;
}
.block--share .fa {
  width: 30px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.movSelect #selectList {
  background: #000;
  outline: none;
  padding-left: 0;
  padding-right: 22px;
  border: 1px solid;
  padding: 10px 40px 10px 10px;
  border-radius: 30px;
}
.movSelect .tab-select-outer{
  display: inline-block;
  width: auto;
  max-width: 92%;
  position: relative;
  margin: 0 0 10px 4%;
}
.movSelect .tab-select-outer:after {
  z-index: 1;
  border-width: 2px;
  right: 16px;
  margin-top: -7px;
}
.movSelect .selectContents h2{
  line-height: 1.4;
}
.movSelect .selectContents li:last-child{
  margin-bottom: 0;
}
.movSelect .selectContents li a { display: block; }
.movSelect .selectContents li:hover { opacity: 1; }

#contents .relevanceArea .wrap { padding-top: 12px; }

.movie .player .movieThum {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie .player .movieThum iframe,
.movie .player .movieThum object,
.movie .player .movieThum embed {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* ユニット */
#pageUnitImg .unitImg{ position: relative; overflow: hidden; }

/* 視聴履歴 */
/* .history #moreList li a span { display: block; padding:  10px 8px 4px; color: #999;font-size: 12px;margin-top: 0.4em; } */
.history #moreList li a:hover span { opacity: .6; }
.history #moreList li img{
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
	.history #moreList li img{
    margin-bottom: 0.5em;
  }
}

/* faq */
.faq .qaList { margin: 0 0 40px; }
.faq .searchBox {
  width: 55%;
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
}
.faq .searchBox input {
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-size: 15px;
  line-height: 1.4em;
  box-sizing: border-box;
}
.faq .searchBox #fword {
  width: 100%;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #fff;
  border: none;
  border-radius: 5px;
}
.faq .searchBox #submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #222;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
  transition: all .3s ease;
}
.faq .title { font-size: 20px; font-weight: bold; margin: 0 0 20px; }
.faq .qa { margin: 0 0 90px; border-top: 1px solid #484848; }
.faq .qa li a {
  display: block;
  padding: 25px 50px 25px 10px;
  line-height: 1.5;
  border-bottom: 1px solid #484848;
  position: relative;
}
.faq .qa li a .iconQ {
  font-weight: bold;
  padding-right: 5px;
  position: relative;
  float: left;
  top: -1px;
}
.faq .qa li a .tit { display: block; padding-left: 22px; }
.faq .qa li a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: -0.35em 0 0;
  position: absolute;
  right: 1.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border: 2px solid #989898;
  border-top: none;
  border-right: none;
}
.faq.detail .title { margin: 0 0 40px; border-bottom: 1px solid #fff; padding-bottom: 18px; }
.faq.detail .faq_box .txt { padding: 0 0 0 40px; }
.faq.detail .faq_box .txt p { line-height: 1.5; }
.faq.detail .faq_box { margin: 0 0 80px; }
.faq.detail .faq_box dt { margin: 0 0 30px; }
.faq.detail .faq_box dt .iconQ {
  margin-right: 6px;
  font-weight: bold;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 1.56;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  top: -7px;
  left: -2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.faq.detail .faq_box dd .iconA {
  margin-right: 6px;
  font-weight: bold;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 1.56;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  position: relative;
  top: -6px;
  left: -2px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.faq.detail .faq_box dd .txt { margin: 0 0 40px; }
.faq.detail .qaList .title { margin: 0 0 20px; border: none; }
.faq.detail .detailBtn + .txt { text-align: center; margin: 0 0 30px; }
.faq.detail .detailBtn + .txt + .btn a { text-decoration: underline; }
.faq .detailBtn a { width: 320px; }


/* お気に入り */
.favo .movlist p {
  line-height: 1.4;
  padding: 4px 8px 0;
  height: 3em;
  overflow: hidden;
  margin-bottom: 3px;
}


/* 自由ページ */
body.feature { padding-top: 72px; }
body.feature .pageContent { margin: 0; }
body.feature #footer { background: #000; margin-top: 0px; }
body.feature .contentWrap { background: #F1F1F1; padding-top: 55px; }
body.feature .pointLead,
body.feature .contentWrap .stepLead,
body.feature .contentWrap .caption { color: #000; }
body.feature .contentWrap .caption a { font-size: 11px; text-decoration: underline; }
body.feature .contentWrap a { color: #000; }
body.feature .stepBox .icon-chevron-right { width: 42px; }
body.feature .btn.free { padding: 0; }
body.feature #user-area .preticketBox { border: 2px solid #fff; }

/* サポート */
#pageContent .wrap.terms .read { margin: 0 0 40px; }
#pageContent .wrap.terms .read p { margin: 0 0 10px; }
#pageContent .wrap.terms li {
  margin: 0 0 5px 15px;
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: decimal;
}
#pageContent .wrap.terms li::before { content: none; }
.support .decimal { list-style-type: decimal; }
.support .decimal li {
  text-indent: -0.4em;
  padding-left: 0.4em;
  margin: 0 17px 10px;
  font-size: 13px;
  list-style-type: decimal;
  line-height: 1.6em;
}
#support dd li{ text-indent: 0; padding-left: 0;}
.support #support dd li:before { content: none; }
.support .terms .read { margin: 0 0 50px; }

/* シリアルコードコンテンツ */
#aop_page_serial_code_contents #container { padding: 60px 0 0; }
#aop_page_serial_code_contents .formList { width: 500px; margin: 0 auto; }
#aop_page_serial_code_contents .formList dt { float: left; text-align: center; line-height: 1.3; }
#aop_page_serial_code_contents .formList dd { padding-left: 120px; }
#aop_page_serial_code_contents .formList dd input {
  display: block;
  width: 360px;
  border-radius: 4px;
  border: none;
  padding: 6px 5px;
  position: relative;
  top: -4px;
}
#aop_page_serial_code_contents .btn { width: 320px; padding: 0; margin: 50px auto 15px; }
#aop_page_serial_code_contents .btn input {
  display: block;
  text-decoration: none;
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 18px;
  text-align: center;
  border-radius: 50px;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#aop_page_serial_code_contents .subTxt { padding: 0 0 20px; font-size: 12px; text-align: center; }
#aop_page_serial_code_contents .errorTxt {
  color: #f00;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}


/* question */
.question .lead { line-height: 1.5; }


/* autofill */
input, button, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
#question input:-webkit-autofill,
#question textarea:-webkit-autofill,
#question select:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
/* input */
#question input[type="text"],
#question input[type="tel"],
#question input[type="email"],
#question input[type="password"],
#question input[type="number"] {
  color: inherit;
  font: normal bold 14px/1.9 '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius:0;
  border: 1px solid #000;
  background: #f6f6f6;
  padding: 0.5em;
  margin: 0 10px 0 0;
}
#question input[type="text"]:focus,
#question input[type="tel"]:focus,
#question input[type="email"]:focus,
#question input[type="password"]:focus,
#question input[type="number"]:focus { border-color: inherit; }
#question input[type="text"].form__error,
#question input[type="tel"].form__error,
#question input[type="email"].form__error,
#question input[type="password"].form__error,
#question input[type="number"].form__error { background: #fff0ea; color: #ff7676; border-color: #ff7676; }
#question input[type="text"].form__error:focus,
#question input[type="tel"].form__error:focus,
#question input[type="email"].form__error:focus,
#question input[type="password"].form__error:focus,
#question input[type="number"].form__error:focus { background: transparent; color: inherit; border-color: inherit; }
#question input[type="text"][disabled],
#question input[type="tel"][disabled],
#question input[type="email"][disabled],
#question input[type="password"][disabled],
#question input[type="number"][disabled] { background: #f6f6f6; border: none; opacity: 0.5; }
#question .input--half { width: 50% !important; }
#question .input--quarter { width: 25% !important; }
/* textarea */
#question textarea {
  color: inherit;
  font: normal bold 14px/1.9 '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  background: #f6f6f6;
  border: 1px solid #000;
  padding: 0.5em;
  height: 10em;
}
#question textarea:focus { border-color: inherit; }
#question textarea.form__error { background: #fff0ea; color: #ff7676; border-color: #ff7676; }
#question textarea.form__error:focus { background: transparent; color: inherit; border-color: inherit; }
#question textarea[disabled] { background: #ddd; border: none; opacity: 0.5; }

/* select */
#question select {
  color: inherit;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 5px;
  padding: 0.3em 1.4em 0.3em 0.5em;
  outline: none;
}
#question .selectWrap { display: inline-block; position: relative; }
#question .selectWrap::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.45em 0 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* check / radio */
#question .checkbox { margin: 0 0 20px; }
#question .checkbox p { padding-left: 1.6em; display: block; position: relative; font-weight: bold; }
#question .checkbox p::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 0;
  border: 1px solid #fff;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
#question .checkbox :checked ~ p::before { background: #fff; border-color: #000; }

#question .sex p { display: inline-block; position: relative; padding-left: 1.6em; padding-right: 0.6em; }
#question .sex p::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}

#question .sex :checked ~ p::before {
  border-color: #fff;
  width: 0.7em;
  height: 0.7em;
  border-width: 0.3em;
}
#question .checkbox label p::after {
  content: '';
  display: inline-block;
  width: 0.7em;
  height: 0.3em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.33em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

#question .checkbox :checked ~ p::after { top: 50%; opacity: 1; }
#question .radioBtn label p {
  color: inherit;
  font: normal bold 14px/1.9 '游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 1.6em;
}

#question .radioBtn label p::before {
  content: '';
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: -0.6em 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
#question .radioBtn :checked ~ p::before {
  border-color: #fff;
  width: 0.7em;
  height: 0.7em;
  border-width: 0.3em;
}

#question h2.sectionTit{ font-size: 40px; font-weight: bold; line-height: 56px; }
#question .thumb { position: relative; line-height: 0; border: 1px solid ; }
#question .questionList dt {
	float: none;
	width: auto;
	text-align: left;
	line-height: 1em;
	font-size: 16px;
  font-weight: bold;
	margin-bottom: 20px;
}

#question .questionList dd{ margin-bottom: 30px;}
#question .questionList dd.year span { margin-right: 7px; }
#question .questionList dd div{ display:block;}
#question .questionList dd .rule { display: block; }
.icoMust { display: inline-block; position: relative; }
.questionCnfirm .icoMust { display:none; }

.icoMust::before {
	content: '必須';
	display: block;
	background: #ef2323;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px 2px 3px 6px;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

#question input[type="radio"],
#question input[type="checkbox"],
#question select { margin: 0 5px 0 0; cursor: pointer; vertical-align: -2px; }

#question textarea {line-height: 145%;}
#question .questionCnfirm {width: 100%;}
#question .btnTxt { margin: 0 0 40px; }
#question .errorList { font-size: 13px; padding: 10px; margin: 0 0 15px; }
#question .errorList li{ list-style: none; margin-bottom: 5px; position: relative; }
#question .errorList li:last-child{ margin-bottom: 0;}
#question .errorList li:before {
	display: inline-block;
	content: "\f00c";
	color: #f00;
	font-family: "FontAwesome";
	margin-right: 5px;
	position: relative;
	left: 0;
}
#question .sectionTit { padding-top: 50px; }
#question .sectionTit span{
	display: block;
	width: 600px;
	font-size: 28px;
	line-height: 130%;
	margin: 0 auto;
	font-weight: bold;
	letter-spacing: 0.07em;
}

#question .txt { line-height: 200%;}
#question .thumb + .txt { margin: 40px 0 0 ; }
#question .questionBox { padding: 0 0 40px; }
#question .questionBox .ph { margin: 0 0 10px; }
#question .questionBox .ph img { width: 100%; }

#question .questionList { margin: 0 0 80px; }
#question .questionList textarea,
#question .questionList input[type="text"],
#question .questionList input[type="tel"],
#question .questionList input[type="number"],
#question .questionList input[type="email"],
#question .questionList input[type="password"]{
	font-size:16px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding:5px;
  color: #000;
}

#question .questionList select { font-size: 16px; }
#question .questionList select option { background: #000; }
#question input[type="text"],
#question input[type="email"]{ width: 55%; }
#question input[type="tel"] { width: 20em; }
#question input.postalCode { width: 180px; }
#question input.age { width: 50px; }
#question input[type="radio"] + label,
#question input[type="checkbox"] + label { margin: 0 30px 0 0; }

#question .btnTxt { text-align: center; }
#question textarea { width: 80% ; min-height: 150px; }
#question .address input[type="text"],
#question .name input[type="text"] { width: 20em; }
#question section .btn a,
#question section .btn input{
	display: block;
	width: 250px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: none;
	padding: 10px 0;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	line-height: 1.6em;
}

#question section .btn a:hover,
#question section .btn input:hover { background: #383334; color: #fff; }
#question .questionCnfirm { border: 1px solid #ddd; border-bottom: none; margin: 0 0 50px; }
#question .guidance { margin: 0 0 30px; font-size: 16px; }
#question .center {text-align: center; }
#question .btn { padding: 0; margin: 0 auto 10px; }
#question .questionList dd div{ margin-bottom: 20px; position:relative; }
#question .questionList dd .checkbox p { margin-bottom: 20px; }
#question .questionList dd div.radioBtn { margin-bottom: 7px; }
#question input[type="radio"],
#question input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

#question input[type="checkbox"] {
}
#question input[type="radio"]+label, #question input[type="checkbox"]+label{ position: relative; left: 1.2em; text-indent: 0; cursor: pointer; }
#question .sex input[type="radio"] { width: auto; position: static; top: 0; }
#question .sex input[type="radio"]+label { position: static; cursor: pointer; }
#question .detailBtn { position: relative; margin: 0; }
#question .detailBtn input { width: 320px; background: none; color: #fff; cursor: pointer; }
#question .detailBtn input:hover { opacity: .6; }
#question .btn input,
#question .detailBtn input { -webkit-transition: .3s; transition: .3s; }

#question .complete p { line-height: 1.5; }


/* footer */
.socialLink { display: inline-block; }
.socialLink li { display: inline-block; margin: 0 0 12px 20px; }
.socialLink li:first-child { margin-left: 0; }
.socialLink a {
  display: block;
  /* padding: 10px;
  background: #55acee;
  border-radius: 100%; */
}
.socialLink a .fa::before { font-size: 25px; }

/* PCのみ */
@media screen and (min-width: 1000px) {
  .sp { display: none !important; }
  .pc { display: block !important; }

  /*#footer { width: 100%; position: absolute; bottom: 0; }*/

  /* top */
  .home .searchDefault { 
    width: 40%;
    margin-top: 40px;
  }
  .home .searchDefault .search {
    height: 50px;
    font-size: 16px;
    padding: 0 18px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
  }
  .home .searchDefault .searchBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }

  /* movie */
  .player { width: 800px; height: 450px; }
  .playerArea { margin-bottom: 30px; }
  #pageUnitImg .default { width: 533px; }
  #pageUnitImg h1 img { width: 240px; height: 240px; background-size: contain; }

  .movSelect .tab-select-outer{
    margin-left: 0;
    cursor: pointer;
    min-width: 200px;
    transition: .3s;
  }
  .movSelect #selectList {
    padding: 14px 30px 14px 20px;
    height: 50px;
    cursor: pointer;
  }
  .movSelect .tab-select-outer:hover{
    opacity: 0.5;
  }
  .block--share::before{
    font-size: 14px;
    top: -2px;
  }
  .block--share a {
    width: 30px;
    height: 28px;
    font-size: 25px;
    top: -5px;
    left: 10px;
    transition: .3s;
  }
  .block--share svg {
    width: 23px;
    height: 22px;
    left: 11px;
  }
  .block--share a:hover {
    opacity: 0.5;
  }
  .selectArea {
    width: 260px;
    position: relative;
    display: block;
    margin: 30px 0 20px;
    padding: 4px;
  }
  .selectArea::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
    z-index: 1;
  }
  .newList {
    background: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
  }

  /* .newList { width: 1280px; padding: 70px 0 0; margin: 0 auto; }
  .newList .new a,
  .newList.desc .new a,
  .newList.asc .old a { background: #fff; }

  .newList .new a,
  .newList.desc .new a,
  .newList.asc .old a { color: #000; }

  .newList.asc .new a { background: none; }
  .newList.asc .new a { color: #fff; }
  .newList li {
    display: inline-block;
    color: #fff;
    margin-bottom: 8px;
    margin-right: 10px;
  }
  .newList li a { display: block; padding: 8px 16px 8px 14px; border: 1px solid #fff; border-radius: 24px; }
  .newList li a .fa { font-size: 15px; } */

  /* 自由ページ */
  body.feature .stepBox li { height: 159px; }
  body.feature #user-area {
    width: 1000px;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 100px auto 70px;
  }
  body.feature #user-area .mb20sp,
  body.feature #user-area .mb30pc { font-size: 15px; line-height: 1.5; }
  body.feature #user-area .contentsTit,
  body.feature #user-area .preticketTxt { line-height: 1.5; }
  body.feature #user-area .preticketBox { margin: 0 auto 40px; }
  body.feature #user-area .pageLink { text-align: center; }
  body.feature #user-area .pageLink p a { position: relative; }
  body.feature #user-area .pageLink p a::before {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: -0.33em 0 0;
    position: absolute;
    right: 2.95em;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
  }
  body.feature .binformationDetail h2.tit { font-size: 18px; line-height: 1.5; }
  /* ユニット */
  #pageUnitImg .unitImg { width: 534px; height: 400px; }

  /* コンタクト */
  .contact { background: #f5f5f5; }

  .contact #mainCol { padding-top: 50px; color: #000; border-color: #ddd; }
  .contact #user-area {
    width: 920px;
    padding: 30px 40px;
    margin: 50px auto 30px;
    background: #FFF;
  }
  .contact #user-area .bTxt a { color: #000; text-decoration: underline; }
  .contact .extMdlFormGnrtr table { font-size:14px; border-right:1px solid #ddd; border-color: #ddd; }
  .contact .extMdlFormGnrtr .extMdlFormGnrtrInner table { border:none; margin: 0; }
  .contact .extMdlFormGnrtr th.thImp { border: none; }
  .contact .extMdlFormGnrtr th{ border-left: none; border-bottom:solid 1px #CCC; padding: 15px 10px 10px; }
  .contact .extMdlFormGnrtr .extMdlFormGnrtrInner th.thImp { border-left:none; }
  .contact .extMdlFormGnrtr td { padding:10px; border: none; }
  .contact .extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrBtn input.extBtnSend,
  .contact .extMdlFormGnrtrBtn input.extBtnClear, .extMdlFormGnrtrBtn input.extBtnBack { width:12em; font-size:16px; font-weight:bold; border:none; border-radius:3px; padding: 15px 30px; }
  .contact .extMdlFormGnrtrBtn input.extBtnBack { cursor: pointer; width:18em; background:#333; color: #fff; }
  .contact .extMdlFormGnrtrBtn input.extBtnBack:hover { background:#111; }
  .contact .extMdlFormGnrtrBtn input.extBtnNext, .extMdlFormGnrtrBtn input.extBtnSend { cursor: pointer; width:18em; background:#D71F5D; color: #fff; }
  .contact .extMdlFormGnrtrBtn input.extBtnNext:hover, .extMdlFormGnrtrBtn input.extBtnSend:hover { width:18em; background: #F0266D; }
  .contact .extMdlFormGnrtrBtn input.extBtnNext:hover, .extMdlFormGnrtrBtn input.extBtnSend:hover,
  .contact .extMdlFormGnrtrBtn input.extBtnClear:hover, .extMdlFormGnrtrBtn input.extBtnBack:hover { background:#F0266D; border:none; }
  .contact .extMdlFormGnrtr td.extMdlFormGnrtrInner table th { border-color:#DDD; background: #f5f5f5; }
  .contact .extMdlFormGnrtr .errBox { font-size:13px; line-height:1.6em; }
  .contact .subTxt { font-size: 14px; text-align: center; margin-bottom: 20px; }
  .contact .extMdlFormGnrtr table { width: 100%; margin: 0 0 50px; border-collapse: collapse; border-spacing: 0; border-top-style: solid; border-top-width: 1px; border: none; }
  .contact .extMdlFormGnrtr th { padding: 10px 10px 0 10px; width: 160px; text-align: left; vertical-align: top; font-weight: normal; border-bottom-style: solid; border-bottom-width: 1px; border-left-style: solid; border-left-width: 5px; color:#333;}
  .contact .extMdlFormGnrtr td { padding: 10px 0 10px 10px; text-align: left; vertical-align: top; border-bottom-style: solid; border-bottom-width: 1px; border: none; }
  .contact p.importantTxt { color: #f00; font-size: 14px; line-height: 1.5em; margin: 0 auto 20px; }
  .contact .extMdlFormGnrtr td.extMdlFormGnrtrInner { padding: 0; }
  .contact .extMdlFormGnrtr .extMdlFormGnrtrInner tr th,
  .contact .extMdlFormGnrtr .extMdlFormGnrtrInner tr td { border-bottom: 1px dotted #ddd; }
  .contact .extMdlFormGnrtr .extMdlFormGnrtrInner tr:last-of-type th,
  .contact .extMdlFormGnrtr .extMdlFormGnrtrInner tr:last-of-type td { border: none; }
  .contact .subCommentTop, .contact .subCommentSide, .contact .subCommentBottom { font-size: 0.8em; line-height: 1.6em; }
  .contact .detail span { line-height: 1.5em; }
  .contact .selectBox { display: inline-block; position: relative; }
  .contact #dropdown2 {
    color: inherit;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0.06em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    max-width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #b5b5b5;
    padding: 0.5em;
    padding-right: 2em;
  }
  .contact .selectBox::before {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #b5b5b5;
    border-top: none;
    border-right: none;
    margin: -0.45em 0 0;
    position: absolute;
    right: 0.65em;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .contact input,
  .contact textarea {
    border: 1px solid #c5c5c5;
    padding: 8px;
    border-radius: 5px;
    background: #f5f5f5;
  }
  .contact textarea { width: 100% !important; }
  .contact #footer { background: #000; }
  .contact .bTtl h3 { background-size: contain; }
  .contact .btn+.btn { margin-top:-30px; }
  /* シリアルコードコンテンツ */
  #aop_page_serial_code_contents #mainArea { width: 60%; margin: 0 auto; }
  #aop_page_serial_code_contents .movieThum { width: 640px; margin: 0 auto; }

  /* footer */
  #footer .footNav { margin-bottom: 60px; }
  #footer .footNav li a { font-size: 13px; margin: 0 13px; }
}


/* NEWS引き込み */


.home .wrap.news#topNews .block--topics .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #777777;
}
.home .wrap.news#topNews .block--topics .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EA1818;
}



.home .wrap.news#topNews .block--topics .block--topics-swiper .news__swiper--link{
  display: block;
  width: 80%;
}

@media screen and (min-width: 641px) {
  .home .wrap.news#topNews .block--topics {
    width: 40%;
    margin: 0 auto;
    position: relative;
  }
  .home .wrap.news#topNews{
    width: 100%;
    margin-bottom: 90px;
  }
  .home .wrap.news#topNews .block--topics .block--topics-swiper {
    background: #1e1e1e;
    padding: 20px 50px 30px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .home .wrap.news#topNews .block--topics .date{
    margin-bottom: 0.5em;
    color: #919191;
    font-size: 13px;
  }
  .home .wrap.news#topNews .block--topics .tit{
    line-height: 1.6;
  }
  .home .wrap.news#topNews .block--topics .block--topics-swiper::after {
    content: "INFO";
    display: block;
    font-size: 27px;
    position: absolute;
    background-size: contain;
    right: 20px;
    bottom: -4px;
    color: #c7c7c7;
    opacity: 0.3;
    background-position: center 7px;
  }
  .home .wrap.news#topNews .list__more a{
    font-size: 11px;
    opacity: 1;
  }
  .home .wrap.news#topNews .list__more::after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .home .wrap.news#topNews .list__more:hover::after{
    transform: scale(1,1);
  }
  .home .wrap.news#topNews .block--topics .swiper-pagination {
    text-align: left;
    padding-left: 50px;
    position: absolute;
    left: 0;
    right: inherit;
    bottom: 6px;
    top: inherit;
    z-index: 100;
  }

}
@media screen and (min-width: 961px){
  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
    display: block;
    background: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    margin: auto;
    transition: all .3s;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after{
      opacity: 0.6;
    }
    .swiper-button-prev:after{
      transform: rotate(225deg);
    }
  .swiper-button-prev,
  .swiper-button-next {
      display: inline-block;
      margin-top: 0;
      position: relative;
    }
  .swiper-button-prev,.swiper-button-next{
    opacity: 0.6;
  }
  .swiper-button-prev{
      left: 10px !important;
    }
  .swiper-button-next{
      right: 10px !important;
    }
    .home .wrap.news#topNews .list__more {
      display: inline-block;
      text-align: right;
      font-size: 12px;
      position: absolute;
      bottom: -2.5em;
      right: 10px;
    }
}

@media screen and (max-width: 961px){
  .home .wrap.news#topNews .block--topics {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }
  .home .wrap.news#topNews{
    width: 100%;
    margin-bottom: 90px;
  }
  .home .wrap.news#topNews .block--topics .block--topics-swiper {
    background: #1e1e1e;
    padding: 15px 15px 25px 15px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .home .wrap.news#topNews .block--topics .date{
    margin-bottom: 0.5em;
    color: #919191;
    font-size: 10px;
  }
  .home .wrap.news#topNews .block--topics .tit{
    line-height: 1.6;
    font-size: 11px;
  }
  .home .wrap.news#topNews .block--topics .block--topics-swiper::after {
    content: "INFO";
    display: block;
    font-size: 20px;
    position: absolute;
    background-size: contain;
    right: 20px;
    bottom: -4px;
    color: #c7c7c7;
    opacity: 0.3;
    background-position: center 7px;
  }
  .home .wrap.news#topNews .block--topics .swiper-pagination {
    text-align: left;
    padding-left: 19px;
    position: absolute;
    left: 0;
    right: inherit;
    bottom: 6px;
    top: inherit;
    z-index: 100;
  }
  .swiper-button-prev,.swiper-button-next{
    display: none;
  }
  .home .wrap.news#topNews .block--topics .list__more {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    position: absolute;
    bottom: -2.5em;
    left: 1em;
  }
  .home .wrap.news#topNews .block--topics .list__more a{
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (min-width:641px) and (max-width:1000px) {
  .home .wrap.news#topNews .block--topics{
    width: 500px;
  }
}










/* NEW VIEWMORE */
@media screen and (min-width: 641px) {
.home #topNew .headArea{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0;
  margin-top: 80px;
}
.home #topNew .headArea .moreLink{
  position: absolute;
  top: 1em;
  right: 0;
}
.home #topNew .headArea .moreLink a{
  font-size: 12px;
}
.home #topNew .headArea .moreLink a:hover{
  opacity: 1;
}
.home #topNew .headArea .moreLink::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.home #topNew .headArea .moreLink:hover::after{
  transform: scale(1, 1);
}
}
@media screen and (max-width: 640px){
  .home #topNew .headArea{
    display: flex;
    align-items: baseline;
    position: relative;
  }
  .home #topNew .headArea .moreLink{
    margin-left: 1em;
  }
  .home #topNew .headArea .moreLink a{
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #contents .headArea h1{
    margin-bottom: 9px;
  }
    
}

@media screen and (max-width: 1307px) { #nav li a, #navLike a { margin-left: 16px; } }
@media screen and (max-width: 1248px) { #nav li a { font-size: 1vw; } #nav li a::before { content: none; } }
@media screen and (max-width: 1082px) { .fs0 li a { display: block; font-size: 12px;} }
@media screen and (max-width: 1065px) { .ico a:before { width: 16px; height: 16px; background-size: 16px; } }


/* SP */
@media screen and (max-width: 1000px){
  .pc { display: none !important; }
  .sp { display: block !important; }
  #container { padding: 100px 0 0; }
  .inner {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
  }

  /* text */
  .pageTit { font-size: 8vw; }

  /* header */
  #sp_gNav {
    height: 100%;
    box-sizing: border-box;
    width: 60%;
    overflow-y: scroll;
  }
  #sp_gNav ul {
    text-align: left;
    padding: 30px 0;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  #sp_gNav ul li a { height: 28px; line-height: 28px; padding: 0 16px; }
  #sp_gNav ul li.present a { padding-bottom: 35px; margin-bottom: 11px; }
  #sp_gNav ul .ssl { margin: 0 0 16px; }
  #sp_gNav ul .ssl.icoJoin,
  #sp_gNav ul .ssl.icoMypage { margin: 16px 0 7px; }
  #sp_gNav ul li.icoLogin a { margin: 0; }
  #sp_gNav ul .icoLive + .ssl { margin: 16px 0 5px; }
  #sp_gNav ul .ssl a {
    background: #d0d0d0;
    height: 40px;
    line-height: 40px;
    color: #000;
  }
  #sp_gNav ul .icoMypage a:before { width: 16px; height: 16px; background-size: 16px; }

  .news #container .newsList li a { display: block; text-decoration: none; padding: 13px 20px 13px 10px; }
  .news #container .newsList li a .tit {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 1px;
  }
  .news #container .newsList li a .date {
    color: #999;
    font-family: Helvetica Neue,Helvetica,Arial,san-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-indent: 0;
  }
  .news #container .newsList li a::before { right: 0.75em; }
  .news.detail #container .inner { font-size: 13px; line-height: 1.5em; padding: 10px; }
  .news.detail .inner .date { font-size: 12px; margin: 0 0 5px; }
  .news.detail .inner .tit {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #484848;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  .news.detail .inner .txt { margin: 0 0 15px; }
  /* top */
  .home .searchDefault { margin: 25px auto 48px; }

  .home .pickupList { margin: 0 0 30px; }
  .home .pickupList li a { font-size: 14px; line-height: 1.5; }

  #topMainSlider { margin-bottom: 15px; }

  /* unit */
  #pageUnitImg { margin: 0 0 120px; }
  /*#pageUnitImg h1 { top: auto; bottom: -100px; }*/
  #pageUnitImg h1 img { width: 240px; height: 240px; background-size: contain; }

  /* movie */
  .player { background: none; height: auto;}
  .playerBtm div{ padding-right: 4vw;}
  .playerArea .player video { width: 100%; margin: 0 0 -2px; position: relative;}
  .vjs-duration-display,
  .vjs-current-time-display { line-height: unset; font-size: 11px; }
  .movListHeadArea .keywordTag{ margin-bottom: 20px;}
  .movList .playerArea{
    margin-bottom: 20px;
  }
  .movSelect #selectList{ font-size: 12px; }
  .ulizahtml5 {height: 180px; }

/*
.playerArea .player { height: auto; }
  .ulizahtml5 .vjs-center-menu {
    width: 100%;
    position: relative;
    top: 0;
  }

  .playerArea .ulizahtml5 {
    outline: none;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .playerArea .ulizahtml5 .vjs-play-start-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
  }

  .ulizahtml5 .vjs-progress-holder { height: auto !important; }
  .playerArea .ulizahtml5 .vjs-play-start-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
  }
*/
  .keywordTag { height: auto; min-height: 4em; overflow: hidden; }
  .selectArea {
    display: inline-block;
    width: 36%;
    padding: 0 12px;
    margin: 30px 3% 0 0;
    position: relative;
    float: right;
    clear: both;
  }
  .selectArea::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
  }
  .newList {
    background: #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 11px;
  }
  /* ticket */
  .ticketList li dl dd img { width: 100%; }

  /* 視聴履歴 */
  .history #moreList li a span { font-size: 10px; }
  /* faq */
  .faq .qa { margin: 0 0 40px; }
  .faq .searchBox {
    width: 90%;
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
  }
  .faq .title { padding: 0 0 0 5%; line-height: 1.3; }
  .faq .qa p a { line-height: 1.4; }
  .faq.detail .title { padding-bottom: 0; border: none; }
  .faq.detail .faq_box { padding: 0 5%; margin: 0 0 40px; }
  .faq.detail .faq_box .txt { padding: 8px 0 25px 40px; }
  .faq.detail .faq_box dt { margin: 0 0 20px; }
  .faq.detail .faq_box dt .iconQ { top: 0; }
  .faq.detail .faq_box dd .iconA { top: 2px; }
  .faq.detail .faq_box dt .txt { border-bottom: 1px solid #484848; }
  .faq.detail .faq_box dd .txt { margin: 0 0 20px; }
  .faq.detail .detailBtn + .txt { margin: 0 0 20px; }
  .faq.detail .detailBtn + .txt,
  .faq.detail .detailBtn + .txt + .btn { text-align: left; padding: 0 28px; }
  .faq.detail .detailBtn { margin-top: 40px; }
  .faq.detail .detailBtn a { margin: 26px auto 40px; }

  /* お気に入り */
  .favo .movlist p {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4em;
    padding: 2px 2px 4px;
    margin: 0 0 1px;
  }
  .favo .movlist p.date { font-family: Helvetica Neue,Helvetica,Arial,san-serif; font-size: 10px; font-weight: bold; }

  /* feature */
  body.feature { padding-top: 56px; }
  body.feature #user-area { padding-top: 15px; background: #000; }
  body.feature #user-area .mb20sp,
  body.feature #user-area .mb30pc,
  body.feature #user-area .mb30,
  body.feature #user-area .preticketTxt { line-height: 1.5; }
  body.feature .contentWrap { padding-top: 0; }
  body.feature .mainLead {
    margin: 0 auto 10px;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #fc1864 0%,#a63a94 20%,#27d0ef 40%,#75c305 59%,#ffbb05 80%,#ff6c14 100%);
    background-image: -webkit-linear-gradient(to right,#fc1864 0%,#a63a94 20%,#27d0ef 40%,#75c305 59%,#ffbb05 80%,#ff6c14 100%);
    background-image: linear-gradient(to right,#fc1864 0%,#a63a94 20%,#27d0ef 40%,#75c305 59%,#ffbb05 80%,#ff6c14 100%);
  }
  body.feature .stepWrap { background: #F1F1F1; }


  /* コンタクト */
  .contact { background: #fff; }
  .contact .contents{ padding-top:60px; }
  .contact .bHtml {
    font-size: 14px;
    color: #000;
    margin: 0 3% 0;
    line-height: 1.5em;
    padding: 10px;
  }
  .contact .subTxt { font-size: 0.8em; line-height: 1.2em; margin: 0 0 10px; }
  .contact .note { color: #f00; }
  .contact .btn .main {
    font-weight: bold;
    color: #fff;
    background: #d71f5d;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .contact article.detail p.lead{ margin:0 auto 10px; line-height: 1.5em; }
  .contact p.importantTxt {
    color:#f00;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 0 20px;
  }
  .contact .extMdlFormGnrtrSP select {
    position: relative;
    background: whiteSmoke url(https://aop-emtg-jp.s3.amazonaws.com/prod/public/dish/bingo/global-data/2017031623495584.png)no-repeat;
    background-size: 20px;
    background-position: 97%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #BBB;
    padding: 10px;
    height: auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    line-height: 1.3em;
    text-indent: 8px;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact .extMdlFormGnrtrSP .text { font-size: 12px; color: #f00; margin-bottom: 5px; }
  .contact .formArea .formTit,
  .contact .formArea #contact_form .formTit { margin: 7px 0; font-size: 12px; font-weight: bold; color: #888; }
  .contact .formList {
    border: none;
    background: transparent;
    border-bottom: 1px solid #DDD;
    border-radius: 0;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .contact .formList li {
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    position: relative;
    background: #FFF;
  }
  .contact .formList li:last-child { border: none; }
  .contact #footer { background: #000; }
  .contact .formList input, .formList textarea {
    width: 100%;
    font-size: 18px;
    background: whiteSmoke;
    border-radius: 5px;
    border: 1px solid #BBB;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px 10px;
    margin: 0 auto 10px;
  }
  .contact .formList input[type="text"], .formList textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
  .contact .extMdlFormGnrtrBtn .sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    width: 320px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    position: relative;
    background: #333;
  }

  /* シリアルコードコンテンツ */
  #aop_page_serial_code_contents #container { padding: 40px 8px 16px; }
  #aop_page_serial_code_contents .formList { width: 100%; text-align: center; }
  #aop_page_serial_code_contents .formList li .formTit {
    width: 90%;
    text-align: left;
    font-size: 13px;
    margin: 0 auto 10px;
  }
  #aop_page_serial_code_contents .formList li input {
    width: 90%;
    border-radius: 5px;
    border: none;
    padding: 8px 5px;
  }
  #aop_page_serial_code_contents .btn { width: 80%; padding: 0; margin: 40px auto 15px; }
  #aop_page_serial_code_contents .errorTxt { margin: 0 0 30px; line-height: 1.4; }
  #aop_page_serial_code_contents .subTxt { text-align: left; line-height: 1.4; font-size: 12px; }
  #aop_page_serial_code_contents #moviePlay div div { height: auto !important; }
  #aop_page_serial_code_contents #moviePlay div div a:last-of-type {
    position: relative !important;
    display: block;
    top: 0 !important;
    left: 0!important;
  }
  #aop_page_serial_code_contents #moviePlay div div a:last-of-type img {
    display: block;
    width: 80px !important;
    max-width: 80px;
    height: 80px !important;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  /* question */
  #question { padding: 0px 20px; margin: 0 0 50px; }
  #question input[type="text"], #question input[type="tel"], #question input[type="email"],
  #question input.postalCode, #question .name input[type="text"] { width: 100%; }
  #question input.age { width: 108px; }
  #question .errorList { padding: 0; }
  #question .errorList li, #question .txt, #question .btnTxt { line-height: 1.5; }
  #question .btnTxt  { margin: 0 0 20px; }
  #question .complete { padding: 140px 0 50px; }

  /* footer */
  #footer .footNav li { float: left; }
}

/* 800px */
@media screen and (max-width: 800px) {
  #pageUnitImg h1 { top: 50%; bottom: auto; }
  #pageUnitImg img { width: auto; }
  #footer .footNav{ margin: 0 0 40px; }
}

@media screen and (max-width: 640px) { .selectArea.sp { margin: 30px 0 10px; } .home .searchDefault { width: 92%; } }

/* iphone 5 */
@media only screen and (min-device-width:320px) and (max-device-width:568px) {
  #footer .footNav li a { font-size: 3.2vw; }
}

/* ipad 縦 */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  #pageUnitImg .unitImg { height: 400px; width: 400px; }
  #pageUnitImg .unitImg img{ width: 100%; }
  .pageTit { font-size: 4vw; padding: 30px 0; }
  .support #contentArea, .support #contentArea02 { width: 100% !important; }
  .support .logo img { width: 100%; }
  .support .sp { display: block !important; }
  .support #footer .footNav { height: auto; margin: 0 0 16px; padding: 16px 0; }
  #footer .footNav ul { width: 88%; margin: 0 auto; }
  #footer .footNav li { width: 50%; }
  #footer .footNav li a {
    line-height: 32px;
    text-align: left;
    display: block;
    font-size: 12px;
    margin: 0;
  }
}

/* ipad 横 */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {}
