@media only screen and (min-width:600px) {

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

section a {
    display: block;
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

h1{
    margin: 0;
    text-align: center;
    border-bottom: none;
}

h2 {
    margin: 100px auto 30px;
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    border-bottom: none;
}

/* INDEX */

.wrap-index {
    display: flex;
    justify-content: space-around;
    font-size: 180%;
    font-weight: 600;
    text-align: center;
    gap: 20px;
}

.wrap-index li {
    background-color: #b6b7ae;
    padding: 15px;
    flex: 1;
}

/* コンテンツ */

.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
    margin-bottom: 100px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 2px;
}

.block-genre--banner-list {
    position: relative;
    margin: 0 0 50px;
}

.main-text {
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    margin: 50px 0;
}

.more-btn {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 10px 50px;
    text-align: center;
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    background-color: #000;
    line-height: 2;
    border-radius: 5px;
}

/* カテゴリ */

.wrap-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 150%;
    font-weight: 600;
    text-align: center;
}

.wrap-category li {
    border: 1px solid #000;
    width: 45%;
    margin: 0 0 5%;
    padding: 2%;
    border-radius: 2px;
}

/* その他 */

.other-content {
    margin-bottom: 100px;
    padding: 50px 80px;
    background-color: #b6b7ae;
}

.other-section {
    margin: 20px 0 100px;
}

.other-content h3 {
    margin-bottom: 30px;
    padding: 10px 0;
    color: #000;
    font-size: 200%;
    font-weight: 600;
    border-left: 15px solid #000;
    border-bottom: none;
}

/* カテゴリー */

.category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}

.category-items ul {
    width: 30%;
    margin-bottom: 4%;
    text-align: center;
}


/* 共通 */

hr {
    margin: 100px 0;
}

.bunner_01 {
    display: inline-block;
    margin-bottom: 10px;
}

#back {
    margin-top: 100px;
    display: flex;
    gap: 10px;
}
#back a {
    background: #efefef;
    width: calc(50% - 10px);
    padding: 10px;
    margin: 0 10px 50px 0;
    color: #808080;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    border: #808080 1px solid;
    border-radius: 10px;
}
#bunner {
	margin-bottom: 40px;
}
#annotation {
    text-align: right;
    margin-bottom: 40px;
}

/*カテゴリーカテゴリー*/

.block-sort--element {
    display: none;
}
.pager-total {
    display: none;
}
}