@charset "utf-8";
/*update ver240701*/

* {
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

html,
body {
  font-size:10px;
  font-family:"Noto Sans JP","メイリオ","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  font-weight:400;
  line-height:1.2;
  letter-spacing:.1em
}

body {
  background-color:#fff;
  color:#000
}

#wrapper{
    position: relative;
    min-height: 100vh; 
}

h2{
    line-height: 1;
    text-align: center;
    display: block;
}

h2 .poppins{
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f6d247;
  font-size: 5.0rem;
}

h2 .jp{
    font-family: "RocknRoll One",sans-serif;
    font-size: 2.4rem;
}


@media all and (-ms-high-contrast: none) {
  body {
    width:100%;
    overflow-x:hidden;
  }

}

img{
    max-width: 100%;
    width: auto;
    height: auto;
}

h2,h3,h4{
    font-family: "RocknRoll One",sans-serif;
    text-align: center;
    font-weight: normal;
}

.fontB{
    font-weight: 600;
}

.taC{
    text-align: center;
}

p{
    line-height: 1.4;
}

.spOnly{
    display: none;
}

.pcOnly{
    display: inline-block;
}

section > .inner{
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

@media only screen and (max-width:760.98px) {
    .spOnly{
        display: block;
    }
    
    .pcOnly{
        display: none;
    }
    
    section > .inner{
        padding: 0 20px;
        width: 100%;
    }
    
    h2 .poppins{
      font-size: 3.0rem;
    }

    h2 .jp{
        font-size: 1.4rem;
    }

}

/* #mvBl */
#mvBl{
    position: relative;
    overflow: hidden;
    background: url("../images/mv_bg.png") no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 120px;
}

#mvBl .fade{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 60.647058823%;
/*    max-width: 1059.5px;*/
}

#mvBl .logo{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 12.5%;
    max-width: 136px;
}

#mvBl .inner{
    max-width: 1500px;
    width: 96%;
    box-sizing: content-box;
    margin:calc(509vw / 17.00) auto 0 auto;
}

#mvBl .inner h1{
    width: 43.933333333%;
    max-width: 659px;
    margin-bottom: calc(88vw / 17.00);
    position: relative;
    z-index: 1;
}

#mvBl nav{
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

#mvBl nav ul{
    justify-content: space-between;
    display: flex;
    list-style: none;
}

#mvBl nav li{
    width: 29.16%;
}

#mvBl nav li a{
    font-size: 2.8rem;
    font-family: "RocknRoll One",sans-serif;
    text-align: center;
    background: #f6d247;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 30px 0;
    border-radius: 50px;
    border: 1px solid #f6d247;
    transition: 0.3s;
}

#mvBl nav li a:hover{
    background: #fff;
    border: 1px solid #f6d247;
}

#mvBl nav li a span{
    background: url("../images/angle-down.svg") no-repeat left center;
    padding-left: 35px;
    background-size: 32px auto;
}

.floatBtn{
    position: fixed;
/*    bottom: 15vh;*/
    bottom:20px;
    right: 20px;
    width:120px ;
    height:74px ;
    z-index: 5;
    background: #f6d247;
    border:2px solid #fff;
    border-radius: 10px;
    transition:  0.3s;    
}

.floatBtn:hover{
    background: #fff;
    border:2px solid #f6d247;
}

.floatBtn a{
    font-size: 2rem;
    font-family: "RocknRoll One",sans-serif;
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}


.floatBtn a span{
    display: block;
    margin-top: 15px;
    padding-bottom: 30px;
    background: url("../images/angle-down.svg") no-repeat center bottom;
    background-size: 32px auto;
}

@media only screen and (min-width: 1700px) {
    #mvBl .inner h1 {
       left: -3.5vw;
    }
}


@media only screen and (max-width:760.98px) {
    #mvBl{
        background: url("../images/mv_bg_sp.png") no-repeat center top;
        background-size: 100% auto;
        padding-bottom: 60px;
    }

    #mvBl .logo{
        width: 18.133333333%;
        left: calc(28vw / 7.5);
        top: calc(30vw / 7.5);
    }

    #mvBl .fade{
        top:calc(362vw / 7.5);
        right: 0;
        z-index: 0;
        width: 100%;
    }

    #mvBl .inner{
        width: inherit;
        margin: 0;
    }

    #mvBl .inner h1{
        width: 77.866666666%;
        margin: calc(160vw / 7.5) auto calc(645vw / 7.5);;
    }

    #mvBl nav{
        margin: 0 auto calc(140vw / 7.5);
    }
    
    #mvBl nav ul{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap:calc(40vw / 7.5) calc(40vw / 7.5);
    }

    #mvBl nav li{
        width:calc(300vw / 7.5);
    }
    

    #mvBl nav li a{
        font-size: 1.6rem;
        padding: inherit;
        line-height: calc(100vw / 7.5);
        border-radius: 100px;
    }

    #mvBl nav li a span{
        background: url("../images/angle-down.svg") no-repeat -10px center;
        padding-left: 25px;
    }

    .floatBtn{
        right: 10px;
        width:80px ;
        height:50px ;
        bottom: 15px;
    }

    .floatBtn a{
        font-size: 1.4rem;
    }

    .floatBtn a span{
        margin-top: 10px;
        padding-bottom: 25px;
    }
}

/* #infoBl */
#infoBl{
    max-width: 880px;
    margin:calc(220vw / 17.00) auto 145px auto;
}

#infoBl h2{
    margin-bottom: 60px;
}

#infoBl h2 .illust{
    position: relative;
    display: inline-block;
    padding:0 90px 0 95px;
}

#infoBl h2 .illust:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "　";
    background: url("../images/info_h2_illust_left.svg") no-repeat left top;
    width: 86px;
    height: 83px;
    display: inline-block;
    vertical-align: middle;
}

#infoBl h2 .illust:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "　";
    background: url("../images/info_h2_illust_right.svg") no-repeat left top;
    width: 71px;
    height: 83px;
    vertical-align: middle;
    display: inline-block;
}

#infoBl .news-list ul{
    font-size: 2.0rem;
    max-height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#infoBl .news-list ul li{
    background: url("../images/dotline.svg") repeat-x left bottom;
    list-style: none;
    padding-bottom: 25px;
    display: flex;
}

#infoBl .news-list ul li + li{
    margin-top: 30px;
}

#infoBl .news-list ul li time{
    width: 180px;
    padding-left: 20px;
    display: inline-block;
}

#infoBl .news-list ul li a{
    width: calc(100% - 180px);
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}

#infoBl .news-list ul li a:hover{
    text-decoration: underline;
}

#infoBl .news-list ul li a.news span:after{
    content: "news";
    background: #f6d247;
    border-radius: 15px;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 7px 10px 5px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    vertical-align: middle;
}

@media only screen and (max-width:760.98px) {
    #infoBl{
        margin: 0 auto 60px 0;
    }

    #infoBl h2{
        margin-bottom: 20px;
    }

    #infoBl h2 .illust{
        padding:0 50px 0 60px;
    }

    #infoBl h2 .illust:before{
        background: url("../images/info_h2_illust_left.svg") no-repeat left bottom;
        background-size: 53px auto;
        width: 53px;
        height: 59px;
    }

    #infoBl h2 .illust:after{
        background: url("../images/info_h2_illust_right.svg") no-repeat left bottom;
        background-size: 42.5px auto;
        width: 42.5px;
        height: 50px;
    }

    #infoBl .news-list ul{
        font-size: 1.2rem;
        max-height: 200px;
    }

    #infoBl .news-list ul li{
        background: url("../images/dotline.svg") repeat-x left bottom;
        background-size: auto 3px;
        display: block;
        padding: 0 20px 15px;
        line-height: 1.4;
    }
    
    #infoBl .news-list ul li + li{
        margin-top: 10px;
    }

    #infoBl .news-list ul li time{
        width: 100%;
        display: block;
        padding: 0;
    }

    #infoBl .news-list ul li a{
        width: calc(100% - 150px);
    }

    #infoBl .news-list ul li a.news span:after{
        font-size: 1.0rem;
        letter-spacing: 0;
        padding: 5px 8px 3px;
        margin-left: 8px;
    }
}


/* #introBl */
.bgArea{
    background: url("../images/onpu_bg.png") repeat-y center top #f1ede0;
    background-size: 100% auto;
    padding: 120px 0 120px 0;
}

#introBl{
    margin-bottom: 60px;
}

#introBl .column02{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#introBl .column02 h2{
    max-width: 420px;
}

#introBl .column02 .txt{
    padding-top: 20px;
}

#introBl .column02 .txt p{
    font-size: 2.2rem;
    line-height: 2.2;
    font-family: "RocknRoll One",sans-serif;
    margin-right: -100px;
}

@media only screen and (max-width:1200.98px) {
    #introBl .column02 .txt p{
        margin-right: 0;
    }
}

@media only screen and (max-width:760.98px) {
    .bgArea{
        background: url("../images/onpu_bg.png") repeat-y center top #f1ede0;
        background-size: 846px auto;
        padding: 30px 0;
    }

    #introBl{
        margin-bottom: 30px;
    }

    #introBl .column02{
        flex-direction: column;
        flex-wrap: wrap;
    }

    #introBl .column02 h2{
        max-width: 420px;
        width: 62.686567164%;
        margin: 0 auto;
    }

    #introBl .column02 .txt{
        padding-top: 20px;
        padding: 20px 15px 0 15px;
    }

    #introBl .column02 .txt p{
        font-size: 1.3rem;
        margin-right: 0;
    }

}    

/* #prBl */
#prBl{
}

#prBl h2{
    font-size: 3rem;
    line-height: 1.67;
    margin-bottom: 50px;
}

#prBl h2 span{
    display: block;
    padding: 0 65px;
    position: relative;
}

#prBl h2 span:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "　";
    background: url("../images/pr_h2_deco.svg") no-repeat left top;
    width: 159px;
    height: 127px;
    display: inline-block;
    vertical-align: middle;
    transform: scaleX(-1);
}

#prBl h2 span:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "　";
    background: url("../images/pr_h2_deco.svg") no-repeat left top;
    width: 159px;
    height: 127px;
    vertical-align: middle;
    display: inline-block;
}

.movie{
    max-width:847px;
    margin: 0 auto;
}

.movie .inner{
    text-align: center;
    background: url("../images/bg_movie_frame.png") no-repeat center center;
    background-size: 100% 100%;
}

.movie iframe{
    position: relative;
    margin: 5px 5px 3px 5px;
}

@media only screen and (max-width:760.98px) {
    #prBl{
        overflow: hidden;
    }

    #prBl h2{
        font-size: 1.5rem;
        line-height: 1.67;
        margin-bottom: 20px;
    }

    #prBl h2 span{
        display: block;
        padding: 0 30px;
    }

    #prBl h2 span:before{
        left: -25px;
        background: url("../images/pr_h2_deco.svg") no-repeat left top;
        background-size: 100% auto;
        width: 60px;
        height: 63.5px;
    }

    #prBl h2 span:after{
        right: -25px;
        background: url("../images/pr_h2_deco.svg") no-repeat left top;
        background-size: 100% auto;
        width: 60px;
        height: 63.5px;
    }
    
    .movie .inner{
        position: relative;
        padding-top: 56.5%;
        background: url("../images/bg_movie_frame.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .movie iframe{
        position: absolute;
        width: 98.5%;
        left: -1px;
        top: -1px;
        height: 98.5%;
        margin: .5% .5% .2% .5%;
    }   

    
}

/* #programBl */
#programBl{
    padding: 120px 0 0;
}

#programBl h2{
    margin-bottom: 50px;
}

#programBl h2 .illust{
    position: relative;
    display: inline-block;
    padding:0 100px 0 100px;
}

#programBl h2 .illust:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "　";
    background: url("../images/program_h2_illust_left.svg") no-repeat left top;
    width: 75px;
    height: 88px;
    display: inline-block;
    vertical-align: middle;
}

#programBl h2 .illust:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "　";
    background: url("../images/program_h2_illust_right.svg") no-repeat left top;
    width: 74px;
    height: 90px;
    vertical-align: middle;
    display: inline-block;
}


#programBl .txt p{
    font-size: 2.2rem;
    line-height: 1.818;
    font-family: "RocknRoll One",sans-serif;
    margin-bottom: 1em;
    text-align: center;
}

#programBl .txt p.fontS{
    font-size: 1.8rem;
}

#programBl .piano{
    margin: -15px 0 0 -93px;
    width: 93px;
    height: 100px;
}

@media only screen and (max-width:760.98px) {
    #programBl{
        padding: 60px 0 0;
    }

    #programBl h2{
        margin-bottom: 30px;
    }

    #programBl h2 .illust{
        padding:0 50px;
    }

    #programBl h2 .illust:before{
        background: url("../images/program_h2_illust_left.svg") no-repeat left top;
        background-size: 32px auto;
        width: 32px;
        height: 37.5px;
    }

    #programBl h2 .illust:after{
        background: url("../images/program_h2_illust_right.svg") no-repeat left top;
        background-size: 32px auto;
        width: 32px;
        height: 37.5px;
    }

    #programBl .txt p{
        font-size: 1.4rem;
        line-height: 1.8;
    }

    #programBl .txt p.fontS{
        font-size: 1.2rem;
    }

    #programBl .piano{
        margin: -10px 0 0 -20px;
        width: 20%;
        max-width: 93px;
        height: auto;
    }
}


/* #concertBl */
#concertBl{
    background: url("../images/concert_bg1.png") no-repeat center top;
    background-size:1699px auto;
    padding: 120px 0;
    position: relative;
}

#concertBl:before{
    content: "";
    position: absolute;
    background: url("../images/concert_bg2.png") no-repeat center top;
    background-size: 463px auto;
    width: 463px;
    height: 897px;
    display: inline-block;
    top: 0;
    right: 0;
}

#concertBl h2{
    margin-bottom: 60px;
}

#concertBl h2 .illust{
    position: relative;
    display: inline-block;
    padding:0 100px;
}

#concertBl h2 .illust:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "　";
    background: url("../images/concert_h2_illust_left.svg") no-repeat left top;
    width: 63px;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
}

#concertBl h2 .illust:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "　";
    background: url("../images/concert_h2_illust_right.svg") no-repeat left top;
    width: 63px;
    height: 75px;
    vertical-align: middle;
    display: inline-block;
}

#concertBl .concert-column03{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:85px 0;
    z-index: 1;
    position: relative;    
}

#concertBl .concert-column03 .concert-box{
    width: 30%;
    border-radius: 20px;
    background: #f6d247;
}

#concertBl .concert-column03 .pic{
    position: relative;
}

#concertBl .concert-column03 .pic .copy{
    position: absolute;
    bottom: -25px;
    left: 10px;
    font-size: 1.4rem;
}

#concertBl .concert-column03 .txt{
    padding: 40px 30px 0 30px;
    margin-bottom: -27.5px;
    
  display: flex;
  flex-direction: column;    
}

#concertBl .concert-column03.nolinkBtn .txt{
    padding: 40px 30px 40px 30px;
    margin-bottom: 0;
}

#concertBl .concert-column03 .txt p{
    font-family: "RocknRoll One", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 30px;
}

#concertBl .concert-column03 .txt .btnBl{
    margin-top: auto;
}

a.modalBtn,
a.linkBtn{
    font-size: 2.4rem;
    font-family: "RocknRoll One",sans-serif;
    color: #000;
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    height: 60px;
    width: 100%;
    line-height: 60px;
    text-align: center;    
}

a.linkBtn{
    font-size: 2.8rem;
    margin-top: 40px;
    background: #cc4242;
    border: 1px solid #cc4242;
    color: #fff;
    transition:  0.3s;
}

a.linkBtn.nolink{
    cursor: default;
    font-size: 1.8rem;
    background: gray;
    border: 1px solid gray;
    color: #fff;
    letter-spacing: 0;
     pointer-events: none;
}

a.linkBtn:not(.nolink):hover{
    color:  #cc4242;
    background: #fff;
}

.plus-button {
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
}

.plus-button::before,
.plus-button::after {
  content: '';
  position: absolute;
  background-color: #333;
  border-radius: 2px;
  transition: transform 0.3s ease, 
      background-color 0.3s ease;
}

.plus-button::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
}

.plus-button::after {
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
}

/* ホバー時アクション */
a.modalBtn:hover .plus-button::before,
a.modalBtn:hover .plus-button:after {
  background-color: #cc4242; /* 赤系に変化 */
}

a.modalBtn:hover .plus-button::before {
  transform: translateY(-50%) rotate(90deg);
}
a.modalBtn:hover .plus-button::after {
  transform: translateX(-50%) rotate(90deg);
}

#concertBl .applicationBtn{
    text-align: center;
    margin: 90px auto 0;
}

#concertBl .applicationBtn a{
    font-size: 2.8rem;
    font-family: "RocknRoll One",sans-serif;
    color: #000;
    background-color:#fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
    border: 1px solid #fdd000;
    width: 360px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    transition:  0.3s;
}

#concertBl .applicationBtn a:hover{
    background-color:#fdd000;
}


#concertBl .applicationBtn a span{
    background: url("../images/icn_note.svg") no-repeat left center;
    background-size:23px auto;
    padding-left:35px ;
}    

@media only screen and (max-width:1200.98px) {
    #concertBl .concert-column03 .txt {
      padding: 40px 20px 0 20px;
    }
    

    a.modalBtn,
    a.linkBtn{
        height: 40px;
        line-height: 40px;
        font-size: 1.6rem;
    }
    
    .plus-button {
      width: 18px;
      height: 18px;
    }
    
    
    a.linkBtn.nolink{
        font-size: 1.3rem;
    }

    
}    

    
@media only screen and (max-width:760.98px) {
    #concertBl{
        background: url("../images/concert_bg1.png") no-repeat center top;
        background-size:850px auto;
        padding: 60px 0;
    }

    #concertBl:before{
        background: url("../images/concert_bg2.png") no-repeat center top;
        background-size: 231.5px auto;
        width: 231.5px;
        height: 448.5px;
    }

    #concertBl h2{
        margin-bottom: 30px;
    }

    #concertBl h2 .illust{
        padding:0 45px 0 45px;
    }

    #concertBl h2 .illust:before{
        background: url("../images/concert_h2_illust_left.svg") no-repeat left top;
        background-size: 31.5px auto;
        width: 31.5px;
        height: 38px;
    }

    #concertBl h2 .illust:after{
        background: url("../images/concert_h2_illust_right.svg") no-repeat left top;
        background-size: 31.5px auto;
        width: 31.5px;
        height: 38px;
    }

    #concertBl .concert-column03{
        gap:50px 0;
    }

    #concertBl .concert-column03 .concert-box{
        width: 47.5%;
    }

    #concertBl .concert-column03 .pic {
        border-radius: 20px 20px 0 0 ;
    }    

    #concertBl .concert-column03 .pic .copy{
        bottom: -15px;
        left: 5px;
        font-size: 1rem;
    }

    #concertBl .concert-column03 .txt{
        padding: 20px 15px 0 15px;
        margin-bottom: -13.5px;
    }

    #concertBl .concert-column03 .nolinkBtn .txt{
        padding: 20px 15px;
        margin-bottom: 0;
    }

    #concertBl .concert-column03 .txt p{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    a.modalBtn,
    a.linkBtn{
        font-size: 1.4rem;
        border-radius: 20px;
        height: 40px;
        line-height: 40px;
    }

    a.linkBtn{
        font-size: 1.4rem;
        margin-top: 10px;
    }
    
    
    a.linkBtn.nolink{
        font-size: 1.2rem;
    }


    .plus-button {
      width: 12px;
      height: 12px;
      margin: 0 5px 0 0;
    }

    .plus-button::before,
    .plus-button::after {
      border-radius: 2px;
    }

    .plus-button::before {
      height: 2px;
    }

    .plus-button::after {
      width: 2px;
    }
    
    #concertBl .applicationBtn{
        margin: 40px auto 0;
    }

    #concertBl .applicationBtn a{
        font-size: 1.8rem;
        max-width: 300px;
        width: 80%;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
    }

    #concertBl .applicationBtn a span{
        background: url("../images/icn_note.svg") no-repeat left center;
        background-size:15px auto;
        padding-left:23px ;
    }    


}   

@media only screen and (max-width:580px) {
    #concertBl{
        overflow: hidden;
    }
    
    #concertBl::before{
        right: -25%;
    }
    
    #concertBl .concert-column03 .txt {
        padding: 20px 10px 0 10px;
    }
    
    #concertBl .concert-column03 .txt p {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    
    a.modalBtn,
    a.linkBtn{
        font-size: 1.2rem;
        height: 30px;
        line-height: 30px;
    }
    
    a.linkBtn.nolink{
        font-size: .9rem;
    }

}


/* #performersBl */
#performersBl{
    background: #f1ede0;
    padding: 120px 0;
    background: url("../images/onpu_bg.png") repeat-y center top #f1ede0;
    background-size: auto;
    background-size: 100% auto;    
}

#performersBl h2{
    margin-bottom: 60px;
}

#performersBl h2 .illust{
    position: relative;
    display: inline-block;
    padding:0 100px 0 100px;
}

#performersBl h2 .illust:before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "　";
    background: url("../images/performers_h2_illust_left.svg") no-repeat left top;
    width: 78px;
    height: 86px;
    display: inline-block;
    vertical-align: middle;
}

#performersBl h2 .illust:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "　";
    background: url("../images/performers_h2_illust_right.svg") no-repeat left top;
    width: 78px;
    height: 86px;
    vertical-align: middle;
    display: inline-block;
}

#performersBl .performers-column02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:60px 0;
}

#performersBl .performers-column02 .performers-box{
    width: 47.5%;
    border-radius: 20px;
    background:#f6d247;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#performersBl .performers-column02 .performers-box .pic{
    width: 42.17%;
    max-width: 240px;
    line-height: 1;
    vertical-align: bottom;
    display: flex;
    height: 100%;
    align-items: center;
    background: #cccccc;
}

#performersBl .performers-column02 .performers-box .pic img{
    width: 100%;
}

#performersBl .performers-column02 .performers-box .txt{
    padding: 0 30px;
    flex: 1;
}

#performersBl .performers-column02 .performers-job{
    font-family: "RocknRoll One",sans-serif;
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1;
}

#performersBl .performers-miwa .performers-job,
#performersBl .performers-kogure .performers-job,
#performersBl .performers-katori .performers-job,
#performersBl .performers-suzuki .performers-job{
    letter-spacing: -0.1em;
    margin-right: -30px;
}

#performersBl .performers-column02 .performers-name{
    font-size: 3.6rem;
    font-family: "RocknRoll One",sans-serif;
    margin-bottom: 25px;    
    line-height: 1;
}


@media only screen and (max-width:1200.98px) {

    #performersBl .performers-column02 .performers-box .txt{
        padding: 0 20px;
    }

    #performersBl .performers-column02 .performers-job{
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    #performersBl .performers-miwa .performers-job,
    #performersBl .performers-kogure .performers-job,
    #performersBl .performers-katori .performers-job,
    #performersBl .performers-suzuki .performers-job{
        margin-right: -20px;
    }

    #performersBl .performers-column02 .performers-name{
        font-size: 3rem;
        margin-bottom: 15px;    
    }    
}    

@media only screen and (max-width:760.98px) {
    #performersBl{
        padding: 60px 0;
        background: url("../images/onpu_bg.png") repeat-y center top #f1ede0;
        background-size: auto;
        background-size: 846px auto;    
    }

    #performersBl h2{
        margin-bottom: 30px;
    }

    #performersBl h2 .illust{
        padding:0 50px 0 50px;
    }

    #performersBl h2 .illust:before{
        background: url("../images/performers_h2_illust_left.svg") no-repeat left top;
        background-size: 39px auto;
        width: 39px;
        height: 43px;
    }

    #performersBl h2 .illust:after{
        background: url("../images/performers_h2_illust_right.svg") no-repeat left top;
        background-size: 39px auto;
        width: 39px;
        height: 43px;
    }

    #performersBl .performers-column02{
        gap:30px 0;
    }

    #performersBl .performers-column02 .performers-box .txt{
        padding: 0 15px;
    }

    #performersBl .performers-column02 .performers-job{
        line-height: 1.4;
        font-size: 1.4em;
        margin-bottom: 5px;
    }

    #performersBl .performers-miwa .performers-job,
    #performersBl .performers-katori .performers-job,
    #performersBl .performers-suzuki .performers-job{
        margin-right: 0;
    }

    #performersBl .performers-column02 .performers-name{
        font-size: 1.8rem;
        margin-bottom: 15px;    
    }

}


@media only screen and (max-width:580px) {
    #performersBl .performers-column02 .performers-box{
        width: 100%;
    }
    
}


/* #backnumberBl */
#backnumberBl{
    padding: 120px 0 63px;
    position: relative;
}

#backnumberBl:before{
    content: "";
    position: absolute;
    background: url("../images/backnumber_bg.png") no-repeat left top;
    background-size: auto 100%;
    height: 100%;
    width: 316.5px;
    left: 0;
    top: 0;
    display: inline-block;
}

#backnumberBl .sitelink{
    background: #f8f6ec;
    border-radius: 20px;
    margin-top: 60px;
}

#backnumberBl .sitelink .inner{
    padding: 30px 60px;
    position: relative;
    z-index: 1;
}

#backnumberBl h3{
    font-size: 2.4rem;
    margin-bottom: 20px;
}

#backnumberBl p{
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
}

#backnumberBl a{
    font-weight: 900;
    color: #000;
    text-decoration: none;
}

#backnumberBl p + p{
    margin-top: 1em;
}


@media only screen and (max-width:760.98px) {
    #backnumberBl{
        padding: 60px 0 80px;
    }

    #backnumberBl:before{
        background: url("../images/backnumber_bg.png") no-repeat left top;
        background-size: 100% auto;
        height: 100%;
        width: 158.25px;
    }

    #backnumberBl .sitelink{
        margin-top: 30px;
    }

    #backnumberBl .sitelink .inner{
        padding: 20px;
    }

    #backnumberBl h3{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    #backnumberBl p{
        font-size: 1.2rem;
        line-height: 1.8;
    }
}


/* footer */
footer{
    background: #f6d247;
    text-align: center;
    position: relative;
    padding-bottom: 45px;
}

footer .illust{
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 151px;
}

footer .footer-nav{
    padding: 60px 0 60px;
}

footer .footer-nav li{
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

footer .footer-nav li + li:after{
    content:" ";
    position: absolute;
    left: -15px;
    top: -1px;
    width: 1px;
    background: #000;
    height: 18px;
}

footer .footer-nav li a{
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
}

footer .footer-nav li a:hover{
    text-decoration: underline;
}

footer .footer-copyright{
    font-size: 1.4rem;
    font-weight: bold;
}

@media only screen and (max-width:760.98px) {
    footer{
        padding-bottom: 25px;
    }

    footer .footer-nav{
        padding: 40px 20px 20px 20px ;
    }
    
    footer .footer-nav li{
        margin: 0 10px;
        display: block;
    }
    
    footer .footer-nav li + li{
        margin: 5px 0 0 0;
        display: block;
    }
    
    footer .footer-nav li + li:after{
        display: none;
    }

    footer .footer-nav li a{
        font-size: .85rem;
    }

    footer .footer-copyright{
        font-size: .85rem;
    }
}



/*/////// モーダル関連　///////*/
.modaal-container{
    background: none;
    box-shadow: none;
    border-radius: 20px;
    overflow: hidden;
}

.modaal-content-container{
    padding: 60px;
    background: #f6d247;
    position: relative;
}


.modaal-close {
  color: #000;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  border-radius: 20px !important;
  top: 30px;
  right: 30px;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: rgba(0,0,0,0);
  padding: 0;
  -webkit-appearance: none;
}

.modaal-close::before,
.modaal-close::after {
  width:1px;
  height:13px;
  background-color:#000;
  left:50%;
  top:15px;
}

.modaal-close:hover {
  background-color: #cc4242 !important;
}

.modaal-close:hover::before,
.modaal-close:hover::after {
  background-color: #fff !important;
}


/*コンサート*/
.modaal-content-container:has(.concert-modal-area) {
    padding: 100px 0 0 0;
}

.concert-modal-area h3{
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 3.0rem;
    position: relative;
    line-height: 70px;
    margin-bottom: 60px;
}

.concert-modal-area h3:before{
    content: "";
    background: url("../images/conccert_modal_illust_01.svg") no-repeat left top;
    background-size: 110px auto;
    position: absolute;
    left: 30px;
    top: -70px;
    width: 110px;
    height: 70px;
}

.concert-modal-date{
    padding: 0 100px;
}

.concert-modal-date dl{
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
    font-size: 2.0rem;
    font-family: "RocknRoll One",sans-serif;
    line-height: 1.6;
}

.concert-modal-date dl dt{
    width: 130px;
}

.concert-modal-date dl dd{
    width:calc(100% - 130px);
}

.concert-modal-date dl dd a.googlemap{
    border: 1px solid #000;
    border-radius: 17px;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: 0;
    transition: .5s;
    width: 140px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    background: #000;
    margin-left: 5px;
}

.concert-modal-date dl dd a.googlemap span{
    padding:  0 0 0 18px;
    background: url("../images/icn_pin.svg") no-repeat left center;
    background-size: 14px auto;
    
}

.concert-modal-date dl dd a.googlemap:hover{
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

.concert-modal-guestlist{
    font-size: 3.0rem;
    font-family: "RocknRoll One",sans-serif;
    display: flex;
    justify-content: center;
    gap:0 90px;
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.concert-modal-guestlist li span{
    display: block;
    font-size: 2.0rem;
}

.concert-modal-performer{
    background: #fffbea;
    border-radius: 20px;
    margin: 50px 60px 0 60px;
    width: auto;
    
}

.concert-modal-performer .concert-modal-performer-inner{
    padding: 30px 25px;    
}

.concert-modal-performer .concert-modal-performer-name{
    font-size: 3.0rem;
    font-family: "RocknRoll One",sans-serif;
    margin-bottom: 15px;
}

.concert-modal-performer .concert-modal-performer-name span{
    font-size: 2.0rem;
    display: block;
    
}

.concert-modal-performer .concert-modal-performer-txt{
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.8;
}

.concert-modal-performer .concert-modal-performer-comment{
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.8;
    position: relative;
    padding: 50px 0 0;
    margin-bottom: 30px;
}

.concert-modal-performer .concert-modal-performer-comment:before{
    content: " ";
    background: url("../images/icn_double-quotation-marks_start.svg") no-repeat left top;
    width:21px ;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 30px;
    opacity: 0.3;
}

.concert-modal-performer .concert-modal-performer-comment:after{
    content: " ";
    background: url("../images/icn_double-quotation-marks_end.svg") no-repeat left top;
    width:21px ;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: -5px;
    bottom: -25px;
    opacity: 0.3;
}

.concert-modal-program{
    margin-top: 60px;
    text-align: center;
}

.concert-modal-program-tit{
    text-align: center;
    font-family: "poppins", sans-serif;
    font-style: normal;
    font-size: 5.0rem;
    line-height: 1;
}

.concert-modal-program-tit .jp{
    font-family: "RocknRoll One",sans-serif;
    font-size: 2.4rem;
    display: block;
}

.concert-modal-program-list{
    margin-top: 50px;
    display: inline-block;
    text-align: left;
}

.concert-modal-program-list dl{
    line-height: 1.6;
}

.concert-modal-program-list dl dt{
    font-family: "RocknRoll One",sans-serif;
    font-size: 2.4rem;
}

.concert-modal-program-list dl dt .fontS{
    font-size: 1.8rem;
}

.concert-modal-program-list dl + dl{
    margin-top: 50px;
}

.concert-modal-program-list dl dd{
    font-size: 1.8rem;
}

.concert-modal-program-list dl dd .fontS{
    font-size: 1.6rem;
    display: block;
    margin-top: 5px;
}

.concert-modal-program .break{
    font-size: 2.4rem;
    background: url("../images/conccert_modal_illust_02.svg") no-repeat center top;
    background-size: 121px auto;
    padding-top:75px;
    margin: 50px auto;
}

.concert-modal-contact{
    margin-top: 60px;
    border-top: 3px solid #000;
}

.concert-modal-contact-inner{
    padding: 50px 60px;
}

.concert-modal-contact .concert-modal-contact-tit{
    font-family: "RocknRoll One",sans-serif;
    font-size: 2.4rem;
}

.concert-modal-contact p{
    font-size: 1.8rem;
    line-height: 1.8;
}

.concert-modal-contact p a{
    text-decoration: none;
    color: #000;
}

.concert-modal-contact p a:hover{
    text-decoration:underline;
}

/*出演者紹介*/
.performer-modal-area:before{
    content: "";
    background: url("../images/performers_modal_illust_top.svg") no-repeat left top;
    background-size: 39px auto;
    width: 39px;
    height: 66px;
    display: inline-block;
    position: absolute;
    top: 96px;
    right:-6px;
}

.performer-modal-area:after{
    content: "";
    background: url("../images/performers_modal_illust_bottom.svg") no-repeat left top;
    background-size: 39px auto;
    width: 39px;
    height: 66px;
    display: inline-block;
    position: absolute;
    top: 160px;
    right:-6px;
}

.performer-modal-area p{
    font-size: 1.6rem;
    line-height: 1.8;
}

.performer-modal-area .performer-job-name{
    font-size: 4.2rem;
    font-family: "RocknRoll One",sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
}

.performer-modal-area .performer-job-name span{
    font-size: 2.8rem;
    display: block;
}

.performer-modal-area .performer-comment-area{
    background: #fffbea;
    border-radius: 20px;
    padding: 25px;
    margin-top: 50px;
}


/*応募規約*/
.application-modal-inner{
    font-size: 1.6rem;
    line-height:2;
}

.application-modal-inner h3{
    font-size: 1.8rem;
    font-family: "RocknRoll One",sans-serif;
    text-align: left;
    margin-top: 30px;
}

.application-modal-inner p{
    font-size: 1.6rem;
    line-height:2;    
}

.application-modal-inner ul{
    list-style: none;
}

.application-modal-inner ul li{
    text-indent: -1em;
    padding-left: 1em;
}

.application-modal-inner dl dt{
    font-weight: bold;
    margin-top: 10px;
}


@media only screen and (max-width:760.98px) {
    .modaal-inner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .modaal-container {
        max-width: 90%;
    }

    .modaal-content-container{
        padding: 60px 20px 40px 20px;
    }

    .modaal-close {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
    }

    .modaal-close::before,
    .modaal-close::after {
        height:10px;
        top:10px;
    }
    
    
    /*コンサート*/
    .modaal-content-container:has(.concert-modal-area){
    padding: 60px 0 0 0;
        }
    
    .concert-modal-area h3{
        font-size: 2.0rem;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .concert-modal-area h3:before{
        content: "";
        background: url("../images/conccert_modal_illust_01.svg") no-repeat left top;
        background-size: 70px auto;
        left: 15px;
        top:-45px;
        width: 70px;
        height: 45px;
    }

    .concert-modal-date{
        padding: 0 20px;
    }

    .concert-modal-date dl{
        gap:13px 0;
        font-size: 1.2rem;
    }

    .concert-modal-date dl dt{
        width: 80px;
    }

    .concert-modal-date dl dd{
        width:calc(100% - 80px);
    }

    .concert-modal-date dl dd a.googlemap{
        font-size: 1.0rem;
        width: 90px;
        line-height: 23px;
        margin-left: 10px;
    }

    .concert-modal-date dl dd a.googlemap span{
        padding:  0 0 0 15px;
        background: url("../images/icn_pin.svg") no-repeat left center;
        background-size: 10px auto;
    }


    .concert-modal-guestlist{
        font-size: 1.6rem;
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .concert-modal-guestlist li + li{
        margin-top: 15px;
    }

    .concert-modal-guestlist li span{
        font-size: 1.2rem;
    }

    .concert-modal-performer{
        margin: 30px 20px 0 20px;
    }

    .concert-modal-performer .concert-modal-performer-inner{
        padding: 20px;    
    }

    .concert-modal-performer .concert-modal-performer-name{
        font-size: 2.0rem;
        margin-bottom: 10px;
    }

    .concert-modal-performer .concert-modal-performer-name span{
        font-size: 1.4rem;
    }

    .concert-modal-performer .concert-modal-performer-txt{
        font-size: 1.2rem;
    }
    
    .concert-modal-performer .concert-modal-performer-comment{
        font-size: 1.2rem;
        padding: 20px 0 0;
        margin-bottom: 20px;
    }
    
     .concert-modal-performer .concert-modal-performer-comment:before{
          left: -5px;
          top: 10px;
          width: 11px;
          height: 9px;
      }

     .concert-modal-performer .concert-modal-performer-comment:after{
          right: -5px;
          bottom: -10px;
          width: 11px;
          height: 9px;
      }        

    .concert-modal-program{
        margin-top: 50px;
    }

    .concert-modal-program-tit{
        font-size: 3.0rem;
    }

    .concert-modal-program-tit .jp{
        font-size: 1.4rem;
    }

    .concert-modal-program-list{
        margin-top: 30px;
        padding: 0 20px;
    }

    .concert-modal-program-list dl dt{
        font-size: 1.4rem;
    }
    
    .concert-modal-program-list dl dt .fontS{
        font-size: 1.2rem;
    }

    .concert-modal-program-list dl + dl{
        margin-top: 20px;
    }

    .concert-modal-program-list dl dd{
        font-size: 1.2rem;
    }

    .concert-modal-program-list dl dd .fontS {
        font-size: 1.0rem;
    }
    
    .concert-modal-program .break{
        font-size: 1.4rem;
        background: url("../images/conccert_modal_illust_02.svg") no-repeat center top;
        background-size: 60px auto;
        padding-top:35px;
        margin: 30px auto;
    }

    .concert-modal-contact{
        margin-top: 30px;
        border-top: 2px solid #000;
    }

    .concert-modal-contact-inner{
        padding: 20px;
    }

    .concert-modal-contact .concert-modal-contact-tit{
        font-size: 1.4rem;
    }

    .concert-modal-contact p{
        font-size: 1.2rem;
    }

    
    
    /*出演者紹介*/
    .performer-modal-area:before{
        content: "";
        background: url("../images/performers_modal_illust_top.svg") no-repeat left top;
        background-size: 25px auto;
        width: 25px;
        height: 40px;
        top: 50px;
        right:-4px;
    }

    .performer-modal-area:after{
        content: "";
        background: url("../images/performers_modal_illust_bottom.svg") no-repeat left top;
        background-size: 25px auto;
        width: 25px;
        height: 40px;
        top: 95px;
        right:-4px;
    }

    .performer-modal-area p{
        font-size: 1.2rem;
    }

    .performer-modal-area .performer-job-name{
        font-size: 1.8rem;
    }

    .performer-modal-area .performer-job-name span{
        font-size: 1.4rem;
    }

    .performer-modal-area .performer-comment-area{
        padding: 15px;
        margin-top: 20px;
    }

    /*応募規約*/
    .application-modal-inner{
        font-size: 1.2rem;
    }

    .application-modal-inner h3{
        font-size: 1.4rem;
        margin-top: 20px;
    }

    .application-modal-inner p{
        font-size: 1.2rem;
        line-height:2;    
    }

    .application-modal-inner dl dt{
        font-weight: bold;
        margin-top: 5px;
    }


}

/* #archiveBl */
#archiveBl{
    position: relative;
}        

#archiveBl:before{
    content: "";
    width: 1800px; 
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; /* 背景扱いに */
    left: 50%;
    transform: translateX(-50%); 
    background: url("../images/archive_bg.png") no-repeat center 150px;
    background-size: 1800px auto;
}        

#archiveBl h2 span.illust{
    position: relative;
    display: inline-block;
    padding: 0 190px 10px;
}        

#archiveBl h2 span.illust:before{
    content: "";
    background: url(../images/archive_h2_deco.png) no-repeat left bottom;
    background-size: 120px auto;
    width: 120px;
    height: 79px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#archiveBl h2 span.illust:after{
    content: "";
    background: url(../images/archive_h2_deco.png) no-repeat right bottom;
    background-size: 120px auto;
    width: 120px;
    height: 79px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleX(-1);
}        

#archiveBl .lead{
    font-family: "RocknRoll One",sans-serif;
    font-size: 2.4rem;           
    text-align: center;
    position: relative;
    margin: 50px 0 70px;
}

#archiveBl .lead span{
    display: inline-block;
    position: relative;
    padding: 0 112px 10px;
}

#archiveBl .lead span:before{
    content: "";
    background: url(../images/archive_lead_deco.svg) no-repeat left bottom;
    width: 112px;
    height: 90px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(-1);
}

#archiveBl .lead span:after{
    content: "";
    background: url(../images/archive_lead_deco.svg) no-repeat right bottom;
    width: 112px;
    height: 90px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#archiveBl .archive-column03{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap:60px 0;
    padding: 0 20px;
}

#archiveBl .archive-column03 > div{
    display: flex;
    align-items: center; 
    background: #eee;
    max-width: 360px;
    width: 30%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}

#archiveBl .archive-column03 .archive-pic img{
    object-fit: cover;
    height: 100%;
}

#archiveBl .archive-column03 .archive-txt{
    padding: 0 20px ;
    position: relative;
}        

#archiveBl .archive-column03 .archive-txt.txt01{
    background:#fffbea ;
}        

#archiveBl .archive-column03 .archive-txt.txt02{
    background:#f3eaff ;
}        

#archiveBl .archive-column03 .archive-txt.txt03{
    background: #f1f9e1;
}        

#archiveBl .archive-column03 .archive-txt.txt04{
    background:#ffeaea ;
}        

#archiveBl .archive-column03 .archive-txt.txt05{
    background:#eafeff;
}

#archiveBl .archive-column03 .archive-txt.txt06{
    background:#fff1ea;
}        

#archiveBl .archive-column03 .archive-txt:before{
    content: " ";
    background:url(../images/double-quotation.svg) no-repeat left top;
    position: absolute;
    width:29px ;
    height:20px;
    top: 17px;
    left:20px;
    transform: scaleX(-1) scaleY(-1);
    display: inline-block;
}        

#archiveBl .archive-column03 .archive-txt:after{
    content: " ";
    background:url(../images/double-quotation.svg) no-repeat left top;
    position: absolute;
    width:29px ;
    height:20px;
    bottom: 17px;
    right:20px;
    display: inline-block;
}        


#archiveBl .archive-column03 .archive-txt p{
    font-family: "RocknRoll One",sans-serif;
    font-size: 1.8rem;        
    position: relative;
    z-index: 1;
}        


@media only screen and (max-width:1040px) {
    #archiveBl .archive-column03 .archive-txt p{
        font-size: 1.6rem;        
    }        
}    
@media only screen and (max-width:760.98px) {

    #archiveBl:before{
        content: "";
        width: 900px; 
        background: url("../images/archive_bg.png") repeat-y center 50px;
        background-size: 900px auto;
    }           

    #archiveBl h2 span.illust{
        padding: 0 70px 5px;
    }        

    #archiveBl h2 span.illust:before{
        content: "";
        background: url(../images/archive_h2_deco.png) no-repeat left bottom;
        background-size: 60px auto;
        width: 60px;
        height: 39.5px;
    }

    #archiveBl h2 span.illust:after{
        content: "";
        background: url(../images/archive_h2_deco.png) no-repeat right bottom;
        background-size: 60px auto;
        width: 60px;
        height: 39.5px;
    }          

    #archiveBl .lead{
        font-size: 1.2rem;   
        line-height: 1.4;
        margin: 20px 0 ;
    }

    #archiveBl .lead br.spOnly{
        display: inline-block;
    }


    #archiveBl .lead span{
        padding: 0 60px 5px;
    }

    #archiveBl .lead span:before{
        content: "";
        background: url(../images/archive_lead_deco.svg) no-repeat left bottom;
        width: 56px;
        height: 45px;
    }

    #archiveBl .lead span:after{
        content: "";
        background: url(../images/archive_lead_deco.svg) no-repeat right bottom;
        width: 56px;
        height: 45px;
    }        

    #archiveBl .archive-column03{
        gap:20px 0;
    }

    #archiveBl .archive-column03 > div{
        max-width: inherit;
        width: 47.5%;
        height: inherit;
        min-height: 35vw;
        margin: 0;
    }

    #archiveBl .archive-column03 .archive-txt{
        padding: 15px 10px ;
    }        

    #archiveBl .archive-column03 .archive-txt:before{
        content: " ";
        background:url(../images/double-quotation.svg) no-repeat left top;
        background-size: 15px auto;
        width:15px ;
        height:10px;
        top: 10px;
        left:10px;
    }        

    #archiveBl .archive-column03 .archive-txt:after{
        content: " ";
        background:url(../images/double-quotation.svg) no-repeat left top;
        background-size: 15px auto;
        width:15px ;
        height:10px;
        bottom: 10px;
        right:10px;
    }        


    #archiveBl .archive-column03 .archive-txt p{
        font-size: 1.1rem;        
    }        

}
