@charset "Shift_JIS";

/*============================
#ttl
============================*/

#ttl {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg01.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 750px;
  text-align: center;
  padding-top: 22px;
}

#ttl .stuff_container {
  position: relative;
  margin-top: -346px;
  overflow: hidden;
  width: 100%;
}
#ttl .stuff_container .stuff{
  position: relative;
  left: 50%;
  transform: translateX(-657px);
  width: 1314px;
}

#ttl .read {
  color: #17afff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  margin-top: -166px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*============================
#event_list
============================*/

#event_list {
  margin-top: 74px;
  position: relative;
}

#event_list .contentsInr {
  width: 832px;
  margin-top: 0;
  margin-bottom: 0;
}

#event_list .event_list_title {
  text-align: center;
  margin-bottom: 46px;
}

#event_list .event_list_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#event_list .event_list_block .box {
  width: 396px;
  margin-bottom: 60px;
}

#event_list .event_list_block .box .caption {
  padding-top: 18px;
  color: #17afff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#event_list .event_list_block a {
  color: #17afff;
}

#event_list .event_list_block a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.bt_read {
  width: 100%;
  height: 150px;
  background-image: url(../img/bg02.png);
  background-repeat: repeat;
  text-align: center;
}
.bt_read .read_container {
  display: inline-block;
  position: relative;
  padding-top: 65px;
  text-align: center;
}
.bt_read .read_container .read{
  display: inline-block;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bt_read .read_container::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -140px;
  width: 121px;
  height: 120px;
  background-image: url(../img/stuff01.png);
  background-repeat: no-repeat;
}
.bt_read .read_container::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 12px;
  right: -140px;
  width: 121px;
  height: 120px;
  background-image: url(../img/stuff02.png);
  background-repeat: no-repeat;
}
