/*======================

=======================*/

.zen-tokyo-zoo-regular {
    font-family: "Zen Tokyo Zoo", system-ui;
    font-weight: 400;
    font-style: normal;
}

.text-blue {
    color: #94c8f0;
}

.text-purple {
    color: #8d57c0;
}



/*======================
	.report_contents
=======================*/
.report_contents {
    width: 90%;
    max-width: 1200px;
    margin: auto;

}

.report_row {
    padding: 0 5% 60px;
    margin-bottom: 3em;
    background: #fff;
    position: relative;
}

.report_row h2 {
    height: 150px;
    color: #fff;
    background-color: #dcc1f5;
    display: flex;
    align-items: center;
    justify-content: center;
}


.report_contents .lv_01 {
    padding: 5%;
}

.report_row .flexbox figure figcaption {
    text-align: right;
    font-size: 1.2rem;
    color: #666;
}

.report_row h3 {
    margin-bottom: 15px;
    font-size: 2.0rem;
    color: #6a3a0e;
}

.report_row h3 .subtitle {
    font-size: 1.6rem;
    display: block;
}

.report_row h3 span.date {
    font-size: 1.8rem;
}



.report_row h4 {
    font-size: 18px;
    color: #8d57c0;
    background-color: #f4e9ff;
    padding: 8px 15px 5px;
}

.report_row h5 {
    font-size: 15px;
    color: #555;
}

.report_row h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: #555;
}

.report_row .audio-js-box {
    margin-bottom: 20px;
}


.report_row audio {
    width: 100%;
}

.report_row .sound_outer.single {
    margin-bottom: 30px;
}

.report_row figure img {
    width: 100%;
}

.report_row figcaption {
    padding: .5em 0 0;
}




@media print,
screen and (max-width: 900px) {
    .report_row .inside.flexbox {
        display: block;
    }

    .report_row .flexbox .txtbox {
        width: 100%;
    }

    .report_row .flexbox figure {
        width: 100%;
    }

    .report_row h3 span.sub {
        font-size: 1.6rem;
    }

}


@media print,
screen and (max-width: 768px) {

    .report_row h2 {
        height: 100px;
    }

    .report_row {
        padding: 0 0 3em;
    }

    /* .report_row .audio-js-box {
        margin-bottom: 0;
    } */

}




/*====================================================
	 #soundbox
====================================================*/

#soundbox {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


#soundbox h5 {
    color: #6a3a0e;
}

/* 
#soundbox .sectionbox {
    width: 95%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
} */

/* #soundbox .player-title{
    font-size:1.6rem;
} */

@media print,
screen and (max-width: 768px) {

    #soundbox {
        padding-top: 15px;
    }
}







/*====================================================
	.report_row .line
====================================================*/


.report_row .line.naname-1 {
    width: 65px;
    height: 65px;
    background: linear-gradient(-45deg, transparent 49%, #8ed0a9 49%, #8ed0a9 51%, transparent 51%, transparent);
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 5;
}

.report_row .line.naname-2 {
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, transparent, transparent 49%, #8ed0a9 49%, #8ed0a9 51%, transparent 51%, transparent);
    position: absolute;
    top: -15px;
    right: -10px;
    z-index: 5;
}

.report_row .line.naname-3 {
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, transparent, transparent 49%, #8ed0a9 49%, #8ed0a9 51%, transparent 51%, transparent);
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: 5;
}

.report_row .line.naname-4 {
    width: 65px;
    height: 65px;
    background: linear-gradient(-45deg, transparent 49%, #8ed0a9 49%, #8ed0a9 51%, transparent 51%, transparent);
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 5;
}

@media screen and (max-width: 768px) {

    .report_row .line.naname-1,
    .report_row .line.naname-2,
    .report_row .line.naname-3,
    .report_row .line.naname-4 {
        width: 40px;
        height: 40px;
    }
}




/*======================
	// class .eventbox
=======================*/

/* #event_lineup {
    width: 95%;
    margin: auto;
    padding-top: 2em;
} */

.eventbox {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 60px;
    padding-bottom: 60px; */
    border-bottom: #aaa thin solid;

    /* margin-bottom: 3em; */
    /* padding: 2em 2.5%; */
    /* padding: 45px 5%; */
    /* border: #e0d8d1 thin solid; */
}



@media print,
screen and (max-width: 900px) {
    #event_lineup {
        width: 100%;
    }

    .eventbox {
        margin-bottom: 1em;
        /* padding: 1em 5%; */
        padding: 1em 2.5%;
    }

    .report_row h3 {
        font-size: 1.6rem;
    }

    .report_row h3 span.date {
        font-size: 1.4rem;
    }


}


@media print,
screen and (max-width: 768px) {

    .report_row h3 {
        font-size: 1.8rem;
    }

}



/*======================
	// id #closing
=======================*/

/* #closing p {
    text-align: center;
    background-color: #fff;
    background-image:
        linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
    background-size: 8px 100%, 100% 2em;
    line-height: 2em;
    padding: 0 1em 0 1em;
    margin: auto auto 45px;

} */