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

section li {
    list-style: none;
}

.main-title {
    margin: 80px 0;
    border-bottom: none;
}


section h2 {
    margin: 30px 0;
}

.contents h3 {
    font-size: 4vw;
    text-align: center;
    border-bottom: none;
}

.contents {
    margin-bottom: 100px;
}

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

/* title */


/* MOUSSY */

.moussy-btn {
    margin: 30px 0;
    padding: 20px 0;
    font-size: 150%;
    text-align: center;
    border: 1px solid #000;
}

/* brand */

.brand-title {
    text-align: center;
}


.main-img {
    text-align: center;
}

.main-img img {
    max-width: 55%;
}

.main-text {
    margin: 50px;
}

.more-btn {
    margin: 0 200px;
    padding: 20px;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #000;
}

/* ノベルティ */

.wrap-novelty {
    border: 1px solid #ccc;
    margin: 80px 0;
    padding: 50px;
}

.flex-novelty {
    display: flex;
    gap: 5%;
}

.flex-novelty li {
    width: 45%;
}

.note {
    margin-top: 10px;
    font-size: 80%;
}

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


/*  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: 10px;
    height: 2px;
    background-color: #fff;
    
}
.title-brand-index::before{
    top: 50%;
    right: 14px;
    transform: rotate(135deg);   
}

.title-brand-index::after{    
    top: 50%;
    right: 20px;
    transform: rotate(45deg);
}
/*　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;
    gap: 5%;
}

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

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


}