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


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

img {
    max-width: 100%;
}

h1{
    margin: 0 0 100px;
    text-align: center;
    border-bottom: none;
}

.title-knit {
    margin-bottom: 2%;
    text-align:center;
}

h2 {
    text-align: center;
}

.title-knit h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 180%;
    font-weight: 600;
    border-bottom: none;
  }
  
  .title-knit h3:before, .title-knit h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
  }
  
  .title-knit h3:before {
    left:0;
  }
  .title-knit h3:after {
    right: 0;
  }

/* アイテム */

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

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

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

.all-knit {
    font-size: 150%;
    padding: 20px 0;
    text-align: center;
    border-radius: 6px;
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
}

/* その他ニットバナー */

.other-knit-bunner {
    margin: 100px 0;
}

.other-knit-bunner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.other-knit-bunner li {
    margin-top: 30px;
}


/* 共通 */

hr {
    margin: 100px 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;
}

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 5% 0 3%;
}

.accordion-area section {
	background-color: #000;
    color: #fff;
}

/*アコーディオンタイトル*/
.index-title {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    color: #fff;
    padding: 30px 0;
    transition: all .5s ease;
    border-bottom: none;
}

/*アイコンの＋と×*/
.index-title::before,
.index-title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.index-title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.index-title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

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

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

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

.keyword-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

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

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