@charset "utf-8";

/*===================================================
リセット
====================================================*/
* html body, * html input, * html textarea { font-family: Helvetica,"Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', "メイリオ", Meiryo,"Noto Sans SC", sans-serif;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-weight:200;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a,a:hover,a:active,a:link,a:visited{
color: #000;
outline: none;
text-decoration: none;
transition:0.3s;
-webkit-transition:0.3s;
}
a:hover{
color: #ff5300;
}
i.fas{display:inline;}




/*==============================================
クリアー
================================================*/

.header{
display: none!important;
}
footer{
display: none;
}

#feature #container {
    width: 100%;
}
.attentionList li::before {
    content: none;
}
.attentionList li {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -13px;
    margin: 0 0 8px 13px;
    position: relative;
    color:#CCC;
}
#wrap {
    padding: 0;
    margin: 0;
}
/*==============================================
フレーム
================================================*/
body {
color: #f5f5f5;
font-family: Helvetica,"Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', "メイリオ", Meiryo,"Noto Sans SC", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
letter-spacing: 0.05em;
}
#container{
height: auto;
min-height: 100%;
background: #1a1a1a;
width:100%;
/*
background: #484848;
background: -webkit-linear-gradient(left, #484848 0%,#191919 100%);
background: linear-gradient(to right, #484848 0%,#191919 100%);
*/
}
.allContain{
height: auto;
min-height: 100%;
}
.wrap{
padding: 145px 0 100px;
color: #f5f5f5;
width: 1045px;
margin: 0 auto;
overflow: visible;
}
.column{
display: flex;
z-index: 1;
position: relative;
}

/*==============================================
共通
================================================*/
.mainArtistName{
font-size: 13px;
color: #9b9b9b;
margin: 0 0 20px;
line-height: 1em;
}
.bgLogo{
position: fixed;
z-index: 0;
opacity: 0.1;
line-height: 0;
left: 60px;
bottom: 60px;
width: 300px;
}
.attentionList li a{
    color: #ff5300;
}
/*==============================================
ポップアップ
================================================*/
.shade {
visibility: hidden;
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
opacity: 0;
transition: 0.3s 0.3s ease;
z-index: 10;
top:0;
}
.shade.active {
visibility: visible;
opacity: 1;
transition: 0.3s ease;
}

.popupContent {
background: #282828;
width: 50%;
height: 100%;
position: fixed;
left: 0;
overflow: auto;
transform: translateX(-100%);
transition: 0.3s ease;
transform-origin: unset;
z-index: 11;
padding: 100px;
box-sizing: border-box;
top:0;
}
.popupContent.active {
transform: translateX(0);
transition: 0.3s 0.3s ease;
}
.btnClose{
position: absolute;
top: 40px;
right: 40px;
width: 40px;
height: 40px;
}
.btnClose a{
display: block;
width: 100%;
height: 100%;
position: relative;
}
.btnClose a:before,
.btnClose a:after{
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 100%;
height: 2px;
background: #FFF;
transition: all .3s ease;
border-radius: 100px;
}
.btnClose a:before{
transform: rotate(-45deg);
}
.btnClose a:after {
transform: rotate(45deg);
}
.popupContent .popupTit{
font-size: 24px;
margin: 0 0 40px;
}
.popupContent .artistName{
font-size: 14px;
margin: 0 0 5px;
}
.popupContent .liveName{
font-size: 16px;
margin: 0 0 20px;
}
.popupDetail{

}
.popupDetail dt{
font-size: 12px;
color: #979797;
}
.popupDetail dd{
font-size: 14px;
margin: 0 0 20px;
}
.popupDetail dd .startList{
border-top: 1px solid #454545;
padding: 10px 0 0;
letter-spacing: 0.1em;
}
.popupDetail dd .startList li{
border-bottom: 1px solid #454545;
padding: 0 0 10px;
}
.popupDetail dd .startList li:last-child{

}
.popupDetail dd .startList li span{
width: 65px;
display: inline-block;
}
.popupDetail dd .lead{
    margin: 0 0 10px;
}
.popupDetail dd .lead:last-child{
    margin: 0;
}
.popupDetail dd .attentionList{

}
.popupDetail dd .attentionList li{
    text-indent: -13px;
    padding: 0 0 0 13px;
    margin: 0 0 5px;
}
.popupDetail dd .attentionList li:last-child{
    margin: 0;
}


.popupDetail dd .logoList{
    display: flex;
    padding: 10px 0 0;
    margin: 0 auto 30px;
    width: 100%;
}
.popupDetail dd .logoList li{
	box-sizing:border-box;
}
.popupDetail dd .logoList li:nth-child(odd){
    padding: 0 20px 0 0;
}
.popupDetail dd .logoList li:nth-child(even){
    padding: 0 0 0 20px;
}
.popupDetail dd .logoList li a{

}



.methodDetail{

}
.methodDetail .tit{
font-size: 16px;
color: #ff7c60;
font-weight: 500;
border-bottom: 1px solid #555555;
padding: 0 0 10px;
margin: 0 0 10px;
}
.methodDetail .txt{
font-size: 13px;
margin: 0 0 40px;
}
.methodDetail .deviceImage{
line-height: 0;
width: 60%;
margin: 0 auto 40px;
}
.methodDetail .qaList{
border-bottom: 1px solid #555555;
padding: 0 0 10px;
margin: 0 0 10px;
}
.methodDetail .qaList dt{
position: relative;
cursor: pointer;
font-size: 13px;
}
.methodDetail .qaList dt.open{

}
.methodDetail .qaList dt:after {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
top: -5px;
right: 15px;
width: 5px;
height: 5px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
transform: rotate(135deg);
z-index: 0;
transition: 0.3s ease;
}
.methodDetail .qaList dt.open:after {
transform: rotate(-45deg);
}
.methodDetail .qaList dd{
display: none;
padding: 10px 0 0;
font-size: 13px;
color: #f5f5f5;
}






/*==============================================
ポップアップ購入
================================================*/
.popupContent-buy {
    width: 800px;
    /*height: 70%;*/
    position: fixed;
    left: 50%;
    z-index: 11;
    padding: 100px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.popupContent-buy.active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.buyDetail{
	background: rgba(40,40,40,0.8);
    padding: 50px;
}

.buyDetail .buyBtnList li{
	margin: 0 0 50px;
}

.buyDetail .buyBtnList li:last-child{
	margin: 0;
}

.buyDetail .buyBtnList li a{
	display: block;
    width: 70%;
	background: rgb(254,112,40);
    background: -webkit-linear-gradient(left, rgba(254,112,40,1) 0%,rgba(255,94,120,1) 100%);
    background: linear-gradient(to right, rgba(254,112,40,1) 0%,rgba(255,94,120,1) 100%);
    border-radius: 500px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
	margin: 0 auto;
}
















/*==============================================
ヘッダー
================================================*/
header{
width: 100%;
z-index: 9;
transition: all .3s ease;
position: fixed;
top: 0;
left: 0;
height: 86px;
min-width: 1100px;
background: #1A1A1A;
border-bottom: none;
}
header h1 {
width: 240px;
float: left;
padding: 0 50px 0 30px;
height: 100%;
}
header h1 a {
height: 100%;
background: url(https://tixplus.jp/feature/streampass_img/images/logo_header_streampass_pc.png) no-repeat center;
background-size: contain;
display: block;
text-indent: -9999px;
}
header #loginNav {
position: absolute;
right: 30px;
top: 30px;
}
header #loginNav li{
display: inline-block;
margin: 0 0 0 30px;
}
header #loginNav li:not(:last-child) {
margin: 0 0 0 15px;
}
header #loginNav li.signup {
border-left: 1px solid #FFF;
padding: 0 0 0 20px;
}
header #loginNav a{
display: inline-block;
font-size: 15px;
text-decoration: none;
line-height: 20px;
cursor: pointer;
color: #FFF;
font-weight: 200;
}
header #loginNav svg {
width: 20px;
height: 20px;
vertical-align: middle;
margin: 0 10px 0 0;
top: -1px;
position: relative;
}
header #loginNav svg > * {
fill: #FFF;
}
/*==============================================
フッター
================================================*/
.footer{
text-align: center;
}
.footer .copyright{
color: #888;
font-size: 10px;
line-height: 1.4;
padding: 0 0 15px;
}

/*==============================================
columnLeft
================================================*/
.columnLeft{
width: 580px;
}
.columnLeft .artistImage{
line-height: 0;
margin: 0 0 35px;
position:relative;
}
.columnLeft .artistImage span{
position: absolute;
display: inline-block;
line-height: 1em;
top: 5px;
right: 5px;
background: -webkit-linear-gradient(left, #ff6f26 55%,#ff5db9 100%);
background: linear-gradient(to right, #ff6f26 55%,#ff5db9 100%);
padding: 6px 10px;
font-size: 11px;
border-radius: 3px;
}
.columnLeft .infoBox{
    margin: 0 0 80px 0;
}
.columnLeft .infoTit{
font-size: 20px;
margin: 0 0 20px;
font-weight: 100;
color: #9b9b9b;
line-height: 1em;
}
.columnLeft .infoList{
display: flex;
}
.columnLeft .infoList dt{
font-size: 13px;
color: #8c8c8c;
}
.columnLeft .infoList dd{
font-size: 13px;
padding: 0 0 0 20px;
}
.columnLeft .bnr{
    width: 70%;
}

/*==============================================
columnRight
================================================*/
.columnRight{
width: 420px;
padding: 0 0 0 45px;
}
.columnRight .artistName{
font-size: 18px;
line-height: 1.5em;
margin: -5px 0 10px;
}
.columnRight .liveName{
font-size: 22px;
line-height: 1.4em;
margin: 0 0 20px;
}
.columnRight .detailList{
display: flex;
margin: 0 0 20px;

}
.columnRight .detailList:last-child{

}
.columnRight .detailList dt{
font-size: 14px;
color: #bebdbd;
}
.columnRight .detailList dd{
padding: 0 0 0 20px;
}
.columnRight .detailList.archive dd{
padding: 0;
}
.columnRight .detailList dd .date{
    font-size: 22px;
    line-height: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.columnRight .detailList dd .time{
font-size: 14px;
}
.columnRight .detailList dd .price{
font-size: 14px;
}
.columnRight .detailList dd span{
font-size: 13px;
}
.columnRight .contList{
margin: 0 0 25px;
}
.columnRight .contList dt{
	font-size: 13px;
    color: #bebdbd;
}
.columnRight .contList dd{
	font-size: 13px;
	margin: 0 0 10px;
}
.columnRight .contList dd:last-child{
	font-size: 13px;
	margin: 0;
}
.columnRight .contList dd .lead{
	font-size:13px;
	margin:0 0 10px;
}
.columnRight .contList dd .lead:last-child{
	margin:0;
}
.columnRight .contList dd .attentionList{
	margin:0;
}
.columnRight .btnBuy a{
width: 100%;
background: rgb(254,112,40);
background: -webkit-linear-gradient(left, rgba(254,112,40,1) 0%,rgba(255,94,120,1) 100%);
background: linear-gradient(to right, rgba(254,112,40,1) 0%,rgba(255,94,120,1) 100%);
color: #fff;
margin: 0 0 25px;
letter-spacing: 0.6px;
display: block;
text-align: center;
font-size: 16px;
padding: 10px;
box-sizing: border-box;
border-radius: 100px;
margin: 0 0 40px;
}

.columnRight .snsList{
display: flex;
align-items: center;
margin: 0 0 35px;
}
.columnRight .snsList .icon{
width: 25px;
margin: 0 5px 0 0;
}
.columnRight .snsList .cap{
font-size: 11px;
padding: 0 0 5px;
line-height: 1em;
}
.columnRight .btnList{
display:flex;
justify-content: center;
    margin: 0 0 25px 0;
}
.columnRight .btnList li{
box-sizing: border-box;
width: 100%;
}
.columnRight .btnList li:nth-child(odd){
padding: 0 10px 0 0;
}
.columnRight .btnList li:nth-child(even){
padding: 0 0 0 10px;
}
.columnRight .btnList li a{
display: block;
padding: 10px;
font-size: 16px;
text-align: center;
border-radius: 100px;
}
.columnRight .btnList li.blankBtn a{
background: #555;
    pointer-events: none;
    line-height: 29px;
    font-size: 11px;
}
.columnRight .btnList li.blankBtn a:hover{
	opacity:0.7;
    box-shadow: none;	
}
.columnRight .btnList li.blankBtn.end a{
    pointer-events: all;
}
.columnRight .btnList li.btnEvent a{
    color: #1a1a1a;
    background: #fff;
    font-weight: 400;
}
.columnRight .btnList li.btnMethod a{
color: #FFF;
border: 1px solid #4a4a4a;
background:#4a4a4a;
}
.columnRight .logoList{
    display: flex;
    padding: 10px 0 0; 
    margin: 0 auto 30px;
    width: 100%;
}
.columnRight .logoList li{
	box-sizing:border-box;
}
.columnRight .logoList li:nth-child(odd){
    padding: 0 20px 0 0;
}
.columnRight .logoList li:nth-child(even){
    padding: 0 0 0 20px;
}
.columnRight .logoList li a{

}
.attentionBox dt{
    margin: 0 0 10px 0;
}
.attentionBox dt dd {
    font-size: 12px;
    margin: 0 0 20px;
}

.popupContent-buy .attentionList {
    text-align: center;
}

/*==============================================
レスポンシブ：PC
================================================*/
@media screen and (min-width: 1045px){
.sp{display:none;}


.columnRight .btnBuy a:hover{
box-shadow: 0 3px 15px 0 rgba(255,124,96,0.8);
}
.columnRight .btnList li.btnEvent a:hover{
opacity:0.7;
}
.columnRight .btnList li.btnMethod a:hover{
opacity:0.7;
}
.btnClose a:hover {
opacity:0.7;
}
.columnRight .snsList .icon a:hover{
opacity:0.7;
}

::-webkit-scrollbar{
width: 10px;
}
::-webkit-scrollbar-track{
background: #1a1a1a;
border: none;
border-radius: 0;
box-shadow: none;
}
::-webkit-scrollbar-thumb{
background: #444;
border-radius: 10px;
box-shadow: none;
}
.columnRight .logoList li a:hover{
	opacity:0.7;
}

/*==============================================
レスポンシブ：PC:popup購入
================================================*/
.buyDetail .buyBtnList li a:hover {
    box-shadow: 0 3px 15px 0 rgba(255,124,96,0.8);
}
.buyDetail .buyBtnList{
    margin: 0 0 30px;
}

}


/*==============================================
レスポンシブ：SP
================================================*/
@media screen and (max-width: 1045px){
.pc{display: none!important;}
.sp {
    display: block !important;
}

/*==============================================
レスポンシブ：SP：クリアー
================================================*/
header #loginNav {
display:none;
}
.header.down {
display: none!important;
}
.bgLogo {
display: none;
}
.mainArtistName {
display: none;
}
/*==============================================
レスポンシブ：SP：フレーム
================================================*/
#container{
background: #474747;
background: -webkit-linear-gradient(-45deg, #474747 0%,#191919 100%);
background: linear-gradient(135deg, #474747 0%,#191919 100%);
}
.wrap {
padding: 50px 0 50px;
color: #f5f5f5;
width: 100%;
margin: 0 auto;
}

/*==============================================
レスポンシブ：SP：ポップアップ
================================================*/

.popupContent {
background: #282828;
width: 100%;
height: 100%;
position: fixed;
left: 0;
overflow: auto;
transform: translateX(-100%);
transition: 0.3s ease;
transform-origin: unset;
z-index: 11;
padding: 20px;
box-sizing: border-box;
}
.popupContent .popupTit {
font-size: 16px;
text-align: center;
}
.popupContent .artistName {
font-size: 13px;
}
.popupContent .liveName {
font-size: 16px;
margin: 0 0 20px;
line-height: 1.3em;
}
.popupDetail dd {
font-size: 14px;
margin: 0 0 15px;
}
.popupDetail dd .lead{
font-size: 13px;
}
.popupDetail dd .lead:last-child{
font-size: 13px;
}
.popupDetail dd .attentionList{

}
.popupDetail dd .attentionList li{

}
.popupDetail dd .attentionList li:last-child{

}
.methodDetail .deviceImage {
width: 85%;
}

.popupDetail dd .logoList li:nth-child(odd){
    padding: 0 10px 0 0;
}
.popupDetail dd .logoList li:nth-child(even){
    padding: 0 0 0 10px;
}



.btnClose {
position: absolute;
top: 20px;
right: 20px;
width: 20px;
height: 20px;
}
.btnClose a:before, .btnClose a:after {
right: 0;
}



/*==============================================
レスポンシブ：SP:popup購入
================================================*/
.popupContent-buy{
    padding: 50px 0;
	width: 90%;
}
.buyDetail {
	background: rgba(40,40,40,0.8);
    padding: 40px;
}
.buyDetail .buyBtnList li {
    margin: 0 0 40px;
}
.buyDetail .buyBtnList li a {
    width: 100%;
    margin: 0 auto;
	font-size: 14px;
}
.popupContent-buy .btnClose {
right: 0px;
}
.buyDetail .buyBtnList{
    margin: 0 0 20px;
}


/*==============================================
レスポンシブ：SP：ヘッダー
================================================*/
header{
height: 50px;
min-width: 100%;
}
header h1{
width: 130px;
margin: 0 auto;
float: none;
height: 100%;
padding: 0 0 3px;
box-sizing: border-box;
}
header h1 a {
height: 100%;
background: url(https://tixplus.jp/feature/streampass_img/images/logo_header_streampass_sp.png) no-repeat center;
background-size: contain;
}


.column {
display: block;
}


/*==============================================
レスポンシブ：SP：columnLeft
================================================*/
.columnLeft {
width: 100%;
margin: 0 0 20px;
}
.columnLeft .infoBox {
    margin: 0;
}
.columnLeft .infoTit {
display: none;
}
.columnLeft .infoList {
display: none;
}
.columnLeft .artistImage {
margin: 0;
}
/*==============================================
レスポンシブ：SP：columnRight
================================================*/
.columnRight {
width: 100%;
padding: 0 5%;
box-sizing: border-box;
}
.columnRight .artistName {
font-size: 13px;
margin: 0 0 5px;
}
.columnRight .liveName {
font-size: 18px;
line-height: 1.4em;
margin: 0 0 20px;
}

.columnRight .detailList {
display: flex;
margin: 0 0 15px;
}
.columnRight .detailList dd .date {
    font-weight: 200;
} 
.columnRight .contList {

}
.columnRight .logoList {
    display: flex;
	margin: 0 auto 20px;
    width: 100%;
}
.columnRight .btnList {
    display: flex;
    padding: 15px 0 0;
    margin: 0 0 30px;
}
.columnRight .btnList li {
    box-sizing: border-box;
    width: 50%;
}
.columnRight .btnList li:nth-child(odd) {
    padding: 0 10px 0 0;
    margin:0;
}
.columnRight .btnList li:nth-child(even) {
padding: 0 0 0 10px
}
.columnRight .btnBuy a {
margin: 0;
}
.columnRight .btnList li.blankBtn a {
    font-size: 12px;
    line-height: 1.6em;
    padding: 8px;
}
.columnRight .btnList li.blankBtn.end a {
    font-size: 13px;
    line-height: 1.6em;
    padding: 15px;
}
.columnRight .btnMethod a{
display: block;
text-align: center;
color: #FFF;
background: #4A4A4A;
border-radius: 100px;
font-size: 11px;
padding: 8px;
}
.columnRight .bnr{
    margin: 0 0 30px 0;
}

.columnRight .snsList {
justify-content: center;
margin: 0 0 20px;
}
.attentionList li {
    text-indent: -13px;
    margin: 0 0 8px 0;
}

.attentionBox{
	margin: 20px 0;
    display: none;
}

}
