@font-face {
  font-family: "wbc-fiesta-b", sans-serif;
  src: url("/font/wbc-fiesta-bold") format("woff2"), url("/font/wbc-fiesta-bold") format("woff");
}
@font-face {
  font-family: "wbc-fiesta-r", sans-serif;
  src: url("/font/wbc-fiesta-regular") format("woff2"), url("/font/wbc-fiesta-regular") format("woff");
}
#main .photo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
#main .photo-box div.photo-inner {
  width: 640px;
  height: 427px;
  position: relative;
}
#main .photo-box div.photo-inner img {
  position: absolute;
  width: 640px;
  height: auto;
}
#main .photo-box div.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 640px;
  font-size: 13px;
  background: rgba(0, 40, 35, 0.95);
  color: #EBEBE6;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.2;
}
#main .photo-box div.photo-thmbs {
  width: 180px;
}
#main .photo-box div.photo-thmbs img {
  cursor: pointer;
  width: 85px;
  height: auto;
  opacity: 0.5;
  background: #000;
  margin-bottom: 4px;
}
#main .photo-box div.photo-thmbs img.current {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #main .photo-box {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
  }
  #main .photo-box div.photo-inner {
    height: auto;
    width: auto;
    position: static;
  }
  #main .photo-box div.photo-inner div {
    float: left;
  }
  #main .photo-box div.photo-inner div img {
    position: static;
    height: auto;
    width: 100%;
  }
  #main .photo-box div.photo-inner div .caption {
    float: none;
    position: static;
    width: 100%;
    padding: 10px 10px 8px 10px;
    font-size: 11px;
  }
  #main ul.selector {
    text-align: center;
    margin-bottom: 10px;
  }
  #main ul.selector li {
    display: inline-block;
    margin: 4px;
    background: #EBEBE6;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
  }
  #main ul.selector li.current {
    background: #FFC300;
  }
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list a {
  display: block;
  width: 292px;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  box-sizing: border-box;
  margin-right: 28px;
}
.news-list a:nth-child(4n) {
  margin-right: 0;
}
.news-list a:hover {
  opacity: 0.8;
}
.news-list a dt img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.news-list a dt img.border {
  border: 1px solid #EBEBE6;
}
.news-list a dd {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}
.news-list a dd span {
  vertical-align: middle;
}
.news-list a dd .date {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.news-list a dd .comment {
  display: block;
  margin-top: 4px;
}
.news-list a dd .icon.video {
  background: #E60050;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.video.ticket {
  color: #002823;
}
.news-list a dd .icon.ticket {
  background: #FFC300;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.ticket.ticket {
  color: #002823;
}
.news-list a dd .icon.media {
  background: #00D2DC;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.media.ticket {
  color: #002823;
}
.news-list a dd .icon.notice {
  background: #00BE64;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.notice.ticket {
  color: #002823;
}
.news-list a dd .icon.column {
  background: #006E3C;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.column.ticket {
  color: #002823;
}
.news-list a dd .icon.game {
  background: #9B004B;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.game.ticket {
  color: #002823;
}
.news-list a dd .icon.interview {
  background: #002823;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.interview.ticket {
  color: #002823;
}
.news-list a dd .icon.team {
  background: #002391;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.team.ticket {
  color: #002823;
}
.news-list a dd .icon.goods {
  background: #FF5A00;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
.news-list a dd .icon.goods.ticket {
  color: #002823;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin: 0;
    border-top: 1px solid #EBEBE6;
  }
  .news-list a {
    width: 100%;
    border-bottom: 1px solid #EBEBE6;
    margin-bottom: 0;
    margin-right: auto;
  }
  .news-list a:nth-child(4n) {
    margin-right: auto;
  }
  .news-list a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-list a dt {
    width: 80px;
  }
  .news-list a dt img.border {
    border: none;
  }
  .news-list a:hover {
    opacity: 1.0;
  }
  .news-list a dd {
    width: calc(100% - 80px);
    font-size: 11px;
    margin-top: 0;
    padding: 10px 0 10px 10px;
  }
  .news-list a dd .date {
    font-size: 13px;
  }
  .news-list a dd .comment {
    margin-top: 2px;
  }
  .news-list a dd .icon.video {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.ticket {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.media {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.notice {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.column {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.game {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.interview {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.team {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
  .news-list a dd .icon.goods {
    font-size: 10px;
    height: 14px;
    line-height: 14px;
    min-width: 50px;
  }
}
#news-title {
  position: relative;
}
#news-title h3 {
  color: #002823;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  margin: 20px 0;
  word-break: break-all;
}
#news-title .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
#news-title .info span {
  display: inline-block;
}
#news-title .info span.date {
  font-size: 14px;
}
#news-title .info span.icon.video {
  background: #E60050;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.video.ticket {
  color: #002823;
}
#news-title .info span.icon.ticket {
  background: #FFC300;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.ticket.ticket {
  color: #002823;
}
#news-title .info span.icon.media {
  background: #00D2DC;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.media.ticket {
  color: #002823;
}
#news-title .info span.icon.notice {
  background: #00BE64;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.notice.ticket {
  color: #002823;
}
#news-title .info span.icon.column {
  background: #006E3C;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.column.ticket {
  color: #002823;
}
#news-title .info span.icon.game {
  background: #9B004B;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.game.ticket {
  color: #002823;
}
#news-title .info span.icon.interview {
  background: #002823;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.interview.ticket {
  color: #002823;
}
#news-title .info span.icon.team {
  background: #002391;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.team.ticket {
  color: #002823;
}
#news-title .info span.icon.goods {
  background: #FF5A00;
  display: inline-block;
  color: #EBEBE6;
  font-size: 11px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  min-width: 60px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
}
#news-title .info span.icon.goods.ticket {
  color: #002823;
}
#news-title #sns {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #news-title {
    padding-top: 30px;
  }
  #news-title h3 {
    font-size: 22px;
    line-height: 1.2;
    margin: 10px 0;
  }
  #news-title .info span.date {
    font-size: 13px;
  }
  #news-title #sns {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
#news-ditail {
  margin: 10px 0 30px 0;
}
#news-ditail p {
  line-height: 1.5;
  font-size: 15px;
  margin: 10px 0 20px;
  letter-spacing: 0.01em;
}
#news-ditail h4.st {
  color: #002823;
  font-size: 20px;
  font-weight: bold;
  background: #E6DCD2;
  border-left: 4px solid #002823;
  padding: 8px;
  margin: 30px 0 15px;
}
#news-ditail h5.sst {
  font-size: 18px;
  line-height: 1.2;
  color: #002823;
  font-weight: bold;
  background: #EBEBE6;
  padding: 8px;
  margin: 20px 0 10px 0;
}
#news-ditail h5.it {
  font-size: 17px;
  line-height: 1.2;
  color: #002823;
  font-weight: bold;
  border-bottom: 2px solid #002823;
  padding-bottom: 4px;
  margin: 15px 0 10px 0;
}
#news-ditail p.img-c, #news-ditail div.img-c {
  text-align: center;
  padding: 10px;
  background: #EBEBE6;
}
#news-ditail p.img-c.bg-w, #news-ditail div.img-c.bg-w {
  background: transparent;
  padding: 0;
}
#news-ditail p.img-r, #news-ditail p.img-l, #news-ditail p.img-c, #news-ditail div.img-r, #news-ditail div.img-l, #news-ditail div.img-c {
  font-size: 12px;
  line-height: 1.5;
}
#news-ditail p.img-r, #news-ditail div.img-r {
  margin: 0 0 20px 20px;
  text-align: right;
  float: right;
}
#news-ditail p.img-l, #news-ditail div.img-l {
  margin: 0 20px 20px 0;
  float: left;
}
#news-ditail p.notice, #news-ditail div.notice {
  text-align: right;
  font-size: 12px;
}
#news-ditail .unit-link {
  font-size: 15px;
  background: rgba(0, 40, 35, 0.1);
}
#news-ditail .unit-link a {
  display: inline-block;
  position: relative;
  padding: 15px;
}
#news-ditail .unit-link a::after {
  content: "";
  display: block;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #002823;
  border-right: solid 2px #002823;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
}
#news-ditail ul.notice li {
  text-indent: -1em;
  margin: 2px 0 0 1em;
  font-size: 13px;
  line-height: 1.5;
}
#news-ditail ul.indent li {
  font-size: 15px;
  text-indent: -1em;
  margin: 2px 0 0 1em;
  line-height: 1.5;
}
#news-ditail div.movie {
  margin: 20px auto;
  padding: 10px;
  background: #EBEBE6;
  text-align: center;
}
#news-ditail div.movie div {
  width: 640px;
  margin: 0 auto;
}
#news-ditail .twitter-tweet,
#news-ditail .instagram-media {
  margin: 10px auto 20px auto !important;
}

@media screen and (max-width: 767px) {
  #news-ditail {
    margin: 10px 0 30px 0;
  }
  #news-ditail p {
    font-size: 13px;
  }
  #news-ditail h4.st {
    font-size: 16px;
    margin: 30px 0 15px;
  }
  #news-ditail h5.sst {
    font-size: 15px;
    padding: 8px;
  }
  #news-ditail h5.it {
    font-size: 15px;
  }
  #news-ditail p.img-c, #news-ditail div.img-c {
    text-align: center;
    padding: 0;
  }
  #news-ditail p.img-auto-size img, #news-ditail div.img-auto-size img {
    width: 100%;
    height: auto;
  }
  #news-ditail p.img-r, #news-ditail p.img-l, #news-ditail p.img-c, #news-ditail div.img-r, #news-ditail div.img-l, #news-ditail div.img-c {
    font-size: 12px;
    line-height: 1.5;
  }
  #news-ditail p.img-r, #news-ditail div.img-r {
    margin: 0 0 10px 10px;
    text-align: right;
    float: right;
    width: 120px;
  }
  #news-ditail p.img-r img, #news-ditail div.img-r img {
    width: 100%;
    height: auto;
  }
  #news-ditail p.img-l, #news-ditail div.img-l {
    margin: 0 10px 10px 0;
    float: left;
    width: 120px;
  }
  #news-ditail p.img-l img, #news-ditail div.img-l img {
    width: 100%;
    height: auto;
  }
  #news-ditail p.notice, #news-ditail div.notice {
    text-align: right;
    font-size: 11px;
  }
  #news-ditail .unit-link {
    font-size: 13px;
  }
  #news-ditail .unit-link a {
    padding: 10px 20px 10px 10px;
  }
  #news-ditail .unit-link a::after {
    width: 7px;
    height: 7px;
    right: 8px;
  }
  #news-ditail ul.notice li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 11px;
  }
  #news-ditail ul.indent li {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
  }
  #news-ditail div.movie {
    margin: 20px auto;
    padding: 0;
  }
  #news-ditail div.movie div {
    width: 100%;
  }
}

/*# sourceMappingURL=news.css.map */
