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

.lp_footer {
  position: relative;
  z-index: 10;
}

/* 各項目共通
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

#chevalier-historie {
  background: url(/modpub/images/promo/chevalier-historie/bg_main.jpg) repeat 0 0;
  background-size: contain;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #chevalier-historie {
    background-size: auto;
  }
}

#chevalier-historie .lp-sec {
  position: relative;
  width: 100%;
}

#chevalier-historie a:hover {
  opacity: 0.8;
}

#chevalier-historie img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

/* fadein
-------------------------------------------------- */
.fadein {
  animation: fadein 1s ease 0s 1 both;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ボタン
-------------------------------------------------- */
#chevalier-historie .lp_btn {
  display: block;
  width: 85vw;
  max-width: 380px;
  padding: 0.8em 0;
  margin: 5vw auto 0;
  text-align: center;
  color: #fff;
  background: #c83b70;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 10;
  border-radius: 1.3vw;
  box-shadow: 0 3px 0px 0 #850c3a;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .lp_btn {
    font-size: 2.4rem;
    border-radius: 5px;
    max-width: 230px;
    max-height: 60px;
    margin: 0;
    margin-left: 10px;
  }
  #chevalier-historie .lp_btn:nth-of-type(1) {
    margin-left: 0;
  }
}

#chevalier-historie .lp_btn:hover {
  background: #ff2ab8;
  box-shadow: 0 3px 0px 0 #ab0041;
  opacity: 1;
}

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

#chevalier-historie .lp_btn.lp_btn_cart {
  background: #ff9900;
  box-shadow: 0 3px 0 0 #9f6418;
}

#chevalier-historie .lp_btn.lp_btn_cart:hover {
  background: #ffbc1e;
  box-shadow: 0 3px 0 0  #ce800b;
}

#chevalier-historie .lp_btn.lp_btn_cart.cart_in {
  background: #ff6b1e;
  box-shadow: 0 3px 0 0  #9f4618;
}

#chevalier-historie .lp_btn.lp_btn_cart.purchased {
  background: #ccc;
  color: #333;
  box-shadow: none;
  pointer-events: none;
}

#chevalier-historie .lp_btn.lp_btn_cart.disable {
  background: #ccc;
  color: #fff;
  box-shadow: none;
  pointer-events: none;
}

#chevalier-historie .mincho {
  font-family: 'Noto Serif JP', serif;
}

/* headline h2(common)
-------------------------------------------------- */
#chevalier-historie .lp-sec h2 {
  margin: 20vw auto 5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .lp-sec h2 {
    margin: 100px auto 25px;
  }
}

#chevalier-historie .lp-sec h2.type-01 img {
  width: auto;
  height: 21vw;
  max-height: 141px;
  margin: 0 auto;
}

#chevalier-historie .lp-sec h2.type-02 img {
  width: auto;
  height: 29vw;
  max-height: 193px;
  margin: 0 auto;
}

/* heroarea
-------------------------------------------------- */
#chevalier-historie .type-hero {
  position: relative;
  background: #090513 url(/modpub/images/promo/chevalier-historie/fv/fv_bg_sp.jpg) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  min-height: 204vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero {
    background: #090513 url(/modpub/images/promo/chevalier-historie/fv/fv_bg_pc.jpg) no-repeat center 0;
    background-size: 1920px;
    min-height: 981px;
  }
}

#chevalier-historie .type-hero .type-hero-inner {
  display: flex;
  flex-direction: column;
}

#chevalier-historie .type-hero .type-hero-inner h1 {
  order: 3;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .type-hero-inner h1 {
    position: absolute;
    top: 570px;
    left: 50%;
    margin-left: 10px;
    width: 495px;
  }
}

#chevalier-historie .type-hero .type-hero-inner h2 {
  position: relative;
  order: 2;
  width: 85vw;
  margin: 0 auto;
  margin-top: 39vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .type-hero-inner h2 {
    position: absolute;
    width: 390px;
    top: 460px;
    left: 50%;
    margin: 0;
    margin-left: 70px;
  }
}

#chevalier-historie .type-hero .type-hero-inner p {
  position: relative;
  order: 1;
  width: 33.6vw;
  left: 50%;
  margin-left: -9vw;
  margin-top: 4vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .type-hero-inner p {
    position: absolute;
    top: 50px;
    max-width: 154px;
    margin-left: -10px;
    margin-top: 0;
  }
}

#chevalier-historie .type-hero .wrap-fv-countdown {
  position: absolute;
  top: 88vw;
  left: 3vw;
  animation: vertical 2s ease-in-out infinite alternate;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-fv-countdown {
    top: 280px;
    left: 50%;
    margin-left: -250px;
  }
}

#chevalier-historie .type-hero .wrap-fv-countdown img {
  width: 41vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-fv-countdown img {
    max-width: 223px;
  }
}

#chevalier-historie .type-hero .wrap-fv-countdown a {
  display: block;
  cursor: pointer;
}

#chevalier-historie .type-hero .wrap-fv-countdown a:after {
  content: "\f04b";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 4vw;
  font-weight: 600;
  position: absolute;
  top: 81%;
  left: 10%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-fv-countdown a:after {
    font-size: 2rem;
    transform: translate(2px, 2px);
  }
}

#chevalier-historie .type-hero .wrap-fv-countdown a.active:after {
  content: "\f04c";
  font-size: 4vw;
  transform: translate(-10%, 0);
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-fv-countdown a.active:after {
    font-size: 2rem;
    transform: translate(-1px, 2px);
  }
}

#chevalier-historie .type-hero .wrap-fv-countdown a:hover {
  opacity: 0.9;
}

#chevalier-historie .type-hero .wrap-btn {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-btn {
    flex-direction: row;
    position: absolute;
    top: 780px;
    left: 50%;
    margin-left: 20px;
  }
}

#chevalier-historie .type-hero .wrap-present {
  background: url(/modpub/images/promo/chevalier-historie/fv/fv_present_bg_sp.jpg) repeat 0 0;
  background-size: cover;
  width: 100%;
  margin-top: 10vw;
  padding-top: 30vw;
  padding-bottom: 20vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present {
    background: none;
    margin: 0;
    padding: 0;
    width: 502px;
    position: absolute;
    top: 570px;
    left: 50%;
    margin-left: -550px;
  }
}

#chevalier-historie .type-hero .wrap-present .container-bg {
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .container-bg {
    width: 100%;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner {
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/fv/fv_campaign_bg_middle.png) repeat center 0;
  background-size: contain;
  width: 92%;
  margin: 0 auto;
  padding-top: 5vw;
  padding-bottom: 20vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner {
    width: 100%;
    padding: 20px 0;
    max-height: 190px;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/modpub/images/promo/chevalier-historie/fv/fv_campaign_mark_01.png) no-repeat center 0;
  background-size: contain;
  width: 36vw;
  height: 36vw;
  margin: 5vw auto;
  top: -45vw;
  left: -5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner::before {
    max-width: 132px;
    max-height: 133px;
    top: -130px;
    left: -60px;
    margin: 0;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner h3 {
  position: relative;
  margin-top: -12vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner h3 {
    margin-top: -50px;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner h3 img {
  width: 70vw;
  max-width: 353px;
  margin: 0 auto;
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner h3::after {
  content: "";
  display: block;
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/fv/fv_campaign_bar_01_pc.png) no-repeat center 0;
  background-size: contain;
  width: 80vw;
  max-width: 451px;
  height: 2vw;
  max-height: 5px;
  margin: 5vw auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner h3::after {
    margin: 10px auto;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner h4 img {
  width: 80vw;
  max-width: 412px;
  margin: 0 auto;
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner p {
  margin: 5vw auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner p {
    margin: 20px auto;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner p img {
  width: 70vw;
  max-width: 289px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner p img {
    margin: 0 50px 0 auto;
  }
}

#chevalier-historie .type-hero .wrap-present .wrap-present-inner .img-fv-campaing {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .wrap-present-inner .img-fv-campaing {
    position: absolute;
    top: 50px;
    left: -10px;
    max-width: 154px;
  }
}

#chevalier-historie .type-hero .wrap-present .btn-anker {
  position: absolute;
  background: url(/modpub/images/promo/chevalier-historie/fv/fv_campaign_btn_01_sp.png) no-repeat center 0;
  background-size: contain;
  width: 72vw;
  padding-top: 15vw;
  height: 0;
  overflow: hidden;
  line-height: 200%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-hero .wrap-present .btn-anker {
    background: url(/modpub/images/promo/chevalier-historie/fv/fv_campaign_btn_01_pc.png) no-repeat 0 0;
    background-size: contain;
    max-width: 83px;
    padding-top: 84px;
    margin: 0;
    left: auto;
    right: 50px;
    bottom: -70px;
  }
}

@keyframes vertical {
  0% {
    transform: translate(0, -7px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* stoty
-------------------------------------------------- */
#chevalier-historie .type-story {
  width: 120%;
  left: 50%;
  margin-left: -60%;
  background: url(/modpub/images/promo/chevalier-historie/story/story_bg.jpg) no-repeat center 0;
  background-size: cover;
  padding: 10vw 0 30vw;
  border-bottom-right-radius: 120vw 50vw;
  border-bottom-left-radius: 120vw 50vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-story {
    padding: 100px 0 100px;
    border-bottom-right-radius: 1280px 300px;
    border-bottom-left-radius: 1280px 300px;
  }
}

#chevalier-historie .type-story h2 {
  margin-top: 0;
}

#chevalier-historie .type-story .type-story-inner {
  width: 100vw;
  margin: 0 auto;
}

#chevalier-historie .type-story .wrap-movie {
  width: 100%;
  max-width: 560px;
  padding: 0;
  margin: 10vw auto 0;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-story .wrap-movie {
    margin: 50px auto 0;
  }
}

#chevalier-historie .type-story .wrap-movie .wrap-movie-inner {
  padding-top: 75%;
  position: relative;
  height: 0;
  overflow: hidden;
}

#chevalier-historie .type-story .wrap-movie .wrap-movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#chevalier-historie .type-story .wrap-text {
  padding-top: 10vw;
  width: 85%;
  max-width: 610px;
  line-height: 1.6;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-story .wrap-text {
    padding-top: 0;
    text-align: center;
  }
}

#chevalier-historie .type-story .wrap-text p {
  margin-top: 5vw;
  color: #fff;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-story .wrap-text p {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

/* system
-------------------------------------------------- */
#chevalier-historie .type-system .swiper-container {
  padding-bottom: 10vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container {
    padding-bottom: 20px;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #aaa;
  opacity: 1;
}

#chevalier-historie .type-system .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222;
}

#chevalier-historie .type-system .swiper-container .swiper-button-prev {
  top: 45%;
  animation: allow_left_pop 3s ease 0s infinite;
  background-image: none;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-button-prev {
    left: 50%;
    margin-left: -430px;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6vw 11.5vw 6.6vw 0;
  border-color: transparent #520707 transparent transparent;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-system .swiper-container .swiper-button-prev:after {
    border-width: 25px 43.3px 25px 0;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-button-next {
  top: 45%;
  animation: allow_right_pop 3s ease 0s infinite;
  background-image: none;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-button-next {
    right: auto;
    left: 50%;
    margin-left: 400px;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6vw 0 6.6vw 11.5vw;
  border-color: transparent transparent transparent #520707;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-system .swiper-container .swiper-button-next:after {
    border-width: 25px 0 25px 43.3px;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-slide {
  width: 93vw;
  max-width: 846px;
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide {
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/system_slide/system_bg_middle.png) repeat-y center 0;
  background-size: contain;
  max-width: 846px;
  padding: 5vw 0 0;
  min-height: 160vw;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide {
    min-height: 120vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide {
    padding: 10px 0;
    min-height: 650px;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide h3 img {
  width: auto;
  height: 5vw;
  max-height: 34px;
  margin: 0 auto;
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide h3::after {
  content: "";
  display: block;
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/system_slide/system_bg_bar.png) no-repeat center 0;
  background-size: contain;
  width: 60vw;
  max-width: 383px;
  height: 5vw;
  max-height: 7px;
  margin: 3vw auto 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide h3::after {
    margin: 10px auto 0;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul {
  width: 74vw;
  max-width: 710px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul {
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li {
  margin-top: 3vw;
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:first-of-type {
  margin-top: 0;
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(2n+1) {
  display: none;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li {
    max-width: 48%;
    margin-top: 0;
  }
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(2n+1) {
    display: block;
  }
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li {
    max-width: 350px;
  }
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

#chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide .wrap-text p {
  padding-top: 5vw;
  width: 74vw;
  margin: 0 auto;
  color: #222;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide .wrap-text p {
    max-width: 300px;
    padding: 20px 0 20px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-system .swiper-container .swiper-slide .wrap-slide .wrap-text p {
    max-width: 630px;
  }
}

/* charactor
-------------------------------------------------- */
#chevalier-historie .type-charactor {
  /* ページネーションのスタイル */
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor {
    padding-bottom: 150px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination {
  width: 100%;
  height: 0;
  top: 0;
  margin: 5vw auto 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination {
    position: absolute;
    top: 100px;
    left: 50%;
    margin: 0;
    margin-left: -70px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet {
  position: absolute;
  display: block;
  width: 20vw;
  padding-top: 28vw;
  height: 0;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_icon_01.png) no-repeat center 100%;
  background-size: cover;
  overflow: hidden;
  line-height: 200%;
  border-radius: 0;
  opacity: 1;
  /* 現在のスライドのスタイル */
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(-n+3) {
  top: 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(-n+3) {
    max-width: 119px;
    padding-top: 167px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(n+4) {
  top: 20vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(n+4) {
    top: 130px;
    max-width: 76px;
    padding-top: 105px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  left: 10vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    left: 0;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  left: 35vw;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_icon_02.png) no-repeat center 100%;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    left: 140px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  left: 60vw;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_icon_03.png) no-repeat center 100%;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    left: 280px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  left: 23vw;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_icon_04.png) no-repeat center 100%;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
    left: 90px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  left: 48vw;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_icon_05.png) no-repeat center 100%;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
    left: 230px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
  left: 73vw;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_icon_06.png) no-repeat center 100%;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
    left: 370px;
  }
}

#chevalier-historie .type-charactor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-position: center 0;
}

#chevalier-historie .type-charactor .swiper-slide {
  margin-top: 55vw;
  opacity: 0 !important;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

#chevalier-historie .type-charactor .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

#chevalier-historie .type-charactor .swiper-slide .img-charactor {
  width: 100%;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor {
    max-width: 500px;
    position: relative;
    left: 50%;
    margin-left: -470px;
    z-index: 10;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor.img-chara-02 {
    margin-left: -500px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor.img-chara-03 {
    margin-left: -450px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor.img-chara-04 {
    margin-left: -550px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor.img-chara-05 {
    margin-left: -580px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .img-charactor.img-chara-06 {
    margin-left: -550px;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo {
  width: 90vw;
  max-width: 531px;
  margin: 0 auto;
  margin-top: -80vw;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo {
    margin-top: -50vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo {
    position: relative;
    left: 50%;
    margin-left: -150px;
    margin-top: -400px;
    z-index: 0;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo {
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/slide_chara_info_bg_middle.png) repeat-y center 0;
  background-size: contain;
  padding: 7vw 5vw;
  min-height: 80vw;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo {
    min-height: 50vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo {
    min-height: 300px;
    padding: 15px 10px;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 87%;
  top: -13vw;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul {
    top: -8vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul {
    width: 90%;
    top: -50px;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li {
  margin-left: 2vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li {
    margin-left: 5px;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li:first-of-type {
  margin-left: 0;
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a {
  position: relative;
  display: block;
  background: url(/modpub/images/promo/chevalier-historie/chara_slide/btn_voice.png) no-repeat center 0;
  background-size: contain;
  width: 17vw;
  padding-top: 17vw;
  height: 0;
  overflow: hidden;
  line-height: 200%;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a {
    width: 10vw;
    padding-top: 10vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a {
    max-width: 60px;
    padding-top: 62px;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a:after {
  content: "\f04b";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 6vw;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a:after {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a:after {
    font-size: 2rem;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a.active:after {
  content: "\f04c";
  font-size: 6vw;
  transform: translate(-55%, -55%);
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a.active:after {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo ul li a.active:after {
    font-size: 2rem;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 img {
  width: 90%;
  max-width: 370px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 img {
    margin: 0 30px 0 auto;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo h3::after {
  content: "";
  display: block;
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/system_slide/system_bg_bar.png) no-repeat center 0;
  background-size: contain;
  width: 70vw;
  max-width: 370px;
  height: 2vw;
  max-height: 10px;
  margin: 5vw auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo h3::after {
    margin: 15px 30px 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text {
    margin-top: 20px;
  }
}

#chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text p {
  width: 90%;
  max-width: 370px;
  margin: 5vw auto 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text p {
    font-size: 1.4rem;
    margin: 10px 30px 0 auto;
  }
  #chevalier-historie .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text p:first-of-type {
    margin-top: 0;
  }
}

#chevalier-historie .type-charactor .wrap-btn {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-charactor .wrap-btn {
    flex-direction: row;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -240px;
  }
}

@keyframes allow_left_pop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  2% {
    transform: translate3d(-5px, 0, 0);
  }
  4% {
    transform: translate3d(0, 0, 0);
  }
  6% {
    transform: translate3d(-5px, 0, 0);
  }
  8% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(-5px, 0, 0);
  }
  12%, 100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes allow_right_pop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  2% {
    transform: translate3d(5px, 0, 0);
  }
  4% {
    transform: translate3d(0, 0, 0);
  }
  6% {
    transform: translate3d(5px, 0, 0);
  }
  8% {
    transform: translate3d(0, 0, 0);
  }
  10% {
    transform: translate3d(5px, 0, 0);
  }
  12%, 100% {
    transform: translate3d(0, 0, 0);
  }
}

/* campaign
-------------------------------------------------- */
#chevalier-historie .type-campaign {
  width: 100vw;
  max-width: 930px;
  margin: 0 auto;
}

#chevalier-historie .type-campaign .type-campaign-inner {
  background: url(/modpub/images/promo/chevalier-historie/campaign/present_bg_middle.png) repeat-y center 0;
  background-size: contain;
  width: 100vw;
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner {
    background-size: contain;
    margin-top: 0;
    padding-bottom: 10px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner h3 {
  margin-top: -5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner h3 {
    margin-top: -30px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner h3::after {
  content: "";
  display: block;
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie/campaign/preseent_bar_01.png) no-repeat center 0;
  background-size: contain;
  width: 90%;
  max-width: 683px;
  height: 5vw;
  max-height: 7px;
  margin: 3vw auto 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner h3::after {
    margin: 20px auto 0;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner h3 img {
  width: 90%;
  max-width: 532px;
  margin: 0 auto;
}

#chevalier-historie .type-campaign .type-campaign-inner h3 img:nth-of-type(2) {
  width: 80%;
  max-width: 543px;
  margin-top: 5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner h3 img:nth-of-type(2) {
    margin-top: 20px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner h4 img {
  width: 57vw;
  max-width: 287px;
  margin: 20vw auto 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner h4 img {
    margin: 100px auto 0;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul {
    width: 850px;
    margin: 20px auto 0;
    flex-direction: row;
    justify-content: center;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul li {
  position: relative;
  width: 80vw;
  background: #e3d9cc;
  margin: 5vw auto 0;
  padding: 7vw 0;
  border-radius: 1.5vw;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul li {
    width: 70vw;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul li {
    max-width: 270px;
    margin: 10px auto 0;
    padding: 20px 0;
    border-radius: 5px;
    min-height: 600px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul li h4 img {
  width: 50vw;
  max-width: 186px;
  margin: 0 auto;
}

#chevalier-historie .type-campaign .type-campaign-inner ul li .wrap-item-name {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul li .wrap-item-name {
    min-height: 150px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul li .wrap-item-name p {
  margin-top: 5vw;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul li .wrap-item-name p {
    margin-top: 20px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul li img {
  width: 60vw;
  max-width: 260px;
  margin: 0 auto;
}

#chevalier-historie .type-campaign .type-campaign-inner ul li .notice {
  text-align: center;
  font-size: 1.3rem;
  padding: 5vw 0 0;
  color: #707070;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul li .notice {
    padding: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul.sign {
  flex-wrap: wrap;
  max-width: 900px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul.sign {
    margin-top: 20px;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul.sign li {
  background: none;
  margin: 10vw auto 0;
  padding: 0;
  min-height: auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner ul.sign li {
    margin: 20px 0;
  }
}

#chevalier-historie .type-campaign .type-campaign-inner ul.sign li img {
  width: 51vw;
  max-width: 190px;
  margin: 0 auto;
}

#chevalier-historie .type-campaign .type-campaign-inner .notice {
  text-align: center;
  font-size: 1.3rem;
  padding: 5vw 0 0;
  color: #707070;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .type-campaign-inner .notice {
    padding: 40px 0 20px;
  }
}

#chevalier-historie .type-campaign .wrap-attention {
  width: 93vw;
  max-width: 768px;
  margin: 7vw auto 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 5vw;
  border-radius: 1.5vw;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .wrap-attention {
    margin: 30px auto 0;
    padding: 30px;
    font-size: 1.6rem;
    border-radius: 5px;
  }
}

#chevalier-historie .type-campaign .wrap-btn {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-campaign .wrap-btn {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    bottom: 0;
    margin: 50px auto 0;
  }
}

/* countdown voice
-------------------------------------------------- */
#chevalier-historie .type-countdown ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-countdown ul {
    max-width: 530px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-countdown ul {
    max-width: 930px;
  }
}

#chevalier-historie .type-countdown ul li a {
  position: relative;
  display: block;
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_01.jpg) no-repeat 0 0;
  background-size: cover;
  width: 48vw;
  max-width: 220px;
  padding-top: 33vw;
  height: 0;
  line-height: 200%;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 415px) {
  #chevalier-historie .type-countdown ul li a {
    padding-top: 150px;
  }
}

#chevalier-historie .type-countdown ul li a:nth-of-type(2n+1) {
  margin-top: 3vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-countdown ul li a:nth-of-type(2n+1) {
    margin-top: 10px;
  }
}

#chevalier-historie .type-countdown ul li a:after {
  content: "\f04b";
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 4vw;
  font-weight: 600;
  position: absolute;
  top: 69%;
  left: 10%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-countdown ul li a:after {
    font-size: 2rem;
    transform: translate(-1px, 4px);
  }
}

#chevalier-historie .type-countdown ul li a.active:after {
  content: "\f04c";
  font-size: 4vw;
  transform: translate(-13%, 0);
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-countdown ul li a.active:after {
    font-size: 2rem;
    transform: translate(-3px, 4px);
  }
}

#chevalier-historie .type-countdown ul li:nth-of-type(2n) {
  margin-left: 1vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-countdown ul li:nth-of-type(n) {
    margin-left: 5px;
  }
}

#chevalier-historie .type-countdown ul li:nth-of-type(2) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_02.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li:nth-of-type(3) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_03.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li:nth-of-type(4) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_04.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li:nth-of-type(5) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_05.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li:nth-of-type(6) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_06.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li:nth-of-type(7) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_07.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li:nth-of-type(8) a {
  background: url(/modpub/images/promo/chevalier-historie/countdown/countdown_img_08.jpg) no-repeat 0 0;
  background-size: cover;
}

#chevalier-historie .type-countdown ul li.disable a {
  background-position: 0 100%;
  pointer-events: none;
}

/* type-relatedwork
-------------------------------------------------- */
#chevalier-historie .type-relatedwork h3 {
  margin: 10vw auto 5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .type-relatedwork h3 {
    margin: 100px auto 50px;
  }
}

#chevalier-historie .type-relatedwork h3 img {
  width: 73vw;
  max-width: 273px;
  margin: 0 auto;
}

/* attention
-------------------------------------------------- */
#chevalier-historie .attention {
  color: #555;
  width: 80%;
  text-align: left;
  padding: 7vw 0 30vw;
  font-size: 1rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie .attention {
    width: 1000px;
    text-align: center;
    padding: 50px 0 150px;
    font-size: 1.4rem;
  }
}

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

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

.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 .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: 1.2em;
  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;
}

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

/* リスト形式(タイルの場合は消してok)
--------------------------------------- */
.pr_workList.type-list {
  width: 95%;
  margin: 0 auto;
}

.pr_workList.type-list > ul {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.pr_workList.type-list > ul > li {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.pr_workList.type-list li:last-child {
  border-bottom: 0;
}

.pr_workList.type-list .workList-wrap {
  display: flex;
  flex-direction: column;
}

.pr_workList.type-list .workList-thumb {
  width: 60%;
  max-width: 240px;
  margin: 5% auto 0;
}

.pr_workList.type-list .workList-thumb img {
  width: auto;
  max-width: 100%;
  max-height: 240px;
}

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

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

.pr_workList.type-list .workList-circle {
  font-weight: bold;
}

.pr_workList.type-list .workList-disc {
  font-size: 0.8em;
}

.pr_workList.type-list .workList-genre a {
  display: inline-block;
  margin-bottom: 0.5em;
  border-radius: 5px;
  padding: 0.3em 0.5em;
  background: #999;
  color: #fff;
  font-size: 0.8em;
}

.pr_workList.type-list .workList-genre a:hover {
  background: #444;
}

.pr_workList.type-list .workList-text-wrap dl .workList-btn {
  margin-top: 1.2rem;
}

@media screen and (min-width: 768px) {
  .pr_workList.type-list > ul {
    max-width: 800px;
    margin: 0 auto;
  }
  .pr_workList.type-list .workList-thumb {
    margin: 0 auto 0;
  }
  .pr_workList.type-list .workList-wrap {
    flex-direction: row;
    width: 95%;
    margin: 30px auto;
  }
  .pr_workList.type-list .workList-text-wrap {
    flex: 1;
    margin: 0 20px;
  }
  .pr_workList.type-tile .workList-btn {
    text-align: center;
  }
}

/* worklist tile
-------------------------------------------------- */
.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;
}

@media screen and (min-width: 769px) {
  .pr_workList.type-tile > ul {
    justify-content: flex-start;
    width: auto;
  }
}

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

@media screen and (min-width: 769px) {
  .pr_workList.type-tile > ul > li {
    border-radius: 5px;
    max-width: 240px;
    margin: 0 0 15px 10px;
  }
}

.pr_workList.type-tile .workList-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc;
  height: 35vw;
}

@media screen and (min-width: 769px) {
  .pr_workList.type-tile .workList-thumb {
    max-height: 180px;
    max-width: 240px;
  }
}

.pr_workList.type-tile .workList-thumb a {
  display: block;
  position: relative;
}

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

.pr_workList.type-tile .workList-thumb a img {
  max-width: 100%;
  max-height: 35vw;
}

@media screen and (min-width: 769px) {
  .pr_workList.type-tile .workList-thumb a img {
    max-width: 240px;
    max-height: 180px;
  }
}

.pr_workList.type-tile .workList-text-wrap {
  display: flex;
  flex-direction: column;
  height: 35vw;
  max-height: 150px;
  width: 95%;
  margin: 5% auto;
}

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

.pr_workList.type-tile .workList-name {
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.pr_workList.type-tile .workList-name a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  max-height: 4.48rem;
}

.pr_workList.type-tile .workList-name a::before, .pr_workList.type-tile .workList-name a::after {
  position: absolute;
  background: #fff;
}

.pr_workList.type-tile .workList-name a:before {
  content: "...";
  top: 2.24rem;
  right: 0;
}

.pr_workList.type-tile .workList-name a:after {
  content: "";
  height: 100%;
  width: 100%;
}

.pr_workList.type-tile .price-wrap {
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
}

.pr_workList.type-tile .price-wrap .workList-price {
  color: #c00;
  font-weight: bold;
  margin-top: 0.6rem;
}

.pr_workList.type-tile .price-wrap .workList-price i {
  font-size: 1.1rem;
  font-weight: bold;
  font-style: normal;
}

.pr_workList.type-tile .price-wrap .workList-price.sale {
  position: relative;
  margin-left: 0.5rem;
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
}

.pr_workList.type-tile .price-wrap .workList-price.sale i {
  font-size: 1rem;
}

.pr_workList.type-tile .price-wrap .workList-price.sale::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: solid 1px #666;
  content: "";
}

.pr_workList.type-tile .price-wrap .workList-point {
  color: #093;
  margin-left: 0.2rem;
  font-weight: bold;
}

.pr_workList.type-tile .price-wrap .workList-point::before {
  content: "/";
  margin: 0 0.2rem;
  font-weight: normal;
  color: #222;
}

.pr_workList.type-tile .price-wrap .workList-point i {
  font-size: 1.1rem;
  font-weight: bold;
  font-style: normal;
  margin-left: 0.2rem;
}

.pr_workList.type-tile .workList-btn {
  text-align: center;
  margin-top: auto;
}

.pr_workList.type-tile .workList-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.6rem;
  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;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffdb66 0%, #ffc735 100%);
  border-radius: 1.3vw;
  color: #444;
  text-align: center;
}

@media screen and (min-width: 415px) {
  .pr_workList.type-tile .workList-btn a {
    border-radius: 5px;
  }
}

@media screen and (min-width: 769px) {
  .pr_workList.type-tile .workList-btn a {
    max-width: 200px;
    font-size: 1.6rem;
  }
}

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

.pr_workList.type-tile .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.type-tile .workList-btn a.purchased {
  border: 1px solid #999;
  background: #bbb;
  color: #eee;
  box-shadow: none;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .pr_workList.raw4 {
    width: 1010px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .pr_workList.raw3 {
    width: 760px;
    margin: 0 auto;
  }
}
