@charset "UTF-8";

/*========================================

==========================================*/
.allContain:before{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 150px;
    z-index: 2;
    background: linear-gradient(0deg, rgba(3, 10, 19, 0) 0%, rgba(3, 10, 19, 1) 100%);
    pointer-events: none;
    opacity: 0;
}
body:not(.topPage) .allContain:before{
    opacity: 1;
    z-index: 2;
}
.lodingEnd .allContain:before{
    opacity: 1;
    transition: 0.5s ease 0.6s;
}


.bgBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bgBox .bg01{
    width: 100%;
    height: 100%;
    background-image: url(/static/kobukuro/official/feature/speciallive2025/images/bg_main_M7qfSdVc.jpg);
    background-size: cover;
    background-position: right bottom;
    transition: 1s ease;
}
.headerFix .bgBox .bg01{
    transform: scale(1.2);
}

section {
    background: #222222;
    z-index: 1;
}

/* SP */
@media screen and (max-width: 769px){
.allContain:before{
    display: none;
}
.bgBox .bg01{
    background-image: url(/static/kobukuro/official/feature/speciallive2025/images/bg_main_sp_M7qfSdVc.jpg);
    background-position: center bottom;
}
}
@media screen and (min-width:560px) and (max-width:960px ) {
.bgBox .bg01 {
    background-position: right 90%;
}
}
/*========================================
    loader
==========================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.loader .loadingBg{
    position: absolute;
    left: 50%;
    top: 0;
    width: 200%;
    height: 100%;
    background: #222222;
    transform: skewX(-45deg) translateX(-50%);
    transition: 0.5s ease;
}
.loader figure{
    width: 50%;
    max-width: 600px;
    filter: blur(100px);
    opacity: 0;
}
.loaded .loader .loadingBg{
    animation: bg 3s ease 2.5s forwards;
}
.loaded .loader figure{
    animation: fade 3s ease forwards;
}
@keyframes bg {
    0% {
        transform: skewX(-45deg) translateX(-50%);
    }
    50% {
        transform: skewX(-45deg) translateX(-200%);
    }
    100% {
        transform: skewX(-45deg) translateX(-200%);
    }

}
@keyframes fade {
    0% {
        filter: blur(100px);
        opacity: 0;
    }
    30% {
        filter: blur(0);
        opacity: 1;
    }
    70% {
        filter: blur(0);
        opacity: 1;
    }
    100% {
        filter: blur(100px);
        opacity: 0;
    }

}

/* SP */
@media screen and (max-width: 769px){
.loader .loadingBg {
    width: 300%;
}
}

/*========================================
    navigation
==========================================*/

.navigation {
    background-color: transparent;
}
body:not(.topPage) .headLogo a img{

}
@media screen and (max-width: 1279px) {
.navigation {
    background: #222222;
}
}

/*========================================
    topvisual
==========================================*/
.visual{
    z-index: 2;
}
.visual .kvVenue li a{
    color: #FFF;
}


/* act3 */
.visual .act3 {
    opacity: 1;
}
.act3 h1,
.act3 .kvVenue,
.act3 .kvLead{
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s ease;
}
.act3 .kvVenue{
    transition-delay: 0.2s;
}
.act3 .kvLead{
    transition-delay: 0.4s;
}
.lodingEnd .act3 h1,
.lodingEnd .act3 .kvVenue,
.lodingEnd .act3 .kvLead{
    opacity: 1;
    transform: translateY(0);
}
.headerFix .act3{
    transition: 0.5s ease;
    opacity: 0;
}


/* act6 */
.act6{
    opacity: 0;
    transition: 0.6s ease;
}
.loaded .act6{
    opacity: 1;
}
.headerFix .act6{
    transform: translate(0, -100%);
}

/* act7 */
.visual .act7{
    opacity: 0;
    transition: 0.6s ease;
}
.loaded .visual .act7{
    opacity: 1;
}
.headerFix .visual .act7{
    transform: translate(0, 100%);
}

/* act8 */
.visual .act8{
    opacity: 0;
    transition: 0.55s cubic-bezier(0, 0, 0, 0.98);
}
.loaded .visual .act8{
    opacity: 1;
}
.headerFix .visual .act8{
    transform: skew(-45deg) translatex(-200%);
    transition: 1.5s ease 0.3s;
}


/* act9 */
.visual .act9{
    opacity: 0;
    transform: translate(100%,53%);
    transition: 0.5s ease 0.6s;
}

.lodingEnd .visual .act9{
    opacity: 1;
    transform: translate(0, 53%);
}
.headerFix .visual .act9{
    transition: 0.5s ease;
    opacity: 0;
}


/* item3 */
.visual .item3 {
    width: 100%;
    max-width: 100%;
}
.visual .item3 h1{
    padding: 100px 0 4% 100px;
    padding-bottom: min(4%, 40px);
    width: 55%;
    max-width: 700px;
}
.visual .item3 .kvVenue{
    padding: 0 0 4% 100px;
    padding-bottom: min(4%, 40px);
    width: 41%;
    max-width: 520px;
}

.visual .item3 .kvLead{
    border-bottom: none;
    padding: 0 0 0 100px;
    font-size: clamp(0.63vw, 1vw, 13px);
}

/* item6 */
.visual .item6{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100px;
    background: #222;
}

/* item7 */
.visual .item7{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: #222;
}
/* item8 */
.visual .item8{
    position: fixed;
    top: 0;
    right: max(740px, 50%);
    width: 100%;
    height: 100%;
    background: #222;
    transform: skew(-45deg);
}

/* item9 */
.visual .item9{
    position: fixed;
    width: 52%;
    min-width: 620px;
    max-width: 1000px;
    bottom: 100px;
    right: 50px;
    transform: translate(100%, 53%);
}

/* PC */
@media screen and (min-width: 770px){
.visual .kvVenue li a:hover{
    color: #5f8dbd;
}
}

/* SP */
@media screen and (max-width: 769px){

.visual .item3 h1 {
    padding: 40px 0 6% 20px;
    width: 75%;
}
.visual .item3 .kvVenue {
    padding: 0 0 6% 20px;
    width: 62%;
}
.visual .item3 .kvLead {
    padding: 0 0 0 20px;
    font-size: 75%;
    line-height: 1.8em;
}
.visual .item6 {
    width: 20px;
    height: 100%;
}
.visual .item7 {
    width: 20px;
    height: 100%;
}
.visual .item8 {
    position: fixed;
    top: 0;
    right: 100%;
    width: 400%;
    height: 150%;
}
.visual .item9 {
    width: calc(100% - 70px);
    min-width: 0;
    max-width: 1000px;
    bottom: 10%;
    right: 50%;
    transform: translate(200%, 0);
}

.lodingEnd .visual .act9 {
    transform: translate(50%, 0);
}

.headerFix .act6 {
    transform: translate(-100%, 0);
}
.headerFix .visual .act7{
    transform: translate(100%, 0);
}
}


@media screen and (min-width:560px) and (max-width:960px ) {
.visual .item3 h1 {
    width: 50%;
}
.visual .item3 .kvVenue {
    width: 40%;
}
.visual .item3 .kvLead {
    font-size: 70%;
    line-height: 1.6em;
}
.visual .item9 {
    bottom: 10%;
}
}

/*========================================
    topNews
==========================================*/
.topNews{
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    height: 200vh;
    display: flex;
    align-items: center;
}
.topNews .stickyBlock{
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 60px;
}
.topNews .contentBox{
    background: transparent;
    padding: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.topNews .titBox{
    margin-right: -1px;
    border-right: 1px solid #2f5883;
    padding: 0 40px 0 0;
    width: 30%;
    text-align: right;
}
.topNews .titBox h2{
    font-family: "Jost", serif;
    font-size: 420%;
    margin: 0 0 10px;
    line-height: 1em;
}
.topNews .more{

}
.topNews .more a{
    font-family: "Jost", serif;
    color: #f18c25;
    font-size: 120%;
    font-weight: 700;
}
.topNews .newsScdown{
    position: absolute;
    top: calc(100vh - 40px);
    left: 50%;
    color: #5f8cbc;
    transform: translate(-50%, -100%);
}
.topNews .newsScdown a{
    display: flex;
    align-items: center;
    padding: 3px 15px 4px;
    border: 2px solid;
    border-radius: 100px;
    color: #f18c25;
    font-weight: 700;
}
.topNews .newsScdown .scdown{
    margin: 0 5px 0 0;
    font-family: "Poppins", sans-serif;
}
.topNews .arrows {
    width: 8px;
    height: 13px;
}
.topNews .arrows path {
  stroke: #f18c25;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
  transition: 0.3s ease;
}

@keyframes arrow{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.topNews .arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.topNews .arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.topNews .arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}


.topNews .contentInner{
    border-left: 1px solid #FFF;
    padding: 0 0 0 40px;
    width: 70%;
}
.topNews .newsList{
    margin-bottom: 0;
}
.topNews .newsList li{
    margin: 0 0 20px;
    border-bottom: 1px solid #FFF;
    padding: 0 0 20px;
}
.topNews .newsList li:last-child{
    margin: 0;
}
.topNews .newsList li a{
    color: #FFF;
}
.topNews .newsList li .date{
    font-family: "Jost", serif;
    font-size: 100%;
    font-weight: 600;
    color: #f18c25;
    line-height: 1em;
    margin: 0 0 10px;
}
.topNews .newsList li .tit{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.topNews .newsList li .detail{
    font-size: 110%;
    letter-spacing: 0.1em;
    font-weight: 300;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* PC */
@media screen and (min-width: 770px){
.topNews .titBox .more a:hover{

}
.topNews .newsScdown a:hover {
    color: #FFF;
}
.topNews .newsScdown a:hover path{
    stroke: #FFF;
}
}

@media screen and (max-width: 769px){

.topNews .stickyBlock{
    padding: 0 20px;
}
.topNews .contentBox {
    display: block;
}
.topNews .titBox {
    margin-right: 0;
    border-right: none;
    padding: 0;
    width: 100%;
    text-align: left;
}
.topNews .titBox h2 {
    font-size: 380%;
    margin: 0;
}
.topNews .contentInner {
    border-left: none;
    padding: 0;
    width: 100%;
}
.topNews .newsList {
    border-top: 1px solid #FFF;
    padding-top: 20px;
}
.topNews .more {
    font-size: 90%;
    margin: 20px 0 0;
    text-align: right;
}
.topNews .newsScdown{
    position: absolute;
    top: calc(100vh - 20px);
}
}
/*========================================
    topSchedule
==========================================*/
.topSchedule{

}

.topSchedule .contentBox{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}
.topSchedule .titBox{

}
.topSchedule .titBox h2{
    text-align: center;
    font-family: "Jost", serif;
}
.topSchedule .titBox h2 .lv1{
    display: block;
    font-size: 110%;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: 10px;
}
.topSchedule .titBox h2 .lv2{
    display: block;
    font-size: 75%;
    line-height: 1em;
    margin-bottom: 10px;
}
.topSchedule .titBox h2 .lv3{
    display: block;
    font-size: 220%;
    line-height: 1em;
    letter-spacing: 0.1em;
}




.topSchedule .overview{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
}
.topSchedule .overview .anc{
    position: relative;
}
.topSchedule .overview .ancPoint{
    position: absolute;
    top:-100px;
}
.topSchedule .overview .overviewInner{
    background: #FFF;
    color: #000;
    padding: 40px;
    border-radius: 40px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.topSchedule .overview .city{
    font-size: 220%;
    font-family: "Jost", serif;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 10px;
    text-align: center;
    color: #f18c25;
}
.topSchedule .overview .liveTitle{
    margin: 0 0 30px;
    border-bottom: 1px solid #000;
    padding: 0 0 30px;
    font-size: clamp(130%, 2.7vw, 180%);
    font-weight: 900;
    text-align: center;
    line-height: 1.4em;
    color: #f18c25;
}
.topSchedule .overview .liveTitle .lv3{
    display: block;
    font-size: 110%;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.topSchedule .overview .liveTitle .lv1{
    display: block;
    font-size: 180%;
    padding: 15px 0 0;
}
.topSchedule .overview .date{
    font-weight: 600;
    font-size: 120%;
    line-height: 1em;
    margin: 0 0 10px;
}
.topSchedule .overview .venue{
    font-weight: 600;
    font-size: 120%;
    line-height: 1em;
    margin: 0 0 10px;
}
.topSchedule .overview .time{
    font-weight: 600;
    font-size: 90%;
    margin: 0 0 30px;
    border-bottom: 1px solid;
    padding: 0 0 30px;
}

.topSchedule .overview .ticketPrice{
    margin-bottom: 30px;

}
.topSchedule .overview .ticketPriceList{
    display: flex;
    margin-bottom: 10px;
}
.topSchedule .overview .ticketPriceList:last-of-type{
    margin-bottom: 20px;
}
.topSchedule .overview .ticketPriceList dt{
    width: 180px;
}
.topSchedule .overview .ticketPriceList dd{
    width: calc(100% - 180px);
    position: relative;
    font-weight: 700;
}
.topSchedule .overview .ticketPriceList dd:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
}
.topSchedule .overview .op_detail .detailList {
    border-bottom: 1px dashed #DDD;
}
.topSchedule .overview .op_detail .detailList:last-child {
    border-bottom: 1px solid;
}
.topSchedule .overview .op_detail .detailList dt{

}
.topSchedule .overview .op_detail .detailList dd{

}
.topSchedule .overview .op_detail .detailList dd:before {
    content: none;
}
.topSchedule .overview .op_detail .detailList dd .creditlogo {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.topSchedule .overview .op_detail .detailList dd .creditlogo a {
    display: block;
    width: 50%;
    max-width: 150px;
    line-height: 0;
}
.topSchedule .overview + .btn {
    margin-bottom: 0;
}


.topSchedule .scheduleList{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.topSchedule .scheduleList li{
    width: 400px;
    background: #FFF;
    color: #000;
    padding: 40px;
    border-radius: 40px;
    margin: 0 20px;
    text-align: center;
    text-align: center;
}
.topSchedule .scheduleList li .city{
    font-size: 380%;
    font-family: "Jost", serif;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 40px;
    border-bottom: 1px solid;
    padding: 0 0 30px;
}
.topSchedule .scheduleList li .date{
    font-weight: 600;
    font-size: 120%;
    line-height: 1em;
    margin: 0 0 10px;
}
.topSchedule .scheduleList li .venue{
    font-weight: 600;
    font-size: 120%;
    line-height: 1em;
    margin: 0 0 10px;
}
.topSchedule .scheduleList li .time{
    font-weight: 600;
    font-size: 90%;
}

.topSchedule .price{
    display: flex;
    justify-content: center;
    font-size: 180%;
    font-weight: 700;
    margin: 0 0 40px;
}
.topSchedule .price dt{
    font-size: 60%;
    padding: 0 40px 0 0;
    margin: 0 20px 0 0;
    position: relative;
}
.topSchedule .price dt:before{
    content: "";
    width: 20px;
    height: 1px;
    background: #FFF;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}
.topSchedule .price dd{

}
.topSchedule .price dd span{

}
.topSchedule .attention{
    text-align: center;
    margin-bottom: 60px;
}
.topSchedule .attention span{
    display: inline-block;
    border: 1px solid;
    line-height: 1em;
    padding: 10px 15px 8px;
    border-radius: 100px;
    font-size: 75%;
    font-weight: 500;
}
.topSchedule .btn{
    text-align: center;
    margin-bottom: 60px;
}
.topSchedule .btn a{
  display: inline-block;
}
.topSchedule .op_detail {

}
.topSchedule .op_detail dt{
    font-weight: 400;
}
.topSchedule .op_detail dd{
  font-size: 80%;
}


/* SP */
@media screen and (max-width: 769px){

.topSchedule .overview .ancPoint{
    position: absolute;
    top:-30px;
}

.topSchedule .overview .overviewInner {
    padding: 40px 20px;
}
.topSchedule .overview .city {
    margin: 0 0 10px;
    font-size: 160%;
}
.topSchedule .overview .liveTitle {
    font-size: clamp(80%, 4vw, 260%);
    margin: 0 0 20px;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
.topSchedule .overview .liveTitle .lv3 {
        font-size: 70%;
        margin-bottom: 5px;
}
.topSchedule .overview .liveTitle .lv1 {
        font-size: 128%;
        letter-spacing: 0.03em;
        padding: 5px 0 0;
}
.topSchedule .overview .time {
    margin: 0 0 20px;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
.topSchedule .overview .ticketPriceList {
    display: block;
}
.topSchedule .overview .ticketPriceList dt {
    width: 100%;
    font-size: 85%;
    font-weight: 600;
}
.topSchedule .overview .ticketPriceList dd {
    width: 100%;
    font-size: 110%;
}
.topSchedule .overview .ticketPriceList dd:before {
    content:none;
}




.topSchedule .scheduleList{
    display: block;
    margin-bottom: 40px;
}
.topSchedule .scheduleList li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 20px;
}
.topSchedule .scheduleList li .city {
    font-size: 320%;
    font-family: "Jost", serif;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 20px;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
.topSchedule .price dd{
    font-size: 80%;
}
.topSchedule .price {
    margin: 0 0 20px;
}
.topSchedule .attention {
    margin-bottom: 40px;
}

}

/*========================================
    topInformation
==========================================*/
.topInformation{
    background: #FFF;
    padding: 100px 60px;
}
.topInformation .contentBox {
    padding: 0;
    background: transparent;
}
.topInformation .noticeList{
    display: flex
;
    justify-content: center;
}
.topInformation .noticeList li{
    position: relative;
}
.topInformation .noticeList li:nth-child(odd){

}
.topInformation .noticeList li:nth-child(odd):before {

}

.topInformation .noticeList li a{
    text-align: center;
    display: block;
    color: #000;
    padding: 0 40px 0 0;
}
.topInformation .noticeList li .noticeTit{
    position: relative;
    font-size: 130%;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0 20px 0 0;
}
.topInformation .noticeList li .noticeTxt{
    font-size: 80%;
}
.topInformation .noticeList li a span{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 10px;
    height: 10px;
}

/* SP */
@media screen and (max-width: 769px){

.topInformation,
body:not(.topPage) section.topInformation {
    background: #FFF;
    padding: 40px 20px;
}
.topInformation .noticeList {
    display: block;
}
.topInformation .noticeList {
    display: block;
}
.topInformation .noticeList li {
    margin: 0 0 20px;
}
.topInformation .noticeList li:last-child{
    margin: 0;
}
.topInformation .noticeList li:nth-child(odd) {
    padding-right: 0;
}
.topInformation .noticeList li:nth-child(odd):before{
    content: none;
}
.topInformation .noticeList li .noticeTit {
    font-size: 90%;
    margin: 0;
    padding: 0;
}
.topInformation .noticeList li a {
    text-align: left;
    position:relative;
}
.topInformation .noticeList li a span{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
}
.topInformation .noticeList li .noticeTxt {
    font-size: 70%;
}
.topInformation .noticeList li:before{

    bottom: -9px;
}

}
/*========================================
    pageNews
==========================================*/
.newsBox{
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}
.newsBox .contentBox{
    background: transparent;
    padding: 100px 0;
}

.newsBox .titBox{
    margin-bottom: 80px;
}
.newsBox .titBox h2{
    font-family: "Jost", serif;
    text-align: center;
    font-size: 600%;
    line-height: 1em;
    letter-spacing: 0.01em;
}
.newsBox .titBox .cap{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.op_news .newsList {
    border-top: 1px solid #8a5a29;
}
.op_news .newsList a .date {
    color: #f18c25;
}
.op_news .newsList a:before {
    background: #9d8164;
}
.op_news .newsList a {
    border-bottom: 1px solid #8a5a29;
}

/* SP */
@media screen and (max-width: 769px){
.newsBox .contentBox {
    padding: 40px 0;
}
.newsBox .titBox {
    margin-bottom: 80px;
}
.newsBox .titBox h2 {
    font-size: 400%;
}

}

/*========================================
    pageNewsDetail
==========================================*/
.pageNewsDetail{

}

.pageNewsDetail .newsBox .titBox {
    margin-bottom: 40px;
    border-bottom: 1px solid;
    padding: 0 0 40px;
    display: flex;
    align-items: baseline;
}
.pageNewsDetail .newsBox .titBox h2 {
    text-align: left;
    font-size: 200%;
    margin: 0;
}
.pageNewsDetail .newsBox .titBox .cap {
    padding: 0 0 0 20px;
}
.pageNewsDetail .contentInner{

}
.pageNewsDetail .contentInner .date{

}
.pageNewsDetail .contentInner .tit{
    font-size: 200%;
}
.pageNewsDetail .contentInner .txtBox{
    margin-bottom: 60px;
    background: #FFF;
    color: #000;
    padding: 40px;
    border-radius: 40px;
}
.pageNewsDetail .detail__btn{

}
.pageNewsDetail .detail__btn a{
    display: block;
    font-size: 90%;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 40px;
    color: #FFF;
}
.pageNewsDetail .detail__btn a .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    transform: translate(0, -50%);
}
.pageNewsDetail .detail__btn a .arrow:before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    left: 43%;
    transform: rotate(-135deg);
}


/* SP */
@media screen and (max-width: 769px){
.pageNewsDetail .newsBox .titBox {
    margin-bottom: 20px;
    padding: 0 0 20px;
}
.pageNewsDetail .contentInner .tit {
    font-size: 160%;
}
.pageNewsDetail .contentInner .txtBox {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 30px;
}
}
/*========================================
    pageTicket
==========================================*/

.ticketBox{
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}
.ticketBox .contentBox{
    background: transparent;
    padding: 100px 0;
}

.ticketBox .titBox{
    margin-bottom: 80px;
}
.ticketBox .titBox h2{
    font-family: "Jost", serif;
    text-align: center;
    font-size: 600%;
    line-height: 1em;
    letter-spacing: 0.01em;
}
.ticketBox .titBox .cap{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.ticketBox .btnList{

}
.ticketBox .btnList li{

}
.ticketBox .btnList li a{
    display: block;
    background: #f18c25;
    text-align: center;
    padding: 15px 30px;
    font-size: 120%;
    font-weight: 400;
    color: #FFF;
    width: 360px;
    border-radius: 10px;
}
.ticketBox .tradeBtnList{
    width: 380px;
    margin: 0 auto 80px;
    text-align: center;
}
.ticketBox .tradeBtnList dt{
    line-height: 1.4em;
    font-size: 90%;
    margin: 0 0 10px;
}
.ticketBox .tradeBtnList dd{

}
.ticketBox .tradeBtnList dd a{
    display: block;
    background: #5f8cbc;
    text-align: center;
    padding: 15px 30px;
    font-size: 120%;
    font-weight: 400;
    color: #FFF;
    border-radius: 10px;
}

.ticketBox  .detailBlock{
    margin-bottom: 40px;
}
.ticketBox  .detailBlock:last-child{
    margin-bottom:0;
}
.ticketBox .detailList .type .inner {
    display: flex;
    margin: 0 0 20px;
    align-items: stretch;
}
.ticketBox .detailList .type .inner:last-child {
    display: flex;
    margin: 0 0 20px;
    align-items: stretch;
}
.ticketBox .detailList .type .typeTit {
    border: 1px solid;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 85px;
    text-align: center;
}
.ticketBox .detailList .type .typeDetail {
    padding: 0 0 0 20px;
}
.ticketBox .detailList .type .typeDetail .memberStatus {
    display: flex;
    flex-wrap: wrap;
}
.ticketBox .detailList .type .typeDetail .memberStatus li {
    background: #DDD;
    margin: 0 10px 0 0;
    padding: 5px 10px 5px;
    border-radius: 5px;
    line-height: 1em;
    font-size: 90%;
    font-weight: 500;
    color: #FFF;
}
.ticketBox .detailList .type .typeDetail .memberStatus li.stTce {
    background: #FB7119;
}
.ticketBox .detailList .type .typeDetail .memberStatus li.stTe {
    background: #0088B1;
}
.ticketBox .detailList .type .typeDetail .memberStatus li.stCe {
    background: #3AA9F0;
}
.op_ticket .tikcetTit.open {
    background: #e7ded7;
}

/* PC */
@media screen and (min-width: 770px) {
    .op_ticket .tikcetTit:hover {
        background: #e7ded7;
    }
}


/* SP */
@media screen and (max-width: 769px){

.ticketBox .contentBox {
    padding: 40px 0;
}
.ticketBox .titBox {
    margin-bottom: 80px;
}
.ticketBox .titBox h2 {
    font-size: 400%;
}
.ticketBox .btnList li a{
    width: 100%;
}
.ticketBox .tradeBtnList {
    width: 100%;
    margin: 0 auto 40px;
}

.ticketBox .detailBlock {
    margin-bottom: 20px;
}
.ticketBox .detailList .type .typeDetail .memberStatus li {
    margin: 5px 5px 0 0;
}
.ticketBox .tradeBtnList dt {
    text-align: left;
}
}
/*========================================
    pageTrade
==========================================*/

.tradeBox{
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}
.tradeBox .contentBox{
    background: transparent;
    padding: 100px 0;
}
.tradeBox .titBox h2{
    font-family: "Jost", serif;
    text-align: center;
    font-size: 600%;
    line-height: 1em;
    letter-spacing: 0.01em;
}
.tradeBox .titBox .cap{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.tradeBox .intro .txt{
    font-size: 140%;
    text-align: center;
    font-weight: 500;
    margin: 0 0 20px;
}
.tradeBox .intro .thumb{
    line-height: 0;
    width: 500px;
    margin: 0 auto 20px;
}
.tradeBox .intro .thumb img{

}
.tradeBox .intro .cap{
    text-align: center;
    font-weight: 600;
    font-size: 90%;
}

.tradeBox .inBox{
    background: transparent;
    color: #FFF;
    padding: 0;
}
.tradeBox .inBox h3{
    font-size: 220%;
    margin: 0 0 40px;
    border-left: 10px solid;
    padding: 0 0 0 10px;
}
.tradeBox .captionList{
    border: 2px solid;
    text-align: center;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
}
.tradeBox .captionList dt{
    font-size: 160%;
    font-weight: 600;
    margin: 0 0 15px;
}
.tradeBox .captionList dd{

}
.tradeBox .meritList{
    background: #fff;
    color: #000;
    padding: 40px;
    margin: 0 0 40px;
    position: relative;
    border-radius: 40px;
}
.tradeBox .meritList:last-child{
    margin: 0;
}
.tradeBox .meritList dt{
    font-size: 140%;
    font-weight: 600;
    margin: 0 0 20px;
}
.tradeBox .meritList dt span{
    position: absolute;
    top: -10px;
    left: -10px;
    color: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    z-index: 1;
    background: #CA0000;
    border-radius: 100px
}
.tradeBox .meritList dt span:before{
}
.tradeBox .meritList dt .txt{

}
.tradeBox .meritList dt .txt span{
    font-weight: 600;
    color: #ff9222;
    padding: 0 3px 0 0;
}
.tradeBox .meritList dd{

}
.tradeBox .meritList dd > *{
    margin: 0 0 20px;
}
.tradeBox .meritList dd > *:last-child{
    margin: 0;
}
.tradeBox .meritList dd .txt{

}
.tradeBox .meritList .innerLink{

}
.tradeBox .meritList .innerLink a{
    color: #000;
}
.tradeBox .meritList .innerLink a span{

}

.tradeBox .tradeDetail{

}
.tradeBox .tradeDetail .ticketType{
    color: #000;
    border-radius: 20px;
    overflow: hidden;
}
.tradeBox .tradeDetail .ticketType.negType{
    margin: 0 0 100px;
}
.tradeBox .tradeDetail .ticketCellList{
    display: flex;
}
.tradeBox .tradeDetail .ticketCellList:not(:last-child){
    border-bottom: 2px solid;
}
.tradeBox .tradeDetail .ticketCellList li{
    width: 34%;
    padding: 20px;
    display: flex;
    align-items: center;
}
.tradeBox .tradeDetail .ticketCellList li:not(:last-child){
    border-right: 2px solid;
}
.tradeBox .tradeDetail .ticketCellList.cellHead li{
    justify-content: center;
    font-size: 90%;
    font-weight: 600;
    background: #efefef;
}
.tradeBox .tradeDetail .ticketCellList.cellBlue li{
    background: #dff2ff;
}
.tradeBox .tradeDetail .ticketCellList.cellYellow li{
    background: #fff4dc;
}
.tradeBox .tradeDetail .ticketCellList .ticketName{
    justify-content: center;
    font-size: 90%;
    font-weight: 600;
    width: 36%;
}
.tradeBox .tradeDetail .ticketCellList .ticketCaption{
    width: 64%;
}
.tradeBox .tradeDetail .ticketCellList .ticketCaption .txtInfo{
    font-size: 80%;
    line-height: 1.4em;
    margin: 10px 0 0;
    font-weight: 500;
}
.tradeBox .tradeDetail .ticketCellList .ticketSall{
    width: 32%;
    font-size: 90%;
}
.tradeBox .tradeDetail .ticketCellList .ticketBuy{
    width: 32%;
    font-size: 90%;
}
.tradeBox .tradeDetail .ticketCellList .cellInner{

}
.tradeBox .tradeDetail .ticketCellList .cellInner .txt{

}
.tradeBox .tradeDetail .ticketCellList .cellInner .ticketName .txt{
    justify-content: center;
}
.tradeBox .tradeDetail .ticketCellList .cellInner .txt .blueTicket{
    display: block;
    width: 100px;
    font-size: 75%;
    background: #3AA9F0;
    color: #FFF;
    line-height: 1em;
    padding: 10px 10px 8px;
    border-radius: 100px;
    margin: 0 auto 10px;
    text-align: center;
}
.tradeBox .tradeDetail .ticketCellList .cellInner .txt .yellowTicket{
    display: block;
    width: 100px;
    font-size: 75%;
    background: #FFBE31;
    color: #FFF;
    line-height: 1em;
    padding: 10px 10px 8px;
    border-radius: 100px;
    margin: 0 auto 10px;
    text-align: center;
}
.tradeBox .tradeDetail .ticketCellList .cellInner .txt .senko{
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.3em;
}
.tradeBox .tradeDetail .ticketCellList .cellInner .txt .senko:before{
    content: "・";
    position: absolute;
    left: 0;
}
.tradeBox .tradeDetail .ticketCellList .cellInner .txt .senko:last-child{
    margin: 0;
}
.tradeBox .ticketChange{
    background: #efefef;
    padding: 40px;
    margin: 0 0 100px;
}
.tradeBox .ticketChange h3{

}
.tradeBox .changeType{
    background: #FFF;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 40px;
}
.tradeBox .changeType:last-child{
    margin: 0;
}
.tradeBox .changeTypeTit{
    font-size: 120%;
    font-weight: 500;
    display: block;
    text-align: left;
    padding: 15px 20px;
}
.tradeBox .changeTypeTit.dTicket{
    color: #e9537d;
}
.tradeBox .changeTypeTit.pTicket{
    color: #009688;
}
.tradeBox .changeDetail{
    border-top: 4px solid #d8d8d8;
    display: flex;
}
.tradeBox .changeDetail dt{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 4px solid #d8d8d8;
    font-size: 120%;
    font-weight: 500;
    background: #fcfcfc;
    padding: 20px;
}
.tradeBox .changeDetail dd{
    width: 70%;
}
.tradeBox .changeDetail .changeFlow{

}
.tradeBox .changeDetail .changeFlow li{
    border-bottom: 4px solid #d8d8d8;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    font-size: 120%;
    font-weight: 500;
}
.tradeBox .changeDetail .changeFlow li:last-child{
    border-bottom: none;
}
.tradeBox .changeDetail .changeFlow li .changeBefore{
    width: 40%;
    text-align: center;
}
.tradeBox .changeDetail .changeFlow li .changeBefore span{
    background: #d8d8d8;
    padding: 20px;
    display: block;
    border-radius: 10px;
}
.tradeBox .changeDetail .changeFlow li .changeArrow{
    width: 20%;
    text-align: center;
    position: relative;
}
.tradeBox .changeDetail .changeFlow li .changeArrow:before{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    background: #000;
    transform: translate(-50%,-50%);
}
.tradeBox .changeDetail .changeFlow li .changeArrow:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25%;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(45deg);
}
.tradeBox .changeDetail .changeFlow li .changeAfter{
    width: 40%;
    text-align: center;
}

.tradeBox .changeDetail .changeFlow li .changeAfter span{
    background: #FFF;
    padding: 20px;
    display: block;
    border-radius: 10px;
}
.tradeBox .changeDetail .changeFlow li .changeAfter span.afterD{
    background: #E9537D;
    color: #FFF;
}
.tradeBox .changeDetail .changeFlow li .changeAfter span.afterP{
    background: #009688;
    color: #FFF;
}
.tradeBox .serviceDetail{
    border: 2px solid;
    padding: 40px;
    margin: 0 0 80px;
    border-radius: 20px;
}
.tradeBox .serviceDetail h3{

}
.tradeBox .serviceDetail .lead{
    font-size: 120%;
    font-weight: 500;
    margin: 0 0 10px;
}
.tradeBox .serviceDetail .cautionList{
    margin: 0 0 40px;
}
.tradeBox .serviceDetail .op_detail{
    margin: 0 0 40px;
}
.tradeBox .serviceDetail .op_detail .inList{

}
.tradeBox .serviceDetail .op_detail .inList li{
    padding: 0 0 0 15px;
    margin: 0 0 10px;
}
.tradeBox .serviceDetail .op_detail .inList li:first-child{
    border-left: 5px solid;
    padding: 0 0 0 10px;
    line-height: 1em;
    font-weight: 500;
}
.tradeBox .serviceDetail .op_detail .inList li:last-child{
    margin: 0;
}
.tradeBox .serviceDetail .op_detail .inList li span{
    font-size: 80%;
    background: #848484;
    border-radius: 2px;
    padding: 2px 10px;
    color: #FFF;
    margin: 0 10px 0 0;
    vertical-align: 1px;
}
.tradeBox .serviceDetail h4{
    font-size: 160%;
    margin: 0 0 20px;
}

.tradeBox .serviceDetail .serviceCaution{

}
.tradeBox .serviceDetail .serviceCaution li{
    font-size: 100%;
    margin: 0 0 20px;
    font-weight: 500;
    border-bottom: 1px dashed;
    padding: 0 0 20px;
}
.tradeBox .serviceDetail .serviceCaution li:first-child{
    border-top: 1px dashed;
    padding: 20px 0 20px;
}
.tradeBox .serviceDetail .btnQuest{

}
.tradeBox .serviceDetail .btnQuest a{
    position:relative;
    color: #FFF;
}
.tradeBox .serviceDetail .btnQuest a span{
    display: inline-block;
    width: 40px;
    position: absolute;
    bottom: 7px;
    left: calc(100% + 20px);
    transition: 0.5s ease;
    line-height: 0;
}
.tradeBox .serviceDetail .btnQuest a span svg .st0{
    fill: none;
    stroke: #FFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition: 0.5s ease;
}
.tradeBox .soon{
    text-align: center;
    font-size: 140%;
    font-weight: 500;
}
.tradeBox .floatBtn{
    position: fixed;
    bottom: 60px;
    right: 60px;
    color: #FFF;
    transition: 0.5s ease;
}
.tradeBox .floatBtn .btnInner{

}
.headerFix.tradeBox .floatBtn{
    transform: translateY(0);
}
.bottomFix.tradeBox .floatBtn{
    transform: translateY(200%);
}
.tradeBox .floatBtn a{
    font-size: 140%;
    text-align: center;
    font-weight: 600;
    line-height: 1.3em;
    background: #000;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tradeBox .floatBtn a span{
    display: block;
    font-size: 80%;
    line-height: 1.4em;
}
.tradeBox .btnTrade a{
    margin: 0 auto 0;
    width: 420px;
    font-size: 140%;
    padding: 25px;
    border-radius: 10px;
    background: #ba670f;
    color: #FFF;
}
/*PC */
@media screen and (min-width: 770px){
    .tradeBox .tradeDetail .ticketCellList .cellInner .capSale, 
    .tradeBox .tradeDetail .ticketCellList .cellInner .capBuy {
        display: none;
    }
}
/* SP */
@media screen and (max-width: 769px){
.tradeBox .contentBox{
    padding: 40px 0;
}

.tradeBox .intro .thumb {
    line-height: 0;
    width: 100%;
}
.tradeBox .titBox h2 {
    font-size: 400%;
}
.tradeBox .intro .txt {
    font-size: 100%;
    text-align: left;
}
.tradeBox .captionList {
    text-align: left;
    padding: 20px;
}
.tradeBox .meritList{
    border-radius: 30px;
}
.tradeBox .captionList dt {
    font-size: 140%;
    line-height: 1.4em;
}
.tradeBox .meritList dt .txt {
    font-size: 100%;
    line-height: 1.4em;
}
.tradeBox .inBox h3 {
    font-size: 160%;
    margin: 0 0 20px;
}
.tradeBox .tradeDetail .ticketType {
    border-radius: 30px;
}
.tradeBox .tradeDetail .ticketCellList {
    display: block;
}
.tradeBox .tradeDetail .ticketCellList.cellHead{
    display: none;
}
.tradeBox .tradeDetail .ticketCellList .cellInner .capSale,
.tradeBox .tradeDetail .ticketCellList .cellInner .capBuy {
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 120%;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.tradeBox .tradeDetail .ticketCellList .ticketName {
    width: 100%;
}
.tradeBox .tradeDetail .ticketCellList .ticketSall {
    width: 100%;
}
.tradeBox .tradeDetail .ticketCellList .ticketBuy {
    width: 100%;
}
.tradeBox .tradeDetail .ticketCellList li:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid;
}
.tradeBox .changeType {
    border-radius: 30px;
}
.tradeBox .changeDetail {
    border-top: 4px solid #d8d8d8;
    display: block;
}
.tradeBox .changeDetail dt {
    width: 100%;
    border-right: none;
    border-bottom: 4px solid #d8d8d8;
}
.tradeBox .changeDetail dd {
    width: 100%;
}
.tradeBox .changeDetail .changeFlow li .changeBefore span {
    background: #d8d8d8;
    padding: 10px;
    font-size: 75%;
}
.tradeBox .changeDetail .changeFlow li .changeAfter span {
    background: #FFF;
    padding: 10px;
    font-size: 85%;
}
.tradeBox .changeDetail .changeFlow li .changeArrow {
    width: 10%;
}
.tradeBox .serviceDetail {
    padding: 20px;
    margin: 0 0 40px;
    border-radius: 30px;
}
.tradeBox .serviceDetail .lead {
    font-size: 110%;
}
.tradeBox .serviceDetail .op_detail{
    margin: 0 0 20px;
}
}


/*========================================
    pageCancelpolicy
==========================================*/
.cancelpolicyBox{
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}
.cancelpolicyBox .contentBox{
    background: transparent;
    padding: 100px 0;
}

.cancelpolicyBox .titBox{
    margin-bottom: 80px;
}
.cancelpolicyBox .titBox h2{
    font-family: "Jost", serif;
    text-align: center;
    font-size: 500%;
    line-height: 1em;
    letter-spacing: 0.01em;
}
.cancelpolicyBox .titBox .cap{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.cancelpolicyBox .contentInner{
    background: #FFF;
    color: #000;
    padding: 60px;
    border-radius: 40px;
}
.cancelpolicyBox .contentInner h3{
    font-size: 200%;
    margin: 0 0 40px;
    border-left: 10px solid;
    padding: 0 0 0 10px;
    color: #000;
}
.cancelpolicyBox .contentInner .lead{
    font-size: 120%;
    font-weight: 500;
    margin: 0 0 20px;
}
.cancelpolicyBox .contentInner .downGrade{
    margin-bottom: 60px;
}
.cancelpolicyBox .contentInner .cancelAttention{

}
.cancelpolicyBox .contentInner .cancelAttention dt{
    text-align: center;
    font-size: 140%;
    font-weight: 500;
    border-bottom: 1px dashed;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.cancelpolicyBox .contentInner .cancelAttention dd{
    border-bottom: 1px dashed;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 90%;
    font-weight: 500;
}
.cancelpolicyBox .contentInner .cancelAttention dd:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.cancelpolicyBox .contentInner .QaBlock h3{
    text-align: center;
    border: none;
    padding: 0;
    line-height: 1.4em;
    font-size: 180%;
}
.cancelpolicyBox .contentInner .btnList{
    margin-bottom: 40px;
}
.cancelpolicyBox .contentInner .btnList li{

}
.cancelpolicyBox .contentInner .btnList li a{
    text-align: center;
    display: block;
    background: #DDD;
    line-height: 1.3em;
    padding: 20px 40px;
    color: #FFF;
    font-size: 120%;
    border-radius: 100px;
}
.cancelpolicyBox .contentInner .btnList li.btnT a{
    background: #0088B1;
}
.cancelpolicyBox .contentInner .btnList li.btnC a{
    background: #3AA9F0;

}


/* SP */
@media screen and (max-width: 769px){
.cancelpolicyBox .contentInner {
    border-radius: 30px;
    padding: 20px;
}
.cancelpolicyBox .contentBox{
    padding: 40px 0;
}
.cancelpolicyBox .titBox h2 {
    font-size: 360%;
}
.cancelpolicyBox .contentInner {
    padding: 20px;
}
.cancelpolicyBox .contentInner h3 {
    font-size: 140%;
    margin: 0 0 20px;
    border-left: 7px solid;
}
.cancelpolicyBox .contentInner .lead {
    font-size: 100%;
}
.cancelpolicyBox .contentInner .downGrade {
    margin-bottom: 20px;
}
}

/*========================================
    pageDticket
==========================================*/

.dticketBox {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
}
.dticketBox .contentBox {
    background: transparent;
    padding: 100px 0;
}
.dticketBox .titBox {
    margin-bottom: 80px;
}
.dticketBox .titBox h2 {
    text-align: center;
    font-size: 460%;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 800;
}
.dticketBox .contentInner{
    background: #FFF;
    color: #000;
    padding: 60px;
    border-radius: 40px;
}
.dticketBox .inner > *{
    margin-bottom: 20px;
}
.dticketBox .inner > *:last-child{
    margin-bottom: 0;
}
.dticketBox .inner.clmBox {
    display: flex;
}
.dticketBox .inner.clmBox .clm{
    width: calc(100% - 340px);
    padding: 0 40px 0 0;
    margin: 0;
}
.dticketBox .inner.clmBox .clm:last-child{
    width: 340px;
    padding: 0;
}
.dticketBox .contentInner h3 {
    font-size: 200%;
    margin: 0 0 40px;
    border-left: 10px solid;
    padding: 0 0 0 10px;
    color: #000;
}
.dticketBox .contentInner h3 .red {
    color: #CA0000;
}
.dticketBox .contentInner .lead {
    font-size: 120%;
    font-weight: 500;
}
.dticketBox .inBox {
    background: transparent;
    color: #FFF;
    padding: 0;
}
.dticketBox .inBox h3 {
    font-size: 220%;
    margin: 0 0 40px;
    border-left: 10px solid;
    padding: 0 0 0 10px;
}
.dticketBox .meritList {
    background: #fff;
    color: #000;
    padding: 40px;
    margin: 0 0 40px;
    position: relative;
    border-radius: 40px;
}
.dticketBox .meritList dt {
    font-size: 140%;
    font-weight: 600;
    margin: 0 0 20px;
}
.dticketBox .meritList dt span {
    position: absolute;
    top: -10px;
    left: -10px;
    color: #FFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    z-index: 1;
    background: #CA0000;
    border-radius: 100px;
}
.dticketBox .meritList dd > * {
    margin: 0 0 20px;
}
.dticketBox .meritList dd > *:last-child {
    margin: 0;
}

.dticketBox .goodDealBlock{
    border-top: 1px solid;
    margin: 0 0 40px;
}
.dticketBox .goodDealBlock .goodDeal {
    display: flex;
    width: 100%;
    border-bottom: 1px solid;
}
.dticketBox .goodDealBlock .goodDeal dt {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-right: 1px solid;
    border-left: 1px solid;
}
.dticketBox .goodDealBlock .goodDeal:first-child dt {
    text-align: center;
    justify-content: center;
    background: #000;
    color: #FFF;
    border: none;
}
.dticketBox .goodDealBlock .goodDeal dt .icatch {
    width: 100px;
}
.dticketBox .goodDealBlock .goodDeal dt .txt {
    width: calc(100% - 100px);
    font-size: 100%;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
.dticketBox .goodDealBlock .goodDeal dd {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-right: 1px solid;
}
.dticketBox .goodDealBlock .goodDeal:first-child dd {
    text-align: center;
    justify-content: center;
    background: #000;
    color: #FFF;
    border: none;
}
.dticketBox .goodDealBlock .goodDeal dd .bear span {
    font-size: 160%;
    padding: 0 5px;
    font-weight: 600;
}
.dticketBox .pticket {
    display: flex;
    width: 100%;
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.dticketBox .pticket dt {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-right: 1px solid;
    border-left: 1px solid;
}
.dticketBox .pticket dt .icatch {
    width: 75px;
    padding: 0 5px 0 0;
}
.dticketBox .pticket dt .txt {
    width: calc(100% - 80px);
    font-size: 100%;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
.dticketBox .pticket dd {
    width: 70%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-right: 1px solid;
}

.dticketBox .ticketAttention{
    border: 2px solid;
    padding: 40px;
    margin: 0 0 40px;
    border-radius: 20px;
}
.dticketBox .ticketAttention dt{
    font-size: 200%;
    margin: 0 0 40px;
    border-left: 10px solid;
    padding: 0 0 0 10px;
    font-weight: 600;
}
.dticketBox .ticketAttention dd {
    margin: 0 0 40px;
    border-bottom: 1px dashed;
    padding: 0 0 40px;
    color: #FFF;
}
.dticketBox .ticketAttention dd:first-of-type{
    border-top: 1px dashed;
    padding: 40px 0 40px;
}
.dticketBox .ticketAttention dd:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.dticketBox .deviceAttention {
    background: #D7DFE7;
    color: #000;
    padding: 40px;
    margin: 0 0 40px;
    position: relative;
    border-radius: 40px;
}
.dticketBox .deviceAttention dt {
    text-align: center;
    font-size: 160%;
    font-weight: 500;
    margin: 0 0 40px;
    border-bottom: 1px dashed;
    padding: 0 0 40px;
}
.dticketBox .deviceAttention dd {
    margin: 0 0 20px;
    padding: 0 0 0 25px;
    position: relative;
}
.dticketBox .ticketAttention dd:last-child {
    margin: 0;
}
.dticketBox .deviceAttention dd:before {
    content: "●";
    position: absolute;
    left: 0;
}
.dticketBox .appList {
    display: flex;
}
.dticketBox .appList li {
    width: 170px;
    margin: 0 20px 0 0;
}
.dticketBox .appList li a .badge {
    line-height: 0;
    margin: 0 0 10px;
}
.dticketBox .appList li a span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 80%;
    line-height: 1em;
    color: #000;
}




/* PC */
@media screen and (min-width: 770px){
.dticketBox .appList li.iphone, 
.dticketBox .appList li.android {
    display: none;
}
}

/* PC */
@media screen and (min-width:1px) and (max-width:1140px ) {
.dticketBox .inner.clmBox {
    display: block;
}
.dticketBox .inner.clmBox .clm {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
}
.dticketBox .inner.clmBox .clm:last-child {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
}

/* SP */
@media screen and (max-width: 769px){
.dticketBox .titBox h2 {
    text-align: center;
    font-size: 300%;
}
.dticketBox .contentBox {
    padding: 40px 0;
}
.dticketBox .contentInner {
    padding: 20px;
    border-radius: 30px;
}
.dticketBox .contentInner h3 {
    font-size: 140%;
    margin: 0 0 20px;
    line-height: 1.4em;
}
.dticketBox .innerLink {
    margin-bottom: 10px;
}
.dticketBox .innerLink:last-child {
    margin-bottom: 0;
}
.dticketBox .inner.clmBox .clm {
    margin: 0 0 20px;
}
.dticketBox .goodDealBlock {
    margin: 0 0 20px;
}
.dticketBox .goodDealBlock .goodDeal {
    display: flex;
    align-items: center;
    border-right: 1px solid;
}
.dticketBox .goodDealBlock .goodDeal:first-child dt {
    font-size: 60%;
    padding: 10px;
    line-height: 1.5em;
}
.dticketBox .goodDealBlock .goodDeal:first-child dd {
    font-size: 60%;
    padding: 10px;
    line-height: 1.5em;
}
.dticketBox .goodDealBlock .goodDeal dt {
    display: block;
    padding: 10px;
}
.dticketBox .goodDealBlock .goodDeal dt .icatch {
    width: 100%;
}
.dticketBox .goodDealBlock .goodDeal dt .txt {
    width: auto;
    font-size: 70%;
}
.dticketBox .goodDealBlock .goodDeal dd {
    padding: 10px;
}
.dticketBox .goodDealBlock .goodDeal dd {
    padding: 10px;
    display: block;
    font-size: 65%;
    font-weight: 600;
    line-height: 1.4em;
    border: none;
}
.dticketBox .pticket dt {
    display: block;
    padding: 10px;
}
.dticketBox .pticket dt .icatch {
    width: 100%;
}
.dticketBox .pticket dt .txt {
    width: 100%;
    font-size: 60%;
}
.dticketBox .pticket dd {
    padding: 10px;
    font-size: 65%;
    font-weight: 600;
}

.dticketBox .ticketAttention {
    padding: 20px;
}
.dticketBox .ticketAttention dt {
    font-size: 140%;
    margin: 0 0 20px;
    line-height: 1.4em;
}
.dticketBox .ticketAttention dd:first-of-type {
    padding: 20px 0 20px;
}
.dticketBox .ticketAttention dd {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.dticketBox .deviceAttention {
    padding: 20px;
}
.dticketBox .deviceAttention dt {
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.dticketBox .inBox h3 {
    font-size: 160%;
    margin: 0 0 20px;
}
.dticketBox .meritList {
    margin: 0 0 20px;
}
.dticketBox .meritList dt .txt{
    font-size: 100%;
}
.dticketBox .meritList dt .txt.red{
    color:#CA0000;
}
}


/*========================================
    footer
==========================================*/
footer .contentBox {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}