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

img {
    max-width: 100%;
}

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

h1 {
    margin: 80px 0;
    border: none;
}

section li {
    list-style: none;
}

section h2 {
    margin: 30px 0;
}

/* ブランド */

.wrap-brand {
    margin: -150px 0 150px;
    padding-top: 150px;
    text-align: center;
}

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

.more-btn {
    color: #fff;
    background-color: #859cb6;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    border-radius: 6px;
}


/* coming soon */

.comingsoon {
    padding: 30px;
    margin-bottom: 80px;
    text-align: center;
    color: #8f0a0a;
    font-size: 250%;
    font-weight: 600;
    border-top: 5px solid #8f0a0a;
    border-bottom: 5px solid #8f0a0a;
}

/* まだブランド */

.yet-brand {
    margin: -150px 0 80px;
    padding-top: 150px;
}

.yet-brand h3 {
    margin-bottom: 0;
    text-align: center;
    border-bottom: none;
}

.yet-brand li {
    font-size: 140%;
    text-align: center;
}

.d-a-t {
    color: #8f0a0a;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 4vw;
  }
  
.d-a-t:before, .d-a-t:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #8f0a0a;
  }
  
.d-a-t:before {
    left:0;
  }
.d-a-t:after {
    right: 0;
  }



hr {
    margin: 10% 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;
}


/* 共通css書き換え */

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

/*アコーディオン全体*/
.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: 180%;
    font-weight: 600;
    padding: 20px;
    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: 30px;
    border-bottom: 1px solid #000;
}

.brand-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}

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

.brand-index-new a {
    margin: 0 5%;
    padding: 2%;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
}
}

