@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lusitana:400,700&display=swap');

@charset "UTF-8";
/*\*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */


a {
	color:#fff;
}
a:hover {
	opacity: 0.6;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lusitana:400,700&display=swap');

/*===================================================


	reset.css


====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
    font-family: "Noto Sans JP", sans-serif, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: transparent;
    word-break: break-all;
    background:#151318;
    color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: #fff;
}
.link{
text-decoration: underline;
    transition: 0.4s;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.header ,
body:not(.page--home) .header-logo{
    display: none;
}
body:not(.page--home) .content--main {
    padding-top: 0;
}


.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.bnr{
    width: 80%;
    margin: 20px auto;
    max-width: 500px;
}
.bnr a{
    transition: 0.4s;
}

#container{
    width: 1100px;
    margin: 50px auto;
    background: none;
    padding: 0;
}
.conteiner{

}
.contents{

}
.inBox{

}

.btn a,
.contents.ticketArea  [type="submit"].btn{
    display: block;
    color: #fff;
    padding: 30px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
    border-radius: 999px;
    font-weight: bold;
    transition: 0.4s;
    font-size: 18px;
    line-height: 1.5;
    background-image: linear-gradient(to right, #e5007f, #c7c329, #90c320);
    -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    line-height: 1;
}
.btn.wide a,
.contents.ticketArea  [type="submit"].btn{
    width: 100%;
    font-size: 24px;
    margin: 0 auto 30px;
    font-weight: bold;
}
.btn.back a{
    border: 2px solid #7F4F21;
    border-radius: 0;
    background: #7F4F21;
    padding: 10px;
    font-size: 15px;
    margin: 50px auto 0;
color: #fff;
}
.btn a .mini{
    font-size: 80%;
    font-weight: 500;
}
.linkArea a{
    display: block;
    background: #fff;
    color: #000;
    border: 2px solid #ff0000;
    text-align: center;
    padding: 20px;
    margin: 0 auto 50px;
    font-size: 22px;
    font-weight: 500;
    transition: 0.4s;
}
.linkArea a span.bold{
    font-weight: bold;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.attentionList{

}
.attentionList li{
font-size: 13px!important;
    margin: 0 0 5px 1em!important;
    text-indent: -1em;
    text-align: left;

}
.attentionList li:last-child{
    margin: 0 0 0 1em!important;
}
.topLink a{
    text-align: center;
    display: block;
    font-size: 16px;
    border: 2px solid;
    width: 300px;
    padding: 10px;
    margin: 80px auto;
    font-weight: bold;
    transition: 0.4s;
}

footer.footer {
        padding: 50px 40px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    color: #000;
}
.footer .nav--support a{
    color: #000;
}
.footer .block--link a{
    color: #000;
}
.coming{
    text-align: center;
    padding: 100px 0;
    font-weight: bold;
    font-size: 24px;
}

.red{
    color:#e00027;
}
.bold{
    font-weight: bold;
}


/*===================================================


	header


====================================================*/

header {
    position: relative;
    margin: 0 auto 80px;
}
header .snsIcons{
	position: absolute;
    right: 10px;
    top: 10px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
header .snsIcons li{

}
header .snsIcons li a{
    font-size: 20px;
    padding: 0 10px;
    transition: 0.4s;
    color:#fff;
    display: block;
}
header .snsIcons li a img{
    width: 18px;
    position: relative;
    top: 0;
}
header .snsIcons iframe{
transition: 0.4s;
}

header .headImg{
text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 0 auto 30px;
}
header h1{
    margin:40px auto 30px;
}
header .logo{
    max-width: 400px;
    margin: 0 auto 30px;
    width: 80%;
}
header .headImg h2{

}
header .headImg h2 p:nth-child(1){
    font-size: 40px;
    color: #e0007c;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.1), 0 0 32px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #e5007f, #90c320);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 10px;
}
header .headImg h2 p:nth-child(2){
    font-size: 30px;
    color: #90c31f;
}
#gNav {
    padding: 0;
}
.menu {
    zoom: 1;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.menu li {
    display: block;
    line-height: 1;
    width: 16%;
    text-align: center;
}
.menu li a, .menu li span {
    display: block;
    text-decoration: none;
    font-size: 25px;
    transition: 0.4s;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #90c320;
    color: rgba(var(--text-color));
    border: 2px double transparent;
    background-image: linear-gradient(rgba(13, 14, 33, 1), rgba(13, 14, 33, 1)), radial-gradient(circle at left top, #90c320, #e0007c);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 10px;
    border-radius: 999px;
}
.menu li a:hover {
    color: #efe800;
    background-image: linear-gradient(rgba(36, 37, 69, 1), rgba(36, 37, 69, 1)), radial-gradient(circle at left top, #90c320, #e0007c);
	opacity: 1;
}
.menu li.on a{
    color: #efe800;
    background-image: linear-gradient(rgba(36, 37, 69, 1), rgba(36, 37, 69, 1)), radial-gradient(circle at left top, #90c320, #e0007c);
}

.inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.headLine h3{
    text-align: center;
    margin: 0 auto 50px;
    font-weight: normal;
}
.headLine h3 .title {
    position: relative;
    text-align: center;
    font-size: 52px;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #e0007c;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.1), 0 0 32px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #e5007f, #90c320);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

dl.detail{
    text-align: center;
    margin: 0 auto 80px;
}
dl.detail dt{
    display: block;
    margin: 0 auto 20px;
    padding: 5px;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: none;
    text-shadow: -2px 4px 4px #091243, 0 0 10px #00D0FF, inset 1px 1px 1px white;
    color: #90c320;
    border: 2px solid;
    border-radius: 999px;
    background-color: transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(144, 195, 32, 1), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(144, 195, 32, 1);
    -webkit-animation: flickering 5s infinite;
    animation: flickering 5s infinite;
    max-width: 180px;
    font-weight: bold;
}
dl.detail dd{
    font-size: 32px;
    font-weight: bold;
}
.contact {
    font-weight: bold;
}
 dl.contact{
text-align: center;
    margin: 0 auto 40px;
    border-bottom: none;
    padding: 40px;
    max-width: 700px;
    background: rgba(255, 255, 255, 0.05);
}
dl.contact dt{
    font-size: 17px;
    margin: 0 0 20px 0;
}
dl.contact dd{

}
.contact .txt {
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
}
.contact .attentionList {
    padding: 20px;
    border: 1px solid;
    margin: 0 0 50px 0;
}
.contactList{
    max-width: 700px;
    margin: 0 auto 100px;
    text-align: center;
}
.contactList li{
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}

/*===================================================


	colorbox


====================================================*/

body #cboxClose {
    top: -20px;
    right: -50px;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 99999;
    pointer-events: all;
    display: block !important;
    background: none;   
}
body #cboxClose::before,body #cboxClose::after { 
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 30px;
    background: #000;
}
 
body #cboxClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
body #cboxClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

#cboxContent,
#colorbox, #cboxOverlay, #cboxWrapper{
    overflow: initial!important;
}
#cboxContent {
    background: #151318!important;
}
.profile_box .close{
    width: 50px;
    position: absolute;
    top: 0;
    right: -50px;
}

#cboxPrevious{background-position:0px 0px; left:0; top: 45%;}
        #cboxPrevious:hover{background-position:0px -40px;}
        #cboxNext{background-position:-40px 0px; right:0; top: 45%;}
        #cboxNext:hover{background-position:-40px -40px;}
        #cboxClose{background-position:-80px 0px; right:0;}
        #cboxClose:hover{background-position:-80px -40px;}
#cboxOverlay {
    background: #000!important;
}
#cboxLoadedContent {
    margin-bottom: 0!important;
}
#cboxCurrent {
    display: none!important;
    }

#cboxContent #cboxClose {
    position: absolute;
    bottom: auto;
    top: -20px;
    right: -20px;
    background: url(../img/close.png) ;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-size: contain;
}
#cboxContent,
#colorbox, #cboxOverlay, #cboxWrapper{
    overflow: initial!important;
}
#cboxContent {

}
#cboxPrevious{background-position:0px 0px; left:0; top: 45%;}
        #cboxPrevious:hover{background-position:0px -40px;}
        #cboxNext{background-position:-40px 0px; right:0; top: 45%;}
        #cboxNext:hover{background-position:-40px -40px;}
        #cboxClose{background-position:-80px 0px; right:0;}
        #cboxClose:hover{background-position:-80px -40px;}
#cboxOverlay {
    background: #000!important;
}
#cboxLoadedContent {
    margin-bottom: 0!important;
}
#cboxCurrent {
    display: none!important;
    }
#cboxLoadedContent {
    margin-bottom:0!important;
    overflow-x: hidden !important;
}


/*===================================================


	HOME


====================================================*/

.contents.infoArea{
    margin: 0 auto 100px;
}
.contents.infoArea .lead{
    position: relative;
    margin: 0 auto 50px;
    padding: 0 0 50px 0;
}
.contents.infoArea .lead:before {
    content: "";
    width: 50%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.contents.infoArea .lead p{

}
.contents.infoArea .lead p:nth-child(1){
text-align: center;
    font-weight: bold;
    font-size: 37px;
    margin: 0 auto 20px;
    color: #e0007c;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.1), 0 0 32px rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, #e5007f, #90c320);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contents.infoArea .lead p:nth-child(2){
    font-size: 22px;
    margin: 0 auto 20px;
    line-height: 2;
}
.contents.infoArea .lead p:nth-child(3){
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin: 0 auto 20px;
    color: #e0007c;
}
.contents.infoArea .lead p:nth-child(4){
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    margin: 0 auto;
}

.contents.infoArea .liveTit{

}
.contents.infoArea .liveTit p{

}
.contents.infoArea .liveTit p:nth-child(1){
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 5px;
}
.contents.infoArea .liveTit p:nth-child(2){
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto 5px;
}
.contents.infoArea .liveTit p:nth-child(3){
    text-align: center;
    font-size: 57px;
    font-weight: bold;
    line-height: 1.2;
}
.contents.infoArea .liveTit p:nth-child(3) .mini{
    font-size: 26px;
    position: relative;
    top: -8px;
}
.contents.detailArea{
    box-sizing: border-box;
}

.contents.detailArea dl.detail dd .artistTxt{

}
.contents.detailArea dl.detail dd .artistTxt p{

}
.contents.detailArea dl.detail dd .artistTxt p:nth-child(1){
    font-size: 40px;
}
.contents.detailArea dl.detail dd .artistTxt p:nth-child(2){
    font-size: 24px;
}

.contents.detailArea dl.detail dd .dateBox{
    width: 50%;
}
.contents.detailArea dl.detail dd .dateBox:nth-of-type(1) {
    border-right: 1px solid #000;
}
.contents.detailArea dl.detail dd .dateBox .date{

}
.contents.detailArea dl.detail dd .dateBox .venue{
    font-size: 29px;
    margin: 0 auto 5px;
}
.contents.detailArea dl.detail dd .dateBox .open{
    font-size: 19px;
}

.s-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.s-table thead{

}
.s-table thead th {
    padding: 1em 0;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
    background: none;
    font-weight: bold;
    border: none;
    border-bottom: solid 1px #4f4f4f;
}
.s-table td {
    padding: 20px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-bottom: solid 1px #4f4f4f;
    position: relative;
    background: none;
}
.s-table td + td::before {
    width: 1px;
    height: 84%;
    content: "";
    background:#4f4f4f;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.s-table .day {
    width: 25%;
}
.s-table .date {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.s-table .time {
    width: 15%;
    font-weight: 500;
}
.s-table .area {
    width: 12%;
    font-weight: 500;
}
.s-table .venue {
    width: 20%;
    font-weight:500;
    line-height: 1.5;
}
.s-table .ticketGuid {
    width: 26%;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}
.s-table .transfer .date,
.s-table .transfer .youbi,
.s-table .transfer .time,
.s-table .transfer .area,
.s-table .transfer .venue .line,
.s-table .transfer .ticketGuid,
..s-table .transfer .ticketGuid a{
    text-decoration: line-through;
    text-decoration-color: #FF0000;
}
.s-table .transfer .infoBtn{

}
.s-table .transfer .infoBtn a{
    background: #000;
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 140px;
    border-radius: 100px;
    margin: 5px 0 0;
}




.contents.detailArea dl.detail dd .ticketType{
    margin: 0 auto 30px;
}
.contents.detailArea dl.detail dd .ticketType:last-of-type{
    margin: 0 auto;
}
.contents.detailArea dl.detail dd .ticketType .inner {
    align-items: flex-start;
}
.contents.detailArea dl.detail dd .ticketType .inner .left{
    width: 30%;
}
.contents.detailArea dl.detail dd .ticketType .inner .right{
    width: 65%;
    text-align: left;
}
.contents.detailArea dl.detail dd .ticketType .seat{
    background: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
}
.contents.detailArea dl.detail dd .ticketType .subTxt{
    color: #e0007c;
    font-size: 19px;
    margin: 0 0 5px 0;
}
.contents.detailArea dl.detail dd .ticketType .subTxt .mini{
    font-size: 80%;
}
.contents.detailArea dl.detail dd .ticketType .price{
text-align: left;
    margin: 0;
    font-size: 24px;
}
.contents.detailArea dl.detail dd .ticketType .price .mini{
    font-size: 70%;
    display: inline-block;
}
.contents.detailArea dl.detail dd .ticketType .attentionList{
    margin: 10px 0 0 0;
    font-weight: normal;
}

.contents.detailArea .btnArea {
    margin: 0 auto 80px;
}
.contents.detailArea .btnArea .txt{
    text-align: center;
    font-size: 21px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #7F4F21;
}

.contents.detailArea .btnList li{
    margin: 0 auto 20px;
}
.contents.detailArea .liveBox{
    padding: 40PX 0 0 0;
    margin: 40PX 0 0 0;
    border-top: 1px solid;
}
.contents.detailArea .liveBox .logo{
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    margin: 0 auto 20px;
    line-height: 1.2;
}
.contents.detailArea .liveBox .logo img{
display: block;
    width: 90%;
    margin: 20px auto;
}
.contents.detailArea .liveBox .logo img.toyoLogo{
    width: 85%;
}
.contents.detailArea .liveBox .logo .add{
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #e71216;
    letter-spacing: 0.1em;
    font-size: 33px;
    font-weight: bold;
}
.contents.detailArea .liveBox .date{
    text-align: center;
    font-weight: bold;
    color: #F3E500;
    font-size: 26px;
    margin: 0 auto 10px;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: 0.1em;
}
.contents.detailArea .liveBox .date .link{
    text-decoration: underline;
    font-size: 15px;
    margin: 0 0 0 15px;
    transition: 0.4s;
}
.contents.detailArea .liveBox .open{
    color: #F3E500;
    font-size: 16px;
    text-align: center;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: 0.1em;
}

.contents.detailArea .ticketArea{
    margin: 50px auto;
}
.contents.detailArea .ticketArea .tit{
    text-align: center;
    font-size: 23px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #ff0000;
    padding: 15px 0;
margin: 0 auto 30px;    
}
.contents.detailArea .ticketArea .inner{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.contents.detailArea .ticketArea .inner li{
    width: 49%;
    border-right: 1px solid;
    padding: 0 20px;
}
.contents.detailArea .ticketArea .inner li:last-child{
    border-right: none;
}
.contents.detailArea .ticketArea .inner li .subTit{
text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.contents.detailArea .ticketArea .inner li .txt{
text-align: center;
    line-height: 1.8;
    font-size: 18px;
}
.contents.detailArea .ticketArea .inner li .txt span{
    display: block;
    font-size: 14px;
    color: #F3E500;
}
.contents.detailArea .ticketArea .mainTxt{
    margin: 0 auto 30px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
}
.contents.detailArea .ticketArea .mainTxt span{
    display: block;
    font-size: 35px;
}


.price{
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
}
.price .mini{
font-size: 14px;
    position: relative;
    top: -3px;
}

.contents .joinArea{
    padding: 40px;
    background: #fff;
    color: #000;
    margin: 30px auto ;
}
.contents .joinArea .lead{
    line-height: 1.5;
    font-weight: bold;
    color: #B03718;
    font-size: 18px;
    margin: 0 auto 30px;
}
.contents .joinArea .btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
width: 80%;
    margin: 0 auto 0px;
}
.contents .joinArea .btnList li{
width: 50%;
}
.contents .joinArea dl {
    text-align: center;
    margin: 0 auto 0;
    color: #000;
    border: none;
    padding: 0;
}
.contents .joinArea dl dt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 20px;
}
.contents .joinArea dl dd {
    font-size: 14px;
    font-weight: bold;
}
.contents .joinArea dl dd .txt{
    margin: 0 auto 20px;
}
.contents .joinArea dl dd .attentionList {
    padding: 0;
    border: none;
    text-align: left;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.contents.detailArea  .text.center{
    text-align: center;
    line-height: 1.8;
    font-size: 12px;
}



.specialBox{
    padding: 40px;
    border: 2px solid;
}
.specialBox .ph{
    width: 40%;
}
.specialBox .txtArea{
    width:55%;
}
.specialBox .tit{
    color:#cb2129;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.specialBox .titImg{
    margin: 0 auto 10px;
}
.specialBox .txt{
    font-size: 16px;
    margin: 0 auto 15px;
}
.specialBox .nowOnSale{
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
    text-align: center;
    font-size: 30px;
    margin: 0 auto 10px;
}
.specialBox .btn a{
    max-width: 100%;
    width: 100%;
    background: #cb2129;
    color: #fff;
}


/*===================================================


	NEWS


====================================================*/

.contents.newsArea{
    padding: 0 0 80px 0;
}
.contents.newsArea .newsList{

}
.contents.newsArea .newsList{
padding: 40px;
    margin: 0 0 20px 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
}
.contents.newsArea .newsList dt{
    font-size: 15px;
    margin: 0 0 10px 0;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
    letter-spacing: 0.1em;
}
.contents.newsArea .newsList dt span{
    background:#fff;
    color:#7F4F21;
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
}
.contents.newsArea .newsList dd{
    font-size: 21px;
}
#news #cboxContent .txt .fcArea{
    border-top: 1px dotted;
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}
.contents.newsArea .newsList a{
    transition: 0.4s;
}
#news #cboxContent {
    color: #fff;
}
#news #cboxLoadedContent {

}
#news #cboxLoadedContent section{
    padding:100px 50px;
    min-height: 60vh;
}
#news #cboxLoadedContent section .btn a{
    width: 100%;
    color: #ffffff;
    border: 2px solid #ffffff;
}
#news #cboxContent #cboxClose {
    position: absolute;
    bottom: auto;
    top: 50px;
    right: 50px;
    background: none;
}
body#news #cboxClose::before, body #cboxClose::after {
    background: #ffffff;
}
#news #cboxContent .tit{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}
#news #cboxContent .data{
    text-align: center;
    font-size: 15px;
    margin: 0 0 50px 0;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
    letter-spacing: 0.1em;
}
#news #cboxContent .data span{
background: #e4007f;
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    position: relative;
    top: -2px;
}
#news #cboxContent .txt{
    font-size: 17px;
    line-height: 2;
    margin: 0 0 20px 0;
}
#news #cboxContent .txt .bold{
    font-size: 115%;
    font-weight: bold;
}
#news #cboxContent .txt .center{
text-align: center;
}
#news #cboxContent .txt .liveTit{
    font-weight: bold;
}
#news #cboxContent .txt .liveTit p{
    line-height: 1.2;
}
#news #cboxContent .txt .liveTit p:nth-child(1){
    font-size: 19px;
    margin: 0 0 10px 0;
}
#news #cboxContent .txt .liveTit p:nth-child(2){
    font-size: 17px;
    margin: 0 0 10px 0;
}
#news #cboxContent .txt .liveTit p:nth-child(3){
    font-size: 25px;
}
#news #cboxContent .txt .liveTit p:nth-child(3) .mini{
    font-size: 20px;
    position: relative;
    top: -6px;
    margin: 0 0 0 15px;
}
#news #cboxContent .ph {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
}
#news #cboxContent .link {
    text-decoration: underline;
}
#news #cboxContent .link:hover{

}

/*===================================================


	profile


====================================================*/


.contents.profileArea{

}
.contents.profileArea .mainArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents.profileArea .mainArea .ph{
    width: 40%;
}
.contents.profileArea .mainArea .ph .logo{
    display: block;
    width: 100px;
    margin: 20px auto 0;
}
.contents.profileArea .mainArea .member{
    width: 45%;
}
.contents.profileArea .mainArea .member .logo{
    width: 200px;
    margin: 0 auto 20px;
}
.contents.profileArea .mainArea .member .tit{
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 10px 0;
    text-align: center;
}
.contents.profileArea .mainArea .member .txt{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
    line-height: 2;
}
.contents.profileArea .mainArea .member .txt .mini{
    font-size: 80%;
    margin: 0 0 0 15px;
    font-weight: 400;
}
.contents.profileArea .history{
    margin: 0 auto 50px;
}

.contents.profileArea .history .txt{
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
}
.contents.profileArea .history .txt .bold{
    font-size: 16px;
    font-weight: bold;
}

.contents.profileArea .history .imgArea{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.contents.profileArea .history .imgArea li:nth-child(2){
    width: 75%;
}
.contents.profileArea .history .imgArea li:nth-child(3){
    width: 24%;
}
.contents.profileArea .history .imgArea li .txt{

}
.contents.profileArea .history .imgArea li .ph{

}

.contents.profileArea .history .link{
transition: 0.4s;
    text-decoration: underline;
}
.contents.profileArea .history .lead{
    font-size: 23px;
    line-height: 1.8;
    margin: 0 0 30px 0;
    letter-spacing: 0.1em;
    color: #90C31F;
    font-weight: 500;
}

.contents.profileArea .titArea{
    text-align: center;
    color: #90C31F;
    margin: 0 auto 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 30px 0;
}
.contents.profileArea .titArea h4{
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 29px;
}
.contents.profileArea .profileTxt{
    text-align: center;
    font-size: 13px;
}

.memberList {
	zoom:1;
	overflow: hidden;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.memberList li {
	position:relative;
	width: 25%;
 	padding:2%;
	margin-bottom: 2%;
	display:inline-block;
	position: relative;
	cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.memberList li  .new{
    position: absolute;
    top: 0;
    background: #0C308C;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 999px;
}
.memberList.one{

}
.memberList.one li{

}

.memberList.col1 li {
  margin: 0 auto;
	float: none;
}
.memberList li img {
	width: 100%;
 	background-repeat:no-repeat;
	background-position: center top;
	background-size:cover;
}
.memberList li a {
	position: absolute;
	display: block;
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.memberList li a.msgbtn {
	position:absolute;
	top:55%;
	left:25%;
	right:auto;
	bottom:auto;
	transform:translate(-50%, -50%);
	color:#fff;
	padding:0.2em 1em;
	background:#d8348fcc;
	border-radius:50rem;
	text-decoration:none;
	font-size:10px;
}
.memberList li .name {
    padding: 0.5em;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.memberList li .name span {
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
}
.memberList li div {
    position: relative;
}
.memberList li div .new {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    padding: 0 1em;
    background-color: #c00;
    color: #fff;
    line-height: 1.6;
    z-index: 1;
}

#profile_area .profile_box {
	display: none;
}

#profile_area h4 {
	font-size: 120%;
}

.specialguest {
	color: #000;
}

.special-guest {
    background: #c0af70;
    color: #000;
    font-weight: bold;
    padding: 8px;
    font-size: 16px;
    margin-bottom: 2%;
    text-align: center;
}

.more {
    margin: 0 auto 50px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

/* ---- Mordal ---- */

.profile_box {
	width: 800px;
}
.profile_box .inner {
    padding: 40px;
    zoom: 1;
    overflow: hidden;
    align-items: flex-start;
}

.msgbx .inner{
	background-color:#fff;
}

.profile_box .inner .detail .text img {
	width: 100%;
}
.profile_box .inner .thumbnail {
    position: relative;
    width: 36%;
}
.profile_box .inner .thumbnail img {
	width: 100%;
}
.profile_box .inner .thumbnail span {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.profile_box .inner .thumbnail span img {
	width: 100%;
	height: 100%;
}
.profile_box .inner .detail {
    width: 60%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.profile_box .inner .detail h4 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 24px;
    color: #fff;
}
.profile_box .inner .detail h4 span {
	display: block;

	font-size: 12px;
}
.profile_box .inner .detail .text {
    word-break: break-all;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}
.profile_box .inner .detail .text a{
    text-decoration: underline;
    transition: 0.4s;
}
.profile_box .inner .detail .text iframe {
	margin: 5px 0;
}

.profile_box .close{
    width: 50px;
    position: absolute;
    top: 0;
    right: -50px;
}
#artist #cboxContent #cboxClose {
    right: 20px;
    top: 20px;
}
body#artist #cboxClose::before, body#artist #cboxClose::after{
    background: #ffffff;
}


/*===================================================


	TICKT


====================================================*/

.contents.ticketArea dl.detail {
    text-align: center;
    margin: 0 auto 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
}
.contents.ticketArea dl.detail dt {
    font-size: 18px;
    margin: 0 auto 20px;
    color: #fff;
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
}
.contents.ticketArea dl.detail dd {
    font-size: 21px;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
}
.contents.ticketArea dl.detail dd .mini{
    font-size: 70%;
    display: inline-block;
}
.contents.ticketArea dl.detail dd .subTit{
    font-size: 14px;
    margin: 0 0 5px 0;
    display: inline-block;
    background: #fff;
    color: #244497;
    padding: 5px 20px;
    border-radius: 999px;
}
.contents.ticketArea dl.detail dd .list li {
    text-align: left;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 18px;
    border-bottom: 1px dotted #2b2b2b;
}
.contents.ticketArea dl.detail dd .list li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.contents.ticketArea dl.detail dd .list li .mini{
    margin: 0 0 0 10px;
}
.contents.ticketArea dl.detail dd .map{
    margin: 10px auto 0;
    max-width: 600px;
}
.contents.ticketArea dl.detail dd .priceList{

}
.contents.ticketArea dl.detail dd .priceList li{
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.contents.ticketArea dl.detail dd .priceList li .mini{
	font-size: 12px;
}
.contents.ticketArea dl.detail dd .ticketType{
    margin: 0 auto 30px;
}
.contents.ticketArea dl.detail dd .ticketType:last-of-type{
    margin: 0 auto;
}
.contents.ticketArea dl.detail dd .ticketType .inner {
    align-items: flex-start;
}
.contents.ticketArea dl.detail dd .ticketType .inner .left{
    width: 30%;
}
.contents.ticketArea dl.detail dd .ticketType .inner .right{
    width: 65%;
    text-align: left;
}
.contents.ticketArea dl.detail dd .ticketType .seat{
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    padding: 10px 20px;
    margin: 0;
}
.contents.ticketArea dl.detail dd .ticketType .subTxt{
    color: #e0007c;
    font-size: 19px;
    margin: 0 0 5px 0;
    line-height: 1.3;
    font-weight: bold;
}
.contents.ticketArea dl.detail dd .ticketType .price{
    text-align: left;
    margin: 0;
    font-size: 23px;
    line-height: 1;
}
.contents.ticketArea dl.detail dd .ticketType .attentionList{
    margin: 10px 0 0 0;
    font-weight: normal;
}
.contents.ticketArea dl.detail dd .btn a{
    border: 2px solid #fff;
    background: #fff;
    color: #244497;
    margin: 0 auto 10px;
}
.contents.ticketArea .attentionBox{
    padding: 40px;
    background: rgba(255,255,255,0.1);
    margin: 0 auto 30px;
}
.contents.ticketArea .attentionBox .attentionList{
    margin: 0 auto;
}
.contents.ticketArea .attentionBox .attentionList li {
    font-size: 15px !important;
    margin: 0 0 10px 1em !important;
}
.contents.ticketArea .fcArea{
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
}
.contents.ticketArea .fcArea .lead{
    font-size: 15px;
    margin: 0 0 10px 0;
    text-align: center;
}
.contents.ticketArea .fcArea .txt{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px 0;
}
.contents.ticketArea .fcArea .btn.wide a {
    margin: 0 auto;
    background: #fff;
    color: #000;
}


.contents.ticketArea .attentionList {
    margin: 0 auto 30px;
}


.contents.ticketArea .ticketList{
    padding: 40px;
    margin: 0 0 50px 0;
    border: 2px double transparent;
    background-image: linear-gradient(rgba(13, 14, 33, 1), rgba(13, 14, 33, 1)), radial-gradient(circle at left top, #90c320, #e0007c);
    background-origin: border-box;
    background-clip: padding-box, border-box
}
.contents.ticketArea .ticketList .tit{
    font-size: 24px;
    margin: 0 0 30px 0;
    font-weight: bold;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #e0007c;
    line-height: 1.3;
}
.contents.ticketArea .ticketList .tit .mini{
    font-size: 70%;
    display: block;
    line-height: 1.5;
    font-weight: 300;
}
.contents.ticketArea .ticketList .mainTxt{
font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.contents.ticketArea .ticketList dl.detail dd{
    font-size: 23px;
}


.contents.ticketArea #acd{

}
.contents.ticketArea #acd .acdTit {
width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #e4007f;
}
.contents.ticketArea #acd .acdTit::after {
    position: absolute;
    margin: -12px 0 0;
    content: "";
    vertical-align: middle;
    top: 53%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contents.ticketArea #acd .acdTit.open::after {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;        
}
.contents.ticketArea #acd .acdIn{
   margin: 40px 0 0 0;
}
.contents.ticketArea #acd .acdIn .fcArea{
    margin: 30px 0 0 0;
}



.contents.ticketArea .ticketTit {
    background: #7F4F21;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    margin: 0 0 25px 0;
    color: #fff;
}
.contents.ticketArea dl.detail .txt_normal{
    font-size: 18px;
}

/*===================================================


	others


====================================================*/

.contents.othersArea{

}
.contents.othersArea .attentionBox{
    margin: 0 0 30px 0;
}
.contents.othersArea .attentionBox dt{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
}
.contents.othersArea .attentionBox dd{

}
.contents.othersArea .attentionBox dd .txt{
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.contents.othersArea .mainTxt{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.contents.othersArea .box{
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto 100px;
    padding: 0 0 100px 0;
    border-bottom: 1px solid;
}
.contents.othersArea .box:last-of-type{
    margin: 0 auto 100px;
    padding:0;
    border-bottom: none;
}
.contents.othersArea .box .tit{
text-align: center;
    font-size: 22px;
    color: #F3E500;
    margin: 0 auto 30px;
    font-weight: bold;
    line-height: 1.8;

}
.contents.othersArea .box .subTit{
    text-align: center;
    font-size: 16px;
    background: #b2241a;
    padding: 10px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.contents.othersArea .box .lead{
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 30px 0;
font-weight: 400;
}
.contents.othersArea .box .lead .mini{
    display: block;
    font-size: 14px;
}
.contents.othersArea .box .data{
    padding: 30px;
    border: 2px solid;
    margin: 0 0 50px 0;
}
.contents.othersArea .box .data dt{
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
.contents.othersArea .box .data dd{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
}
.contents.othersArea .box .data dd p{
    margin: 0 0 10px 0;
}
.contents.othersArea .box .data dd p:last-child{
    margin: 0; 
}
.contents.othersArea .box .data dd p.txt{
font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.contents.othersArea .box .data dd p.subTxt{
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}
.contents.othersArea .box .data dd .detail{
    background: rgba(255,255,255,0.1);
    padding: 20px;
    margin: 0 0 30px 0;
}
.contents.othersArea .box .data dd .detail:last-child{
    margin: 0;
}
.contents.othersArea .box .data dd .detail .tit{
    font-size: 16px;
    color: #fff;
}
.contents.othersArea .box .data dd .detail .txt{
    text-align: center;
    margin: 0;
}
.contents.othersArea .box .data dd .list li{
    text-align: left;
    font-size: 16px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.contents.othersArea .box .data dd .attentionList li {
    text-align: left;
    font-weight: 300;    
}
.contents.othersArea .box .data dd .ph{
    margin: 0 auto;
}
.contents.othersArea .box .btnList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px; 
}
.contents.othersArea .box .btnList li{
    width: 48%;
}
.contents.othersArea .box .btn a {
    background: #ff0000;
    border-radius: 999px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    max-width: 500px;
    margin: 0 auto 30px;
}

.contents.othersArea .box .ph{
    margin: 0 auto 50px;
}
.contents.othersArea .box .fcArea{
    background: #fff;
    padding: 50px;
    color: #000;
}
.contents.othersArea .box .fcArea .mainTxt{
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 16px;
}
.contents.othersArea .box .fcArea .txt{
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.contents.othersArea .box .fcArea .btnList{
    margin: 0 auto;
}

.contents.othersArea .box .vip,
.contents.othersArea .box .m_on{
    background: rgba(255,255,255,0.1);
    padding: 40px;
    margin: 0 auto 50px;
}
.contents.othersArea .box .vip .tit{
    color: #ffbe2f;
}
.contents.othersArea .box .vip .phList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.contents.othersArea .box .vip .phList li{
    width: 48%;
}

.contents.othersArea .box .vip .phList li .ph{
    margin: 0 auto 10px;
}
.contents.othersArea .box .vip .phList li .item{
    text-align: center;
    font-size: 17px;
}


.contents.goodsArea{

}
.contents.goodsArea .tit{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto 30px;
}

.contents.goodsArea .ticketBox{
    padding: 40px;
    background: rgba(255,255,255,0.1);
    margin: 0 auto 20px;
}
.contents.goodsArea .ticketBox .tit{
font-size: 20px;
    margin: 0 auto 20px;
    color: #F3E500;
}
.contents.goodsArea .ticketBox .txt{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto 20px;
}
.contents.goodsArea .data{
    padding: 20px;
    margin: 0 0 15px 0;
    background: rgba(255,255,255,0.1);
}
.contents.goodsArea .data dt{
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin: 0 0 15px 0;
}
.contents.goodsArea .data dd{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.contents.goodsArea .ph{
    border: 1px solid #fff;
    margin: 50px 0;
}
.contents.goodsArea .attentionBox{
    padding: 40px;
    border: 1px solid;
}
.contents.goodsArea .attentionBox .tit{
    font-size: 20px;
    margin: 0 0 20px 0;
}
.contents.goodsArea .attentionBox .detail{
    background: rgba(255,255,255,0.1);
    padding: 20px;
    margin: 0 0 15px 0;
}
.contents.goodsArea .attentionBox .detail dt{
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.contents.goodsArea .attentionBox .detail dd{

}
.contents.goodsArea .attentionBox .detail dd .txt{
    font-size: 14px;
    margin: 0 0 20px 0;
}


.contents.storyArea{

}

.contents.storyArea .txtArea p{
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 2;
    text-align: center;
}
.contents.storyArea .txtArea .writer{
    text-align: right;
    font-size: 13px;
}


@media screen and (min-width: 768px){

.pc{
    display: block;
}
.sp{
    display: none;
}
.btn a:hover,
.contents.ticketArea [type="submit"].btn:hover{
        filter: brightness(1.1);
        opacity: 1;
}
.specialBox .btn a:hover,
.contents.ticketArea .fcArea .btn.wide a:hover,
#news #cboxLoadedContent section .btn a:hover,
.btn.back a:hover{
        filter: brightness(1.1);
        opacity: 1;
}
.contents.ticketArea dl.detail dd .btn a:hover{
        filter: brightness(1.1);
        opacity: 1;
}

.profile_box .inner .detail .text a:hover{
    color: #fff;
    opcity:0.8;
}
.contents.newsArea .newsList a:hover{
    opacity: 0.8;
}
.contents.detailArea .liveBox .date .link:hover{
color: #F3E500;
    opcity:0.8;
}


}

@media screen and (max-width: 768px){

.pc{
    display: none;
}
.sp{
    display: block;
}
a:hover{
    opacity: 1;
}
.topLink a {
    font-size: 14px;
    width: 70%;
    padding: 10px;
    margin: 50px auto;
}
#gNav {
    border-bottom: none;
    border-top:none;
}
.menu {
    padding: 0;
}
.menu li {
        display: block;
        line-height: 1;
        width: 32%;
        text-align: center;
}
.menu li a, .menu li span {
        display: block;
        font-size: 13px;
        padding: 10px 5px;
        margin: 0 0 5px 0;
}


header .headImg {
    font-size: 15px;
    margin: 0 auto 15px;
}
header .headImg h2 {
        margin: 0 auto 20px;
}
header .headImg h2 p:nth-child(1) {
    font-size: 26px;
    margin: 0 auto 10px;
    line-height: 1.2;
}
header .headImg h2 p:nth-child(2) {
    font-size: 18px;
}
header h1 {
    margin:0 auto 20px;
}
header .snsIcons {
        top: -30px;
        right: -10px;
}
header .snsIcons li a {
        font-size: 16px;
        padding: 0 5px;
}
header .snsIcons li a img {
    width: 15px;
}
.headLine h3 {
    text-align: center;
    margin: 0 auto 10px;
}
.hamBtn {
    position: fixed;
    left: 40px;
    top: 45px;
    width: 45px;
    height: 35px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #c0af70;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 15px;
}
.hamBtn :nth-of-type(3) {
    top: 30px;
}
.hamBtn.open span {
	background: #FFF;
}
.hamBtn.open span:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}


.hamBox{
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    background:#000;
}
.menuList {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.menuList a {
    vertical-align: -1px;
    font-size: 3.5vh;
    font-weight: 200;
    text-decoration: none;
    margin: 20px;
    display: block;
    color:#c0af70;
    text-align: center;
    font-weight: bold;
}
.menuList li.on a{
color: #B03718;
}
.hamBtn {
    width: 30px;
    height: 25px;
}
.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
.coming {
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    font-size: 16px;

}
header {
        position: relative;
        margin: 0 auto 20px;
        padding: 0;
}
.headLine h3 .title {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 0.3em;
    text-align: left;
    font-size: 25px;
}
footer {
    font-size: 10px;
    font-weight: bold;
}
.attentionList {

}

.btn a,
.contents.ticketArea [type="submit"].btn {
        padding: 20px;
        width: 100%;
        font-size: 18px;
}
.btn.back a {
    padding: 10px;
    font-size: 12px;
    margin: 30px auto 0;
    width: 200px;
}
.btn.wide a {
width: 100%;
        font-size: 12px;
        margin: 0 auto 10px;
        line-height: 1.2;
        padding: 20px 3px;
}
.linkArea a {
    padding: 15px;
    margin: 0 auto 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}
.linkArea a span.bold {
    font-size: 13px;
}
dl.detail {
    text-align: center;
    margin: 0 auto 30px;
}
dl.detail dt {
    font-size: 15px;
}
dl.contact {
    margin: 0 auto 20px;
    padding: 20px;
}
dl.contact dt {
    font-size: 13px;
    margin: 0 0 10px 0;
}
.contact .txt {
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
}
.contactList {
    margin: 0 auto 50px;
}
.contactList li {
    width: 100%;
    font-size: 12px;
    line-height: 1.8;
}





#container {
	width: 90%;
    margin: 50px auto 20px;
    max-width: 700px;
}
#home #container{
        margin: 40px auto;
}

.conteiner{

}

.contents.infoArea {
    margin: 0 auto 30px;
}
.contents.infoArea .lead {
    margin: 0 auto 30px;
    padding: 0 0 30px 0;
}
.contents.infoArea .lead p:nth-child(1) {
    font-size: 22px;
    margin: 0 auto 10px;
}
.contents.infoArea .lead p:nth-child(2) {
    font-size: 13px;
    margin: 0 auto 10px;
}
.contents.infoArea .lead p:nth-child(3) {
        font-size: 14px;
        line-height: 1.8;
        margin: 0 auto 10px;
}
.contents.infoArea .lead p:nth-child(4){
        font-size: 14px;
}
.contents.infoArea .liveTit p:nth-child(1) {
    font-size: 17px;
}
.contents.infoArea .liveTit p:nth-child(2) {
    text-align: center;
    font-size: 14px;
}
.contents.infoArea .liveTit p:nth-child(3) {
    font-size: 22px;
}
.contents.infoArea .liveTit p:nth-child(3) .mini {
    font-size: 14px;
    position: relative;
    top: -3px;
}


.contents.detailArea dl.detail dd .artistTxt p:nth-child(1) {
    font-size: 24px;
}
.contents.detailArea dl.detail dd .artistTxt p:nth-child(2) {
    font-size: 14px;
}
.contents.detailArea dl.detail dd .dateBox .date {
    font-size: 16px;
}
.contents.detailArea dl.detail dd .dateBox .venue {
    font-size: 15px;
}
.contents.detailArea dl.detail dd .dateBox .open {
    font-size: 12px;
}

.s-table {
    display: block;
    border-top:solid 1px #4f4f4f;
    padding: 15px 0 0;
    margin: 0;
}
.s-table thead {
    display: none;
}
.s-table tr {
    border-bottom: solid 1px #4f4f4f;
    padding: 0 0 15px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.s-table tr:last-child{
padding: 0;
    margin: 0;
    border: none;
}
.s-table .additionLive{
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
.s-table .additionLive span{
	display: inline-block;
    padding: 5px 15px;
    background: #000;
    color: #FFF;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}
.s-table .day{
	width: auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: baseline;
    margin: 0;
    border: none;
    line-height: 1.3;
}
.s-table .date {
    font-size: 12px;
    white-space: nowrap;
    font-size: 20px;
}
.s-table .addition .day:before{
	display:none;
}
.s-table .youbi {
    padding-left: 5px;
    display: block;
    font-size: 14px;
}
.s-table .time {
    display: none;
}
.s-table .time2 {
    margin-top: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.s-table .area {
        width: auto;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 15px;
        padding: 0 0 0 10px;
        line-height: 1.3;
        display: block;
        border: none;
}
.s-table td + td::before {
	display:none;
}
.s-table .venue {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 10px;
        line-height: 1.8;
        font-size: 17px;
        display: block;
        border: none;
        text-align: left;
}

.s-table .ticketGuid {
        width: 100%;
        padding: 0;
        font-size: 12px;
        display: block;
        border: none;
        text-align: left;
}
.s-table .ticketGuid .fas {
    padding: 0 5px 0 0;
    vertical-align: -0.05em;
}
.s-table .ticketGuid span a {
	font-size: 12px;
    font-weight: 500;
}    



.contents.detailArea .btnArea {
    margin: 0 auto 30px;
}
.contents.detailArea .btnArea .txt {
    font-size: 15px;
    margin: 0 0 15px 0;
}
.contents.detailArea dl.detail dd .ticketType {
    margin: 0 auto 15px;
}
.contents.detailArea dl.detail dd .ticketType .inner .left {
    width: 100%;
    margin: 0 0 10px 0;
}
.contents.detailArea dl.detail dd .ticketType .seat {
    font-size: 14px;
}
.contents.detailArea dl.detail dd .ticketType .inner .right {
    width: 100%;
    text-align: center;
}
.contents.detailArea dl.detail dd .ticketType .subTxt {
    font-size: 15px;
}
.contents.detailArea dl.detail dd .ticketType .price {
    text-align: center;
    font-size: 20px;
}


.specialBox {
    padding: 20px;
}
.specialBox .ph {
    width: 100%;
    margin: 0 auto 10px;
}
.specialBox .txtArea {
    width: 100%;
}
.specialBox .tit {
    font-size: 17px;
}
.specialBox .txt {
    font-size: 13px;
}
.specialBox .nowOnSale {
    font-size: 25px;
}
.specialBox .btn a {

}

.price {
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
    line-height: 1.5;
}
.price .mini {
    font-size: 10px;
    position: relative;
    top: 0;
    display: block;
}
.contents .joinArea {
    padding: 20px;
}
.contents .joinArea .lead {
    font-size: 14px;
    margin: 0 auto 20px;
}
.contents .joinArea dl dt {
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto 15px;
    line-height: 1.5;
}
.contents .joinArea .btnList li {
    width: 100%;
    margin: 0 auto 10px;
}
.contents .joinArea .btnList {
    width: 100%;
    margin: 0 auto 20px;
}
.contents .joinArea dl dd {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.contents .joinArea dl dt{
    text-align: center!important;
    font-size: 16px!important;

}
.attentionList li {
font-size: 11px!important;
}
.contents.detailArea .text.center {
    font-size: 11px;
}

.contents.newsArea {
    padding: 0 0 20px 0;
}
.contents.newsArea .newsList {
    padding:20px 30px;
}
.contents.newsArea .newsList dt {
    font-size: 12px;
    margin: 0 0 5px 0;
}
.contents.newsArea .newsList dd {
        font-size: 14px;
}
#news #cboxLoadedContent section {
    padding: 40px 20px;
}
#news #cboxContent .data {
    text-align: left;
    font-size: 12px;
    margin: 0 0 30px 0;
}
#news #cboxContent #cboxClose {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}
#news #cboxContent .tit {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
#news #cboxContent .txt {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
#news #cboxContent .txt .liveTit p:nth-child(1) {
    font-size: 15px;
}
#news #cboxContent .txt .liveTit p:nth-child(2) {
    font-size: 14px;
}
#news #cboxContent .txt .liveTit p:nth-child(3) {
    font-size: 17px;
}
#news #cboxContent .txt .liveTit p:nth-child(3) .mini {
        font-size: 15px;
        position: relative;
        top: 0;
        margin: 10px 0 0 0;
        display: block;
}
#news #cboxContent .txt .fcArea {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
}
#news #cboxLoadedContent section .btn a {
    padding: 20px 5px;
}
body #cboxClose::before, body #cboxClose::after {
    width: 2px;
    height: 20px;
}

.memberList::after{
  content:"";
  display: block;
  width:50%;
}
.memberList li {
	    position: relative;
	    width: 50%;
        padding: 10px;
}
.memberList.one li{

}
.memberList li .new {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
}
.memberList li .name {
    padding: 0.5em;
    margin: 0;
    font-size: 11px;
}    
.special-guest {
    padding: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}

.profile_box {
    width: 100%;
}
.profile_box .inner {
    padding: 40px 20px;
}
.profile_box .inner .thumbnail {
    position: relative;
    width: 100%;
    float: none;
    margin: 0 auto 20px;
}
.profile_box .inner .detail {
    width: auto;
    min-height: auto;
    margin-left: 0;
    padding: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.profile_box .inner .detail h4 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 19px;
}
.profile_box .inner .detail .text {
    word-break: break-all;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.contents.ticketArea dl.detail {
    margin: 0 auto 20px;
    padding: 20px;
}
.contents.ticketArea dl.detail dt {
    font-size: 14px;
    margin: 0 auto 15px;
}
.contents.ticketArea dl.detail dd {
        font-size: 18px;
        line-height: 1.5;
}
.contents.ticketArea dl.detail dd .list li .mini {
    margin: 0;
}
.contents.ticketArea dl.detail dd .subTit {
        margin: 0 0 15px 0;
        font-size: 12px;
}
.contents.ticketArea dl.detail dd .priceList li {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}
.contents.ticketArea dl.detail dd .ticketType {
    margin: 0 auto 15px;
}
.contents.ticketArea dl.detail dd .ticketType .inner .left {
    width: 100%;
    margin: 0 0 10px 0;
}
.contents.ticketArea dl.detail dd .ticketType .seat {
    font-size: 14px;
}
.contents.ticketArea dl.detail dd .ticketType .inner .right {
    width: 100%;
    text-align: center;
}
.contents.ticketArea dl.detail dd .ticketType .subTxt {
    font-size: 13px;
}
.contents.ticketArea dl.detail dd .ticketType .price {
    text-align: center;
    font-size: 20px;
}
.contents.ticketArea .attentionBox {
    padding: 20px;
}
.contents.ticketArea .attentionBox .attentionList li {
    font-size: 13px !important;
}
.contents.ticketArea .ticketList {
    padding: 20px;
    margin: 0 0 20px 0;
}
.contents.ticketArea .ticketList .tit {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.contents.ticketArea .ticketList dl.detail dd {
    font-size: 15px;
}
.contents.ticketArea .attentionList {
    margin: 0 auto 15px;
}
.contents.ticketArea .fcArea {
    padding: 20px;
}
.contents.ticketArea .fcArea .lead {
    font-size: 13px;
    margin: 0 0 10px 0;
    text-align: left;
}
.contents.ticketArea .fcArea .txt {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px 0;
}

.contents.ticketArea .ticketTit {
    font-size: 16px;
    padding: 15px;
    margin: 0 0 15px 0;
}
.contents.ticketArea dl.detail .txt_normal {
    font-size: 14px;
    text-align: left;
}



.contents.profileArea .mainArea .ph {
    width: 80%;
    margin: 0 auto 20px;
}
.contents.profileArea .mainArea .ph .logo {
    display: block;
    width: 80px;
    margin: 15px auto 0;
}
.contents.profileArea .mainArea .member {
    width: 100%;
}
.contents.profileArea .mainArea .member .logo {
    width: 40%;
    margin: 0 auto 15px;
}
.contents.profileArea .mainArea .member .tit {
    font-weight: bold;
    font-size: 18px;
}
.contents.profileArea .mainArea .member .txt {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    line-height: 2;
}
.contents.profileArea .mainArea {
    margin: 0 auto 20px;
    }
.contents.profileArea .history .lead {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 15px 0;
}    
.contents.profileArea .history .txt {
    font-size: 12px;
    line-height: 1.8;
}
.contents.profileArea .history .txt .bold {
    font-size: 13px;
    font-weight: bold;
}
.contents.profileArea .history .imgArea {
    margin:0 0 15px 0;
}
.contents.profileArea .history .imgArea li:nth-child(2) {
    width: 100%;
}
.contents.profileArea .history .imgArea li:nth-child(1) {
    width: 80%;
    margin:0 auto 20px;
}
#artist #cboxContent #cboxClose {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}



.contents.profileArea .titArea {
    margin: 0 auto 15px;
    padding: 15px 0;
}
.contents.profileArea .titArea h4 {
    font-size: 23px;
}
.contents.profileArea .profileTxt {
    text-align: center;
    font-size: 11px;
}
.contents.othersArea .box {
    margin: 0 auto 50px;
    padding: 0 0 50px 0;
    border-bottom: 1px solid;
}
.contents.othersArea .attentionBox dt {
    font-weight: bold;
    font-size: 14px;
}
.contents.othersArea .attentionBox dd .txt {
    text-align: left;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.contents.othersArea .attentionBox {
    margin: 0 0 20px 0;
}
.contents.othersArea .mainTxt {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}
.contents.othersArea .box .subTit {
    text-align: center;
    font-size: 13px;
    padding: 10px;
    margin: 0 0 20px 0;
    line-height: 1.8;
}
.contents.othersArea .box .tit {
    text-align: center;
    font-size: 15px;
    color: #F3E500;
    margin: 0 auto 10px;
}
.contents.othersArea .box .lead {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    font-weight: 400;
}
.contents.othersArea .box .data {
    padding: 10px;
    border: 2px solid;
    margin: 0 0 30px 0;
}
.contents.othersArea .box .data dt {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.contents.othersArea .box .data dd {
    font-size: 14px;
    line-height: 1.8;
}
.contents.othersArea .box .btnList li {
    width: 100%;
    margin: 0 auto 10px;
}
.contents.othersArea .box .btn a {
    font-size: 14px;
    margin: 0 auto 20px;
}
.contents.othersArea .box .btnList {
    margin: 0 auto 30px;
}
.contents.othersArea .box .ph {
    margin: 0 auto 30px;
}
.contents.othersArea .box .fcArea {
    padding: 20px;
}
.contents.othersArea .box .fcArea .mainTxt {
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.contents.othersArea .box .fcArea .txt {
    text-align: center;
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.contents.othersArea .box .data dd .detail {
    padding:10px 5px;
    margin: 0 0 10px 0;
}
.contents.othersArea .box .data dd .detail .tit {
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 1.5;
}
.contents.othersArea .box .data dd .detail .txt {
    font-size: 11px;
}
.contents.othersArea .box .data dd .list li {
    text-align: left;
    font-size: 11px;
}
.contents.othersArea .box .vip,
.contents.othersArea .box .m_on {
    padding: 5px;
    margin: 0 auto 20px;
}
.contents.othersArea .box .data dd p.txt {
    font-size: 12px;
    margin: 0 0 15px 0;
}
.contents.othersArea .box .vip .phList li {
    width: 100%;
    margin: 0 auto 15px;
}
.contents.othersArea .box .vip .phList li .item {
    text-align: center;
    font-size: 13px;
}
.contents.othersArea .box .data dd p.subTxt {
    text-align: left;
    font-size: 11px;
    font-weight: 300;
}

.startinfo {
    margin: 0 0 20px 0;
    padding: 15px;
    border: solid 2px #B03718;
    text-align: left;
    font-size: 12px;
}
.startinfo em {
    font-size: 15px;
    margin: 0 0 10px 0;
    }
.startinfo table {
    margin: 10px 0 0;
    }
.startinfo table td {
    padding: 15px;
    border: solid 1px #fff;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    display: block;
}    

.contents.goodsArea .tit {
    font-size: 17px;
    margin: 0 auto 20px;
}
.contents.goodsArea .ticketBox {
    padding: 15px;
}
.contents.goodsArea .ticketBox .tit {
    font-size: 15px;
    margin: 0 auto 10px;
}
.contents.goodsArea .ticketBox .txt {
    font-size: 13px;
    margin: 0 auto 15px;
}

.contents.goodsArea .data {
    padding: 15px;
    margin: 0 0 10px 0;
}
.contents.goodsArea .data dt {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.contents.goodsArea .data dd {
    font-size: 13px;
    text-align: left;
}
.contents.goodsArea .ph {
    margin: 30px 0;
}
.contents.goodsArea .attentionBox {
    padding: 15px;
}

.contents.goodsArea .attentionBox .tit {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.contents.goodsArea .attentionBox .detail dt {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.contents.goodsArea .attentionBox .detail dd .txt {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.contents.storyArea .txtArea p {
    font-size: 13px;
    margin: 0 0 20px 0;
    line-height: 2;
    text-align: left;
}
.contents.storyArea .txtArea .writer {
    text-align: right;
    font-size: 11px;
}


}
