body{
    background: #F5F5F5;
    font-family: "Noto Sans JP", sans-serif;
}

h1,h2,h3,p,li{
    margin: 0;
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img{
    vertical-align: bottom;
}

dd{
    margin: 0;
}

a{
    text-decoration: none;
}

/* nav----------------------------------------- */

h1{
    width: 100px;
    position: fixed;
    left: 13px;
    top: 12px;
    z-index: 99;
}

h1 a{
    filter: drop-shadow(1px 1px 1px #000);
}

header{
    height: 60px;
    background: #333;
}

.hamburger {
    display: block;
    position: fixed;
    z-index: 120;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    filter: drop-shadow(1px 1px 1px #000);
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }

  .hamburger span:nth-child(2) {
    top: 20px;
  }

  .hamburger span:nth-child(3) {
    top: 30px;
  }

  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #999;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #999;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

nav.globalMenuSp {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;
    color: #fff;
    /* BG */
    background: #333333;
    /* text-align: center; */
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    height: 100vh;
    visibility: hidden;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 20% 0 0 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0 0.5rem;
    width: 90%;
    transition: .4s all;
    /* font-weight: bold; */
    margin: 0 auto 1rem;
    font-size: 2rem;
    font-family: "Russo One", sans-serif;
  }

  nav.globalMenuSp ul li{
    border-left: #D30000 solid 5px;
  }

  nav.globalMenuSp ul .menuSns{
    border-left: #D30000 solid 5px;
    margin: 0 auto 1rem;
    padding: 0 0.5rem;
    width: 90%;
    display: block;
    filter: drop-shadow(1px 1px 2px black);
  }

  nav.globalMenuSp ul .menuSns img{
    width: 40px;
  }

  nav.globalMenuSp ul li span{
    font-size: 0.8rem;
  }

  /* nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 2rem;
  } */

  nav.globalMenuSp ul li a:hover {
    color: #D30000;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    /* padding: 0.7em 0; */
    text-decoration: none;
    filter: drop-shadow(1px 1px 2px black);
  }

  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }

  /* .menu-sns a img{
    width: 40px;
  } */

  /* .pcMenu{
    display: none;
  } */

/* nav----------------------------------------- */

.ticketBtn-fixed{
    /* position: fixed;
    right: 0;
    bottom: 0; */
    position: sticky;
    left: 100%;
    bottom: 0;
    z-index: 99;
    background: #D30000;
    border-radius: 0.5rem 0 0 0.5rem;
    color: #fff;
    padding: 1rem;
    display: block;
    width: 35%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}


.contentSection{
    /* padding: 0.5rem;
    margin-bottom: 4rem; */
    /* padding: 4rem 0.5rem; */
        padding: 3rem 0.5rem 0;
}

.newsSection{
    padding: 3rem 0.5rem 2.5rem;
}

.fightcardSection{
    padding: 2.5rem 0.5rem 1rem;
}

#information{
    margin-bottom: 6rem;
}

.visualSection{
    background: #000;
}

.fightcardArea{
    background: #333;
}

.titleArea{
    text-align: center;
    margin-bottom: 1rem;
}

.titleArea h2{
    font-family: "Russo One", sans-serif;
    font-size: 2.8rem;
}

.titleArea p{
    font-size: 1rem;
    color: #fff;
    background: #D00000;
    padding: 0.5rem 0;
    font-weight: bold;
    border-radius: 0.2rem;
}

h3{
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #000;
}

.newsArea{
    height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.newsArea dl{
    background: #fff;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
    box-shadow: #33333382 2px 2px 5px;
}

.newsArea dl:last-of-type{
    margin-bottom: 2rem;
}

.newsLink{
    color: #000;
}

.newsLink dl::before{
    content: "";
    width:0;
height:0;
border-style:solid;
border-width: 10px 10px 0 0;
border-color: transparent #7D6B00 transparent transparent;
border-radius: 0.1rem;
position: absolute;
right: 0.2rem;
bottom: 0.2rem;
}

.newsArea dl dt{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

/* .ticketArea{
    padding-bottom: 2rem;
} */

/* .newsArea a,.ticketArea a{
    border: 2px solid #000;
    border-radius: 2rem;
    color: #000;
    display: block;
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
    box-shadow: #33333382 2px 2px 5px;
} */



.ticketArea a,.news-topLink{
    border: 2px solid #000;
    border-radius: 2rem;
    color: #000;
    display: block;
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
    box-shadow: #33333382 2px 2px 5px;
}

.ticketArea a{
    display: block;
    position: relative;
    transition: color .3s;
  }

  .ticketArea a::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    background-color: #D30000;
    top: -2px;
    left: -2px;
    bottom: -2px;
    z-index: -1;
    transition: width .3s;
    border-radius: 2rem;

  }

  .ticketArea a:hover {
    color: #fff;
  }
  .ticketArea a:hover::after {
    width: calc(100% + 4px);
  }




.fightcardArea{
    color: #fff;
}

.fightcardArea h3{
    border-bottom: 2px solid #fff;
}

.fightcardArea p{
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.titleArea p:last-of-type{
    margin-bottom: 2rem;
}

.fightcardBox{
    margin-bottom: 2.5rem;
    text-align: center;
}

.fightcardBox p:last-of-type{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.fightcardBox:last-of-type{
    margin-bottom: 0;
}

.fightcard_prf{
    display: flex;
    background: #000;
    padding: 1rem 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.2rem;
    margin-bottom: 2rem;
}

.fightcard_prf a{
    width: 45%;
    background: #fff;
    padding: 1rem 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    border-radius: 0.2rem;
    cursor: pointer;
}

.fightcard_prf a:nth-of-type(1){
    border-left: 4px solid #D00000;
    border-right: 4px solid #D00000;
}

.fightcard_prf a:nth-of-type(2){
    border-left: 4px solid #014EFF;
    border-right: 4px solid #014EFF;
}

.ticketWrap .subtitleArea,.stream_ticketWrap .subtitleArea{
    margin-bottom: 1rem;
}

.accessWrap,.infonoticeWrap{
    margin-bottom: 4rem;
}

.ticketWrap .subtitleArea h3,.stream_ticketWrap .subtitleArea h3{
    margin-bottom: 0.5rem;
}

.ticketWrap .subtitleArea p,.stream_ticketWrap .subtitleArea p{
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.ticketWrap .subtitleArea p:first-of-type{
    margin-bottom: 0.5rem;
}

/* .ticketWrap{
    margin-bottom: 4rem;
} */

.ticketPrice{
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem 0.5rem;
    font-weight: bold;
    box-shadow: #33333382 2px 2px 5px;
    margin-bottom: 1rem;
}

.ticketPrice ul li{
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.ticketPrice ul{
    margin-bottom: 1rem;
}

.ticketPrice-notice{
    color: #D00000;
}

.ticketPrice-notice p{
    margin-bottom: 0.5rem;
}

.ticketPrice-notice p:last-child{
    margin-bottom: 0;
}

.ticketPrice_0706 ul li:nth-of-type(1) span{
    color: #D00000;
}

.ticketPrice_0706 ul li:nth-of-type(2) span:nth-of-type(1){
    text-decoration: line-through;
}

.ticketPrice_0706 ul li:nth-of-type(2) span:nth-of-type(2),.ticketPrice_0706 ul li:nth-of-type(4) span{
    color: #D00000;
    padding-left: 0.5rem;
}

.ticketPrice_0706 ul li:nth-of-type(3) span{
    color: #4CAF50;
    padding-left: 0.5rem;
}

.ticketNotice_0706{
    margin-bottom: 6rem;
}

.ticketNotice_0706 li{
    margin-bottom: 0.5rem;
}

.ticketNoticeTitle{
    color: #D00000;
    border-bottom: 2px solid #D00000;
}

.streamText{
    margin-bottom: 2rem;
}

.ticketNotice li{
    margin-bottom: 0.5rem;
}

.dateBox{
    margin: 1.5rem 0 2rem;
}

.dateBox p{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.dateBox p span:nth-of-type(1){
    font-size: 2rem;
}

.dateBox p span:nth-of-type(2),.dateBox p span:nth-of-type(3){
    font-size: 2.2rem;
}

.dateBox div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.dateBox div p{
    width: 48%;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dateBox div p span:nth-of-type(1){
    background: #D00000;
    color: #fff;
    font-size: 0.8rem;
    padding: 0.2rem;
    border-radius: 0.2rem;
}

.dateBox div p span:nth-of-type(2){
    font-size: 1.6rem;
    padding: 0 0.2rem;
}

.dateBox div p span:nth-of-type(3){
    font-size: 1.2rem;
}

.dateBox p:last-of-type{
    font-size: 1.7rem;
}

.accessWrap ul{
    margin-bottom: 1rem;
    text-align: center;
}

.accessWrap ul li{
    margin-bottom: 0.2rem;
}

.accessWrap ul li:last-of-type{
    margin-bottom: 0;
}

.infonoticeWrap h3{
    color: #D00000;
    border-bottom: 2px solid #D00000;
}

.infonoticeWrap p{
    color: #D00000;
}

footer{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 2rem 0;
}




.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 10vh 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #F5F5F5;
    z-index: 999;
    /* max-height: 80vh; */

    overflow-y: auto; /* 縦方向のスクロールバーを表示 */
    /* max-height: calc(100vh - 100px); */
     /* 画面の高さからモーダルのヘッダーとフッターの高さを引いた分の最大高さ */
    /* 必要に応じて、水平方向のスクロールバーも表示 */
    overflow-x: hidden; /* 水平方向のスクロールバーを非表示 */
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal_wrap{
    padding: 0 0.5rem 15vh;
    margin-bottom: 10vh;
}

/* .modal__bg {
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: -1;
} */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_close{
    position: fixed;
    bottom: 0;
    background: #666;
    width: 100%;
    text-align: center;
    z-index: 9;
    height: auto;
}

.modal_close a{
    color: #fff;
    padding: 1rem 0;
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-family: "Russo One", sans-serif;
}

/* .modal_close a::before{
    content: "";
    position: absolute;
    height: 1rem;
    width: 2px;
    left: 2rem;
    background: #fff;
    transform: skewX(45deg);
}

.modal_close a::after{
    content: "";
    position: absolute;
    height: 1rem;
    width: 2px;
    left: 2rem;
    background: #fff;
    transform: skewX(-45deg);
} */

body.modal-active{
    overflow: hidden;
}


.modal h4{
    text-align: center;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 auto 1rem;
}

.modal h4 span{
    color: #555;
    font-size: 0.8rem;
}

.mo_figimg{
    margin-bottom: 2rem;
}

.modalProfile dl{
    font-weight: bold;
}

.modalProfile dl div{
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
}

.modalProfile dl div dt{
    color: #555;
    margin-bottom: 0.5rem;
}

.modalProfile dl div dd{
    color: #000;
}

.modalSns{
    display: flex;
    padding-top: 1rem;
    border-bottom: 0!important;
}

.modalSns a{
    width: 8%;
}

.modalSns a:first-of-type{
    margin-right: 1rem;
}


.roundgirlSection{
    padding: 4rem 0.5rem;
    background: #fff;
}

.rgWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rgBox{
    margin-bottom: 2rem;
    width: 48%;
}

.rgBox:nth-of-type(1){
    margin-right: 2%;
}

.rgBox:nth-of-type(2){
    margin-left: 2%;
}

.rgBox:last-of-type{
    margin-bottom: 0;
}

.rgBox img{
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.rgBox h3{
    border-bottom: 0;
    margin-bottom: 0.5rem;
    padding: 0;
}

.rgBox a{
    display: block;
    text-align: center;
    padding: 1rem 0;
    border-left: 4px solid #00c4cc;
    border-right: 4px solid #00c4cc;
    border-top: 1px solid #00c4cc60;
    border-bottom: 1px solid #00c4cc60;
    border-radius: 0.2rem;
    font-weight: bold;
    cursor: pointer;
}

.rgText{
    color: #000;
    font-size: 1rem!important;
}



.organizerBox,.contactBox{
    padding: 0.5rem;
}

.organizerBox p,.contactBox p{
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
}

.organizerBox p:nth-of-type(2),.organizerBox p:nth-of-type(3){
    border-bottom: 0;
    margin-bottom: 0;
}

.contactBox p:nth-of-type(2){
    padding: 1rem 0;
    background: #35C767;
    border-radius: 0.5rem;
    border-bottom: 0;
}

.contactBox a{
    color: #fff;
}


.shareBtn{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.twitter-share-button,.fb-share-button{
    padding-right: 0.5rem;
}


/* news */

.newsWrap{
    margin-bottom: 4rem;
}
.newsWrap h4{
    font-size: 1.2rem;
}

.newsTitle p{
    margin-bottom: 3rem;
}

.newsContent p{
    margin-bottom: 1rem;
    word-break: break-all;
}

.newsContent img{
    margin-bottom: 2rem;
}


.mnews_rgname{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.roundgirlNews{
    margin-bottom: 2rem;
}

.commentatorWrap{
    display: flex;
    justify-content: space-between;
}

.commentatorWrap div{
    width: 48%;
    text-align: center;
}

.commentatorWrap div img{
    margin-bottom: 1rem!important;
}

.news_ticketText span{
    font-weight: bold;
}

.newsCardList dt{
    font-weight: bold;
    margin-bottom: 1rem;
}

.newsCardList dd:nth-of-type(even){
    margin-bottom: 2rem;
}

.news_openingTitle{
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 1rem;
    margin-bottom: 2rem!important;
}

.ytbtn{
    cursor: pointer;
}

.newsFighter{
    padding: 0.5rem;
    border: 1px solid #000;
}

.newsFighter h4{
    margin: 0 auto 0.5rem;
    font-size: 1.2rem;
}

.newsFighter p{
    margin-bottom: 0.2rem;
}

@media(min-width:767px){

    .newsSection{
    padding: 4rem 0.5rem 3rem;
}

.fightcardSection{
    padding: 3rem 0.5rem 1rem;
}

    .titleArea{
        margin-bottom: 1.5rem;
    }

    .titleArea h2{
        font-size: 4rem;
    }

    .titleArea p{
        font-size: 1.2rem;
    }

    .newsArea dl dt{
        font-size: 1rem;
    }

    .newsArea dl dd{
        font-size: 1.2rem;
    }

    h3{
        font-size: 1.4rem;
        /* margin-bottom: 2rem; */
    }

    .fightcardArea p{
        font-size: 1.2rem;
    }

    .fightcard_prf a{
        font-size: 1.2rem;
    }

    .newsArea dl{
        padding: 2rem 1rem;
    }

    .newsLink dl::before {
        border-width: 20px 20px 0 0;
        border-radius: 0.2rem;
        right: 0.5rem;
        bottom: 0.5rem;
    }

    /* .newsArea a, .ticketArea a{
        font-size: 1.2rem;
        padding: 2rem 0;
        border-radius: 4rem;
    } */

    .ticketArea a,.news-topLink{
        font-size: 1.2rem;
        padding: 2rem 0;
        border-radius: 4rem;
    }

    .ticketWrap .subtitleArea p{
        font-size: 1.6rem;
    }

    .contentSection{
        padding: 4rem 0.5rem 0;
    }

    .ticketPrice{
        padding: 2rem 1rem;
        /* margin-bottom: 4rem; */
    }

    .ticketPrice ul{
        font-size: 1.2rem;
    }

    .ticketPrice ul li{
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }

    .ticketPrice ul{
        margin-bottom: 2rem;
    }

    .ticketPrice ul li{
        margin-bottom: 1rem;
    }

    .ticketNotice ul li{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .ticketNotice_0706 ul li{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .dateBox p{
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .dateBox p span:nth-of-type(1){
        font-size: 2.4rem;
    }

    .dateBox p span:nth-of-type(2), .dateBox p span:nth-of-type(3){
        font-size: 2.6rem;
    }

    .dateBox div p span:nth-of-type(1){
        font-size: 1rem;
        padding: 0.5rem;
    }

    .dateBox div p span:nth-of-type(2){
        font-size: 2rem;
    }

    .dateBox div{
        max-width: 480px;
        margin: 0 auto;
    }

    .dateBox p:last-of-type{
        font-size: 2rem;
    }

    .ticketNotice,.ticketNotice_0706,.accessWrap ul,.infonoticeWrap ul{
        font-size: 1.2rem;
    }

    .ticketNotice,.ticketNotice_0706,.accessWrap ul li,.infonoticeWrap ul li{
        margin-bottom: 0.5rem;
    }

    .accessWrap ul{
        margin-bottom: 3rem;
    }

    .infonoticeWrap p{
        font-size: 1.2rem;
    }

    .ticketBtn-fixed{
        width: 20%;
    }

    .ticketNotice_0706{
        margin-bottom: 8rem;
    }


    .fightcardBox p:last-of-type{
    font-size: 1.4rem;
}



    /* news */

    .newsWrap h4{
        font-size: 1.4rem;
    }

    .newsWrap p{
       font-size: 1.2rem;
    }

    .news_openingTitle{
        font-size: 1.4rem;
    }

    .newsCardList{
        font-size: 1.2rem;
    }

    .newsArea{
        height: 420px;
    }

    .streamText{
        font-size: 1.2rem;
    }

    .ticketPrice_0706 ul li:nth-of-type(1) span{
        padding-left: 0.5rem;
    }

    .ticketPrice_0706 ul li:nth-of-type(1) br{
        display: none;
    }

    .commentatorWrap{
        max-width: 400px;
        margin-bottom: 1rem;
    }

    .commentatorWrap div p{
        font-size: 1rem!important;
    }

    .fightcard_prf{
        margin-bottom: 4rem;
    }

    .fightcardBox h4{
        font-size: 1.2rem;
    }

    .modal_close a{
        font-size: 1.8rem;
    }

}

@media(min-width:1020px){

    /* .globalMenuSp,.hamburger{
        display: none;
    }

    .pcMenu{
        display: block;
    }

    .pcMenu ul{
        z-index: 999;
        position: fixed;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pcMenu ul li{
        width: 30%;
    }

    .pcMenu ul li a{
        color: #fff;
    } */

    header{
        height: 100px;
    }

    h1{
        width: 140px;
    }

    .hamburger{
        right: 20px;
        top: 20px;
        width: 60px;
        height: 60px;
    }

    .hamburger span{
        width: 50px;
        height: 4px;
    }

    .hamburger span:nth-child(2) {
        top: 25px;
    }

    .hamburger span:nth-child(3) {
        top: 40px;
    }

    nav.globalMenuSp{
        max-width: 20vw;
        background: transparent;
    }


    .visual-sectionWrap{
        /* max-width: 1440px; */
        max-width: 70%;
        margin: 0 auto;
    }

    .sectionWrap{
        max-width: 1020px;
        margin: 0 auto;
    }


    .newsArea{
        height: 460px;
    }

    .newsSection{
        padding: 6rem 0;
    }

    .fightcardSection{
        padding: 5rem 0 2rem;
    }

    .titleArea{
        margin-bottom: 2rem;
    }


    .titleArea h2{
        font-size: 6rem;
    }

    .ticketArea a::after {
        border-radius: 4rem;
    }

    /* .titleArea{
        margin-bottom: 6rem;
    } */

    .contentSection{
        padding: 6rem 0 0;
        /* margin-bottom: 8rem; */
        /* padding: 6rem 0 8rem; */
    }

    #information{
        margin-bottom: 8rem;
    }

    .roundgirlSection{
        padding: 6rem 0 8rem;
    }

    /* .visualSection{
        margin-bottom: 6rem;
    } */

    /* .fightcardBox{
        margin-bottom: 6rem;
    } */

    .ticketWrap{
        margin-bottom: 2rem;
    }

    .rgWrap{
        justify-content: space-between;
    }

    .rgBox{
        width: 30%;
        margin: 0;
    }

    .footerWrap{
        display: flex;
    max-width: 1020px;
    margin: 0 auto 2rem;
    justify-content: space-between;
    }

    .organizerBox, .contactBox{
        width: 45%;
    }


    .ticketBtn-fixed{
        width: 200px;
        height: 40px;
        line-height: 40px;
    }

    .mnews_rgname{
        font-size: 1.4rem;
    }

    .roundgirlNews{
        margin-bottom: 4rem;
    }

    .rgBox a{
        font-size: 1.2rem;
    }

    .ticketNotice_0706{
        margin-bottom: 10rem;
    }


    /* modal--------------------------------- */

    .modal_wrap{
        display: flex;
        max-width: 1020px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 0 0.5rem 30vh;
    }

    .prf_wrap_news{
        display: flex;
        max-width: 1020px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mo_figimg{
        width: 46%;
    }

    .modalProfile{
        width: 46%;
    }

    .modal_close a{
        padding: 2rem 0;
    }

    /* modal--------------------------------- */
}

@media(min-width:1440px){
    .visual-sectionWrap {
        max-width: 60%;
        margin: 0 auto;
    }
}