@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/*===================================
         fair template 01
=====================================*/

img {
  width: 100%;
  vertical-align: bottom;
}

.article-event {
  padding-top: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #151515;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  width: 690px;
  height: auto;
}


@media screen and (min-width: 690px) {
  .wrapper-contents {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }

  .title-item {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }
  .btn-event {
    width: 621px;
  }
}

@media screen and (max-width: 720px) {
  .btn-event {
    width: 90%;
  }

  .article-event {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .title-item-alea {
    display: block;
  }

  .title-item {
    width: 100%;
  }
}

.title-item {
  border: 1px solid #c9c9c9; /*ここで枠線の色を変える */
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  border-radius: 4px;
  background: #fff;
}

.title-item-details {
  display: flex;
  width: 100%;
}

.title-item-details figure {
  width: 70%;
  margin-right: 10px;
}

.title-item-details figure img {
  width: 100%;
  border-radius: 4px;
}

.title-item-body {
  display: inline-flex;
  width: calc(68% - 10px);
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}

.title-item-genre {
  font-size: 10px;
  font-size: 1.0rem;
  margin-bottom: 8px;
  color: #666666; /*【グレー固定】ここの色変えでジャンル名のテキストカラー変更*/
}

.title-item-name {
  font-size: 18px;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.2;
  color: #1f5796; /*【グレー固定】ここの色変えで作品名テキストカラー変更*/
}

.title-item-copyright {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  margin-top: 8px;
  color: #666666; /*【グレー固定】ここの色変えでコピーライトカラー変更*/
}

.price-container {
  margin-top: 15px;
}

.price-s {
  font-size: 14px;
  text-decoration: line-through;
  color: #000000; /*ここで割引前のチケット数の色を変える*/
}

.price-l {
  font-size: 18px;
  font-weight: bold;
  color: #777575;
  margin-top: -8px; /*【グレー固定】ここで割引後のTickets OFFの色を変える*/
}

.price-l span {
  font-size: 30px;
  font-weight: bold;
  color: #5d0ebe; /*ここで割引後の数字の色を変える*/
}

.price-l2 {
  font-size: 18px;
  font-weight: bold; /*margin-top: 4px;*/
  color: #513ad8; /*【グレー固定】ここで割引後のTicketsの色を変える*/
}

.price-l2 span {
  font-size: 28px;
  font-weight: bold;
  color: #5d0ebe; /*ここでFREEの色を変える*/
}

.wrapper-contents {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  padding: 28px 15px 20px;
  background: #729dc3; /*ここの色変えで中央カラム（PC表示）の背景色変わる*/
}

.episode-erea {
  font-size: 14px;
  margin-top: 10px;
  color: #666666;
}
