@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: 50px 0;
    border-bottom: none;
}

section li {
    list-style: none;
}

/* タイトル */

.title-text {
    display: block;
    margin: 80px;
    font-size: 110%;
    font-weight: 600;
}

/* インデックス */




/* おすすめ */

.wrap-staff {
    margin: 50px 0 100px;
}

.wrap-inner {
    padding-top: 150px;
    margin-top: -150px;
}


h2 {
    margin: 80px 0 0px;
  }

/* プロフィール */

.profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 50%;
    margin: 0 auto;
}

.profile li {
    width: 50%;
    font-size: 150%;
    font-weight: 600;
}

/* 商品 */

.brand-item {
    border-top: 15px solid #000;
    text-align: center;
    margin: 80px 0 30px;
    padding-top: 50px;
    font-size: 150%;
    font-weight: 600;
}

.comment {
    background-color: #D5D7CC;
    margin: 60px;
    padding: 40px;
}

.link-btn {
    width: 80%;
    margin: 0 auto 60px;
    padding: 30px;
    text-align: center;
    font-size: 150%;
    color: #fff;
    font-weight: 600;
    background-color: #000;
    border-radius: 6px;
}

.by_staff {
    margin-bottom: 15px;
    font-size: 200%;
    font-weight: 600;
    text-align: center;
}

.staff-all-snap a {
    background-color: #8DA9A5;
}




/* スタッフ一覧 */

.all-staff-title {
    text-align: center;
    font-size: 200%;
    font-weight: 600;
    border-bottom: 1px solid #000;
    margin-bottom: 80px;
    padding-bottom: 30px;
}

.all-staff {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.all-staff ul {
    width: 30%;
    margin-bottom: 5%;
}


/* バナー */

hr {
    margin: 80px 0;
}

.wrap-bnr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5%;
    margin-bottom: 10%;
}

.wrap-bnr li {
    width: 45%;
    margin-bottom: 5%;
}


/* 共通 */

#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-staff-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-staff-index::before,
.title-staff-index::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.title-staff-index::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title-staff-index::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

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

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

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

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

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

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

/* slick_01 */
.slick-slide {
    transform: scale(.8);
    transition: transform .5s;
    text-align: center;
  }
  
  .slick-slide img {
      width: 50%;
      display: inline!important;
  }
  
  .slick-current {
    transform: scale(1);
  }
  
.slick-second {
    position: relative;
}

  .slick-second li {
      transform: scale(1);
  }
  
  .slick-prev:before {
    content: "\f053"!important;
    font-family: FontAwesome!important;
    font-size: 50px!important;
    font-weight: 300!important;
  }

  .slick-next:before {
    content: "\f054"!important;
    font-family: FontAwesome!important;
    font-size: 50px!important;
    font-weight: 300!important;
  }

  .slick-dots li button:before{
    font-family: 'slick';
    font-size: 1px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: '●'!important;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
}