@charset "SHIFT-JIS";
body {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#gfooter {
  position: relative;
  z-index: 11;
}
.tmask {
  z-index: 65598;
}
.tcontent {
  z-index: 65599;
}
.tbox {
  z-index: 66000;
}
.pg-seg-outer {
  position: relative;
  z-index: 1;
}
.pg-onair-warp-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background-color: #e60012;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.pg-onair-warp-btn:hover {
  opacity: 0.7;
}
.pg-onair-warp-btn:before {
  display: inline;
  content: "放送中の番組へ移動する";
}
.pg-onair-warp-btn-wrapper {
  position: relative;
}
.pg-btn-prev,
.pg-btn-next {
  display: none;
}
.pg-calendar-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: none;
  z-index: 256;
}
.fitting-modal-frame .pg-calendar-frame {
  display: block;
}
.pg-top-link {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
.pg-top-link img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pg-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 40px;
  padding: 67px 4px 3px 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.js-btn-shift-wrapper[style] + .pg-tab-wrapper {
  margin-top: 30px;
  padding-top: 0;
}
.pg-tab-wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #e4007f;
  z-index: 253;
}
.pg-tab {
  display: block;
  border-color: #f17fbf;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #e4007f;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 256;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  cursor: pointer;
}
.pg-tab:not(:first-child) {
  margin-left: 5px;
}
.pg-tab.active {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  height: 50px;
  width: 96px;
  line-height: 50px;
  background-color: #fff;
  border-color: #e4007f;
  font-size: 18px;
  border-width: 2px 2px 0 2px;
}
.pg-tab.active:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #e4007f;
  height: 3px;
}
.pg-tab:hover {
  color: #ec4ca5;
}
.pg-tab-calendar {
  min-width: 6em;
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #f589c6), color-stop(139%, #dc4873));
  background: -webkit-linear-gradient(top, #f589c6 53%, #dc4873 139%);
  background: linear-gradient(to bottom, #f589c6 53%, #dc4873 139%);
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.pg-tab-btm-wrapper .pg-tab-calendar {
  margin-top: 9px;
}
.pg-tab-calendar:before {
  content: '日付を選ぶ';
}
.pg-tab-calendar:hover {
  opacity: 0.7;
}
.pg-tab-btm-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 40px;
  margin-bottom: 30px;
  padding: 0 4px 3px 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pg-tab-btm-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #e4007f;
  z-index: 253;
}
.pg-tab-btm {
  display: block;
  border-color: #f17fbf;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  color: #e4007f;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 70px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  z-index: 256;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  cursor: pointer;
}
.pg-tab-btm:not(:first-child) {
  margin-left: 5px;
}
.pg-tab-btm.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 50px;
  width: 96px;
  line-height: 50px;
  background-color: #fff;
  border-color: #e4007f;
  font-size: 18px;
  border-width: 0 2px 2px 2px;
}
.pg-tab-btm.active:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #e4007f;
  height: 3px;
}
.pg-tab-btm:hover {
  background-color: #ffe8f5;
}
.pg-program-item {
  padding: 50px 20px 30px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #999;
  position: relative;
}
.pg-program-item:last-of-type {
  border-bottom: 1px solid #999;
}
.pg-program-item.ssv {
  background-color: #fff9d9;
}
.pg-program-item.ggv {
  background-color: #f9e9e9;
}
.pg-program-item.onair {
  padding-top: 80px;
  background-color: #fef8fc;
}
.pg-program-item:after {
  overflow: hidden;
  display: none;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/sp_icon_ssv_series.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 30px;
  -webkit-background-size: 90px auto;
  background-size: 90px auto;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
}
.pg-program-item.ssv:after {
  display: inline-block;
  background-position: 0 0;
}
.pg-program-item.ggv:after {
  display: inline-block;
  background-position: 0px -28px;
}
.pg-program-btn-wrapper {
  text-align: right;
}
.pg-program-btn-wrapper a {
  width: 60%;
}
.pg-program-btn-wrapper.disabled {
  color: #afafaf;
}
.pg-program-btn-wrapper.disabled a {
  background-color: #efefef;
  color: #afafaf !important;
  border-color: #efefef;
}
.pg-item-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background-color: #999;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  line-height: 1;
}
.ssv .pg-item-time {
  background: url("/sp/images/mod-bg-ssv.gif");
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  color: #763e20;
}
.ggv .pg-item-time {
  background: url("/sp/images/mod-bg-ggv.gif");
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  color: #fff;
}
.onair .pg-item-time {
  background-color: #e60012;
}
.thin .pg-item-time {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.pg-item-hd {
  position: relative;
}
.pg-detail-row .pg-item-hd:not(:only-child) {
  width: 46%;
  -webkit-flex-basis: 46%;
  -ms-flex: 0 1 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}
.pg-detail-row .pg-item-hd:only-child {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex: 0 1 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.thin .pg-item-hd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 15px;
}
.thin .pg-item-hd:only-child {
  margin-left: 0;
}
.pg-video-section .pg-item-hd {
  margin: 0 20px;
  padding-bottom: 20px;
}
.pg-item-hd-icon {
  position: relative;
  line-height: 1;
  position: absolute;
  top: -36px;
  left: 0;
}
.onair .pg-item-hd-icon {
  background-color: #e60012;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 7px 10px 5px 36px;
}
.pg-detail-frame .pg-item-hd-icon {
  left: 15px;
}
.onair .pg-item-hd-icon:before {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  background-position: 0 -1399px;
  margin: 0;
  content: "";
}
.onair .pg-item-hd-icon:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -4px;
  content: "";
  display: block;
  border: solid #e60012;
  border-color: #e60012 transparent transparent;
  border-width: 7px 4px 0;
  width: 0;
}
.pg-item-sub {
  color: #e4007f;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.pg-item-name {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.pg-figure-overlay .pg-item-name {
  color: #444;
}
.pg-figure-overlay {
  width: 65%;
  height: 100%;
  display: inline-block;
  padding-left: 10px;
}
.pg-item-figure {
  margin: 0 0 20px 0;
  position: relative;
  cursor: pointer;
}
.pg-item-figure.js-seg-detail-btn img {
  width: 30%;
  min-width: 100px;
  min-height: 100px;
}
.pg-item-figure img {
  border: 1px solid #ddd;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.pg-detail-row .pg-item-figure {
  width: 46%;
  -webkit-flex-basis: 46%;
  -ms-flex: 0 1 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin-bottom: 0;
}
.thin .pg-item-figure {
  width: 100px;
  -webkit-flex-basis: 100px;
  -ms-flex: 0 1 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}
.pg-item-brand {
  margin: 20px auto;
  font-size: 13px;
}
.pg-item-brand strong {
  font-weight: bold;
}
.pg-item-brand a {
  text-decoration: underline;
  display: inline;
}
.pg-item-register-btns {
  margin: 15px auto 10px;
}
.pg-item-register-btns.with-catch {
  position: relative;
  margin-bottom: 0;
}
.pg-catch {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.pg-catch-inner {
  padding: 12px 4px 12px 8px;
  font-size: 14px;
  line-height: 1.3;
}
.pg-catch-avatar {
  position: relative;
  bottom: -10px;
  left: -5%;
  width: 30%;
  height: auto;
  width: 104px;
  height: auto;
  vertical-align: top;
}
.pg-catch-avatar.preparing {
  bottom: 0;
  left: 0;
}
.pg-item-register-btn {
  position: relative;
  font-size: 18px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 45px;
  height: 45px;
}
.pg-item-register-btn:not(:first-child) {
  margin-top: 10px;
}
.pg-item-register-btn:before {
  display: inline-block;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  font-weight: bold;
}
.pg-item-register-btn.brand {
  color: #e4007f;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
}
.pg-item-register-btn.brand:hover {
  color: #e4007f;
}
.pg-item-register-btn.brand.registered {
  color: #fff;
  background: #e4007f;
}
.pg-item-register-btn.brand.registered:hover {
  color: #fff;
}
.pg-item-register-btn.brand:after {
  content: 'ブランド新着お知らせ登録';
  letter-spacing: -1px;
}
.pg-item-register-btn.brand.registered:after {
  content: 'ブランド新着お知らせ登録済み';
}
.pg-item-register-btn.brand:before {
  display: inline-block;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  content: "";
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -2043px;
  margin-right: 5px;
  width: 13px;
  height: 18px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  content: "";
}
.pg-item-register-btn.brand.registered:before {
  background-position: 0 -2026px;
}
.pg-item-register-btn.onair {
  color: #77b716;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
}
.pg-item-register-btn.onair:hover {
  color: #80bd24;
}
.pg-item-register-btn.onair.registered {
  color: #fff;
  background: #80bd24;
}
.pg-item-register-btn.onair.registered:hover {
  color: #fff;
}
.pg-item-register-btn.onair:after {
  content: '番組お知らせ登録';
}
.pg-item-register-btn.onair.registered:after {
  content: '番組お知らせ登録済み';
}
.pg-item-register-btn.onair:before {
  display: inline-block;
  content: none;
  width: 18px;
  height: 15px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.pg-item-register-btn.onair.registered:before {
  background-position: 0 -1463px;
  -webkit-transform: translateX(-4px) translateY(2px) scale(1.15);
  transform: translateX(-4px) translateY(2px) scale(1.15);
}
.with-catch .pg-item-register-btn:not(:first-child) {
  margin-top: 0;
}
.pg-item-register-btn span {
  display: none;
}
.pg-item-attr {
  margin: 20px 0;
  display: table;
  line-height: 1;
}
.pg-figure-overlay .pg-item-attr {
  color: #444;
  margin: 10px 0 0 0;
}
.thin .pg-item-attr {
  font-size: 12px;
  margin: 10px 0;
}
.pg-detail-frame .pg-item-attr {
  margin: 20px;
}
.pg-item-attr-row {
  display: inline;
}
.pg-item-attr-row:not(:last-of-type) {
  padding-right: 1em;
}
.pg-item-attr-cell {
  display: inline;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2;
  vertical-align: top;
}
.pg-item-attr-row:not(:first-child) .pg-item-attr-cell {
  padding-top: 6px;
}
.pg-item-attr-row.brand .pg-item-attr-cell {
  padding-top: 15px;
}
.pg-item-attr-cell:first-child {
  word-break: keep-all;
  white-space: nowrap;
}
.pg-item-attr-cell span:not(:first-child):before {
  content: "、";
}
.pg-item-attr-cell a {
/* EP-3034 display inline-block */
  display: inline;
  text-decoration: underline;
}
.pg-item-btn-detail {
  margin: 20px auto 0;
}
.pg-movie-area {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.onair .pg-movie-area {
  position: relative;
  margin-top: 50px;
}
.pg-movie-area video,#videoId2 {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  vertical-align: top;
}
.pg-movie-area img {
  display: inline-block;
  border: 1px solid #ddd;
  width: 100%;
  vertical-align: top;
}
.pg-movie-area-btns {
  overflow: hidden;
  margin: 10px 20px 0;
}
.pg-movie-area-btn {
  width: 48%;
}
.pg-movie-area-btn:nth-child(2n-1) {
  float: left;
}
.pg-movie-area-btn:nth-child(2n) {
  float: right;
}
.pg-hidden {
  display: none;
}
.pg-cal-month {
  position: absolute;
  top: -65536px;
  left: 0;
}
[data-month-value="0"] .pg-cal-month[data-gap="0"],
[data-month-value="-1"] .pg-cal-month[data-gap="-1"],
[data-month-value="1"] .pg-cal-month[data-gap="1"] {
  top: 0;
}
.pg-cal-thead {
  background-color: #f4f4f4;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  position: relative;
}
.pg-cal-label {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.pg-cal-btn {
  display: block;
  position: absolute;
  top: 18%;
  content: '';
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #a0a0a0;
  z-index: 65539;
  cursor: pointer;
}
.pg-cal-btn.left {
  left: 8px;
}
.pg-cal-btn.right {
  right: 8px;
}
.pg-cal-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  width: 10px;
  height: 10px;
  display: block;
}
.pg-cal-btn.left:after {
  -webkit-transform: translateY(-50%) translateX(-30%) rotate(225deg);
  transform: translateY(-50%) translateX(-30%) rotate(225deg);
}
.pg-cal-btn.right:after {
  -webkit-transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
}
.pg-cal-btn:hover {
  background-color: #ffe8f5;
}
.pg-cal-day-list {
  margin: 10px 0 0 1%;
  overflow: hidden;
}
.pg-cal-content {
  margin: 0 0 0 1%;
  overflow: hidden;
}
.pg-cal-day {
  display: block;
  float: left;
  text-align: center;
  width: 14%;
  color: #999;
  font-size: 16px;
  font-weight: bold;
}
.pg-cal-cell {
  display: block;
  float: left;
  text-align: center;
  color: #ccc;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 14%;
  z-index: 512;
  margin: 5px 0;
}
.pg-cal-cell.active {
  color: #333;
}
.pg-cal-cell.focused a {
  font-weight: bold;
  color: #e4007f;
}
.pg-cal-cell.today a {
  z-index: 511;
  color: #fff;
}
.pg-cal-cell.today,
.pg-cal-cell.today a,
.pg-cal-cell.focused,
.pg-cal-cell.focused a {
  position: relative;
}
.pg-cal-cell.today:after,
.pg-cal-cell.focused:not(.active):after,
.pg-cal-cell.focused a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 19px;
  border-radius: 19px;
  z-index: 509;
  content: '';
}
.pg-cal-cell.today:after {
  background-color: #f17ebf;
}
.pg-cal-cell.focused:not(.active):after,
.pg-cal-cell.focused a:after {
  border: 1px solid #e4007f;
}
.pg-popup-message {
  display: none;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1024;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  line-height: 1.6;
}
.pg-popup-message:before {
  position: absolute;
  bottom: -6px;
  left: 50%;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-style: solid;
  border-color: #333;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: "";
  z-index: 1027;
}
.pg-popup-message.active:not(.already-shown) {
  display: block;
  opacity: 1;
  -webkit-animation-name: toInvisible;
  animation-name: toInvisible;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes toInvisible {
  100% {
    opacity: 0;
    display: none;
  }
}
.pg-detail-content {
  padding: 20px;
}
.pg-detail-frame-outer,
.pg-register-frame-outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 32768;
  width: 100%;
  height: 100%;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pg-register-frame-outer {
  z-index: 65536;
}
.pg-detail-frame2 {
  border-top: 2px solid #e4007f;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (orientation: portrait) {
  .pg-register-frame-outer .pg-detail-frame2 {
    height: 100%;
  }
}
.pg-detail-frame {
  border-top: 2px solid #e4007f;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .pg-register-frame-outer .pg-detail-frame {
    height: 100%;
  }
}
.pg-detail-header {
  background-color: #fdecf6;
  padding: 15px 0 15px 10px;
}
.pg-detail-time {
  background-color: #999;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
}
.ssv .pg-detail-time {
  background: url("/sp/images/mod-bg-ssv.gif");
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  color: #763e20;
}
.ggv .pg-detail-time {
  background: url("/sp/images/mod-bg-ggv.gif");
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  color: #fff;
}
.onair .pg-detail-time {
  background-color: #e60012;
}
.pg-detail-footer {
  padding: 50px 20px 160px;
  border-top: 1px solid #ddd;
}
.pg-detail-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0;
}
.thin .pg-detail-row {
  padding-left: 0;
  padding-right: 0;
}
.pg-detail-frame .pg-detail-row {
  margin: 20px;
}
.pg-category {
  padding-top: 30px;
}
.pg-category:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  color: #e4007f;
  font-size: 12px;
  font-weight: bold;
  width: auto;
  height: 18px;
  line-height: 18px;
  padding-left: 25px;
  background-image: url("/sp/images/common-img-sprite.png");
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  background-repeat: no-repeat;
}
.cat-jewel .pg-category:before {
  content: 'ジュエリー';
  background-position: 0 -667px;
}
.cat-cosme .pg-category:before {
  content: 'コスメ';
  background-position: 0 -717px;
}
.cat-home .pg-category:before {
  content: 'ホーム・インテリア';
  background-position: 0 -596px;
}
.cat-beauty .pg-category:before {
  content: '美容・ダイエット・フィットネス';
  background-position: 0 -692px;
}
.cat-small .pg-category:before {
  content: '靴・バッグ・小物・インナー';
  background-position: 0 -765px;
}
.cat-fashion .pg-category:before {
  content: 'ファッション';
  background-position: 0 -644px;
}
.cat-electronics .pg-category:before {
  content: '家電';
  background-position: 0 -741px;
}
.cat-groumet .pg-category:before {
  content: 'グルメ・お酒';
  background-position: 0 -621px;
}
.cat-ticket .pg-category:before {
  content: '旅・趣味・暮らし・コレクターズ';
  background-position: 0 -788px;
}
.cat-mixed .pg-category:before {
  content: 'ミックス';
  background-position: 0 -812px;
}
.pg-brand-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.pg-brand-image {
  -webkit-flex-basis: 50%;
  -ms-flex: 0 1 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  margin-right: 20px;
}
.pg-brand-image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pg-brand-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.pg-brand-text {
  margin: 20px auto;
  font-size: 13px;
  line-height: 1.8;
}
.pg-price {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #333;
  line-height: 1;
  position: relative;
  display: block;
  margin: 5px 0 0 0;
}
a .pg-price {
  color: #e4007f;
}
.pg-price:after {
  display: inline;
  content: "(税込)";
  color: #333;
  font-size: 10px;
}
.pg-price.expensive {
  font-size: 16px;
}
.pg-price.x-expensive {
  font-size: 13px;
}
a .pg-price-no-compare {
  color: #333;
}
.pg-price-no-compare.expensive {
  font-size: 16px;
}
.pg-price-no-compare.x-expensive {
  font-size: 13px;
}
.pg-discount {
  display: inline-block;
  background-color: #f17ebf;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 7px;
}
.pg-wprice {
  font-size: 10px;
  line-height: 1;
}
.pg-wprice.sale {
  text-decoration: line-through;
}
.pg-comparison-label {
  font-size: 10px;
}
.pg-product-text {
  margin-top: 10px;
}
.pg-2col-list:not(:last-child) {
  padding-bottom: 20px;
}
.pg-2col-list:after {
  display: block;
  content: '';
  clear: both;
}
.pg-3col-list {
  overflow: hidden;
}
.pg-col-item {
  position: relative;
  margin: 0;
}
.pg-3col-list .pg-col-item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.pg-3col-list .pg-col-item:nth-child(3n) {
  margin-right: 0;
}
.pg-3col-list .pg-col-item:nth-child(n+4) {
  margin-top: 5px;
}
.pg-2col-list .pg-col-item {
  width: 46%;
}
.pg-2col-list .pg-col-item:nth-child(2n-1) {
  float: left;
}
.pg-2col-list .pg-col-item:nth-child(2n) {
  float: right;
}
.pg-2col-list .pg-col-item:nth-child(n+3) {
  margin-top: 20px;
}
.pg-2col-list .pg-col-item:nth-child(2n+1) {
  clear: both;
}
.pg-col-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: 1px solid #ddd;
}
.pg-col-item a {
  display: block;
  position: relative;
}
.pg-col-item a:before {
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("../../sp/images/sp_icon_ssv_series.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: -10px;
  width: 120px;
  height: 30px;
  -webkit-background-size: 100px auto;
  background-size: 100px auto;
}
.pg-col-item a.ssv:before,
.pg-col-item a.net-ssv:before,
.pg-col-item a.ggv:before,
.pg-col-item a.net-ggv:before,
.pg-col-item a.seven:before,
.pg-col-item a.anniv:before,
.pg-col-item a.hpv:before,
.pg-col-item a.pressv:before {
  content: '';
}
.pg-col-item a.ssv:before {
  background-position: 0 0;
}
.pg-col-item a.net-ssv:before {
  width: 130px;
  -webkit-background-size: 130px auto;
  background-size: 130px auto;
  background-position: 0 -90px;
  background-position: 0 -82px;
}
.pg-col-item a.ggv:before {
  background-position: 0 -32px;
}
.pg-col-item a.net-ggv:before {
  width: 130px;
  -webkit-background-size: 130px auto;
  background-size: 130px auto;
  background-position: 0 -114px;
  left: -10px;
}
.pg-col-item a.seven:before {
  width: 130px;
  -webkit-background-size: 130px auto;
  background-size: 130px auto;
  background-position: 0px -142px;
  left: -10px;
}
.pg-col-item a.hpv:before {
  width: 130px;
  background-position: 0px -156px;
  left: -10px;
}
.pg-col-item a.pressv:before {
  width: 130px;
  background-position: 0px -204px;
  left: -10px;
  height: 41px;
}
.no-stock {
  position: relative;
  z-index: 128;
}
.no-stock span {
  position: relative;
  display: block;
}
.no-stock span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 135;
  text-align: center;
  color: #fff;
  font-size: 14px;
  content: "在庫なし";
}
.no-stock span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.3);
  z-index: 131;
}
.no-stock.ssv:before,
.no-stock.net-ssv:before,
.no-stock.ggv:before,
.no-stock.net-ggv:before,
.no-stock.seven:before,
.no-stock.anniv:before {
  z-index: 132;
}
.pg-detail-section {
  padding: 20px;
}
.pg-video-section {
  padding: 20px 0;
}
.pg-video {
  margin: 20px 0;
}
.pg-fit-window {
  height: 100%;
}
@media screen and (orientation: landscape) {
  .pg-fit-window.not-fixed-at-landscape {
    height: 600px;
  }
}
.pg-ajax-module-lead {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 10px;
}
.pg-btn-ellipse {
  border-width: 1px;
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
}
/*
 * 解除ボタン 非活性状態
 */
.js-ranking-outer .btn-simple-ellipse.disabled {
  color: #fff !important;
  background: #ccc !important;
  border: solid 2px #ccc !important;
}
/*
 * RANKING
 */
#rankingTarget .ajax-module-wrapper h2.xm-h {
  font-size: 14px;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 0;
}
#rankingTarget .ajax-module-wrapper h2.xm-h:before {
  content: '';
  display: block;
  background-image: url("/sp/img/program/ranking_head.png");
  width: 139px;
  height: 16px;
  margin: 0 auto 10px;
  -webkit-background-size: 109px 16px;
  background-size: 109px 16px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
#rankingTarget .ajax-module-wrapper h2.xm-h:after {
  content: '';
  display: block;
  border-bottom: solid 1px #333;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  z-index: -1;
}
#rankingTarget ul.xm-item-list {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner {
  padding: 15px;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .pg-ranking-rank {
  display: inline-block;
  background-color: #e0e0e0;
  font-size: 14px;
  padding: 5px 6px;
  line-height: 1em;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item {
  margin-top: 10px;
  padding: 0;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link {
  display: block;
  letter-spacing: -0.5em;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-image,
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-body {
  letter-spacing: normal;
  display: inline-block;
  width: 47%;
  width: calc((100% - 15px) / 2);
  vertical-align: top;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0;
  margin-bottom: 0;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-image img {
  width: 100%;
  min-height: 100px;
  border: solid 1px #ddd;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-body {
  margin-left: 15px;
  padding-left: 0;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-body:only-child {
  display: block;
  margin-left: 0;
  width: auto;
  padding-left: 0;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-body .xm-item-name {
  font-weight: bold;
}
#rankingTarget ul.xm-item-list li.box .pg-ranking-box-inner .xm-item .pg-ranking-item-link .xm-body .pg-ajax-module-lead {
  text-decoration: underline;
}
.hline-top {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 15px 0 15px 20px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}
.condition-box {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  word-break: break-all;
}
.condition-box .condition-name {
  width: 70%;
}
.condition-box .condition-control {
  width: 30%;
}
.condition-box .condition-control .unregister-button {
  position: absolute;
  padding: 0;
  bottom: 20px;
  right: 20px;
  text-decoration: underline;
}
.condition-box .condition-control .is-remove {
  position: absolute;
  padding: 0;
  bottom: 20px;
  right: 20px;
  color: #a0a0a0;
  pointer-events: none;
}
.condition-box.is-remove {
  background-color: #f8f8f8;
  color: #a0a0a0;
}
#future-program .view-all {
  border-top: 1px solid #999;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#future-program .view-all button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
#future-program .view-all button::before {
  margin: 0 10px 0 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  background-position: 0 -502px;
  content: "";
}
#future-program .view-all button.is-open::before {
  margin: 0 10px 0 0;
  overflow: hidden;
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1;
  background-image: url("/sp/images/common-img-sprite.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  -webkit-background-size: 158px auto;
  background-size: 158px auto;
  background-position: 0 -528px;
  content: "";
}
#future-program .view-all button span {
  font-weight: bold;
  letter-spacing: 0.05em;
}
a.btn-normal {
  color: #fff !important;
}
/*EP-1484*/
#pickUpProgramDetail .ajax-module-wrapper {
  padding-bottom: 20px;
}
#pickUpProgramDetail .hline {
  padding: 15px 20px;
}
#pickUpProgramDetail .v-view-all {
  displayd: block;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(97%, #eee));
  background: -webkit-linear-gradient(top, #fff 20%, #eee 97%);
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  z-index: 128;
}
#pickUpProgramDetail .v-view-all .v-view-all-text {
  line-height: 1;
}
#document #pickUpProgram .ajax-module-wrapper {
  padding-top: 30px;
}
@-webkit-keyframes toInvisible {
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes toInvisible {
  to {
    opacity: 0;
    display: none;
  }
}
