@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
html, body, a, p, ul, li, h1, h2, h3, h4, h5, h6, figure, dl, dt, dd {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
html {}
body {
    overflow-x: hidden;
    -webkit-touch-callout: none;
    background: #000;
    color: #fff;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-style: normal;
}
.for-status-bars {
    position: fixed;
    top: 0;
    pointer-events: none;
    height: 5px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
}
.for-tab-bars {
    position: fixed;
    bottom: 0;
    pointer-events: none;
    height: 4px;
    width: 100%;
    background-color: #000;
    mix-blend-mode: lighten;
    z-index: 99999;
}
.note {
    font-weight: 500;
}
.note>li {
    position: relative;
    padding-left: 1em;
}
.note>li .mark {
    width: 1em;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
}
.video-back:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
.video-back {
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0%;
    z-index: -1;
}
.video-back img {
    opacity: 0.5;
}
.video-back video, .video-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-back video {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
}
img {
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
li {
    list-style-type: none;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sp {
    display: none;
}
@media screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.nav-btn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 28px;
    right: 28px;
    z-index: 9999;
    display: block;
    cursor: pointer;
    background: linear-gradient(to left, #000a22 0%, #012e43 40%, #012e43 60%, #000a22 100%);
    border-radius: 1000px;
}
.nav-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border-radius: 1000px;
    border: solid 1.5px #724e0e;
}
.nav-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 1000px;
    border: dotted 1.5px #724e0e;
}
.nav-btn span {
    width: 40px;
    height: 2px;
    position: absolute;
    left: 20px;
    z-index: 3;
    transition-duration: 0.2s;
    background: linear-gradient(to left, #eca622 0%, #fcfe72 40%, #fcfe72 60%, #eca622 100%);
}
.nav-btn span:nth-of-type(1) {
    top: calc(40% - 1px);
}
.nav-btn.close span:nth-of-type(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}
.nav-btn span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
.nav-btn.close span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(-20%);
}
.nav-btn span:nth-of-type(3) {
    bottom: calc(40% - 1px);
}
.nav-btn.close span:nth-of-type(3) {
    bottom: calc(50% - 1px);
    transform: translateY(0) rotate(-45deg);
}
nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    font-family: korolev-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    background: rgba(0, 10, 40, .8);
    opacity: 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    -ms-overflow-style: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
    transition-duration: 0.4s;
    scrollbar-width: none;
}
nav.open {
    opacity: 1;
    pointer-events: auto;
}
.nav-inner {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.nav-inner li {
    font-size: 60px;
    text-align: center;
    margin: 28px 0;
}
.nav-inner a {
    width: fit-content;
    display: block;
    margin: 0 auto;
    transition-duration: 0.4s;
}
.nav-inner a.hover {
    letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
    .nav-btn {
        width: 60px;
        height: 60px;
        position: fixed;
        top: 12px;
        right: 12px;
        display: block;
    }
    .nav-btn span {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 15px;
    }
    .nav-inner {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }
    .nav-inner li {
        font-size: 40px;
        text-align: center;
        margin: 20px 0;
    }
    .nav-inner a {
        width: fit-content;
        display: block;
        margin: 0 auto;
        transition-duration: 0.2s;
    }
}
.hero {
    width: 100%;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.hero h1 {
    max-width: 1200px;
    margin: 0 auto;
    filter: saturate(120%);
    opacity: 0;
    transition-duration: 2.4s;
    transform: scale(1.2);
    transition-timing-function: ease;
    filter: brightness(5) drop-shadow(0px 0px 10px #fff);
    position: relative;
}
.hero h1 img {}
.hero h1 img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.hero h1.on {
    opacity: 1;
    transform: scale(1);
    filter: brightness(1) drop-shadow(0px 0px 0px #fff);
}
.hero h1.on img:nth-child(1) {
    opacity: 0;
    transition-delay: 1.5s;
    transition-duration: 0.5s;
}
.hero h1.on img:nth-child(2) {
    opacity: 1;
    transition-delay: 1s;
    transition-duration: 1s;
}
section {
    margin-top: 120px;
    position: relative;
}
.trigger {
    position: absolute;
    top: -100px;
}
@media screen and (max-width: 896px) {
    section {
        margin-top: 80px;
    }
    .trigger {
        position: absolute;
        top: -80px;
    }
}
h2 {
    width: fit-content;
    position: relative;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 40px;
    opacity: 0;
    transform: rotateY(90deg);
    letter-spacing: -0.3em;
}
h2.on {
    transform: scale(1);
    transition-duration: 0.8s;
    opacity: 1;
    transition-timing-function: ease;
    letter-spacing: 0em;
}
.gold-txt {
    position: relative;
    font-family: "reina-regular", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.gold-txt span:nth-child(1) {
    background-image: url(../img/ttl-back.webp);
    background-size: auto 100%;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.gold-txt span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    -webkit-text-stroke: 0.02em #716131;
    text-stroke: 0.02em #716131;
}
@media screen and (max-width: 896px) {
    h2 {
        font-size: 48px;
    }
}
.contents-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0;
    transition-duration: 0.8s;
}
.contents-inner.on {
    opacity: 1;
}
.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}
.frame span::before, .frame span:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    background-image: url(../img/frame-corner.svg);
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
}
.frame:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: solid 1.5px #724e0e;
    z-index: 5;
}
.frame:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: solid 1px #724e0e;
    z-index: 5;
    z-index: 4;
}
.frame span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.frame span:nth-child(1):before {
    bottom: 8px;
    left: 8px;
    transform: rotate(180deg);
}
.frame span:nth-child(1):after {
    bottom: 8px;
    right: 8px;
    transform: rotate(90deg);
}
.frame span:nth-child(2):before {
    top: 8px;
    left: 8px;
    transform: rotate(-90deg);
}
.frame span:nth-child(2):after {
    top: 8px;
    right: 8px;
}
@media screen and (max-width: 896px) {
    .frame span::before, .frame span:after {
        width: 20px;
        height: 20px;
    }
}
.schedule-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
}
.schedule-list>li {
    position: relative;
    align-items: center;
    text-align: center;
    background: linear-gradient(to left, #000a22 0%, #012e43 40%, #012e43 60%, #000a22 100%);
}
.schedule-list>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/contents-back.webp);
    background-size: 400px auto;
    mix-blend-mode: screen;
    opacity: 0.03;
    pointer-events: none;
}
.separatpr {
    width: 100%;
    height: 40px;
    background: url(../img/separator.svg) no-repeat;
    background-position: center;
    opacity: 1;
    margin: 40px 0;
}
@media screen and (max-width: 896px) {
    .separatpr {
        width: 100%;
        height: 28px;
        margin: 20px 0;
    }
}
.schedule-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 28px 20px;
}
.schedule-list .date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: dashed 1px rgba(255, 255, 255, .2);
}
.schedule-list .year {
    width: 60px;
    text-align: center;
    transform: translateY(12%);
    font-size: 28px;
    width: fit-content;
}
.schedule-list .day {
    line-height: 1;
    font-size: 48px;
    margin-right: 8px;
    margin-left: 4px;
    width: fit-content;
}
.schedule-list .date .dow {
    transform: translateY(50%);
    width: 40px;
    font-size: 12px;
    background: rgba(255, 255, 255, .2);
    border-radius: 1000px;
}
.schedule-list .date .dow.sat {
    background: #0065cc;
}
.schedule-list .date .dow.sun {
    background: #cc002b;
}
.schedule-list .place {
    text-align: center;
}
.schedule-list .area {
    font-size: 18px;
    margin-bottom: 8px;
}
.schedule-list .venue {
    width: 100%;
    font-size: 24px;
    margin-bottom: 8px;
}
.schedule-list .venue small {
    display: block;
    font-size: 90%;
}
.schedule-list .open-start {
    font-size: 12px;
    margin-bottom: 12px;
}
.schedule-list .info {
    font-size: 10px;
}
@media screen and (max-width: 896px) {
    .schedule-list {
        display: grid;
        gap: 12px;
    }
    .schedule-inner {
        padding: 24px 16px;
    }
    .schedule-list .date {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: dashed 1px rgba(255, 255, 255, .2);
    }
    .schedule-list .year {
        transform: translateY(0%);
        font-size: 20px;
        width: fit-content;
    }
    .schedule-list .day {
        line-height: 1;
        font-size: 36px;
        margin-right: 0px;
        margin-left: 0px;
        width: fit-content;
    }
    .schedule-list .date .dow {
        transform: translateY(0%);
        font-size: 10px;
    }
    .schedule-list .place {}
    .schedule-list .area {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .schedule-list .venue {
        width: 100%;
        font-size: 16px;
        margin-bottom: 4px;
    }
    .schedule-list .open-start {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .schedule-list .info {
        font-size: 8px;
    }
}
.ticket-price {
    max-width: 600px;
    margin: 0 auto 40px;
}
.ticket-price li {
    margin-bottom: 20px;
}
.ticket-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.ticket-price .seat {
    z-index: 2;
    position: relative;
    font-size: 28px;
    padding-right: 12px;
    flex-shrink: 0;
}
.ticket-price .seat small {
    font-size: 70%;
}
.ticket-price p.line {
    flex: 1;
    height: 1px;
    border-bottom: dashed 1px #fff;
    opacity: 0.5;
}
.ticket-price .price {
    font-size: 40px;
    padding-left: 12px;
    z-index: 2;
    flex-shrink: 0;
    letter-spacing: 0.04em;
}
.ticket-price .price small {
    font-size: 60%;
}
@media screen and (max-width: 896px) {
    .ticket-price li {
        margin-bottom: 12px;
    }
    .ticket-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .ticket-price .seat {
        z-index: 2;
        font-size: 16px;
        padding-right: 6px;
    }
    .ticket-price .price {
        font-size: 24px;
        padding-left: 6px;
    }
}
.ticket-schedule>li {
    margin-bottom: 40px;
    background: linear-gradient(to left, #000a22 0%, #012e43 40%, #012e43 60%, #000a22 100%);
    background-size: 500px auto;
    overflow: hidden;
    position: relative;
}
.ticket-schedule>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/contents-back.webp);
    background-size: 400px auto;
    mix-blend-mode: screen;
    opacity: 0.03;
    pointer-events: none;
}
.ticket-schedule-inner {
    position: relative;
    z-index: 2;
}
.ticket-schedule h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    padding: 28px 24px;
}
.ticket-schedule h3 span {}
.ticket-schedule h3:after {
    position: absolute;
    top: 50%;
    right: 24px;
    content: "▼";
    font-size: 12px;
    transform: translateY(-50%) rotate(180deg);
    transition-duration: 0.2s;
    color: #be9b3e;
}
.ticket-schedule>li.close h3:after {
    transform: translateY(-50%) rotate(0deg);
}
.ticket-schedule-detail {
    padding: 20px 20px 40px;
}
.ticket-schedule-term {
    background: rgba(255, 255, 255, .05);
    margin-bottom: 40px;
}
.ticket-schedule-term>li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
    background: rgba(0, 0, 0, .3);
    border: solid 1.5px rgba(255, 255, 255, .2);
}
.ticket-schedule-term>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 1px rgba(255, 255, 255, .2);
    pointer-events: none;
}
.ticket-schedule-term>li:not(:last-child) {
    margin-bottom: 8px;
}
.ticket-schedule-term>li>h4 {
    width: 200px;
    position: relative;
    font-size: 16px;
    text-align: center;
    border-right: dashed 1px rgba(255, 255, 255, .2);
    padding: 20px;
}
.ticket-schedule-term>li>div {
    width: calc(100% - 200px);
    padding: 20px 20px;
    font-size: 18px;
}
.ticket-warning-btn {
    width: fit-content;
    display: block;
    font-size: 14px;
    color: #fdfa46;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto 28px;
}
@media screen and (max-width: 896px) {
    .ticket-price {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .ticket-price>ul>li {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .ticket-price>ul>li:nth-child(1) {
        font-size: 24px;
    }
    .ticket-schedule>li {
        margin-bottom: 40px;
    }
    .ticket-schedule h3 {
        font-size: 14px;
    }
    .ticket-schedule h3 span {}
    .ticket-schedule h3:after {
        right: 14px;
        font-size: 10px;
    }
    .ticket-schedule-detail {
        padding: 0px 16px 20px;
    }
    .ticket-schedule-term {
        margin-bottom: 20px;
    }
    .ticket-schedule-term>li {
        position: relative;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding: 0 16px;
    }
    .ticket-schedule-term>li h4 {
        width: 100%;
        font-size: 12px;
        border-right: none;
        border-bottom: dashed 1px rgba(255, 255, 255, .2);
        margin-right: 0px;
        padding: 16px 0;
    }
    .ticket-schedule-term li div {
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding: 16px 0px;
    }
    .ticket-warning-btn {
        font-size: 12px;
        margin: 0 auto 16px;
    }
}
.common-btn {
    max-width: 320px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 0.4em #d23b46, 0 0 0.4em #d23b46;
    border-radius: 1000px;
    margin: 0 auto;
    position: relative;
    background: linear-gradient(to left, #e04133 0%, #e97b96 50%, #e04133 100%);
    border: solid 1.5px #be9b3e;
    letter-spacing: 0.04em;
    transition-duration: 0.2s;
}
.common-btn.hover {
    transform: scale(0.95);
}
.common-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 1px #be9b3e;
    border-radius: 1000px;
}
.common-btn.min-btn {
    max-width: 180px;
    height: 40px;
    font-size: 14px;
}
.common-btn span {
    position: relative;
    z-index: 3;
}
.ticket-schedule-notice {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 40px;
}
.ticket-schedule-notice h5 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 12px;
}
@media screen and (max-width: 896px) {
    .common-btn {
        max-width: 240px;
        height: 48px;
        font-size: 14px;
    }
    .common-btn.hover:after {
        filter: blur(8px) brightness(1.4);
        transform: scale(1);
    }
    .ticket-schedule-notice {
        font-size: 11px;
        margin-top: 28px;
    }
    .ticket-schedule-notice h5 {
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.notice {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.notice h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.notice-inner {
    position: relative;
}
.notice div.aside {
    background: rgba(0, 0, 0, .3);
    position: relative;
    padding: 20px;
    border: solid 1.5px rgba(255, 255, 255, .2);
}
.notice div.aside:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: solid 1px rgba(255, 255, 255, .2);
    pointer-events: none;
}
@media screen and (max-width: 896px) {
    .notice {
        font-size: 11px;
    }
    .notice h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .notice div.aside {
        padding: 12px 16px;
    }
    .notice div.aside h5 {
        display: block;
        text-align: center;
    }
    .attention-head {
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 32px;
    }
    .attention ul.attension-list {
        display: grid;
        gap: 40px 0px;
        grid-template-columns: 1fr;
    }
    .attention figure {
        width: 50%;
        margin: 0 auto 12px;
    }
    .attention .attension-list h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .attention .attension-list li p {
        font-size: 12px;
        line-height: 1.6;
    }
}
.news-list {
    border-top: solid 1px rgba(255, 255, 255, .2);
    margin-bottom: 40px;
}
.news-list>li {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.news-list>li a {
    display: flex;
    font-size: 16px;
    padding: 28px 14px;
    transition-duration: 0.2s;
}
.news-list>li a.hover {
    opacity: 0.5;
}
.news-list>li a .news-date {
    width: 8em;
    flex-shrink: 0;
    font-size: 14px;
}
@media screen and (max-width: 896px) {
    .news-list>li a {
        flex-wrap: wrap;
        font-size: 12px;
        padding: 20px 14px;
    }
    .news-list>li a .news-date {
        width: 100%;
        flex-shrink: 0;
        font-size: 10px;
        margin-bottom: 8px;
    }
}
footer {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0 60px;
}
footer .universal-link {
    width: 200px;
    display: block;
    margin: 0px auto 28px;
}
footer .sns {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: centerl;
    gap: 20px;
    margin: 24px auto;
}
footer .sns svg {
    width: 100%;
    height: 100%;
}
.sns a {
    font-size: 24px;
}
footer p {
    font-size: 14px;
    font-weight: 500;
}
footer p small {
    display: block;
    font-size: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 896px) {
    footer p {
        font-size: 11px;
    }
    footer p small {
        font-size: 9px;
    }
}
.news-detail .tit {
    font-size: 24px;
    margin-bottom: 20px;
}
.news-detail .date {
    font-size: 16px;
}
.block--title {
    border-bottom: dashed 1px rgba(255, 255, 255, .2);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.news-detail .txt {
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 500;
}
.news-detail .txt img {
    max-width: 100%;
}
.news-detail .txt a {
    text-decoration: underline;
    word-break: break-word;
    transition-duration: 0.2s;
}
.news-detail .txt a.hover {
    opacity: 0.5;
}
@media screen and (max-width: 896px) {
    .news-detail .tit {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .news-detail .date {
        font-size: 12px;
    }
    .block--title {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .news-detail .txt {
        font-size: 13px;
        margin-bottom: 20px;
    }
}