@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;}


img{
    width: 100%;
}


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

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

#feature #container {
    width: 100%;
}
.attentionList {
    margin: 0;
}
.attentionList li::before {
    content: none;
}
.attentionList li {
    font-size: 13px;
    line-height: 1.5;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    position: relative;
    color: #fff;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}
#wrap {
    padding: 0;
    margin: 0;
}
.box {
    background: transparent;
    box-shadow: none;
    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: linear-gradient(138deg, #433400, #1B1715, #5B1F12);
background: -webkit-linear-gradient(138deg, #433400, #1B1715, #5B1F12);
background: linear-gradient(138deg, #433400, #1B1715, #5B1F12);
width:100%;
    position: relative;
}
.allContain{
height: auto;
min-height: 100%;
}
.wrap {
    padding: 100px 0;
    color: #ffffff;
    width: 900px;
    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;
    min-width: 900px;
}
.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{
color: #ffffff;
}

.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;
}





/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    padding: 20px;   
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/prev.png);
  background-size: contain;
  vertical-align: middle;    
}
[dir='rtl'] .slick-prev:before
{
    content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/prev.png);
  background-size: contain;
  vertical-align: middle;    
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/next.png);
  background-size: contain;
  vertical-align: middle;    
}
[dir='rtl'] .slick-next:before
{
    content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/next.png);
  background-size: contain;
  vertical-align: middle;    
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 40px;
    width: 72%;
    margin:0 auto 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color:#fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}





/*==============================================
ヘッダー
================================================*/
header{
width: 100%;
z-index: 9;
transition: all .3s ease;
position: fixed;
top: 0;
left: 0;
height: 86px;
min-width: auto;
    background: linear-gradient(60deg, #433400, #3A2B05);
    background: -webkit-linear-gradient(60deg, #433400, #3A2B05);
    background: linear-gradient(60deg, #433400, #3A2B05);
border-bottom: none;
}
header h1 {
width: 240px;
float: left;
padding: 0 50px 0 30px;
height: 100%;
}
header h1 a {
height: 100%;
background: url(../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;
    background: #000;
    color: #fff;
}
.footer .copyright{
color: #fff;
font-size: 10px;
line-height: 1.4;
    padding: 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;
}

.delighter {
    transition: all .5s ease-out;
    transform: translatey(10%);
    opacity: 0;
   }
 
.delighter.started {
      transform: none;
      opacity: 1;
   }

.mainImg{
    margin: 86px 0 50px 0;
}
.mainImg{
position: relative;
    overflow: hidden;
    height: 30vw;
}
.mainImg .photo{
    display: block;
    width: auto;
    margin: auto;
    height: 100%;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    z-index: 2;
}
.mainImg  .title-bg {
    display: block;
    width: 100%;
	height: 100%;
    position: absolute;
    z-index: 1;
}
.mainImg .title-bg img{
	display: block;
	height: 100%;
	filter: blur(25px);
}
.mainImg .title-bg+img{
	display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.headerBtn{
width: 100px;
    position: absolute;
    top: 1%;
    right: 2%;
    z-index: 2;
}
.headerBtn li{

}
.headerBtn li:nth-child(1){
    width: 100%;
}

.headerBtn li a {
    background: #FF9840;
    color: #fff;
    padding: 6px 10px 5px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 100px;
    display: block;
    text-align: center;
    line-height: 1;  
}
.headerBtn li a:hover{
opacity: 0.7;
}
.headerBtn li:nth-child(2) a{
    background: #FF605F;
}

.box {
    margin: 0 0 80px 0;
}
.box .subTit {
    width: 100%;
}
.box .subTit p{
    font-size: 21px;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    display: inline-block;
    margin: 0 0 20px 0;
}
.box .subTit p.btnEvent{
    border: none;
    color: #fff;
    font-size: 14px;
    margin: 0 20px 0 0;
    float: right;
    position: relative;
    top: 15px;
}
.box .subTit p.btnEvent a{
    color: #fff;
    font-weight: bold;
}
.box .subTit p.btnEvent a .fas{
    margin: 0 10px 0 0;
}
.box .subTit p.btnEvent a:hover{
transition: 0.4s;
    opacity: 0.7;
}
.box .mainTit{
    margin: 0 0 40px 0;
}
.box .mainTit p{
	background: #fff;
    display: inline-block;
    width: auto;
    color: #2b220d;
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 15px;
    margin: 0 0 10px 0;
}
.box .mainTit p:last-child{
    margin: 0;
}
.box .mainLead {
    font-size: 25px;
    border-bottom: none;
    padding: 0;
    font-weight: bold;
    margin: 0 0 40px 0;
}


.box .dateBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.box .dateBox dt{
width: 14%;
}
.box .dateBox dt span{
background: #FF9840;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 6px;
    border-radius: 100px;
    box-sizing: border-box;
    position: relative;
    top: 5px;
	color: #2d240c;        
}
.box .dateBox:last-of-type dt span{
    background: #FF605F;
}
.box .dateBox dd{
	width: 85%;
	font-size: 22px;
    font-weight: bold;
}
.box .dateBox dd .date{
    font-weight: bold;
    font-size: 31px;
    line-height: 1;
    margin: 0 0 5px 0;    
}
.box .price{
    background: #fff;
    border-radius: 20px;
    margin: 0 0 20px 0;
    color: #000;
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;          
}

.box .price dt{
    border-right: 2px dotted #000;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    box-sizing: border-box;
    width: 35%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
line-height: 1.5;
}
.box .price dt .mini{
    display: inline-block;
    font-size: 15px;
}
.box .price dd{
    box-sizing: border-box;
    width: 76%;
    display: table-cell;
    vertical-align: middle;
    padding: 2%;
}
.box .price dd .txt{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    width: 45%;
    text-align: center;
    float: left;
    margin: 0;  
    position: relative;
    top: 25px;      
}

.box .price dd .txt .mini{
    font-size: 16px;
}
.box .price dd .btn {
    width: 45%;
    float: left;  
    position: relative;
    z-index: 2;     
}
/*
.box .price dd .btn a{
    background: linear-gradient(
113deg
, #FD7541,#EA5C73);
    background: -webkit-linear-gradient(
113deg
, #FD7541,#EA5C73);
    background: linear-gradient(
113deg
, #FD7541,#EA5C73);
    display: inline-block;
    width: 100%;
    min-width: auto;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
}*/

.box .price dd .btn a {
    padding: 30px;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: auto;
    border-radius: 15px;
    border: none;    
    z-index: 1;    
}

.box .price dd .btn a span.txt{
    width: 60%;
    float: none;
    font-size: 15px;
    top: auto;
    line-height: 0;
}
.box .price dd .btn a span.gradient{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 800%;
    bottom: auto;
    margin: auto;
    z-index: -1;    
    background: #6086c1;
    background: -moz-linear-gradient(45deg, #018ABF 0%, #15A28D 20%, #efe097 70%, #FD7541 , #EA5C73 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #018ABF),color-stop(20%, #15A28D), color-stop(70%, #FD7541), color-stop(100%, #EA5C73));
    background: -webkit-linear-gradient(linear, left bottom, right top, color-stop(0%, #018ABF),color-stop(20%, #15A28D), color-stop(70%, #FD7541), color-stop(100%, #EA5C73));
    background: -o-linear-gradient(linear, left bottom, right top, color-stop(0%, #018ABF),color-stop(20%, #15A28D), color-stop(70%, #FD7541), color-stop(100%, #EA5C73));
    background: -ms-linear-gradient(linear, left bottom, right top, color-stop(0%, #018ABF),color-stop(20%, #15A28D), color-stop(70%, #FD7541), color-stop(100%, #EA5C73));
    background: linear-gradient(linear, left bottom, right top, color-stop(0%, #018ABF),color-stop(20%, #15A28D), color-stop(70%, #FD7541), color-stop(100%, #EA5C73));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6086c1", endColorstr="#d66466",GradientType=1 );
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.box .price dd .btn a:hover{
box-shadow: none;
		}
.box .price dd .btn a span.gradient:hover,
.box .price dd .btn a span.txt:hover + .gradient{
    -webkit-transform: translateY(-85%);
    -moz-transform: translateY(-85%);
    transform: translateY(-85%);
		}
		
.box .price dd .btn a.off span.gradient{
    background: #757575;
}	
.box .price dd .btn a.off span.gradient:hover{
    background: #9e9e9e;
}
.box .detail{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;    
}
.box .price dd .btn a:hover{
background: transparent;
}



.box .price.moventry {
    display: flex;
    align-items: center;
}

.box .price.moventry dd {
    width: 30%;
}
.box .price.moventry dt {
    width: 67%;
    border: none;
}

.box .price.moventry dd .btn {
    width: 100%;
}


.box .detail dt {
    width: 10%;
}
.box .detail dt span{
    background: #fff;
    color: #000;
    border-radius: 100px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    display: block;
    box-sizing: border-box;
    padding: 5px;
    font-weight: bold;
    position: relative;
    top: 5px;
}
.box .detail dd{
    width: 87%;
    font-size: 18px;
    font-weight: bold;
}
.box .detail dd .date{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
}
.box .link{
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

.box .sampleBox{
    margin: 0 0 80px 0;
}
.box .sampleBox .ph{
    width: 45%;
    margin: 0 auto 50px;
}
.box .sampleBox .txt {
    text-align: center;
    font-size: 14px;
}
.box .sampleBox a{
display: block;
}
.box .sampleBox a:hover{
    opacity: 0.7;
    transition: 0.4s;
}

.tab_container {
  margin: 0 auto;
  }
  
.tab_item {
    width: calc(100%/4);
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: none;
    border: 2px solid #fff;
    border-bottom: 0;
    border-radius: 10px 0 0 0;
    position: relative;
    z-index: 5;
    top: 2px;   
    border-bottom: 2px solid #fff; 
    box-sizing: border-box;        
}
.tab_item.off{
    height: 57px;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab_item.off.last {
    border-radius: 0 10px;
    border-bottom: none;
    border-top: 2px solid #fff;
    top: 57px;
}
.tab_item:hover {

}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
    clear: both;
    overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
    margin: 0 auto;
    border-right: 2px solid #fff;
    border-bottom: none;
    position: relative;
    z-index: 5;
    top: 2px;
}
.tab_container .tab_item.is-active {
    margin: 0 auto;
    border-right: 2px solid #fff;
    border-bottom: none;
    position: relative;
    z-index: 5;
    top: 2px;
}
.tab_container .tab_item:nth-child(2){
    border-radius: 0 10px 0 0;
    border-left: none;
}
.tab_container .tab_item:nth-child(4){
border-bottom: none;
    border-top: 2px solid #fff;
    border-radius: 0 10px;
    position: relative;
    top: 57px;
}
.tab_content_description .lead{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}


.tab_content_description .fanstreamBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;    
}
.tab_content_description .fanstreamBox li {

}
.tab_content_description .fanstreamBox li:nth-child(1){
    width: 50%;
}
.tab_content_description .fanstreamBox li:nth-child(2){
    width: 37%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_content_description .fanstreamBox li .logo{
    max-width: 500px;
    margin: auto;
}
.tab_content_description .fanstreamBox li .btn{
    width: 100%;
}
.tab_content_description .fanstreamBox li .btn a{
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 17px;
    border-radius: 100px;
    line-height: 1;
    padding: 15px;
    box-sizing: border-box;
    min-width: auto;
    margin: 0 auto;
}
.tab_content_description .fanstreamBox li .btn a:hover{
    color: #2f1914;
}
.tab_content_description table{
    border: 2px solid #fff;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: initial;
	text-align: center;    
	width: 100%;
}
.tab_content_description table th{
    border: 1px solid #fff;
    border-top: none;
    width: 33%;
    padding: 20px 10px;
    text-align: center;
    border-bottom: none;    
}
.tab_content_description table th .mini{
    display: block;
    font-size: 11px;
}
.tab_content_description table th:nth-child(1){
    border-left: none;
    border-right: none;
}
.tab_content_description table th:nth-child(3){
    border-left: none;
    border-right: none;
}
.tab_content_description table tr td{
    border: 1px solid #fff;
    padding: 20px 10px;
vertical-align: middle; 
    border-bottom: none; 
font-size: 12px;      
}
.tab_content_description table tr td .mini{
    display: block;
    font-size: 12px;
}
.tab_content_description table tr td:nth-child(1),
.tab_content_description table tr td:nth-child(3){
    border-left: none;
    border-right: none;
}
.tab_content_description table tr:last-child td:nth-child(1), 
.tab_content_description table tr:last-child td:nth-child(3){
    border-bottom: none;
} 
.tab_content_description table .tit{
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.2em;
vertical-align: middle;    
}
.tab_content_description table .tit .inBox{
}
.tab_content_description table .tit p{
width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    left: -13%;
}
.tab_content_description table .tit .icon{
    display: inline-block;
    width: 17%;
    image-rendering: pixelated;
    position: absolute;
    top: -7px;
    right: 0;
}
.tab_content_description .link{
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
}

.tab_content_description dl {
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%; 
    box-sizing: border-box;    
}
.tab_content_description dl.buy{
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.tab_content_description dl.attention{
    border-top: none;
    border-radius: 0;
}
.tab_content_description dl dt{
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #fff;    
}

.tab_content_description dl dd{
    border-bottom: 1px solid #fff;
    width: 76%;
    display: table-cell;
    vertical-align: middle;
    padding: 2%;
}

.tab_content_description dl .attentionList {
width: 90%;
    margin: auto;
}
.tab_content_description .box {
    margin: 0 0 50px 0;
}


/* パネル */
.panel{
  display: none;
}
.panel.is-show{
  display: block;
}
.panelgroup{
    border: solid 2px #fff;
border-radius: 0 10px 10px 10px;
    width: 100%;
    padding: 100px 60px 60px 60px;
    border-top: none;
    box-sizing: border-box;
    position: relative;
    top: 57px;    
}

.snsArea{
padding: 40px 0;
}
.snsArea ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width:13%;
    margin: auto;
}
.snsArea ul li{

}
.snsArea ul li a{
display: block;
    border-radius: 999px;
    border: 2px solid #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.snsArea ul li a .fab {
font-size: 20px;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
}

.snsArea ul li a:hover{
    color: #000;
    opacity: 0.7;    
}
.snsArea .txt{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}



/*==============================================
レスポンシブ：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;
}

@media screen and (min-width: 1045px){
    .snsArea ul li a img[src="images/icon_x-twitter.png"] {
        width: 23px;
        height: 23px;
        position: relative;
        left: 13px;
        top: 13px;
    }

    .snsArea ul li:last-child a {
        background: #000;
        width: 54px;
        height: 54px;
        padding: 11px;
        box-sizing: border-box;
    }
}

/*==============================================
レスポンシブ：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;
}

@media screen and (max-width: 1045px){
.snsArea ul li a img[src="images/icon_x-twitter.png"] {
    width: 20px;
    height: 20px;
    position: relative;
    left: 7px;
    top: 7px;
    }
    .snsArea ul li a img[src="images/icon_line.png"] {
        position: relative;
        top: 1px;
        }

    .snsArea ul li:last-child a {
        background: #000;
        width: 37px;
        height: 39px;
        padding: 10px;
        box-sizing: border-box;
    }
}

/*==============================================
レスポンシブ：SP：クリアー
================================================*/
header #loginNav {
display:none;
}
.header.down {
display: none!important;
}
.bgLogo {
display: none;
}
.mainArtistName {
display: none;
}
/*==============================================
レスポンシブ：SP：フレーム
================================================*/
#container{
z-index: 0;
}
.wrap {
    padding:0 20px 50px;
    width: 100%;
    margin: 0 auto;
box-sizing: border-box;    
}


/*==============================================
レスポンシブ：SP：ヘッダー
================================================*/
header{
height: 50px;
min-width: 100%;
}
header h1{
width: 130px;
height: 100%;
padding:0 10px 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;
    position: relative;
    left: auto;
    top: auto;
    background-size: contain;
    transform: none;
    -webkit-transform: none;
}
header #loginNav {
    display: block;
}
header #loginNav li {
    display: inline-block;
    margin: 0 0 0 30px;
    width: 100px;
    height: auto;
    float: none;
}
header #loginNav {
    position: absolute;
    right: 0;
    top: 15px;
}
header #loginNav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0;
    font-weight: bold;
}
header #loginNav li svg {
    width: auto;
    height: 25px;
    margin: 0 6px 0 0;
}
.column {
display: block;
}


.mainImg {
    margin: 48px 0 50px 0;
    height: 60vw;    
}
.headerBtn {
    z-index: 10;
    width: 100px;
    top: 15px;
    right: 2%;
}
.headerBtn li a {
    padding: 6px 10px 5px;
    font-size: 10px;
}
.headerBtn li a:hover{
    opacity: 1;
}
.box {
    margin: 0 0 40px 0;
}
.box .mainTit p {
    font-size: 4.5vw;
    padding: 10px;
    margin: 0 0 5px 0;
}
.box .subTit p {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 15px 0;
}
.box .subTit p.btnEvent {
    font-size: 11px;
    margin: 0;
    top: 5px;
}
.box .mainTit {
    margin: 0 0 20px 0;
}
.box .mainLead {
    font-size: 17px;
    margin: 0 0 30px 0;
}
.box .dateBox dt {
    width: 100%;
    margin: 0 0 15px 0;
}
.box .dateBox dt span {
    font-size: 13px;
    width: 130px;
    top: 0;
}
.box .dateBox dd .date {
    font-weight: bold;
    font-size: 24px;
}
.box .dateBox dd {
    width: 100%;
    margin: 0 0 20px 0;
}
.box .dateBox dd .open{
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
}
.box .dateBox dd .archiveDate{
    font-size: 13px;
    /*font-size: 20px;*/    
    line-height: 1.5;
    font-weight: bold;
}

.box .checkList{
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 15px;
    display: table;
    width: 100%; 
    box-sizing: border-box;    
}
.box .checkList li{
    display: table;
    border-bottom: dotted #fff 2px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    width: 100%;        
}
.box .checkList li:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.box .checkList li .btnEvent a{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: linear-gradient( 
-135deg
 , #EA5C73, #FD7541);
    background: -moz-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -webkit-gradient(-135deg, #EA5C73, #FD7541);
    background: -webkit-linear-gradient( 
-135deg
 , #EA5C73, #FD7541);
    background: -o-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -ms-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: linear-gradient( 
-135deg
 , #EA5C73, #FD7541);
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    max-width: 400px;    
}
.checkList li .price{
width: 35%;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.checkList li .nameBox{
    width: 57%;
    font-size: 14px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
.box .checkList li .btnEvent a.off{
background: #757575;
}
.checkList li .nameBox .name{
margin: 0 0 0 1em;
    text-indent: -1em;
}
.checkList li .price .mini{
font-size: 11px;
}
.checkList li:not([class])::before, .checkList dd:not([class])::before{
    display: none;
}
.checkList  input[type=radio] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
}
.checkList input + label {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0 0 2px;
    transition: 0.3s ease;
    box-sizing: border-box;
}
.checkList input[type=radio] + label span.btn {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 100px;
    margin: 0 5px 0 0;
    position: relative;
    float: left;
    top: 4px;
}
.checkList input[type=radio]:checked + label span.btn:before {
width: 0.6em;
    height: 0.6em;
    background: #fa7148;
}
.checkList input[type=radio] + label span.btn:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 0em;
    height: 0em;
    background: #939393;
    transform: translate(-50%,-50%);
    border-radius: 100px;
    transition: 0.3s ease;
}
.checkList input{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    background: linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -moz-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -webkit-gradient(-135deg, #EA5C73, #FD7541);
    background: -webkit-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -o-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -ms-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: linear-gradient(-135deg, #EA5C73, #FD7541);
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    color: #fff;
    font-size: 16px; 
    font-weight: bold;  
    max-width: 400px;
    margin: auto;
    display: block;             
}



.box .checkList.moventry li {
    border-bottom: none;
    padding: 0;
    margin: 0 0 10px;
}

.box .detail dt {
    width: 100%;
}
.box .detail dt span{
    background: transparent;
    color: #fff;
    width: 100px;
    border: 2px solid #fff;
    top: 0;
    margin: 0 0 10px 0;
}
.box .detail dd {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}
.box .detail dd .date {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.attentionList li {
    font-size: 11px;
    line-height: 1.5;
    text-indent: -1em;
    margin: 0 0 5px 1em;
    position: relative;
    color: #fff;
    padding: 0;
}
.box .sampleBox {
    margin: 0 0 40px 0;
}
.box .sampleBox .ph {
    width: 80%;
    margin: 0 auto 10px;
max-width: 430px;    
}
.box .sampleBox .txt {
    text-align: center;
    font-size: 13px;
    margin: 0;    
}
.box .sampleBox a:hover{
    opacity: 1;
    transition: 0.4s;
}
.tab_item {
    width: 50%;
    box-sizing: border-box;
    }
.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.tab_content_description .lead {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.tab_content_description .box {
    margin: 0 0 20px 0;
}
.tab_content_description .fanstreamBox li:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;    
}
.tab_content_description .fanstreamBox li:nth-child(2) {
    width: 100%;
}
.tab_content_description .fanstreamBox li .btn a {
    width: 70%;
    color: #fff;
    border: 2px solid #fff;
    font-size: 12px;
    border-radius: 100px;
    line-height: 1;
    padding: 10px;
    box-sizing: border-box;
    min-width: auto;
    margin: 0 auto;
}
.tab_content_description .fanstreamBox li .btn a:hover{
    color: #fff;
}
.tab_content_description table .tit {
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    width: 25%;
}
.tab_content_description table .tit .icon {
    display: none;
}
.tab_content_description table .tit p {
    left: auto;
}
.tab_content_description table tr td .mini {
    display: block;
    font-size: 10px;
}
.tab_content_description table th {
    font-size: 13px;
}
.tab_content_description .fanstreamBox {
    margin: 0 0 30px 0;
}
.tab_container input:checked + .tab_item {
    margin: 0 auto;
    border-right: 2px solid #fff;
}
.tab_item.off {
    display: none;
}
.tab_content_description dl dt {
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    border-right: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.tab_content_description dl {
    border: 2px solid #fff;
    border-radius: 10px;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
    box-sizing: border-box;    
}
.tab_content_description dl.buy {
    border-bottom: 2px solid #fff;
    border-radius: 10px;
}
.tab_content_description dl dd {
    border-bottom: none;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding: 0;
}
.tab_content_description dl .attentionList {
    width: 100%;
    margin: auto;
}

.tab_content_description dl.attention {
    border-top: 2px solid #fff;
    border-radius: 10px;
margin: 0;    
}
.tab_item:hover {
    color: #fff;
}
.panelgroup {
    border: solid 2px #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 20px;
    border-top: none;
    box-sizing: border-box;
    position: relative;
    top: 30px;
}


.snsArea .txt{
    text-align: center;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.snsArea ul {
    width: 50%;
    margin: auto;
}
.snsArea ul li a {
    display: block;
    border-radius: 999px;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.snsArea ul li a:hover{
    opacity: 1;
}
.snsArea ul li a .fab {
    font-size: 19px;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 35px;
}
.snsArea ul li:last-child a {
    background: #000;
    padding: 6px;
    box-sizing: border-box;
}

.popupContent{
	width: 100%;
    min-width: auto;
    padding: 50px 20px;
}
.btnClose {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 25px;
    height: 25px;
}

.popupContent.btnArea{

}
.popupContent.btnArea dl{
    border: none;
    padding: 30px 0;
    margin: 0;
}

.popupContent.btnArea dt {
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
.popupContent.btnArea dd{
    margin: 0 0 25px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px dotted #fff;
}
.popupContent.btnArea dl .btn a {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: linear-gradient( 
-135deg
 , #EA5C73, #FD7541);
    background: -moz-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -webkit-gradient(-135deg, #EA5C73, #FD7541);
    background: -webkit-linear-gradient( 
-135deg
 , #EA5C73, #FD7541);
    background: -o-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: -ms-linear-gradient(-135deg, #EA5C73, #FD7541);
    background: linear-gradient( 
-135deg
 , #EA5C73, #FD7541);
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.5; 
    max-width: 400px;       
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
    width: 92%;
    margin: 0 auto 20px;
}

.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.slick-dots {
    bottom: -10px;
    }



}
