@charset "UTF-8";
/* mediaquery
-------------------------------------------------- */
/* ==================================================
全体構成
================================================== */
/* ヘッダー
-------------------------------------------------- */
.lp_header {
  height: 50px;
  display: flex;
  justify-content: space-between;
}

/* 背景
-------------------------------------------------- */
#venusblood-ad3 {
  position: relative;
  width: 100%;
  line-height: 1.6;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 {
    position: relative;
    width: 100%;
  }
}

#venusblood-ad3::before {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #050201 url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/sp_hero_mainpic.jpg) no-repeat 50% 0;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3::before {
    position: fixed;
    background: #050201 url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/main_bgimg.jpg) no-repeat 50% 0;
    background-size: cover;
  }
}

/* 各項目共通
-------------------------------------------------- */
#venusblood-ad3 .lp-sec {
  position: relative;
  width: 100%;
}

#venusblood-ad3 a:hover {
  opacity: 0.8;
}

#venusblood-ad3 img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

/* ボタン
-------------------------------------------------- */
#venusblood-ad3 .btn {
  display: block;
  width: 55vw;
  margin: 0 auto;
  text-align: center;
  color: #570000;
  background: linear-gradient(0deg, #ff9900 0%, #ffb300 100%);
  box-shadow: 0 3px 0 0 #8e5000;
  font-size: 3.2vw;
  z-index: 10;
  /* カートに入れるボタン */
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .btn {
    font-size: 1.2em;
  }
}

#venusblood-ad3 .btn:hover {
  background: linear-gradient(0deg, #ffb300 0%, #ff9900 100%);
  opacity: 1;
}

#venusblood-ad3 .btn.disable, #venusblood-ad3 .btn.uncomplete {
  background: linear-gradient(180deg, #555 0%, #666 100%);
  color: #ddd;
  box-shadow: none;
  pointer-events: none;
}

#venusblood-ad3 .btn.lp_btn_cart {
  height: 9vw;
  line-height: 9vw;
  border-radius: 4.5vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .btn.lp_btn_cart {
    width: 80%;
    max-width: 240px;
    max-height: 50px;
    line-height: 50px;
  }
}

#venusblood-ad3 .btn.cart_in {
  background: linear-gradient(0deg, #ffb300 0%, #ff9900 100%);
}

#venusblood-ad3 .btn.purchased {
  background: linear-gradient(180deg, #555 0%, #666 100%);
  color: #ddd;
  box-shadow: none;
  pointer-events: none;
}

#venusblood-ad3 .btn.lp_btn_privilege {
  height: 10vw;
  line-height: 10vw;
  border-radius: 1vw;
  margin: 3vw auto 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .btn.lp_btn_privilege {
    max-width: 420px;
    max-height: 70px;
    line-height: 70px;
    border-radius: 5px;
    margin: 20px auto 0;
  }
}

#venusblood-ad3 .present-anker .btn {
  position: absolute;
  color: #fff;
  width: 28vw;
  height: 6.5vw;
  line-height: 6.5vw;
  border-radius: 3.25vw;
  font-size: 3vw;
  background: linear-gradient(0deg, #1637db 0%, #2d50dd 100%);
  box-shadow: 0 3px 0 0 #17205c;
  top: 26vw;
  left: 22vw;
}

#venusblood-ad3 .present-anker .btn:hover {
  background: linear-gradient(0deg, #2d50dd 0%, #1637db 100%);
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .present-anker .btn {
    max-width: 173px;
    max-height: 42px;
    font-size: 1.3em;
    line-height: 42px;
    top: 316px;
    left: 39px;
  }
}

#venusblood-ad3 .present-anker .btn::after {
  content: "▼";
  margin-left: 1vw;
  width: 1em;
  height: 1em;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .present-anker .btn::after {
    margin-left: 0.3em;
  }
}

/* heroarea
-------------------------------------------------- */
#venusblood-ad3 .type-hero {
  overflow: hidden;
  animation: prFadeIn 2s ease 0s 1 both;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero {
    min-height: 1000px;
  }
}

#venusblood-ad3 .type-hero h1 {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/sp_catch.png) no-repeat 0 0;
  background-size: contain;
  width: 100vw;
  padding-top: 23.6vw;
  height: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero h1 {
    position: absolute;
    width: 1417px;
    background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/pc_catch.png) no-repeat 0 0;
    background-size: contain;
    padding-top: 170px;
    left: 50%;
    margin-left: -940px;
    top: 0;
  }
}

#venusblood-ad3 .type-hero .chara {
  position: absolute;
  width: 166vw;
  max-width: 1253px;
  left: -20vw;
  top: 13vw;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .chara {
    left: 50%;
    margin-left: -590px;
    top: 100px;
  }
}

#venusblood-ad3 .type-hero .logo-wrap {
  width: 90vw;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 46vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .logo-wrap {
    position: absolute;
    width: auto;
    left: 50%;
    margin-left: -490px;
    top: 500px;
    padding-top: 0;
  }
}

#venusblood-ad3 .type-hero .logo-wrap [class^="logo"] {
  position: relative;
  z-index: 10;
}

#venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(1) {
  order: 1;
}

#venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(2) {
  order: 3;
  margin-top: 2vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(2) {
    order: 2;
    margin-top: 0;
  }
}

#venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(3) {
  order: 2;
  margin-top: -1vw;
}

#venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(3) img {
  height: 13vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(3) {
    order: 3;
    margin-top: -5px;
  }
  #venusblood-ad3 .type-hero .logo-wrap [class^="logo"]:nth-of-type(3) img {
    height: 80px;
  }
}

#venusblood-ad3 .type-hero .logo-wrap [class^="logo"] img {
  height: 12vw;
  width: auto;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .logo-wrap [class^="logo"] img {
    height: 77px;
  }
}

#venusblood-ad3 .type-hero .present-anker {
  position: relative;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .present-anker {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: 280px;
  }
}

@media screen and (min-width: 1025px) {
  #venusblood-ad3 .type-hero .present-anker {
    margin-left: 320px;
  }
}

#venusblood-ad3 .type-hero .present-anker div {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/sp_hero_present.png) no-repeat 0 0;
  background-size: contain;
  width: 87vw;
  padding-top: 40vw;
  margin: 5vw auto 0;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-hero .present-anker div {
    background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/pc_hero_present.png) no-repeat 0 0;
    background-size: contain;
    max-width: 253px;
    padding-top: 394px;
    margin: 0;
  }
}

@keyframes prFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* work
-------------------------------------------------- */
#venusblood-ad3 .type-work {
  padding-top: 10vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work {
    padding-top: 0;
    margin-top: -360px;
  }
}

#venusblood-ad3 .type-work > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  min-height: 140vw;
  margin: 7vw auto 0;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 5vw;
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div {
    min-height: auto;
    height: 300px;
    flex-direction: row;
    margin: 30px auto 0;
    padding-bottom: 0;
  }
}

#venusblood-ad3 .type-work > div:first-of-type {
  margin: 3vw auto 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div:first-of-type {
    margin: 0 auto;
  }
}

#venusblood-ad3 .type-work > div[class^="work_"]::before {
  position: absolute;
  content: "";
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/work_bg_01.png) no-repeat 14% 0;
  background-size: cover;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div[class^="work_"]::before {
    background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/pc_work_bg_01.png) no-repeat 0 0;
    background-size: contain;
    height: 100%;
  }
}

#venusblood-ad3 .type-work > div[class^="work_"]::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 60%, black 100%);
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div[class^="work_"]::after {
    display: none;
  }
}

#venusblood-ad3 .type-work > div.work_02::before {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/work_bg_02.png) no-repeat 6% 0;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div.work_02::before {
    background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/pc_work_bg_02.png) no-repeat 0 0;
    background-size: contain;
    height: 100%;
  }
}

#venusblood-ad3 .type-work > div.work_03::before {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/work_bg_03.png) no-repeat 92% 0;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div.work_03::before {
    background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/pc_work_bg_03.png) no-repeat 0 0;
    background-size: contain;
    height: 100%;
  }
}

#venusblood-ad3 .type-work > div .work-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  width: 100%;
  /* 価格 */
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }
}

#venusblood-ad3 .type-work > div .work-inner dl {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: auto;
  color: #fff;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner dl {
    margin: 0;
    width: 40%;
    max-width: 360px;
  }
}

#venusblood-ad3 .type-work > div .work-inner dl > * {
  margin-bottom: 2vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner dl > * {
    margin-bottom: 0;
  }
}

#venusblood-ad3 .type-work > div .work-inner dl dt {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner dl dt {
    display: none;
  }
}

#venusblood-ad3 .type-work > div .work-inner dl dt h3 {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/logo_vbad05.png) no-repeat center 0;
  background-size: contain;
  width: 60vw;
  padding-top: 17vw;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner dl dt h3 {
    display: none;
  }
}

#venusblood-ad3 .type-work > div .work-inner dl dd.desc {
  text-align: left;
  font-size: 3vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner dl dd.desc {
    font-size: 0.9em;
    color: #f3f3f3;
  }
  #venusblood-ad3 .type-work > div .work-inner dl dd.desc p {
    margin-top: 0.5em;
  }
  #venusblood-ad3 .type-work > div .work-inner dl dd.desc p:first-of-type {
    margin-top: 0;
  }
}

#venusblood-ad3 .type-work > div .work-inner .price-wrap {
  width: 100%;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner .price-wrap {
    width: 30%;
    max-width: 300px;
    margin-top: -30px;
  }
}

#venusblood-ad3 .type-work > div .work-inner .price-wrap .price {
  margin-bottom: 1vw;
  color: #fff;
  text-align: center;
  font-size: 3vw;
  text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner .price-wrap .price {
    margin-bottom: 0.5em;
    font-size: 1em;
  }
}

#venusblood-ad3 .type-work > div .work-inner .price-wrap .price span {
  font-size: 4vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div .work-inner .price-wrap .price span {
    font-size: 1.5em;
  }
}

#venusblood-ad3 .type-work > div .work-inner + a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

#venusblood-ad3 .type-work > div .work-inner + a:hover {
  background: rgba(255, 255, 255, 0.1);
}

#venusblood-ad3 .type-work > div.work_02 dl dt h3 {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/logo_vbad06.png) no-repeat center 0;
  background-size: contain;
}

#venusblood-ad3 .type-work > div.work_03 dl dt h3 {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/logo_vbdc02.png) no-repeat center 0;
  background-size: contain;
  padding-top: 20vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-work > div.work_03 dl dt h3 {
    padding-top: 90px;
  }
}

/* present
-------------------------------------------------- */
#venusblood-ad3 .type-present {
  padding: 15vw 0 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present {
    padding-top: 100px;
  }
}

#venusblood-ad3 .type-present .inner {
  position: relative;
  width: 100vw;
  max-width: 1000px;
  height: 77vw;
  max-height: 580px;
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/sp_present_bg.png) no-repeat 0 0;
  background-size: contain;
  padding: 5vw 0;
  /* 購入確認 */
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner {
    background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/pc_present_bg.png) no-repeat 0 0;
    background-size: contain;
    margin: 0 auto;
    padding: 40px 0 0;
  }
}

#venusblood-ad3 .type-present .inner h2 {
  background: url(https://www.dlsite.com/modpub/images/promo/venusblood-ad3/title_present.png) no-repeat 0 0;
  background-size: contain;
  width: 62vw;
  max-width: 479px;
  padding-top: 11vw;
  height: 0;
  overflow: hidden;
  margin: 0 auto 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner h2 {
    padding-top: 85px;
  }
}

#venusblood-ad3 .type-present .inner ul {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 3vw auto 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner ul {
    width: 1000px;
    margin: 30px auto 0;
  }
}

#venusblood-ad3 .type-present .inner ul li {
  position: relative;
  width: 21vw;
  max-width: 160px;
  margin-right: 2vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner ul li {
    margin-right: 10px;
  }
}

#venusblood-ad3 .type-present .inner ul li:last-of-type {
  margin-right: 0;
}

#venusblood-ad3 .type-present .inner ul li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  content: "";
}

#venusblood-ad3 .type-present .inner ul li.purchased::before {
  background: rgba(0, 0, 0, 0.5);
  color: #0eff67;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-size: 7vw;
  font-weight: 300;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner ul li.purchased::before {
    font-size: 50px;
  }
}

#venusblood-ad3 .type-present .inner h3 {
  width: 70vw;
  padding-top: 3vw;
  margin: 0 auto;
  text-align: center;
  font-size: 3.2vw;
}

#venusblood-ad3 .type-present .inner h3 br:nth-of-type(2) {
  display: none;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner h3 {
    width: 370px;
    padding-top: 30px;
    font-size: 1.25em;
  }
}

#venusblood-ad3 .type-present .inner h3 span {
  font-weight: bold;
  color: #ff3636;
}

#venusblood-ad3 .type-present .inner .notice {
  position: absolute;
  width: 80%;
  font-size: 2.8vw;
  left: 0;
  right: 0;
  margin: 3vw auto 0;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner .notice {
    font-size: 1em;
    margin: 30px auto 0;
  }
}

#venusblood-ad3 .type-present .inner .notice p {
  color: #222;
  margin-top: 1vw;
}

#venusblood-ad3 .type-present .inner .notice p:before {
  content: "※";
  margin-right: 0.1em;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-present .inner .notice p {
    margin-top: 5px;
  }
}

#venusblood-ad3 .type-present .inner .notice p a {
  color: #4356ff;
}

/* pastwork-serise
-------------------------------------------------- */
#venusblood-ad3 .type-pastwork-serise {
  padding-top: 10vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-pastwork-serise {
    padding-top: 100px;
  }
}

#venusblood-ad3 .type-pastwork-serise h2 {
  position: relative;
  width: 166vw;
  margin: 0 auto 10vw;
  left: 50%;
  margin-left: -83vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-pastwork-serise h2 {
    max-width: 1280px;
    margin-left: -640px;
    margin-bottom: 50px;
  }
}

#venusblood-ad3 .type-pastwork-serise div {
  margin-top: 7vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-pastwork-serise div {
    margin-top: 30px;
  }
}

#venusblood-ad3 .type-pastwork-serise div:first-of-type {
  margin: 0 auto;
}

#venusblood-ad3 .type-pastwork-serise div a {
  width: 84vw;
  max-width: 648px;
  display: block;
  margin: 0 auto;
}

/* pastwork
-------------------------------------------------- */
#venusblood-ad3 .type-pastwork {
  padding: 15vw 0 0;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-pastwork {
    padding-top: 100px;
  }
}

#venusblood-ad3 .type-pastwork h2 {
  position: relative;
  width: 166vw;
  margin: 0 auto 10vw;
  left: 50%;
  margin-left: -83vw;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .type-pastwork h2 {
    max-width: 1280px;
    margin-left: -640px;
    margin-bottom: 50px;
  }
}

/* attention
-------------------------------------------------- */
#venusblood-ad3 .attention {
  color: #fff;
  width: 80%;
  text-align: left;
  padding: 7vw 0 20vw;
  font-size: 3vw;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #venusblood-ad3 .attention {
    font-size: 1em;
    width: 1000px;
    text-align: center;
    padding: 150px 0 30px;
  }
}

/* workListCSS
-------------------------------------------------- */
.pr_workList {
  width: 100%;
}

/* ----- 作品情報テキストレイアウト ----- */
.pr_workList .workList-text-wrap {
  width: 95%;
  margin: 5% auto;
}

.pr_workList .workList-text-wrap > * {
  margin-top: 0.6rem;
}

.pr_workList .workList-text-wrap > *:first-child {
  margin-top: 0;
}

/* ----- 作品名 ----- */
.pr_workList .workList-name {
  /*基本設定。設定した高さより長くなった場合に文末以降が省略される*/
  line-height: 1.6;
  max-height: 3em;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  /* width:50%; */
  /* margin:auto; */
}

.pr_workList .workList-name::before,
.pr_workList .workList-name::after {
  /*IE用。疑似要素に除外設定*/
  content: "";
  line-height: 1;
  position: absolute;
  right: 0;
  top: 2em;
  -ms-wrap-flow: start;
}

.pr_workList .workList-name::after {
  background: currentColor;
  color: white;
  top: auto;
}

@supports (-webkit-line-clamp: 2) {
  /*モダンブラウザ用*/
  .pr_workList .workList-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .pr_workList .workList-name::before,
  .pr_workList .workList-name::after {
    content: normal;
  }
}

/*IE用。疑似要素に除外設定*/
.pr_workList .workList-name::before,
.pr_workList .workList-name::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.pr_workList .workList-name::after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

.pr_workList .workList-name {
  color: #222;
  font-size: 100%;
  font-size: 1em;
  font-weight: bold;
}

/* ----- 価格 ----- */
.pr_workList .price-wrap {
  display: flex;
  align-items: flex-end;
}

.pr_workList .price-wrap p {
  margin: 0 0.5em;
}

.pr_workList .workList-price {
  font-size: 1em;
}

.pr_workList .workList-price > ul {
  display: flex;
  align-items: flex-end;
}

.pr_workList .workList-price > ul > li:nth-of-type(3n-1) {
  margin-left: 2%;
}

.pr_workList .workList-price span {
  color: #c00;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 0.3rem;
}

.pr_workList .workList-price span i {
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  margin-left: 0.3rem;
}

.pr_workList .workList-price .listPrice.sale span {
  color: #333;
  font-weight: normal;
  font-size: 1em;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

/* ----- ポイント ----- */
.pr_workList .workList-point span {
  color: #093;
  /* margin-left: 0.3rem; */
  font-weight: bold;
}

.pr_workList .workList-point span i {
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  margin-left: 0.3rem;
}

/* ----- カートに追加ボタン ----- */
.pr_workList .workList-btn {
  text-align: center;
  margin-top: auto;
}

.pr_workList .workList-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 3.2vw;
  border: solid 2px #e9edf4;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0 0 0 1px #ff9926 inset;
  box-sizing: content-box;
  outline: none;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffdb66 0%, #ffc735 100%);
  border-radius: 5px;
  color: #444;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.pr_workList .workList-btn a:hover {
  background: linear-gradient(to bottom, #ffba3c 0%, #ffd54e 100%);
}

.pr_workList .workList-btn a.cart_in {
  border: 1px solid #ecd3a9;
  background: #ffeec5;
  color: #988369;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.pr_workList .workList-btn a.purchased {
  border: 1px solid #999;
  background: #bbb;
  color: #eee;
  box-shadow: none;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .pr_workList .workList-btn {
    text-align: right;
  }
  .pr_workList .workList-btn a {
    max-width: 204px;
    font-size: 1.2em;
    padding: 7px;
    margin: 0;
  }
}

/* ----- サムネイル ----- */
.pr_workList .workList-thumb a {
  display: block;
  position: relative;
  text-align: center;
  background: #aaa;
  min-height: 35vw;
  display: flex;
  align-items: center;
}

.pr_workList .workList-thumb a:hover {
  opacity: 0.8;
}

/* タイル形式　レイアウト(リストの場合は消してok)
--------------------------------------- */
.pr_workList.type-tile {
  width: 100%;
}

.pr_workList.type-tile > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.pr_workList.type-tile > ul > li {
  width: calc((100% - 2%) / 2);
  margin: 0 0 2% 0;
  border-radius: 5px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
  background: #fff;
}

#venusblood-ad3 .pr_workList.type-tile ul > li img {
  width: auto;
  max-width: 100%;
  max-height: 35vw;
  margin: 0 auto;
}

/* タイル表示時のテキスト指定 */
/* ----- 作品情報テキストレイアウト ----- */
.pr_workList.type-tile .workList-text-wrap {
  display: flex;
  flex-direction: column;
  height: 170px;
}

@media screen and (max-width: 400px) {
  .pr_workList.type-tile .workList-text-wrap {
    height: 150px;
  }
}

/* ----- 価格 ----- */
.pr_workList.type-tile .workList-price > ul {
  flex-direction: column;
  align-items: flex-start;
}

.pr_workList.type-tile .workList-price > ul li {
  margin: 3% 0 0 0;
}

.pr_workList.type-tile .workList-price > ul li:first-child {
  margin: 0;
}

/* ----- ボタン ----- */
@media screen and (min-width: 768px) {
  .pr_workList.type-tile > ul {
    justify-content: flex-start;
    width: auto;
  }
  .pr_workList.type-tile > ul > li {
    max-width: 240px;
    margin: 0 0 15px 10px;
  }
  /* 4列表示幅指定 */
  .pr_workList.type-tile.raw4 {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
  }
  /* 3列表示幅指定 */
  .pr_workList.type-tile.raw3 {
    width: 760px;
    margin: 0 auto;
  }
  .pr_workList.type-tile .workList-text-wrap {
    height: 170px;
  }
  .pr_workList.type-tile > ul > li {
    margin: 0 0 15px 10px;
  }
  .pr_workList .workList-thumb a {
    min-height: 180px;
  }
  #venusblood-ad3 .pr_workList.type-tile > ul > li .workList-thumb img {
    max-width: 240px;
    max-height: 180px;
  }
}
