@charset "UTF-8";
.wrap {
  position: relative;
  height: auto;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-image: url(/dreaming/sp/assets/img/product/product_bg.jpg); }

.pageTitle {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center; }
  .pageTitle img {
    width: 100%; }

.catTab {
  padding: 0;
  text-align: center; }
  .catTab li {
    position: relative;
    display: inline-block;
    width: 31.4vw;
    height: 7.19vw; }
    .catTab li .hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 100ms ease;
      -o-transition: all 100ms ease;
      transition: all 100ms ease; }
      .catTab li .hover img {
        width: 100%;
        height: 100%; }
    .catTab li a {
      width: 100%;
      height: 100%; }
      .catTab li a img {
        width: 100%;
        height: 100%; }
  .catTab li.current .hover,
  .catTab li:hover .hover {
    opacity: 1; }

.entryArea ul li {
  width: 46%; }
  .entryArea ul li img {
    width: 100%; }

/*==========================================
entryArea
==========================================*/
.entryArea {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden; }

.entryArea .newsStar {
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: url("/dreaming/teaser_img/news_star.png") 50% 0 no-repeat; }

.entryArea .title {
  position: relative;
  margin-top: 70px;
  text-align: center; }

.entryArea ul {
  position: relative;
  margin: 4vw 0;
  font-size: 0;
  text-align: center; }

.entryArea li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1vw 1.5vw;
  width: 46%;
  height: 74vw;
  background: #fff;
  font-size: 4vw;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background-position: right top;
  background-repeat: repeat-y;
  background-color: #fff; }

.entryArea li.catGoods {
  background-image: url("/dreaming/teaser_img/news_cat_media_bg.png"); }

.entryArea li.catCd {
  background-image: url("/dreaming/teaser_img/news_cat_info_bg.png"); }

.entryArea .entry_new_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 10.4vw;
  height: 10vw; }

.entryArea .entry_new_icon img {
  width: 100%;
  height: auto; }

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

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

.entryArea .entry_tag {
  padding: 1.8vw 1.8vw 0;
  width: auto;
  font-size: inherit;
  line-height: inherit; }

.entryArea .entry_tag i {
  display: inline-block;
  margin: 0 1vw 0 0;
  padding: .4vw 1.2vw;
  font-size: 2vw;
  font-style: normal;
  color: #fb4fa5;
  border: 1px solid #fb4fa5;
  border-radius: 12px; }

.entryArea .entry_body {
  padding: 1.2vw 3vw 0;
  display: inline-block;
  width: 100%;
  height: 15.4vw;
  line-height: 1.6;
  color: #393838;
  font-size: 3vw;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.entryArea .cat {
  position: absolute;
  bottom: 0;
  right: 0; }

.entryArea li:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  width: 16vw;
  padding: 1vw 0;
  color: #fff;
  font-size: 3vw;
  text-align: center;
  letter-spacing: .1em; }

.entryArea li.catGoods:after {
  content: "Goods";
  background-color: #26bc69; }

.entryArea li.catCd:after {
  content: "CD";
  background-color: #10c5f7; }

.entryArea li figure {
  position: relative;
  margin: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 4px solid red; }

.entryArea li.catGoods figure {
  border-color: #26bc69; }

.entryArea li.catCd figure {
  border-color: #10c5f7; }

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

.entryArea li figure:before {
  content: '|　view　|';
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: .5em;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 2; }

.entryArea li:hover figure:before {
  letter-spacing: .2em;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

detailPage

====================================================*/
.detailPage .wrap {
  padding: 14vw 0 0; }

.detailPage article {
  position: relative;
  width: 96%;
  margin: 0 auto 6vw;
  padding: 0 0 0;
  background: #fff; }

.detailPage article .title {
  padding: 5vw;
  color: #fff;
  font-size: 6vw;
  line-height: 1.4; }

.detailPage article.catCd .title {
  background-color: #10c5f7; }

.detailPage article.catGoods .title {
  background-color: #26bc69; }

.detailPage article .images {
  padding: 4vw 0;
  margin: 0 auto;
  width: 80%;
  text-align: center; }
  .detailPage article .images img.thumb {
    width: 100%;
    border: 2px solid red; }
  .detailPage article .images .movie_list {
    position: relative;
    text-align: center; }
    .detailPage article .images .movie_list li {
      display: inline-block;
      margin: 0 0 0;
      width: 49%; }
      .detailPage article .images .movie_list li a {
        position: relative;
        display: inline-block; }
        .detailPage article .images .movie_list li a:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: rgba(255, 255, 255, 0.5);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 64% auto;
          pointer-events: none;
          z-index: 10; }
        .detailPage article .images .movie_list li a img {
          width: 100%;
          border: 2px solid #10c5f7; }
  .detailPage article .images .image_list_wrap {
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow: auto; }
  .detailPage article .images .image_list {
    position: relative;
    white-space: nowrap; }
    .detailPage article .images .image_list li {
      display: inline-block;
      margin: 0 0 0;
      width: 28%;
      cursor: pointer; }
      .detailPage article .images .image_list li img {
        width: 100%;
        border: 2px solid #26bc69; }
      .detailPage article .images .image_list li.select img {
        border-color: #fb4fa5; }

.detailPage article.catCd .images img {
  border-color: #10c5f7; }

.detailPage article.catGoods .images img {
  border-color: #26bc69; }

.detailPage article.catCd .images .movie_list li a:after {
  background-image: url("/dreaming/assets/img/movie/thumb_play_music.png"); }

.detailPage article .body {
  margin: 0 auto;
  padding: 4vw 0;
  width: 92%;
  border-top: 1px solid #555; }
  .detailPage article .body strong {
    display: inline-block;
    margin: 1rem 0 0;
    font-size: 5vw; }

.detailPage article.catCd .body strong {
  color: #10c5f7; }

.detailPage article.catGoods .body strong {
  color: #26bc69; }

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

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

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

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