@charset "UTF-8";
/* CSS Document */
/***********************************************
***  Common
***********************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}
button:hover {
  cursor: pointer;
}
button:focus, button:active {
  background: transparent;
  outline: none;
  box-shadow: none;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body {
  background-color: #fff;
  color: #231815;
  font-family: Ryumin Regular KL, "游ゴシック", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  line-height: 1;
  font-weight: 500;
    position:relative;
    background: url(../img/common/bg_white.jpg);
}

main{
    overflow-x:hidden;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.cf {
  *zoom: 1;
}
br.sp {
  display: none;
}
br.tab {
  display: none;
}
br.pc {
  display: none;
}
.inner{
    max-width:800px;
    margin: 0 auto;
}
.link-default{
    color:#000;
       text-decoration-color: #de3941;
    word-break: break-all;
}
.link-default:link,.link-default:visited{
    color:#000;
}
.heading-default{
    width:400px;
    margin: 20px auto 60px;
}
.sub-heading-default{
    width:400px;
        font-size: 25px;
    text-align: center;
    position: relative;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin: 0 auto 50px;
    line-height: 1.3;
    background-size: contain;
    background-repeat: no-repeat;
        background-position: center;
        padding: 10px;
}
.sub-heading-default:before{
    position: absolute;
    content: "";
    background: url(../img/common/deco/border-sq-red-gold.svg);
    background-size: contain;
    right: -280px;
    top: 80px;
    width: 285px;
    height: 15px;
}
.sub-heading-default:after{
    position: absolute;
    content: "";
    background: url(../img/common/deco/border-sq-red-gold2.svg);
    background-size: contain;
    left: -280px;
    top: 80px;
    width: 285px;
    height: 15px;
}

.sub-heading-default.fuji:before{
    background: url(../img/common/deco/border-sq-blue-gold.svg);
    background-size: contain;
}
.sub-heading-default.fuji:after{
    background: url(../img/common/deco/border-sq-blue-gold2.svg);
    background-size: contain;
}
.content-heading-default{
    width:400px;
        font-size: 25px;
          font-family: Ryumin Bold KL;
    text-align: center;
    position: relative;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin: 0 auto;
    line-height: 1.3;
    background:url(../img/common/deco/bg-content-heading.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 20px;
    margin-bottom: 40px;
}
.content-heading-default .small{
    font-size:0.6em;
}
.content-heading-default.long{
    background:url(../img/common/deco/bg-content-heading-long.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:580px;
    
}
.content-heading-default.ex-long{
    background:url(../img/common/deco/bg-content-heading-ex-long.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:660px;
    
}
.frame-default{
    background-color:#fff;
    position: relative;
}
.frame-default:before{
    position: absolute;
    content: "";
    background: url(../img/common/deco/border-lines.svg);
    background-size: contain;
    background-repeat: repeat-x;
    left: -10px;
    top: 0;
    width: calc(100% + 20px);
    height: 10px;
    transform: rotate(180deg);
}

.frame-default:after{
    position: absolute;
    content: "";
    background: url(../img/common/deco/border-lines.svg);
    background-size: contain;
    background-repeat: repeat-x;
    left: -10px;
    bottom: 0;
    width: calc(100% + 20px);
    height: 10px;
}

.frame-default.fuji:before{
    background: url(../img/common/deco/border-lines-blue.svg);
    background-size: contain;
    background-repeat: repeat-x;
}

.frame-default.fuji:after{
    background: url(../img/common/deco/border-lines-blue.svg);
    background-size: contain;
    background-repeat: repeat-x;
}
.frame-default-inner{
    padding:40px 20px;
}
.frame-default-items-container{
    position: relative;
    margin-bottom: 40px;
}
.frame-default-items-container.last{
    margin-bottom: 0;
}
.frame-default-items-container:before{
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 1px;
    background-color:#e3cc3759;
    left: -40px;
    bottom: -20px;
    
}

.frame-default-items-container.black:before{
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 1px;
    background-color:#bbb;
    left: -40px;
    bottom: -20px;
    
}
.frame-default-items-container.last:before{
    display: none;
}
.common-item-lists{
        position: relative;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-left: 1em;
    list-style: circle;
    margin-bottom: 10px;
}
.common-notice-lists{
    font-size:14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    
}
.common-notice-lists.sakura-pickup{
    font-size:13px;
    margin-top: -30px;
    margin-bottom: 10px;
}

.common-notice-lists.sakura-pickup .common-notice-list{
        margin-bottom: 0;
}
.common-notice-sub-lists.sakura-pickup{
    font-size:13px;
    margin-top: 0;
}

.common-notice-sub-lists.sakura-pickup .common-notice-sub-list{
        margin-bottom: 0;
}
.common-notice-lists.sakura-stage{
    font-size:13px;
    margin-top: 10px;
}
.common-notice-list{
    position:relative;
    margin-bottom: 0.5em;
        margin-left: 1em;
}

.common-notice-list:before{
    position:absolute;
    content: "※";
    color: #de3941;
    font-size: 12px;
    left: -1.5em;
}
.common-notice-sub-lists{
    font-size:14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: 0.5em;
    
}
.common-notice-sub-list{
    position:relative;
    margin-bottom: 0.2em;
        margin-left: 1em;
}

.common-notice-sub-list:before{
    position:absolute;
    content: "・";
    color: #000;
    left: -1em;
}
@media only screen and (max-width: 1100px) {
.inner{
    max-width:700px;
    padding: 0 20px;
    margin: 0 auto;
}
}
@media only screen and (max-width: 800px) {

.frame-default-items-container:before{
    width: calc(100% + 40px);
    left: -20px;
    
}
    .sub-heading-default {
    width: 320px;
    font-size: 16px;
    }
    .sub-heading-default:before,
        .sub-heading-default:after{
    top: 80px;
}
    .content-heading-default{
    width:300px;
        font-size: 16px;
    }
    .common-notice-lists{
    font-size:13px;
    }
    .content-heading-default.long{
        width: 400px;
    }
    .content-heading-default.ex-long{
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
       .heading-default{
    width:90%;
        max-width: 360px;
}
br.tab {
  display: block;
}
}
@media only screen and (max-width: 500px) {
    .heading-default{
    width:90%;
        max-width: 300px;
}
    .content-heading-default.long{
        width: 100%;
    }
    
br.sp {
  display: block;
}
}
/***********************************************
***  Header
***********************************************/
.wrapper{
    display:flex;
    justify-content: space-between;
}
.header-pc{
    width: 200px;
    padding: 20px 40px 40px;
    position: fixed;
    background: url(../img/common/bg_white.jpg);
    height: 100vh;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
}
.header-fixed-sp{
    display:none;
}
.main{
    width: calc(100% - 200px);
    margin-left: 200px;
}
@media only screen and (max-width: 1000px) {
.header-pc{
    width:160px;
    
    background: url(../img/common/bg_white.jpg);
}
.main{
    width: calc(100% - 160px);
    margin-left: 160px;
}
}
@media only screen and (max-width: 800px) {
    .wrapper{
    display:inherit;
}
    .header-pc{
        display:none;
}
    .header-fixed-sp{
        display:block;
     width: 100%;
  font-size: 2em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
    #fixed-header-sp {
         position: fixed;
        z-index: 99999;
        top: -42px;
        width: 100%;
        height: 40px;
        color: #fff;
        background: url(../img/common/bg_white.jpg);
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.40);
        box-sizing: border-box;
        transition: .5s;
}
    .header-fixed-sp-logo{
        width:100px;
                padding: 5px 10px;
    }
     .header-fixed-sp-logo img{
       vertical-align: top;
    }
#fixed-header-sp.is-show {
  top: 0;
}
    .main{
    width: 100%;
    margin-left: 0;
}
}

/***********************************************
***  footer
***********************************************/

.footer{
    padding: 80px 0 40px;
}
.footer-banner-lists{
    display:flex;
    justify-content: center;
    margin-bottom: 30px;

}
.footer-banner-list{
    max-width: 400px;
}
.footer-banner-list:hover{
    opacity:0.7;
}
.footer-banner-list img{
    box-shadow:2px 2px 2px rgb(0 0 0 / 20%);
}
.footer-copyright{
    font-size: 11px;
    text-align: center;
}
.footer-contact{
    font-size:14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    text-align: center;
}
/***********************************************
***  チケット
***********************************************/
.news-area-heading-inner{
    position:relative;
}
.news-label-lists-container{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
        max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
.news-label-lists{
    display: flex;
    justify-content: flex-start;
    margin-top: -120px;
    column-gap: 10px;
}
.news-label-list{
    width:80px;
}
.news-area-heading-inner:before{
position: absolute;
    content: "";
    background: url(../img/common/deco/kasumi1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: -180px;
    top: 0;
    width: 120px;
    height: 100px;
    }
.news-area-heading-inner:after{
position: absolute;
    content: "";
    background: url(../img/common/deco/kasumi2.svg);
    background-size: contain;
    
    background-repeat: no-repeat;
    right: -180px;
    top: 100px;
    width: 120px;
    height: 100px;
    }
.news-lead{
    font-size:20px;
    margin: 0 auto 60px;
    font-family: Ryumin Bold KL;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.8;
}


@media only screen and (max-width: 800px) {
.news-label-lists {
    margin-top: -90px;
    column-gap: 10px;
}
    .news-label-list {
    width: 60px;
}
.news-lead{
    font-size:3vw;
}
}
@media only screen and (max-width: 500px) {
    .news-label-lists {
    margin-top: -60px;
        margin-bottom: 40px;
}
}
.news-menu-lists{
    display:flex;
    max-width: 800px;
    justify-content: space-between;
    margin: 0 auto 60px;
}
.news-menu-list{
    width:48%;
}
.news-menu-list img:hover{
    opacity: 0.7;
}
.news-sub-section{
    margin-bottom: 100px;
}
.news-about-lists-container{
    max-width:800px;
    margin: 30px auto 60px;
}
.news-about-lists-term{
    padding:20px;
    width: 100px;
}
.news-about-lists-description{
    padding:20px;
    width: calc(100% - 4em);
}
.news-about-item-container{
        display: flex;
    font-size: 16px;
    letter-spacing: 0.08em;
    justify-content: flex-start;
    border-bottom: 1px solid #e3cc3759;
    line-height: 1.5;
}
.news-about-item-container.last{
    border-bottom: none;
}
.news-about-lists {
    padding: 14px 0;
}
.news-type-sch-container{
    margin:0 auto 60px;
    
}

.news-live-sch-container{
    margin:0 auto 60px;
    border: 4px solid #e3cc3759;
    
}
.news-type-lists-container{
    max-width:800px;
    margin: 30px auto 30px;
}
.news-type-lists{
    font-size: 16px;
     padding: 14px 0;
    list-style: decimal;
    letter-spacing: 0.08em;
}
.news-type-list{
 padding: 20px;
        list-style-position: inside;
    padding-left: 3em;
    border-top: 1px solid #e3cc3759;
}

.news-pickup-lists{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 80px auto 80px;
}
.news-pickup-lists.fuji{
    margin: 80px auto 0;
}
.news-pickup-list{
    background-color: #fff;
    background:url(../img/common/deco/border-sq-gold.svg);
    border:2px solid #de3941;
    width: 45%;
    padding: 0 20px 20px;
    background-position: bottom;
    font-size:14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
        background-size: 280px;
    background-repeat: repeat-x;
    position: relative;
}
.news-pickup-list.wide{
    width:100%;
    margin-bottom: 80px;
}
.news-pickup-list.fuji{
    margin-bottom: 0!important;
}
.news-pickup-list:first-child,
.news-pickup-list:nth-child(2){
    margin-bottom: 80px;
}
.news-pickup-list:before{
        position: absolute;
    content: "";
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 4px solid #000;
    top: -9px;
    left: -9px;
}
.news-pickup-list h5{
    margin-top: -24px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background:url(../img/common/deco/pickup-frame-text-bg-long.svg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
    padding: 8px 10px;

}
.news-pickup-list h5:before{
        position: absolute;
    content: "";
     background:url(../img/common/deco/pickup-frame-top.svg);
    background-position: center bottom;
    width: 100%;
    height: 60px;
    top: -60px;
    left: 0;
    background-repeat: no-repeat;
}
.news-pickup-list h6{
        font-family: Ryumin Bold KL;
    margin: 15px 0 30px -13px;
}
.news-pickup-list p{
    padding: 40px 0;
    text-align: justify;
}

.news-schedule-text-container{
    padding: 40px 40px;
}
.news-schedule-text{
        font-size: 16px;
    letter-spacing: 0.08em;line-height: 1.5;
    margin-bottom: 10px;
}
.news-schedule-text-detail{
    width: calc(100% - 1em);
    margin-left: 1em;
    font-size: 14px;
    letter-spacing: 0.08em;line-height: 1.5;
    margin-bottom: 20px;
}
.news-schedule-text-detail.last{
    margin-bottom: 0;
}
.news-schedule-text-detail a{
    text-decoration-color: #de3941;
    color: #000;
}
.news-schedule-lists-container{
    max-width:800px;
    margin: 30px auto 60px;
}
.news-schedule-lists-term{
    padding:20px;
    width: 150px;
}
.news-schedule-lists-description{
    padding:20px;
    width: calc(100% - 160px);
    line-height: 1.5;
}
.news-schedule-item-container{
        display: flex;
    font-size: 16px;
    letter-spacing: 0.08em;
    justify-content: flex-start;
    border-bottom: 1px solid #e3cc3759;
}
.news-schedule-lists-description span.ib{
    display:inline-block;
}
.news-schedule-item-container.last{
    border-bottom: none;
}
.news-schedule-lists {
    padding: 14px 0;
}
@media only screen and (max-width: 800px) {
    .news-schedule-text{
        font-size: 14px;
    }
    .news-schedule-text-container{
    padding: 40px 20px;
}
    .news-heading heading-default{
            width: 300px;
    }
    .news-menu-list {
    width: 49%;
}
    .news-about-item-container{
        font-size: 14px;
    }
    .news-about-lists-term{
        padding:20px 10px;
        width: 60px;
    }
    .news-about-lists-description {
    padding:20px 10px;
    width: calc(100% - 60px);
}
    .news-type-lists {
    font-size: 14px;
    }
    .news-type-list {
    padding: 20px 10px;
    }
    .news-pickup-list{
        width: 100%;
    }
.news-pickup-list:nth-child(3) {
    margin-bottom: 80px;
}
    .news-schedule-lists-term {
    padding: 20px 10px;
        width: 120px;
    }
    
    .news-schedule-lists-description{
    padding: 20px 10px;
        width: calc(100% - 120px);
    }
}

.news-stage-list-date {
    margin-top: -24px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: url(../img/common/deco/fuji-frame-text-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
    padding: 8px 10px;
}
.news-stage-list-date.fuji{
        margin-top: -36px;
}
.news-stage-list-date .small{
    font-size:0.8em;
}
.news-stage-list-date:before {
    position: absolute;
    content: "";
    background: url(../img/common/deco/fuji-frame-top.svg);
    background-position: center bottom;
    width: 100px;
    height: 30px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.news-stage-lists-container.sakura .news-stage-list-date {
    background: url(../img/common/deco/sakura-frame-text-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.news-stage-lists-container.sakura .news-stage-list-date:before {

    background: url(../img/common/deco/sakura-frame-top.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.news-itme-heading.fuji-stage{
        margin-bottom: 90px;
}
.news-stage-lists{
    margin-top:80px;
}
.news-stage-list{
        background: url(../img/common/deco/border-sq-gold.svg);
    background-size: 280px;
    background-repeat: repeat-x;
    border: 2px solid #e3b637;
    padding: 0 20px 20px;
    background-position: bottom;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    position: relative;
    margin-bottom: 80px;
}
.news-stage-list.fuji{
    margin-bottom: 92px;
}
.news-stage-list:before {
    position: absolute;
    content: "";
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border: 4px solid #000;
    top: -9px;
    left: -9px;
}
.news-stage-guest-heading{
    margin-top: 10px;
    margin-bottom: 4px;
}
.news-stage-guest-etc{
    margin-bottom: 10px;
}
.news-stage-guest-list{
    display:inline-block;
    margin-right: 10px;
    position: relative;
}
.news-stage-guest-list:after{
    position: absolute;
    content:"/";
    right: -13px;
        font-family: Ryumin Bold KL;
/*    color:#de3941;*/
}
.news-stage-guest-list:last-child:after{
    content:"";
}
.news-stage-guest-cv{
    display:inline-block;
        font-family: Ryumin Bold KL;
}
.news-stage-guest-cv span.font{
    display:inline-block;
       font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.news-stage-guest-c{
    display:inline-block;
    font-size: 13px;
}
.news-stage-guest-c:before{
    content:"（";
}
.news-stage-guest-c:after{
    content:"）";
}
.news-stage-sakura-title {
    font-size: 19px;
    font-family: Ryumin Bold KL;
    margin-top: 14px;
    margin-bottom: 20px;
        background-color: rgb(204 170 47 / 31%);
    text-align: center;
    line-height: 1.3;
    padding: 8px 0;
}
.news-stage-lists-container.red .news-stage-list {
    border: 2px solid #de3941;
    padding: 40px 20px;
}
.news-content{
    position:relative;
    z-index: 100;
}
.news-date{
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.5;
     font-family: Ryumin Bold KL;
}

.news-title{
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    border-bottom: 1px solid #e3b637;
     font-family: Ryumin Bold KL;
   margin-bottom:10px;
}
.news-text{
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
.news-text a{
    color:#000;
    text-decoration-color: #de3941;
    line-height: 2;
}
.news-text a:link,.news-text a:visited{
    color:#000;
}
.news-stage-lists-container.fuji .news-stage-list {
    border: 2px solid #33569b;
}
.news-stage-lists-container.sakura .news-stage-list {
    border: 2px solid #ff929a;
}
.common-notice-container.guest{
    margin-top:-40px;
}
.common-notice-container.ticket-schedule{
    margin-top:-40px;
}
.ticket-btn-container {
    max-width: 360px;
    display: block;
    margin: 0 auto 0;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 20px;
}
.ticket-item-lists{
        position: relative;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-left: 2em;
    list-style: circle;
    margin-bottom: 10px;
}
.ticket-item-list{
    margin-bottom: 10px;
}
.resale-btn-container {
    max-width: 360px;
    display: block;
    margin: 0 auto 0;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
}
.news-ticket-notice-fuji{
    margin-top:40px;
}
.news-ticket-notice-heading{
        font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 800px) {
.news-stage-sakura-title {
    font-size: 16px;
}
}
.news-type-list-stage-lists{
    margin-top: 20px;
}
.news-type-list-stage-list{
    position: relative;
    font-size: 13px;
    padding-left:1.5em;
    line-height: 1.4;
    letter-spacing: 0.08em;
    border-bottom: 1px dotted #e3cc37;
    padding-bottom: 10px;
}
.news-type-list-stage-list:before{
    content: "◆";
    position: absolute;
    left: 2px;
    color: #de3941;
    font-size: 10px;
    top: 2px;
    
}
.news-type-list-stage-list:last-child{
    border-bottom:none;
}
.news-type-list-stage-title{
    font-size: 14px;
    margin: 10px 0 0;
        font-family: Ryumin Bold KL;
}
.news-type-list-stage-lists .news-stage-guest-lists{
    display:inline;
}
.news-stage-guest-lists.second{
    margin:20px 0;
}
.news-type-list-stage-lists .news-stage-guest-etc{
    display: inline;
}
.news-type-list-stage-lists .news-stage-guest-heading {
    margin-top: 10px;
    margin-bottom: 4px;
    display:inline;
}
.news-type-list-notice-lists{
    
    margin: 10px 0 0;
}
.news-type-list-notice-list{
        font-size: 13px;
    line-height: 1.5;
    position: relative;
    margin-left: 2em;
}
.news-type-list-notice-list:before{
    content: "※";
    position: absolute;
    left: -1em;
    
}
.news-notice-container{
    padding:40px 30px;
}
.news-notice-heading{
        font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
}
.news-notice-heading.mt30{
    margin-top:30px;
}
/*チケット背景*/


.main-fuji,.main-sakura {
position: relative;
}
.main-sakura::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
    right: 0;
    width: calc(100% - 200px);
  height: 100vh;
   background-image:url(../img/tenji-hall/bg-sakura.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  z-index:-1;
}
.main-fuji::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
    right: 0;
    width: calc(100% - 200px);
  height: 100vh;
   background-image:url(../img/event-hall/bg-fuji.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  z-index:-1;
}
@media only screen and (max-width: 1000px) {
    .main-sakura::before,.main-fuji::before {
    width: calc(100% - 160px);
    }
}
@media only screen and (max-width: 800px) {
    
.main-sakura::before {
    width: 100%;
   background-image:url(../img/tenji-hall/bg-sakura-sp.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  z-index:-1;
}
.main-fuji::before {
    width: 100%;
   background-image:url(../img/event-hall/bg-fuji-sp.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  z-index:-1;
}
}
.news-conditions-items-lists{
    margin-bottom:20px;
}
.news-conditions-items-container{
    display: flex;
        font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 10px;
}
.news-conditions-items-container dt{
    width: 8em;
}

.news-conditions-items-container dd{
    width: calc(100% - 8em);
}
.ticket-streaming-lead{
        font-size: 24px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-family: Ryumin Bold KL;
    margin-bottom: 20px;
}
.ticket-streaming-lead span{
    display:inline-block;
}
.ticket-streaming-heading{
        font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: Ryumin Bold KL;
}
@media only screen and (max-width: 800px) {
    .ticket-streaming-lead{
               font-size: 18px;
}
.ticket-streaming-heading{
        font-size: 16px;

}
    .frame-default-items-container.black:before {
            width: calc(100% + 40px);
        left: -20px;
}
}