@charset "UTF-8";
/**
 * ミリオンセールスタイトル(_p_business.scss)
 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.pg-business .c-tabBlock {
  margin-bottom: 50px;
}

.pg-business .c-tabBlock .c-tabCatList {
  margin-bottom: 42px !important;
}

.pg-business .c-tabBlock .gameList {
  counter-reset: item;
  list-style-type: none;
}

.pg-business .c-tabBlock .gameList .gameCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  padding: 5px 4px 0 0;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont {
    display: block;
    padding: 0px 0 0;
    border: none;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .numberBox {
  position: relative;
  display: block;
  margin-right: 20px;
  width: 43px;
  height: auto;
  background: #2767a5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .numberBox {
    margin-bottom: 18px;
    width: 100%;
    height: 43px;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .numberBox span {
  position: absolute;
  font-size: 2.2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
}

.pg-business .c-tabBlock .gameList .gameCont .contBox {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .contBox {
    padding-bottom: 0;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .name {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.pg-business .c-tabBlock .gameList .gameCont .annotation {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea {
    display: block;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  max-width: 440px;
  max-height: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .imgWrap {
    margin-bottom: 12px;
    max-width: inherit;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .imgWrap .package {
  height: 160px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .imgWrap .package {
    max-height: 200px;
    width: 100%;
    height: auto;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .imgWrap .package img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .imgWrap .package img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .txt {
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .txt {
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .txt .number {
  font-size: 2.6rem;
  color: #004c97;
  font-weight: bold;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .txt .rating {
  font-size: 1.2rem;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .btn {
  position: relative;
  padding: 3px 30px;
  font-size: 1.3rem;
  color: #004c97;
  border-radius: 4px;
  border: 1px solid currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .btn:hover {
    background: #004c97;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .btn {
    margin-top: 20px;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .btn::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent currentColor;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content {
    width: 90%;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 55.25%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .video {
    padding-top: 65.25%;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .video iframe {
    width: 100%;
    height: 100%;
  }
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .js-modal-close {
  display: inline-block;
  position: absolute;
  top: -30px;
  right: 15px;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .js-modal-close::before, .pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .js-modal-close::after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 35px;
  height: 4px;
  background: #fff;
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .js-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pg-business .c-tabBlock .gameList .gameCont .imgArea .about .modal-content .js-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pg-business .millionTable tbody th {
  background: #ffffbb !important;
  text-align: center;
}

.pg-business .millionTable tbody td {
  text-align: left !important;
}

.pg-business .millionTable tbody td:nth-child(2) {
  min-width: 120px;
}

@media screen and (max-width: 767px) {
  .pg-business .millionTable tbody td:nth-child(2) {
    min-width: 80px;
  }
}

.pg-business .millionTable tbody td:last-child {
  text-align: center !important;
}

.pg-business .millionTable tbody td .annotation {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .pg-business .millionTable tbody td .annotation {
    font-size: 1rem;
    margin-top: 2px;
  }
}

.pg-business .categoryMenu {
  margin: 17px 0 0 -35px;
  width: calc(100% + 50px);
}

@media screen and (max-width: 767px) {
  .pg-business .c-relationBlock {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .pg-business .c-snsLinkSet {
    margin: -15px 0 47px 0;
  }
}

.pg-business .c-remarksBlock {
  margin-bottom: 91px !important;
}

@media screen and (max-width: 767px) {
  .pg-business .c-remarksBlock {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .pg-business .rightGroup {
    display: block;
    margin-bottom: 80px;
  }
}
