@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 h1 {
    border-bottom: none;
}


.site-main {
    padding: 0 5%;
}


section img {
    max-width: 100%;
}

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

section li {
    list-style: none;
}

section h2 {
    margin: 5% 0;
}

.contents {
    margin-bottom: 80px;
}

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

#lilidia.contents {
    margin-bottom: 30px;
}

.brand-title {
    margin-bottom: 80px;
    padding: 30px 0;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.more-item li a {
    display: block;
    text-align: center;
    width: 75%;
    padding: 20px 0;
    margin: 0 auto 30px;
    font-size: 150%;
    color: #fff;
    background-color: #000;
    position: relative;
    z-index: 5;
}

.new-item-list a {
    width: 75%;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 150%;
    text-align: center;
    border: 1px solid #000;
}

hr {
    margin: 10% 0;
}


/* 共通css書き換え */

ul.block-thumbnail-t--items {
    margin: 0!important;
}


/*  slider */

.brand-logo {
    width: auto;
    max-height: 100%;
    height: 30px;
    padding: 0 10px;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	background-color: #000;
    color: #fff;
}

/*アコーディオンタイトル*/
.title-brand-index {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    padding: 30px;
    transition: all .5s ease;
    border-bottom: none;
}

/*アイコンの＋と×*/
.title-brand-index::before,
.title-brand-index::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.title-brand-index::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title-brand-index::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title-brand-index.close::before{
	transform: rotate(45deg);
}

.title-brand-index.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    background: #fff;
    margin: 0 1px;
    padding: 3%;
    border-bottom: 1px solid #000;
}

.brand-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.brand-index li {
    width: 30%;
    background-color: #fff;
    text-align: center;
    padding-bottom: 1%;
}

.brand-index-new a {
    margin: 0 30px;
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 150%;
}
}