@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 img {
    max-width: 100%;
}

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

section li {
    list-style: none;
}

section h1 {
    margin-top: 0;
    border-bottom: none;
}

.contents_inner {
    padding-top: 150px;
    margin-top: -150px;
}
/* 終了 */

.finish-text {
    position: absolute;
    z-index: 5;
}

.finish-text span {
    color: #fff;
    font-size: 200%;
    font-weight: 600;
    text-align: center;
    top: 130px;
    left: 46%;
    transform: translate(-50%, 0);
    position: relative;
}

.event-finish {
    position: relative;
    background:rgba(0,0,0,0.7);
}

.event-finish li {
    opacity: 0.5;
}

.end-message {
    position: relative;
    background-color: #373737;
    margin: 30px 0;
    padding: 20px;
    color: #fff;
    font-size: 180%;
    text-align: center;
    z-index: 4;
}

/* index */

.wrap-index {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    justify-content: space-between;
    gap: 10px;
}

.wrap-index ul {
    width: 43%;
    margin: 2%;
    padding: 0 0 5%;
    border-bottom: 1px solid #ccc;
}

.index-title {
    padding: 15px;
    color: #fff;
    background-color: #f55e61;
    font-size: 180%;
    font-weight: 600;
}

.limited-message {
    margin: 5% 0;
    padding: 2% 5%;
    text-align: center;
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
}

.index-comingsoon {
    opacity: 0.5;
}

.notice {
    color: #f55e61;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-left: 20px;
    padding: 0px 15px;
    font-size: 70%;
    font-weight: 600;
    vertical-align: middle;
}


/* event */

.wrap-title {
    margin: 50px 0 30px;
    border-top: 1px solid #f55e61;
    border-bottom: 1px solid #f55e61;
}

.wrap-title h2 {
    margin: 10px 0;
    padding: 30px 25px;
    font-size: 300%;
    color: #fff;
    background-color: #f55e61;
}

.announcement {
    width: 100%;
    color: #fff;
    background-color: #000;
    border-radius: 30px;
    display: inline-block;
    margin: 20px 0 0;
    padding: 8px 0;
    font-size: 120%;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
}

.title-text {
    display: block;
    font-weight: 600;
    line-height: 1;
}

.contents {
    margin-top: 30px;
}

.wrap-bnr {
    margin: 5% 0 8%;
}

section h3 {
    margin: 30px 0 10px;
    color: #f55e61;
    font-size: 150%;
    font-weight: 600;
}

.about-shelpass {
    background-color: #ececec;
    margin: 50px 0 0;
    padding: 40px;
}

section h4 {
    padding-left: 15px;
    border-left: 5px solid #f55e61;
    font-size: 120%;
    font-weight: 600;
}

.event-title-img {
    max-width: 20%;
    vertical-align: middle;
}

.how-to-alignment ul {
    margin: 5% 0 10%;
}

.phone-img {
    text-align: center;
}

.how-to-alignment img {
    max-width: 50%;
    margin: 5% 0;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
}

.main-text {
    margin-top: 20px;
    font-size: 120%;
}

.period {
    font-size: 150%;
    font-weight: 700;
    border-left: 5px solid #000;
    margin-bottom: 20px;
    padding-left: 15px;
}

.wrap-btn {
    background-color: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 150%;
    margin: 30px;
    border-radius: 6px;
}
.note {
    font-size: 90%;
}

.wrap-bnr {
    margin: 30px 0 50px;
}

.wrap-bnr a {
    margin-top: 10px;
}


/* 連携方法 */

.how-to-alignment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

.how-to-alignment ul {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin-bottom: 25px;
}

.how-to-alignment li {
    display: flex;
    flex: 1;
    margin-top: 30px;
}

.how-to-alignment img {
    max-width: 70%;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
    margin: auto;
}

/* coming soon */

.coming_soon {
    position: relative;
}

.coming_soon::after {
    top: 77px;
    left: 10%;
    position: absolute;
    content: "coming soon";
    color: #f55e61;
    font-size: 8vw;
    font-weight: 600;
    opacity: 0.8;
    background-color: #fff;
    padding: 0% 15% 2%;
    transform: rotate(-10deg);
}


/* 注意事項 */
.wrap-point {
    margin: 10% 0;
}

.wrap-point h2 {
    text-align: center;
    font-size: 180%;
}

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

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


/*  slider */

.wrap-slider {
    margin: 20px 0;
}

.brand-logo {
    width: auto;
    max-height: 100%;
    height: 60px;
    padding: 0 10px;
}

/* slick_01 */

.slick-slide {
    transition: transform .5s;
    text-align: center;
    margin-right: 1vw!important;
    margin-left: 1vw!important;
  }
  
  .slick-slide img {
      display: inline!important;
  }
  
  
  .slick-second li {
      transform: scale(1);
  }
  
  /*.block-genre--banner-list .slick-next {
      display: none;
  }
  
  .slick-prev {
      top: auto!important;
      left: 15px!important;
      z-index:1000;
  }
  
  .slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      content: ""!important;
      vertical-align: middle;
  }
  
  .slick-prev::after {
      top: 100vw;
      left: 0px;
      transform: rotate(225deg);
  }
  
  .slick-next {
      top: auto!important;
      right: 15px!important;
  }
  
  .slick-next::after, .slick-prev::after {
      width: 3.5vw;
      height: 3.5vw;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
  }
  
  .slick-next::after {
      top: -82vw;
      right: 0px;
      transform: rotate(45deg);
  }*/

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