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

h1 {
    border-bottom: none;
}

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

.main-contents h2 {
    margin-bottom: 20px;
    text-align: center;
}

.main-contents h3 {
    margin: 0;
    border: none;
    font-size: 180%;
    border-left: 8px solid#d86c7c;
    padding-left: 3%;
    font-weight: 900;
}

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

/* title */

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

.privilege {
    text-align: center;
    font-size: 180%;
    font-weight: 900;
}

.privilege li {
    margin-bottom: 5%;
}

.date {
    padding: 0 5%;
    background-color: #dddddd;
}

.privilege b {
    font-size: 200%;
    color: #d86c7c;
}

/* brand */

.wrap-content {
    margin: 100px 0;
}

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

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

.wrap-main-img img {
    max-width: 60%;
}

.all-item-btn {
    margin: 30px auto;
    padding: 30px;
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    color: #000;
    border: 1px solid #000;
    width: 900px;

}

/* 注意事項 */

.attention ul {
    margin: 60px 0 0;
}

.attention li {
    margin: 12px 0;
}

.wrap-attention {
    font-size: 150%;
    font-weight: 600;
}

.wrap-note li {
    padding-left:1em;
	text-indent:-1em;
}

/* 共通 */

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

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

/* カウントダウン */

.countdown {
    text-align: center;
    font-size: 150%;
    font-weight: 900;
    background-color: #b9b9b9;
    margin-bottom: 50px;
    color: #fff;
}

#countdown-day {
    color: #f6ef42;
    font-size: 250%;
}

#countdown-hour {
    color: #f6ef42;
    font-size: 250%;
}

#countdown-min {
    color: #f6ef42;
    font-size: 250%; 
}

#countdown-sec {
    color: #f6ef42;
    font-size: 250%; 
}


/*アコーディオン全体*/
.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: 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: 20px;
}

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

}