@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;
    }

.pane-main {
    padding-top: 0;
}

.page-main {
    padding-bottom: 10%;
    background-color: #e0f379;
}

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

img {
    max-width: 100%;
}

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

.main-contents h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 300%;
    font-weight: 900;
    position: relative;
    padding: 0 55px;
}

.main-contents h2:before, .main-contents h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 350px;
    height: 1px;
    background-color: black;
  }
  
  .main-contents h2:before {
    left:0;
  }
  .main-contents h2:after {
    right: 0;
  }

.main-contents h3 {
    margin: 0;
    border: none;
}

.main-contents h4 {
    margin: 2% 0;
}

/* title */

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

/* LOOK BOOK */

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

.look-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.look-items li {
    width: 32%;
    margin-bottom: 2%;
}

.all-item-btn {
    margin: 50px;
    padding: 15px;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    background-color: #000;
}

/* その他コンテンツ */

.other-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.other-contents li {
    width: 45%;
    margin-bottom: 50px;
    text-align: center;
}

/* 共通 */

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

hr {
    margin: 100px 0;
}

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

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