@charset "UTF-8";
.newsPage .mainArea {
  background: url("/dreaming/sp/assets/img/top/news_bg.png") 50% 0 repeat-y;
  -webkit-background-size: 100%;
  background-size: 100%; }

.catTab {
  padding: 0 0 5%;
  text-align: center; }

.catTab li {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0 2.5%; }

.catTab li img {
  width: 100%;
  height: auto; }

.catTab li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease; }

.catTab li.current .hover,
.catTab li:hover .hover {
  opacity: 1; }

.newsArea {
  background: none; }

/* ==================================
 newsArea
================================== */
.newsArea {
  position: relative;
  z-index: 100; }

.newsArea ul {
  position: relative;
  padding: 0 1% 8%;
  font-size: 0; }

.newsArea li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1% 1%;
  width: 48%;
  height: 58vw;
  background: #fff;
  font-size: 14px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.newsArea li a {
  text-decoration: none; }

.newsArea .catMedia {
  background: url("/dreaming/assets/img/news/news_cat_media_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .catInfo {
  background: url("/dreaming/assets/img/news/news_cat_info_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .catMusic {
  background: url("/dreaming/assets/img/news/news_cat_music_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .catEvent {
  background: url("/dreaming/assets/img/news/news_cat_event_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .catSpecial {
  background: url("/dreaming/assets/img/news/news_cat_special_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .catProduct {
  background: url("/dreaming/assets/img/news/news_cat_product_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .catCampaign {
  background: url("/dreaming/assets/img/news/news_cat_campaign_bg.png") 100% 0/1.5vw repeat-y #fff; }

.newsArea .thumb img {
  width: 100%;
  height: auto; }

.newsArea .date {
  padding: 3vw;
  line-height: 1;
  font-size: 3vw;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: .15em; }

.newsArea .catMedia .date {
  color: #26bc69; }

.newsArea .catInfo .date {
  color: #10c5f7; }

.newsArea .catMusic .date {
  color: #ff8400; }

.newsArea .catEvent .date {
  color: #fe4ba4; }

.newsArea .catSpecial .date {
  color: #8982fb; }

.newsArea .catProduct .date {
  color: #ffcc00; }

.newsArea .catCampaign .date {
  color: #d866ed; }

.newsArea .entry {
  padding: 0 3.5vw 0 3vw;
  height: 16vw;
  line-height: 1.3;
  color: #393838;
  font-size: 3vw;
  overflow: auto; }

.newsArea .cat {
  position: absolute;
  width: 20vw;
  bottom: 0;
  right: 0; }

.newsArea .cat span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 5% 0 5%;
  color: #fff;
  font-size: 3vw;
  text-align: center;
  letter-spacing: .1em; }

.newsArea .catMedia .cat span {
  background: #26bc69; }

.newsArea .catInfo .cat span {
  background: #10c5f7; }

.newsArea .catMusic .cat span {
  background: #ff8400; }

.newsArea .catEvent .cat span {
  background: #fe4ba4; }

.newsArea .catSpecial .cat span {
  background: #8982fb; }

.newsArea .catProduct .cat span {
  background: #ffcc00; }

.newsArea .catCampaign .cat span {
  background: #d866ed; }

.newsArea .catMedia .cat span:after {
  content: "Media"; }

.newsArea .catInfo .cat span:after {
  content: "Info"; }

.newsArea .catMusic .cat span:after {
  content: "Music"; }

.newsArea .catEvent .cat span:after {
  content: "Event"; }

.newsArea .catSpecial .cat span:after {
  content: "Special"; }

.newsArea .catProduct .cat span:after {
  content: "Product"; }

.newsArea .catCampaign .cat span:after {
  content: "Campaign"; }

.newsArea .newIcon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 10vw;
  height: auto; }

.newsArea .newIcon img {
  width: 100%;
  height: auto; }

.newsArea figure {
  position: relative;
  margin: 0;
  width: 100%;
  color: #fff;
  text-align: center; }

.newsArea figure * {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.newsArea figure img {
  width: 100%;
  height: auto; }

.newsArea .btn {
  position: relative;
  padding-bottom: 8%;
  text-align: center;
  z-index: 10; }

.newsPage .pager ul {
  padding: 0 0 9%;
  text-align: center; }

.newsPage .pager li {
  display: inline-block;
  width: 8vw;
  height: 8vw;
  margin: .5%;
  overflow: hidden;
  border: 1px solid #04c5ef;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.newsPage .pager li a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #04c5ef;
  font-size: 4vw;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif; }

.newsPage .pager li a span {
  display: table-cell;
  width: 7.9vw;
  height: 7.9vw;
  text-align: center;
  vertical-align: middle; }

.newsPage .pager li a img {
  width: 100%;
  height: auto; }

.newsPage .pager li.current a,
.newsPage .pager li:hover a {
  color: #fff;
  background: #04c5ef; }

.newsPage .pager li.first,
.newsPage .pager li.prev,
.newsPage .pager li.next,
.newsPage .pager li.last {
  border: 1px solid #fe50a6;
  background: none; }

/* .newsPage .pager li.first a {background: url('/dreaming/assets/img/news/pager_first_hover.png') 100%/100% no-repeat;}
.newsPage .pager li.prev a {background: url('/dreaming/assets/img/news/pager_prev_hover.png') 100% 100% no-repeat;}
.newsPage .pager li.next a {background: url('/dreaming/assets/img/news/pager_next_hover.png') 100% 100% no-repeat;}
.newsPage .pager li.last a {background: url('/dreaming/assets/img/news/pager_last_hover.png') 100% 100% no-repeat;}

 */
.newsPage .pager li.first a span,
.newsPage .pager li.prev a span,
.newsPage .pager li.next a span,
.newsPage .pager li.last a span {
  vertical-align: top; }

/*===================================================

detailPage

====================================================*/
.detailPage .mainArea {
  background: url("/dreaming/sp/assets/img/news/detail_bg_a.png") 50% 0;
  -webkit-background-size: 100%;
  background-size: 100%; }

.detailPage article {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 4vw 0 8vw; }

.detailPage .detailWrap {
  background: #fff;
  padding: 0 4vw;
  word-break: break-all; }

.detailPage article .img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }

.detailPage .date {
  padding: 8vw 4vw 4vw;
  font-size: 3vw;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: .2em; }

.detailPage .catMedia .date {
  color: #26bc69; }

.detailPage .catInfo .date {
  color: #10c5f7; }

.detailPage .catMusic .date {
  color: #ff8400; }

.detailPage .catEvent .date {
  color: #fe4ba4; }

.detailPage .catSpecial .date {
  color: #8982fb; }

.detailPage .catProduct .date {
  color: #ffcc00; }

.detailPage .catCampaign .date {
  color: #d866ed; }

.detailPage .cat span {
  display: inline-block;
  vertical-align: middle;
  width: 30vw;
  margin: 0 4vw 4vw;
  padding: 8px 0;
  color: #fff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  font-family: 'Quicksand', sans-serif; }

.detailPage .catMedia .cat span {
  background: #26bc69; }

.detailPage .catInfo .cat span {
  background: #10c5f7; }

.detailPage .catMusic .cat span {
  background: #ff8400; }

.detailPage .catEvent .cat span {
  background: #fe4ba4; }

.detailPage .catSpecial .cat span {
  background: #8982fb; }

.detailPage .catProduct .cat span {
  background: #ffcc00; }

.detailPage .catCampaign .cat span {
  background: #d866ed; }

.detailPage .catMedia .cat span:after {
  content: "Media"; }

.detailPage .catInfo .cat span:after {
  content: "Info"; }

.detailPage .catMusic .cat span:after {
  content: "Music"; }

.detailPage .catEvent .cat span:after {
  content: "Event"; }

.detailPage .catSpecial .cat span:after {
  content: "Special"; }

.detailPage .catProduct .cat span:after {
  content: "Product"; }

.detailPage .catCampaign .cat span:after {
  content: "Campaign"; }

.detailPage article .snsText {
  position: relative;
  width: 100%;
  line-height: 0; }

.detailPage article img {
  width: 100%;
  height: auto; }

.detailPage article .snsArea {
  position: relative;
  background: #fff;
  border: 1px solid #ccc; }

.detailPage article .snsArea li {
  display: inline-block;
  width: 20%; }

.detailPage article .snsArea li img {
  width: 100%;
  height: auto; }

.detailPage article .title {
  margin: 0 0 5vw;
  padding: 5vw 0 5vw;
  color: #2b2b2b;
  font-size: 6vw;
  line-height: 1.4;
  border-bottom: 1px solid #555; }

.detailPage article p {
  margin-bottom: 8vw;
  color: #2b2b2b;
  font-size: 4vw;
  line-height: 1.8; }

.detailPage article a:link,
.detailPage article a:visited {
  color: #00bae8; }

.detailPage article a:hover {
  color: #ff509e; }

/* 記事本文のタグスタイル ------------------------------------*/
.detailPage strong {
  color: #ff3b95;
  font-weight: bold; }

.detailPage em {
  color: #ff3b95; }

/* 動画の表示用 ------------------------------------*/
.news_movie_frame {
  position: relative;
  padding: 56.25% 0 0 0;
  width: 100%;
  height: 0; }

.news_movie_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news_youtube {
  position: relative;
  padding: 0;
  width: 92vw;
  height: 51.75vw; }

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