@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 {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 100%;
}

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

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


/* コンテンツ */

.contents_inner {
    padding-top: 54px;
    margin-top: -54px;
}

.item-title {
    margin: 150px 0 40px;
    font-size: 200%;
    font-weight: 600;
    padding-left: 20px;
}

.first-color {
    border-left: 10px solid #ffda5f;
}

.second-color {
    border-left: 10px solid #dae3ec;
}

.main-text {
    font-size: 130%;
    margin-bottom: 50px;
}

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

}

/* シェルマグ */

#shelmag {
    text-align: center;
}

.shelmag-itemlist {
    margin: 10px 0 30px;
    text-align: center;
}

/* AWプレオーダー */

.pre-order h3 {
    text-align: center;
}

.wrap-anchor {
    display: flex;
    margin: 80px 0 0;
    justify-content: center;
    gap: 20px;
    text-align: center;
    font-size: 130%;
}

.wrap-anchor ul {
    background-color: #eaf3fb;
    padding: 2%;
    flex: 1;
}


.wrap-anchor li {
    font-weight: 600;
}

/* カテゴリー */

.category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    font-size: 120%;
    font-weight: 600;
}

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


/* 共通 */

hr {
    margin: 100px 0;
}

#back {
    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;
}

}