@charset "utf-8";

header,
footer {
	display: none;
}
body{
	word-break: break-all;
    background: #aaaaaa;
}
body:not(.page--home) .content-main {
    padding-top: 0!important;
    padding-bottom: 0!important
}



/*===================================================
    anim
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(216, 217, 195, 1);
    z-index: 9999;
    top: 0;
}

/* h3 */
.mainWrap h3.anim span {
    opacity: 0;
    transform: translateY(30px);
    display: inline-block;
    transition: all .5s ease-out;
}
.mainWrap h3.anim.on span{
    opacity: 1;
    transform: translateY(0);
}
.mainWrap h3.anim span:nth-child(2) {transition-delay: 0.05s;}
.mainWrap h3.anim span:nth-child(3) {transition-delay: 0.1s;}
.mainWrap h3.anim span:nth-child(4) {transition-delay: 0.15s;}
.mainWrap h3.anim span:nth-child(5) {transition-delay: 0.2s;}
.mainWrap h3.anim span:nth-child(6) {transition-delay: 0.25s;}
.mainWrap h3.anim span:nth-child(7) {transition-delay: 0.3s;}
.mainWrap h3.anim span:nth-child(8) {transition-delay: 0.35s;}
.mainWrap h3.anim span:nth-child(9) {transition-delay: 0.4s;}

/* box */
.mainWrap .inBox.anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: translateY(30px);
}
.mainWrap .inBox.anim.on {
	opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 960px) {
    .mainWrap #movie h3.anim span,
    .mainWrap #movie .inBox.anim {
        opacity: 1;
        transform: translateY(0);
    }
}



/*===================================================
    common
====================================================*/

.mainWrap {
    font-family: "Shippori Mincho", serif;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0.03em;
    padding: 0 0 30px;
}
.mainWrap img {
    display: block;
}

.container {}

section {
    margin: 0 auto;
    padding: 5vw 0;
    background: rgba(216, 217, 195, 0.9);
}
section:nth-child(even){
    background:none;
}
section h3 {
    font-family: 'Libre Baskerville', serif;
    position: relative;
    margin: 0 auto 45px;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000;
}

section .inBox {
    position: relative;
    width: 90%;
    max-width: 1100px;
    padding: 4vw;
    margin: 0 auto;
    background:#292924;
}
section .inBox .soon {
    text-align: center;
    font-size: 27px;
}

.mainWrap .copyright {
	text-align: center;
    font-size: 10px;
    padding: 40px;
    color: #000;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/reol/fanclub/feature/tour2026/images/bg_main_pc_Sa5emg7X.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.attentionList{

}
.attentionList li{
font-size: 14px;
    margin: 0 0 10px 1em;
    text-indent: -1em;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}

.btn_footer a{
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px;
    background: #fff;
    border: 1px solid #222;
    color: #222;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.hamBtn {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 35px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
    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: #000;
}
.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:rgba(216, 217, 195, 1);
}
.menuList {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.menuList a{
    font-size: 35px;
    font-weight: 200;
    text-decoration: none;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    margin: 0 0 35px 0;
    text-align: center;
    display: block;
}
.anc{
	display:block;
	position: absolute;
	top: -20px;
}

.ancPoint{
	position:relative;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


@media screen and (min-width:961px) {
    
    .sp {
        display: none;
    }

    a {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
	.btn_footer a:hover{
	    background: #222;
	    color: #fff;
	}


}

@media screen and (max-width:960px) {
    
    .pc {
        display: none;
    }

    .mainWrap {
        padding: 0 0 20px;
    }

    .container {}

	section {
        padding: 50px 0;
	}

	section h3 {
        font-size: 36px;
        margin: 0px 0 20px;
	}

    section .inBox {
        padding: 20px;
    }
	section .inBox .soon {
	    text-align: center;
	    font-size: 16px;
	}
    .mainWrap .copyright {}
	.attentionList li {
	    font-size: 12px;
	}

	.hamBtn {
width: 30px;
        height: 25px;
        right: auto;
        left: 20px;
        top: 20px;
	}
	.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);
	}
	.menuList a{
	    font-size: 23px;
	}

}



/*===================================================
    heroView
====================================================*/
#heroView {
    position: relative;
    margin: 0 auto;
   /* height: 100vh;
    min-height: 600px;*/
}
#heroView .kv {
    margin: 0 auto 100px;
    width: 100%;
}
#heroView .kv_bg {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 130vh;
    z-index: -1;
    opacity: 0.5;
}
#heroView h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 60vw;
    max-width: 800px;
}
#heroView h2 img{
    width: 100%;
}
.btn_anc{

}
.btn_anc a{
    display: block;
    padding: 15px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #977c30;
    border: 1px solid #977c30;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.scrollBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    pointer-events: none;
}
.scrollBox .scrollarrow {
    width: 1px;
    height: 60px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    background: #000;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@keyframes scrollarrow{
    0% {clip-path: inset(0 0 100% 0);}
    25% {clip-path: inset(0 0 0 0);}
    75% {clip-path: inset(0 0 0 0);}
    100% {clip-path: inset(100% 0 0 0);}
}

@media screen and (min-width:961px) {
.btn_anc a:hover{
    background: #fff;
    color: #977c30;
}

}

@media screen and (max-width:960px) {
    
	#heroView {
        min-height: auto;
	}
    #heroView .kv {
    margin: 0 auto 20px;
    }
    #heroView .kv_bg {
        right: auto;
        bottom: 0;
        width: 100vh;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
	.btn_anc a {
        display: block;
        padding: 10px;
        width: 60%;
        max-width: 350px;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
	}
	#heroView .btn {
	    position: absolute;
	    bottom: 0;
	    right: 0;
	}
	.scrollBox .scrollarrow {
	    right: 10px;
	    bottom: 100px;
	}


}

/*===================================================
    message
====================================================*/

#message{

}
#message .inBox{
    margin: 0 auto 50px;
}
#message .comment{
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
    padding: 40px;
}
#message .comment p{
	font-size: 17px;
    margin: 0 0 15px 0;
}
#message .comment p:last-child{

}
#message .movBox{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}


@media screen and (min-width:961px) {



}

@media screen and (max-width:960px) {
	#message .inBox {
	    margin: 0 auto 30px;
	}
	#message .comment {
	    padding: 40px 20px;
	}
	#message .comment p {
	    font-size: 13px;
	    margin: 0 0 5px 0;
	    text-align: left;
	}


}


/*===================================================
    movie
====================================================*/
#movie {}
#movie h3 {}
#movie .inBox {}

#movie .inBox .thumbYT {}
#movie .inBox .thumbYT a {}
#movie .inBox .thumbYT a img {
    width: 100%;
}

@media screen and (min-width:961px) {

    #movie .inBox .thumbYT a img {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    #movie .inBox .thumbYT a:hover img {
        opacity: 0.7;
    }

}

@media screen and (max-width:960px) {

    #movie {}
    #movie h3 {}
    #movie .inBox {}
    
    #movie .inBox .thumbYT {}
    #movie .inBox .thumbYT a {}
    #movie .inBox .thumbYT a img {}

}



/*===================================================
    schedule
====================================================*/
#schedule {}
#schedule .inBox {
    padding: 0;
    background: none;
}

#schedule .tourDateBox{
    padding:60px 40px;
    border: 1px solid #fff;
    margin: 0 auto 80px;
    background: #292924;
}
#schedule .tourDateBox:last-of-type{
    margin: 0 auto ;
}
#schedule .tourDateBox .tit{
    color: #c7a33f;
    text-align: center;
    font-size: 34px;
    margin: 0 0 50px 0;
}
#schedule .tourDateBox .tourDateList.listHead {
    padding: 0 0 10px;
}
#schedule .tourDateBox .tourDateList.listHead li {
    justify-content: center;
    font-size: 70%;
    font-weight: 600;
    min-height: auto;
}
#schedule  .tourDateBox .tourDateList.listHead li:after {
    display: none;
}
#schedule  .tourDateBox .listHead .scheduleInfo {
    justify-content: center!important;
    font-size: 100%;
}

#schedule  .tourDateBox .tourDateList {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
}
#schedule  .tourDateBox .tourDateList:last-child {
    margin: 0;
}
#schedule .tourDateBox .tourDateList li {
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    line-height: 1.5em;
    min-height: 80px;
}
#schedule  .tourDateBox .tourDateList li:after{
    content: "";
    position: absolute;
    background: #fff;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
} 
#schedule  .tourDateBox .tourDateList .scheduleDate {
    width: 24%;
    position: relative;
}
#schedule  .tourDateBox .tourDateList .scheduleDate .day {
    font-size: 150%;
    padding: 0 5px 0 0;
    font-weight: bold;
}
#schedule  .tourDateBox .tourDateList .scheduleArea {
    width: 10%;
}
#schedule  .tourDateBox .tourDateList .scheduleVenue {
    width: 26%;
    text-align: center;
}
#schedule  .tourDateBox .tourDateList .scheduleTime {
    width: 17%;
}
#schedule  .tourDateBox .tourDateList .scheduleInfo {
    width: 23%;
    justify-content: left;
    font-size: 70%;
    padding: 0 0 0 20px;
}
#schedule  .tourDateBox .tourDateList .scheduleInfo:after {
	display: none;
}
#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner i {
	padding: 0 3px 0 0;
	display: inline-block;
}
#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt span {
    display: block;
    padding: 2px 0 0;
}
#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .phone,
#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .web {
	text-decoration: underline;
}
#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt span .webInquiry {
	border-bottom: 1px solid;
}

@media screen and (min-width: 961px){

	#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .phone a:hover,
    #schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .web a:hover {
	    opacity: 0.7;
	}
	
}

@media screen and (max-width: 960px){
	#schedule .tourDateBox {
	    padding: 40px 20px;
	    margin: 0 auto 30px;
	}
	#schedule .tourDateBox .tit {
	    font-size: 20px;
	    margin: 0 0 20px 0;
	    width: 100%;
	    display: block;
	}
    #schedule .tourDateBox .tourDateList.listHead {
        padding: 0;
        border: none;
    }
	#schedule .tourDateBox .tourDateList.listHead li {
	    display: none;
	}

	#schedule  .tourDateBox .tourDateList {
	    display: block;
	    padding: 0;
        margin: 0 0 15px;
	}
	#schedule  .tourDateBox .tourDateList li {
	    padding: 0;
	    display: block;
	    font-size: 100%;
        min-height: auto;
	}
	#schedule  .tourDateBox .tourDateList li:after{
		display: none;
	} 
	#schedule .tourDateBox .tourDateList:last-child {
	    margin: 0;
	    border: none;
	}
	#schedule  .tourDateBox .tourDateList .scheduleDate {
	    width: 100%;
	}
    #schedule  .tourDateBox .tourDateList .scheduleDate br.sp {
        margin: 0;
    }
	#schedule  .tourDateBox .tourDateList .scheduleDate .day {
        font-weight: bold;
	}
	#schedule  .tourDateBox .tourDateList .scheduleDate .sp {
		padding: 0 0 0 10px;
	}
	#schedule  .tourDateBox .tourDateList .scheduleArea {
		display: none;
	}
	#schedule  .tourDateBox .tourDateList .scheduleVenue {
        width: 100%;
        text-align: left;
        font-size: 16px;
        margin: 0 0 10px;
	}
	#schedule  .tourDateBox .tourDateList .scheduleTime {
	    width: 100%;
	    margin: 0 0 10px;
	}
	#schedule  .tourDateBox .tourDateList .scheduleTime .subTxt {
	    font-size: 70%;
	    line-height: 1;
        width: 100%;
	}
	#schedule  .tourDateBox .tourDateList .scheduleInfo {
	    width: 100%;
	    padding: 0;
	    margin: 0 0 15px;
	}

}



/*===================================================
    ticket
====================================================*/
#ticket .inBox .priceBox {
    margin: 0 auto 60px;
    padding: 40px 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    max-width: 700px;
    background: #313131;
}
#ticket .inBox .priceBox .ticketPrice {
    margin: 0 auto 25px;
    text-align: left;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
}
#ticket .inBox .priceBox .ticketPrice .mainTit{
    font-size: 25px;
    margin: 0 0 15px 0;
    border-left: 5px solid;
    padding: 0 0 0 15px;
    font-weight: normal;
}
#ticket .inBox .priceBox .ticketPrice .tit{
    background: #000;
    color: #fff;
    border-radius: 999px;
    padding: 5px 25px;
    font-size: 16px;
    margin: 0 10px 0 0;
}
#ticket .inBox .priceBox .ticketPrice i{
	font-size: 80%;
    position: relative;
    top: -1px;
    margin: 0 10px 0 0;
}
#ticket .inBox .priceBox .ticketPrice:last-of-type{
    margin: 0 auto;
    border-bottom: none;
    padding: 0;
}
#ticket .inBox .priceBox .ticketPrice .yen {
    font-size: 16px;
    padding: 0 5px;
}
#ticket .inBox .priceBox .ticketPrice .tax {
    font-size: 16px;
    padding: 0 0 0 5px;
}

#ticket .inBox .op_ticket {
    margin: 0 0 30px;
}
#ticket .inBox .op_ticket:last-child {
    margin: 0;
}
#ticket .inBox .op_ticket .ticketList {}
#ticket .inBox .op_ticket .ticketList .ticketTit {
    background: #977c30;
    color: #fff;
    padding: 30px 65px 30px 40px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-radius: 999px;
}
#ticket .inBox .op_ticket .ticketList .ticketTit .note {
    font-size: 14px;
    font-weight: 400;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
#ticket .inBox .op_ticket .ticketList .ticketTit span {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 15px;
    height: 15px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
#ticket .inBox .op_ticket .ticketList .ticketTit.open span {
    transform: translateY(-50%);
}
#ticket .inBox .op_ticket .ticketList .ticketTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
}

#ticket .inBox .op_ticket .ticketList .ticketDetail {
    display: none;
    margin: 50px 0 0 0;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    align-items: stretch;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox:last-of-type {

}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox > .tit {
    font-weight: bold;
    width: 30%;
    line-height: 1.6em;
    font-size: 15px;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox > .txtArea {
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txtArea:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txt.mailTit {
    margin: 0 0 5px;
    font-size: 14px;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txt.mailTit a {
    text-decoration: underline;
    color: #ed1414;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .attList {}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin-bottom: 5px;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .attList li:last-child {
    margin-bottom: 0;
}

#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketBtn {}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketBtn a {
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    font-weight: bold;
    text-align: center;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketBtn.grayBtn a {
    pointer-events: none;
    background: #a5a5a5;
    border: 1px solid #a5a5a5;
}

#ticket .inBox .op_ticket .ticketList .ticketDetail .btnList {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
#ticket .inBox .op_ticket .ticketList .ticketDetail .btnList li {
  width: 32%;
	padding: 0 5px;
}

#ticket .inBox .op_ticket.end_acd{
    margin: 50px 0 0 0;
}
#ticket .inBox .op_ticket.end_acd > .ticketList > .ticketTit {
background: none;
    color: #000;
    border: 1px solid;
    margin: 50px auto 0;
    box-sizing: border-box;
    width: 50%;
    padding: 20px 65px 20px 40px;
}
#ticket .inBox .op_ticket.end_acd > .ticketList > .ticketDetail{
    display: none;
    padding: 0px;
    border: none;
}
#ticket .inBox .op_ticket.end_acd > .ticketList > .ticketDetail .ticketList{
margin: 0 auto 20px;
}


@media screen and (min-width: 961px) {

    #ticket .inBox .op_ticket .ticketTit:hover,
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txt.mailTit a:hover {
        opacity: 0.7;
    }

    #ticket .inBox .op_ticket .ticketDetail .ticketBtn a:hover {
        background: none;
        color:#fff;
    }

}

@media screen and (max-width: 960px) {

    #ticket .inBox .priceBox {
        margin: 0 auto 30px;
        padding: 20px;
    }
	#ticket .inBox .priceBox .ticketPrice .mainTit {
	    font-size: 15px;
	    margin: 0 0 10px 0;
	    border-left: none;
	    padding: 0;
	}
    #ticket .inBox .priceBox .ticketPrice {
        padding: 0 0 20px 0;
        font-size: 22px;
        margin: 0 auto 20px;
        text-align: center;
    }
    #ticket .inBox .priceBox .ticketPrice .yen {}
    #ticket .inBox .priceBox .ticketPrice .tax {
    font-size: 12px;
    }
	#ticket .inBox .priceBox .ticketPrice .tit {
	    padding: 5px 25px;
	    font-size: 12px;
	    margin: 0 auto 5px;
	    display: block;
	    text-align: center;
	    max-width: 180px;
	}
    #ticket .inBox .op_ticket {
        margin: 0 0 20px;
    }
    #ticket .inBox .op_ticket:last-child {
        margin: 30px 0 0 0;
    }
    #ticket .inBox .op_ticket .ticketList {}
    #ticket .inBox .op_ticket .ticketList .ticketTit {
        padding: 20px 45px 20px 20px;
        font-size: 16px;
        width: 100%;
        max-width: 450px;
    }
    #ticket .inBox .op_ticket .ticketList .ticketTit .note {
        font-size: 12px;
    }
    #ticket .inBox .op_ticket .ticketList .ticketTit span {
        right: 20px;
        width: 12px;
        height: 12px;
    }
    #ticket .inBox .op_ticket .ticketList .ticketTit.open span {}
    #ticket .inBox .op_ticket .ticketList .ticketTit span:before {}
    
    #ticket .inBox .op_ticket .ticketList .ticketDetail {
        margin: 30px 0 0 0;
    }
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox {
        padding: 0 0 15px 0;
        margin: 0 0 15px;
        display: block;
    }
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox:last-of-type {

    }
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .tit {
        font-size: 13px;
        width: 100%;
    }
	#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox > .txtArea {
	    width: 100%;
	    position: relative;
	    padding: 0;
	}
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txtArea:before{
   		display:none;
    }
    
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txt {}
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txt.mailTit {}
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .txt.mailTit a {}
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .attList {}
	#ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .attList li {
        font-size: 12px;
    }
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketInfoBox .attList li:last-child {}

    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketBtn {}
    #ticket .inBox .op_ticket .ticketList .ticketDetail .ticketBtn a {}
    
	  #ticket .inBox .op_ticket .ticketList .ticketDetail .btnList {
	    display: block;
	    margin: 0 auto 10px;
	  }
	  
	   #ticket .inBox .op_ticket .ticketList .ticketDetail .btnList li {
	    width: 100%;
	    margin: 0 auto 10px;
	    padding: 0;
	  }
	#ticket .inBox .op_ticket.end_acd > .ticketList > .ticketTit {
	    margin: 50px auto 0;
	    box-sizing: border-box;
	    width: 50%;
	    padding: 15px 50px 15px 30px;
	    width: 100%;
	}

}



/*===================================================
    attention
====================================================*/

#attention .tit{
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
}
#attention .op_attention .ticketList {
    margin: 0 0 20px 0;
}
#attention .op_attention .ticketList:last-of-type {
    margin: 0 ;
}
#attention .op_attention .ticketList .ticketTit {
    background: none;
    color: #fff;
    padding: 30px 65px 30px 40px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    border: 1px solid #fff;
}
#attention .op_attention .ticketList .ticketTit .note {
    font-size: 14px;
    font-weight: 400;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
#attention .op_attention .ticketList .ticketTit span {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 15px;
    height: 15px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
#attention .op_attention .ticketList .ticketTit.open span {
    transform: translateY(-50%);
}
#attention .op_attention .ticketList .ticketTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
}

#attention .op_attention .ticketList .ticketDetail {
    display: none;
    padding: 30px 40px 35px;
    background: #ffffff10;
    border: 1px solid;
    border-top: none;
}
#attention .op_attention .ticketList .ticketDetail .txt{
    font-size: 15px;
    margin: 0 0 20px 0;
}
#attention .op_attention .ticketList .ticketDetail .txt:last-of-type{
    margin: 0;
}
#attention .op_attention .ticketList .ticketDetail .btn a{
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#attention .op_attention .ticketList .ticketDetail .btn a.off{
    pointer-events: none;
    background: #838383;
    border: 1px solid #838383;
}
#attention .op_attention .ticketList .ticketDetail .detail{
    padding: 30px;
    background: #272727;
    margin: 0 0 20px 0;
}
#attention .op_attention .ticketList .ticketDetail .detail dd{

}
#attention .op_attention .ticketList .ticketDetail .detail dt{
    font-size: 15px;
    font-weight: revert;
    margin: 0 0 10px 0;
}
#attention .op_attention .ticketList .ticketDetail .box{
    margin: 0 0 50px 0;
}
#attention .op_attention .ticketList .ticketDetail .box:last-of-type{
    margin:  0;
}
#attention .op_attention .ticketList .ticketDetail .box > .txt{
    margin: 0 0 20px 0;
}
#attention .op_attention .ticketList .ticketDetail .subTit{
    font-size: 17px;
    border-left: 4px solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
#attention .op_attention .ticketList .ticketDetail .list{

}
#attention .op_attention .ticketList .ticketDetail .list li{
    font-size: 15px;
    text-indent: -1em;
    margin: 0 0 10px 1em;
}
#attention .op_attention .ticketList .ticketDetail .list li:last-child{
    margin: 0 0 0 1em;
}
#attention .op_attention .ticketList .ticketDetail .red{
color: #ff0000;
}


@media screen and (min-width:961px) {

#attention .op_attention .ticketList .ticketDetail .btn a:hover {
        background: #fff;
        color: #222;
}

}

@media screen and (max-width:960px) {

#attention .tit {
    font-size: 16px;
}
#attention .op_attention .ticketList .ticketTit {
        padding: 20px 45px 20px 20px;
        font-size: 16px;
    }
#attention .op_attention .ticketList .ticketTit .note {
        font-size: 12px;
    }
#attention .op_attention .ticketList .ticketTit span {
        right: 20px;
        width: 12px;
        height: 12px;
    }
    
#attention .op_attention .ticketList .ticketDetail {
        padding: 20px;
    }
#attention .op_attention .ticketList .ticketDetail .ticketInfoBox {
        margin: 0 0 15px;
    }
#attention .op_attention .ticketList .ticketDetail .ticketInfoBox:last-of-type {
        margin: 0 0 15px;
    }
#attention .op_attention .ticketList .ticketDetail .detail {
    padding: 20px;
    margin: 0 0 10px 0;
}
#attention .op_attention .ticketList .ticketDetail .detail dt {
    font-size: 13px;
}
#attention .op_attention .ticketList .ticketDetail .list{
    margin: 0 0 10px 0;
}
#attention .op_attention .ticketList .ticketDetail .list li
 {
    font-size: 13px;
}
#attention .op_attention .ticketList .ticketDetail .txt {
    font-size: 13px;
    margin: 0 0 10px 0;
}
#attention .op_attention .ticketList .ticketDetail .subTit {
    font-size: 15px;
}
#attention .op_attention .ticketList .ticketDetail .box > .txt {
    margin: 0 0 10px 0;
}

}



/*===================================================
    goods
====================================================*/
#goods .inBox .goods {
  margin: 0 auto 40px;
}
#goods .inBox .goodsBtn {}
#goods .inBox .goodsBtn a {
  display: block;
  padding: 20px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


@media screen and (min-width:961px) {}

@media screen and (max-width:960px) {

#goods .inBox .goods {
    margin: 0 auto 20px;
}

}


/*===================================================
    special
====================================================*/


#special .inBox{
    margin: 0 auto 50px;
}
.specialDetail{
    display:block;
    margin: 0 auto;
}
.specialDetail .titArea{
    margin: 0 auto 30px;
}
.specialDetail .titArea .tit{
    border-left: 5px solid;
    padding: 0 0 0 30px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 20px;
}
.specialDetail .titArea .tit .mini{
	font-size: 80%;
}
.specialDetail .titArea .icon{
    width: 80px;
    height: 80px;
    display: block;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 80px;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 999px;
    font-size: 15px;
}
.specialDetail .titArea .txt{
font-size: 17px;
    line-height: 1.8;
}
.specialDetail .titArea .ph{
    max-width: 600px;
    margin: 30px auto;
}

.specialDetail .detailList {
    display: flex;
    padding: 40px;
    margin: 0 0 20px 0;
    align-items: stretch;
    color: #222;
    border: 1px solid;
}
.specialDetail .detailList:first-child{

}
.specialDetail .detailList:last-child{
    margin: 0;
}
.specialDetail .detailList dt{
    width: 25%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.6em;
}
.specialDetail .detailList dt:before{

}
.specialDetail .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.specialDetail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #222;
}
.specialDetail .detailList dd .detailInner{
    width:100%;
}
.specialDetail .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.specialDetail .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}
.specialDetail .detailList dd .attentionList li{
    font-size: 80%;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.specialDetail .detailList dd .attentionList li:last-child{
    margin: 0 0 0 1em;
}
.specialDetail .detailList dd .stap{
    padding: 20px;
    background: #f0f0f0;
}
.specialDetail .detailList dd .stap .tit{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.specialDetail .detailList dd .stap .list{

}
.specialDetail .detailList dd .stap .list li{
	font-size: 14px;
    text-indent: -1.2em;
    margin: 0 0 5px 1.2em;
}
.specialDetail .detailList dd .stap .list li:last-child{
    margin: 0 0 0 1.2em;
}

.specialDetail .btn a{
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.specialDetail .btn a span{
    font-size: 80%;
}
.specialDetail .btn.fc a{
    background: none;
    color: #000;
    margin: 20px auto 0;
}

@media screen and (min-width: 961px) {

.specialDetail .btn a:hover{
    background: none;
    color: #222;
}

}




/*===================================================
    album
====================================================*/
#album {}
#album .inBox {
    padding: 0;
    background: none;
}

#album .mainTit{
    font-weight: bold;
    text-align: center;
    font-size: 70px;
    color: #000;
    line-height: 1;
    margin: 0 auto 80px;
    max-width: 500px;
    width: 90%;
}
#album .mainTit .mini{
font-size: 50%;
}
#album .newsTit{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 32px;
    margin: 0 auto 20px;
}
#album .mainLead{
    font-size: 24px;
    color: #000;
    margin: 0 auto 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 40px 20px;
}
#album .lead{
    color: #000;
    font-size: 17px;
    margin: 0 auto 50px;
}
#album .comment{
    width: 80%;
    margin: 0 auto 80px;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 40px;
}
#album .comment .tit{
text-align: center;
    font-size: 18px;
    margin: 0 0 10px 0;
}
#album .comment .txt{
    text-align: center;
    font-size: 16px;
}
#album .typeArea{
display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 4vw;
    margin: 0 auto 50px;
    background: #292924;
}
#album .typeArea .phArea{
    width: 40%;
}
#album .typeArea .phArea .ph{

}

#album .typeArea .txtArea{
    width: 55%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#album .typeArea .txtArea .goodsBox{
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 0 auto 20px;
    width: 100%;
}
#album .typeArea .txtArea .goodsBox .tit{
    text-align: center;
    font-size: 17px;
    margin: 0 0 15px 0;
}
#album .typeArea .txtArea .goodsBox .tit .mini{
    font-size: 80%;
}
#album .typeArea .txtArea .goodsBox .ph_goods{
    background: #fff;
    padding: 10px;
    width: 65%;
    margin: 0 auto 10px;
}
#album .typeArea .txtArea .goodsBox .item{
    text-align: center;
    font-size: 15px;
}


.goods_img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods_img {
    width: 52%;
    line-height: 0;
    box-shadow: 0.5em 0.5em 1em #000000bf;
}

.goods_txt {
    width: 47%;
}

.release_goods_tit {
    font-size: 33px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.goods_img_list li {
    line-height: 0;
    padding: 0 2%;
}

.photo_wrap {
    width: 100%;
    position: relative;
}

.swiper {
    max-width: none;
    width: 100%;
    padding: 0;
}
.slick-prev:after {
    border-right: 40px solid #fff;
}
.slick-next:after {
    border-left: 40px solid #fff;
    right: 0;
}

.charm_img {
    width: 70%;
    margin: 0 auto 10px;
}

.slider02 .slick-prev, .slider02 .slick-next {
    display: none !important;
}

.slider03 li {
    padding: 5px 4%;
}


#album .typeArea .txtArea .price{
    font-size: 23px;
    margin: 0 0 10px 0;
}
#album .typeArea .txtArea .price .mini{
    font-size: 70%;
    margin: 0 0 0 10px;
}
#album .typeArea .txtArea .typeTit{
    font-size: 35px;
    margin: 0 0 10px 0;
}
#album .typeArea .txtArea .typeTit .mini{
    font-size: 80%;
}
#album .typeArea .txtArea .txt{

}
#album .typeArea .txtArea .detail{
    padding: 20px;
    background: #3f3f3f;
    margin: 0 0 20px 0;
}
#album .typeArea .txtArea .detail dt{
    border-left: 2px solid;
    padding: 0 0 0 10px;
    font-size: 15px;
    margin: 0 0 10px 0;
}
#album .typeArea .txtArea .detail dd{
font-size: 14px;
}
#album .typeArea .txtArea .btn a{
    display: block;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    font-weight: bold;
    text-align: center;
}

#album .songArea{
    padding: 4vw;
    border: 2px solid;
    color: #000;
    margin: 0 auto 80px;
    outline: 1px solid;
    outline-offset: -10px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#album .songArea .tit{
    font-size: 33px;
    text-align: center;
    margin: 0 auto 30px;
    width: 100%;
}
#album .songArea .songList{
    width: 48%;
}
#album .songArea .songList li{

    margin: 0 0 20px 0;
    font-size: 19px;
    border-bottom: 1px solid #919191;
    padding: 0 0 20px 0;
}

#album .shopArea{

}
#album .shopArea .tit {
    font-size: 33px;
    text-align: center;
    margin: 0 auto 30px;
    color: #000;
}
#album .shopArea .shopList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
}
#album .shopArea .shopList > li{
    width: 49%;
    background: #292924;
    padding: 40px;
    margin: 0 0 20px 0;
}
#album .shopArea .shopList li .shop{
    text-align: center;
    font-size: 20px;
    margin: 0 auto 20px;
}
#album .shopArea .shopList li .ph{
    margin: 0 auto 20px;
}
#album .shopArea .shopList li .item{
    text-align: center;
    font-size: 17px;
}

#album .priceBox{
    padding: 4vw;
    border: 2px solid;
    color: #000;
    margin: 0 auto 80px;
    outline: 1px solid;
    outline-offset: -10px;
    width: 80%;
}
#album .priceBox dt{
    text-align: center;
    font-size: 22px;
    margin: 0 auto 20px;
}
#album .priceBox dd .txt {
    text-align: center;
    font-size: 29px;
    margin: 0 0 20px 0;
}
#album .priceBox dd .price{
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px 0;
}
#album .priceBox dd .attentionList{
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.newsList{
    margin: 0 auto 100px;
}

.newsList li > a {
    padding: 2vw;
    display: block;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    background: #222;
    color: #fff;
    border-radius: 999px;
    transition: 0.4s;
}
.newsList li {
    transition: 0.6s;
    filter: blur(0.8em);
    opacity: 0;
    margin: 0 0 10px 0;
}

.newsList li:first-child {

}

.loaded .newsList.started li {
    filter: blur(0);
    opacity: 1;
}

.newsList li > a .news_tit {
    width: calc(100% - 120px);
}
.newsList li > a .day {
    width: 120px;
}
.news_movie .iframe_wrap iframe {
    outline-width: 3px;
    box-shadow: none;
}

.news_img .caption {
    display: block;
    line-height: 1.8;
    font-size: 0.9em;
}

.product_img {
    line-height: 0;
-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.product_img.herf_img {
    max-width: 400px;
    margin: 0 auto;
}


.newsList .archive li:first-child {
    border-top: none;
}

.moreBtn {
    display: inline-block;
    border: solid 1px;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
	color: #222;
}

.moreBtn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
}

.moreArea {
    text-align: center;
    margin-top: 50px;
    transition: all .5s ease-out 0.8s;
    filter: blur(0.8em);
    opacity: 0;
}

.loaded .newsList.started .moreArea {
    filter: blur(0);
    opacity: 1;
}

.news_bold {
    font-weight: bold;
    font-size: 1.1em;
}

.news_sch_list > li {
    display: flex;
    border-bottom: 1px dotted;
    padding: 5px 0;
}

.news_sch_date {
    width: 135px;
}

.moreArea.active .more {
    display: none;
}
.moreArea .more {
    display: inline;
}

.moreArea.active .close {
    display: inline;
}
.moreArea .close {
    display: none;
}


.comment_list > li {
    text-align: center;
    margin-bottom: 1em;
    filter: blur(0.8em);
    opacity: 0;
    transition: 0.6s;
    line-height: 2;
}
.loaded .comment_list.started > li {
    filter: blur(0);
    opacity: 1;
}


@media screen and (min-width:961px) {

#album .typeArea .txtArea .btn a:hover{
background: none;
    color: #fff;
}
    .slick-next:hover:after {
        border-left: 40px solid #b3b3b3;
    }
    .slick-prev:hover:after {
        border-right: 40px solid #b3b3b3;
    }
}

@media screen and (max-width:960px) {

#album .mainTit {
    margin: 0 auto 30px;
}
#album .newsTit {
    font-size: 21px;
    margin: 0 auto 10px;
}
#album .mainLead {
    font-size: 15px;
    margin: 0 auto 30px;
    padding: 20px 20px;
}
#album .lead {
    font-size: 13px;
    margin: 0 auto 30px;
}
#album .comment {
    width: 100%;
    margin: 0 auto 50px;
    padding: 20px;
    font-size: 12px;
}
#album .comment .tit{
text-align: center;
    font-size: 15px;
    margin: 0 0 5px 0;
}
#album .comment .txt{
    text-align: left;
    font-size: 13px;
}
#album .typeArea {
    padding: 40px 20px;
    margin: 0 auto 30px;
    display: block;
}
#album .typeArea .phArea {
    width: 100%;
    margin: 0 auto 20px;
}
#album .typeArea .txtArea {
    width: 100%;
}
#album .typeArea .txtArea .typeTit {
    font-size: 21px;
    margin: 0 0 5px 0;
}
#album .typeArea .txtArea .price {
    font-size: 17px;
    margin: 0 0 10px 0;
}

#album .songArea .tit {
    font-size: 23px;
    text-align: center;
    margin: 0 auto 20px;
}
#album .songArea {
    padding: 40px 20px;
    border: 2px solid;
    color: #000;
    margin: 0 auto 50px;
    outline: 1px solid;
    outline-offset: -10px;
    display: block;
}
#album .songArea .songList {
        width: 100%;
}
#album .songArea .songList li {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 14px;
    border-bottom: 1px solid #919191;
    padding: 0 0 20px 0;
}
#album .shopArea .tit {
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px;
    color: #000;
}
#album .shopArea .shopList {
    margin: 0 auto 30px;
    display: block;
}
#album .shopArea .shopList > li {
    width: 100%;
    padding: 40px 20px;
    margin: 0 0 20px 0;
}
#album .shopArea .shopList li .shop {
    text-align: center;
    font-size: 16px;
    margin: 0 auto 10px;
}
#album .shopArea .shopList li .ph {
    margin: 0 auto 10px;
}
#album .shopArea .shopList li .item {
    text-align: center;
    font-size: 14px;
}
#album .priceBox {
    padding: 40px 20px;
    margin: 0 auto;
    width: 100%;
}
#album .priceBox dt {
    text-align: center;
    font-size: 19px;
    margin: 0 auto 10px;
}
#album .priceBox dd .txt {
    text-align: center;
    font-size: 21px;
    margin: 0 0 15px 0;
}
#album .priceBox dd .price {
    text-align: center;
    font-size: 13px;
    margin: 0 0 5px 0;
}
    .slick-prev::after, .slick-next::after {
        width: 15px;
        height: 15px;
        border-width: 15px;
       top: 23px;
    }
    .slick-prev:after {
        border-left: none;
        left: 0;
    }
    .slick-next:after {
        border-right: none;
        right: 0;
    }
.comment_list > li {
    text-align: left;
}
.newsList {
    margin: 0 auto 50px;
}
.newsList li > a {
        padding: 15px 20px;
        display: block;
}
.newsList li > a .day {
        width: 100%;
        font-size: 11px;
}

.newsList li > a .news_tit {
        font-size: 13px;
        width: 100%;
}

.news_txt {
    line-height: 1.8;
    font-size: 0.95em;
}
.news_img_herf {
    width: 100%;
}
.moreArea {
    text-align: center;
    margin-top: 20px;
}


}



@media screen and (max-width: 960px) {

#special .inBox {
    margin: 0 auto 30px;
}
.specialDetail .titArea {
    margin: 0 auto 15px;
}
.specialDetail .titArea .tit {
    border-left: 3px solid;
    padding: 0 0 0 15px;
    font-size: 15px;
}
.specialDetail .titArea .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -15px;
    top: -15px;
    font-size: 11px;
}
.specialDetail .titArea .txt {
    font-size:13px;
}
.specialDetail .detailList {
        display: block;
        padding: 15px;
        margin: 0 0 10px 0;
        line-height: 1.5;
}
.specialDetail .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 80%;
    border-left: 5px solid;
}
.specialDetail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.specialDetail .detailList dd:before {
    content: none
}
.specialDetail .detailList dd .txt{
    font-size: 90%;
}
.specialDetail .detailList dd .attentionList li {
    font-size: 12px;
}
.specialDetail .detailList dd .stap .tit {
    font-size: 12px;
}
.specialDetail .detailList dd .stap .list li {
    font-size: 13px;
}
.specialDetail .detailList dd .detailInner .mini {
    font-size: 12px;
}
.specialDetail .btn a {
    font-size: 13px;
}
.specialDetail .btn.fc a {
    margin: 10px auto 0;
}


}