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

section h1 {
    border-bottom: none;
}

section h2 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 180%;
}

.wrap-content h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 150%;
}

.contents {
    margin-bottom: 80px;
    padding-bottom: 180px;
    border-bottom: 1px solid #ccc;
}

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

/* title */

.page-main {
    font-size: 120%;
}

.title-text {
    margin: 80px 0 30px;
}

/* ブランド */

.main-text {
    margin: 50px 0;
}

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

.brand-img {
    margin: 0 0 50px;
    text-align: center;
}

.applicable {
    color: #d489c2;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.applicable:before, .applicable:after {
    content: '';
    position: absolute;
    top: 42%;
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 0px 350px;
    background-color: #d489c2;
  }
  
  .applicable:before {
    left:0;
  }
  .applicable:after {
    right: 0;
  }



/* ボタン */

.detail {
    margin: 2% 0 10%;
    text-align: center;
    text-decoration: underline;
}

.btn_01 {
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 20px 0;
    margin: 30px;
    font-size: 120%;
    font-weight: 600;
}


.more-item a {
    text-align: center;
    padding: 15px 0;
    margin: 0 50px 30px;
    font-size: 120%;
    border: #666 1px solid;
    border-radius: 5px;
}

/* クーポン */

.sub-text {
    margin: 0 0 30px;
    padding: 50px 50px 30px;
    border: 1px solid #ccc;
}

.about-coupon li {
    margin-bottom: 15px;
}

ul.block-thumbnail-t > li {
    display: flex;
    margin: 0;
    justify-content: center;
}

/* 連携方法 */


.number-img {
    max-width: 15%;
}

.phone-img {
    max-width: 80%;
}

.wrap-howto {
    width: 45%;
    margin: 30px 0;
    text-align: center;
}

.wrap-howto li {
    margin: 15px 0;
}

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

.flex-pc .wrap-howto{
    display: flex;
    flex-direction: column;
  }
  .flex-pc .wrap-howto .howto-text{
    flex: 1;
    height: 100%;
    min-height: 0%;
  }

  .flex-pc .wrap-howto .phone-img{
    flex: 2;
    height: 100%;
    min-height: 0%;
  }



.new-item-list a {
    width: 75%;
    display: block;
    margin: 0 auto;
    padding: 2% 0;
    color: #fff;
    background-color: #000;
    font-size: 3vw;
    text-align: center;
    border-radius: 5px;
}

hr {
    margin: 10% 0;
}

.wrap-back_number {
    margin: 10% 0;
}

.back_number-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.back_number-contents li {
    width: 48%;
}

#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-brand-index {
    position: relative;
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    padding: 5%;
    transition: all .5s ease;
    border-bottom: none;
}

/*アイコンの＋と×*/
.title-brand-index::before,
.title-brand-index::after{
    position: absolute;
    content:'';
    width: 25px;
    height: 2px;
    background-color: #fff;
    
}
.title-brand-index::before{
    top: 50%;
    right: 10px;
    transform: rotate(135deg);
    
}
.title-brand-index::after{    
    top: 50%;
    right: 27px;
    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;
    justify-content: center;
    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;
}


}