
@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;
}
    
.wrap-main {
    font-size: 120%;
}

.wrap-main h1 {
    border-bottom :none;
}

.wrap-main h3 {
    text-align: center;
    width: 30%;
    margin: 0 auto 10%;
    font-size: 180%;
    font-weight: 600;
    position: relative;
    padding: 0px 55px;
    border-bottom: none;
}

.wrap-main h3:before, .wrap-main h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: black;
  }
  
  .wrap-main h3:before {
    left:0;
  }
  .wrap-main h3:after {
    right: 0;
  }

/* title */

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

/* INDEX */

.wrap-index {
    margin: 50px 0;
}

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

.wrap-brand li {
    width: 33%;
    margin: 0 0 2%;
}

.note {
    text-align: center;
}

/* アンカー */

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

.contents_inner a {
    text-align: center;
}

/* ブランド */

.wrap-day {
    text-align: center;
}

.brand-items {
    margin: 10% 0 0;
}


/* hr */

hr {
    margin: 150px 0 80px;
}




/* !IMPORTANT! */

/* ボタン */

.btn {
    display: block;
    position: relative;
    margin: 50px 0;
    padding: 25px;
    font-size: 150%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #000;
}

.btn::after {
    display: block;
    width: 1vw;
    height: 1vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    content: '';
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.new-btn {
    margin-top: 0;
}

/* 最下部スライダー */

.slider_item, .slick-slide, .slick-cloned {
    width: auto!important;
}

.slider img {
    width: auto!important;
    height:  604px;
    object-fit: cover!important;
}
}