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

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

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

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

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

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

#chevalier-historie-append .lp-sec_inner {
  padding: 50px 15px 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .lp-sec_inner {
    padding-top: 100px;
  }
}

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

#chevalier-historie-append img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .hidden-mq {
    display: none;
  }
}

#chevalier-historie-append .visible-mq {
  display: none;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .visible-mq {
    display: inline;
  }
}

/* ボタン
-------------------------------------------------- */
#chevalier-historie-append .wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 375px;
  padding: 0 25px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .wrap-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    padding: 0;
  }
}

#chevalier-historie-append .lp_btn {
  display: block;
  width: 100%;
  padding: 0.8em 0;
  text-align: center;
  color: #fff;
  background: #c83b70;
  font-size: 2.4rem;
  font-weight: bold;
  z-index: 10;
  border-radius: 1.3vw;
  -webkit-box-shadow: 0 3px 0px 0 #850c3a;
          box-shadow: 0 3px 0px 0 #850c3a;
}

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

#chevalier-historie-append .lp_btn + .lp_btn {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .lp_btn + .lp_btn {
    margin-top: 0;
  }
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .swiper-button-prev {
    left: 50%;
  }
}

#chevalier-historie-append .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-append .swiper-button-prev::after {
    border-width: 25px 43.3px 25px 0;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .swiper-button-prev::after {
    border-width: 27.5px 47.6px 27.5px 0;
  }
}

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

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .swiper-button-next {
    right: auto;
    left: 50%;
  }
}

#chevalier-historie-append .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-append .swiper-button-next::after {
    border-width: 25px 0 25px 43.3px;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .swiper-button-next::after {
    border-width: 27.5px 0 27.5px 47.6px;
  }
}

/* headline h2, h3(common)
-------------------------------------------------- */
#chevalier-historie-append .lp-sec h2 {
  margin: 0 auto 25px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .lp-sec h2 {
    margin-bottom: 50px;
  }
}

#chevalier-historie-append .lp-sec h2 img {
  width: auto;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .lp-sec h2 img {
    max-width: 100%;
  }
}

#chevalier-historie-append .lp-sec h3 img {
  margin: 0 auto;
}

#chevalier-historie-append .lp-sec h3::after {
  content: "";
  display: block;
  position: relative;
  background: no-repeat center 0 / 100% auto;
  width: 100%;
  height: 5vw;
  max-height: 7px;
  margin: 3vw auto 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .lp-sec h3::after {
    margin-top: 20px;
  }
}

.audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.audio li a {
  position: relative;
  display: block;
  background: url(/modpub/images/promo/chevalier-historie-append/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) {
  .audio li a {
    width: 10vw;
    padding-top: 10vw;
  }
}

@media screen and (min-width: 769px) {
  .audio li a {
    max-width: 60px;
    padding-top: 62px;
  }
}

.audio 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%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}

@media screen and (min-width: 415px) {
  .audio li a::after {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .audio li a::after {
    font-size: 2rem;
  }
}

.audio li a:hover {
  cursor: pointer;
}

.audio li a.active::after {
  content: "\f04c";
  font-size: 6vw;
  -webkit-transform: translate(-55%, -55%);
          transform: translate(-55%, -55%);
}

@media screen and (min-width: 415px) {
  .audio li a.active::after {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px) {
  .audio li a.active::after {
    font-size: 2rem;
  }
}

/* heroarea
-------------------------------------------------- */
#chevalier-historie-append .type-hero {
  position: relative;
  background: #000 url(/modpub/images/promo/chevalier-historie-append/fv/fv_bg_sp.jpg) no-repeat center 0/100% auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero {
    background-image: url(/modpub/images/promo/chevalier-historie-append/fv/fv_bg_pc.jpg);
    background-size: cover;
    height: auto;
    min-height: calc(100vh - 50px);
    border-bottom: 3px solid #000;
  }
}

#chevalier-historie-append .type-hero .type-hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .type-hero-inner {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 20px;
    max-width: none;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-hero .type-hero-inner {
    width: 1010px;
  }
}

#chevalier-historie-append .type-hero .fv_bottom {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_bottom {
    position: absolute;
    bottom: 0;
    margin: auto;
  }
}

#chevalier-historie-append .type-hero .fv_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  max-width: 375px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_main {
    padding: 0;
    width: auto;
    max-width: none;
    margin: 0 0 -10px;
  }
}

#chevalier-historie-append .type-hero .fv_main img {
  vertical-align: bottom;
}

#chevalier-historie-append .type-hero .fv_main h1 {
  width: 100%;
  min-height: 0%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_main h1 {
    max-width: 30.7vw;
    min-width: 440px;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-hero .fv_main h1 {
    max-width: 540px;
  }
}

#chevalier-historie-append .type-hero .fv_main .fv_desc {
  margin: 0;
  width: 100%;
  min-height: 0%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_main .fv_desc {
    max-width: 25.2vw;
    min-width: 320px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-hero .fv_main .fv_desc {
    max-width: 420px;
  }
}

#chevalier-historie-append .type-hero .fv_catch {
  position: relative;
  padding: 6px 10px 10px 35px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_catch {
    padding: 0;
    position: absolute;
    top: 0;
    margin: auto;
    right: 30%;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-hero .fv_catch {
    right: 350px;
  }
}

#chevalier-historie-append .type-hero .fv_catch img {
  width: 136px;
  max-width: 36.2vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_catch img {
    width: 150px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px;
  }
}

#chevalier-historie-append .type-hero .fv_supplement {
  padding: 6px;
  background-color: rgba(255, 246, 240, 0.749);
  -webkit-box-shadow: 1px 1.7px 1.7px 1.4px rgba(43, 32, 32, 0.35);
          box-shadow: 1px 1.7px 1.7px 1.4px rgba(43, 32, 32, 0.35);
  font-size: 11px;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #c00;
  font-weight: bold;
  margin: 0 auto;
  max-width: calc(100% - 50px);
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_supplement {
    max-width: none;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-hero .fv_supplement {
    width: 370px;
  }
}

#chevalier-historie-append .type-hero .fv_supplement_bg {
  width: 100%;
  background-image: url(/modpub/images/promo/chevalier-historie-append/fv/fv_normal_bg_sp.jpg);
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  min-height: 203px;
}

#chevalier-historie-append .type-hero .fv_supplement_bg::before {
  content: "";
  display: block;
  padding-top: 53%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_supplement_bg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    margin-right: 20px;
    background: none;
    width: auto;
    max-width: 40%;
    min-height: auto;
  }
  #chevalier-historie-append .type-hero .fv_supplement_bg::before {
    content: none;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-hero .fv_supplement_bg {
    margin-right: 0;
  }
}

#chevalier-historie-append .type-hero .fv_supplement_inner {
  border: 1px solid #72552a;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_supplement_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 12px;
  }
}

#chevalier-historie-append .type-hero .fv_supplement .lp_btn {
  width: 170px;
  min-width: 130px;
  font-size: 14px;
  margin: 1em auto 0;
  padding: 0.4em 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .fv_supplement .lp_btn {
    width: 130px;
    font-size: 12px;
    margin-top: 0;
    margin-left: 10px;
    padding: 0.5em 0;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-hero .wrap-btn {
    width: 51%;
    margin-left: 0;
  }
}

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

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

/* catcharea
-------------------------------------------------- */
#chevalier-historie-append .catch-wrap {
  background: url(/modpub/images/promo/chevalier-historie-append/bg_main_02.jpg) repeat-y center top/contain;
  padding-bottom: 22vw;
  border-bottom-right-radius: 150vw 50vw;
  border-bottom-left-radius: 150vw 50vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .catch-wrap {
    padding-bottom: 220px;
    border-bottom-right-radius: 1280px 300px;
    border-bottom-left-radius: 1280px 300px;
  }
}

/* ----- アペンドでの追加要素 ----- */
#chevalier-historie-append .type-add {
  font-size: 14px;
}

#chevalier-historie-append .type-add .lp-sec_inner {
  padding: 35px 0 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .lp-sec_inner {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1280px) {
  #chevalier-historie-append .type-add .lp-sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#chevalier-historie-append .type-add .lp-sec_inner h2 {
  width: 100%;
}

#chevalier-historie-append .type-add .type-add-inner {
  background: #000 no-repeat center top / contain;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .type-add-inner {
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
  #chevalier-historie-append .type-add .type-add-inner {
    width: 50%;
  }
}

#chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/add/add_bg_01_sp.jpg);
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) {
    padding-right: 40px;
    background-image: url(/modpub/images/promo/chevalier-historie-append/add/add_bg_01_pc.jpg);
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) .type-add-chara {
    left: 0;
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) .type-add-summary {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) .type-add-summary .wrap-text {
    text-align: right;
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) .type-add-summary .wrap-text h3 {
    margin-right: -15px;
  }
}

@media screen and (min-width: 1280px) {
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(1) .type-add-chara {
    right: 17.5vw;
    left: auto;
  }
}

#chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/add/add_bg_02_sp.jpg);
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) {
    padding-left: 40px;
    background-image: url(/modpub/images/promo/chevalier-historie-append/add/add_bg_02_pc.jpg);
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) .type-add-chara {
    right: 0;
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) .type-add-summary {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) .type-add-summary .wrap-text {
    text-align: left;
  }
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) .type-add-summary .wrap-text h3 {
    margin-left: -15px;
  }
}

@media screen and (min-width: 1280px) {
  #chevalier-historie-append .type-add .type-add-inner:nth-of-type(2) .type-add-chara {
    right: auto;
    left: 23vw;
  }
}

#chevalier-historie-append .type-add .type-add-inner + .type-add-inner {
  margin-top: 0;
}

#chevalier-historie-append .type-add .type-add-content {
  padding: 5.5vw 15px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .type-add-content {
    height: 100%;
    padding: 40px 0;
    position: relative;
  }
}

#chevalier-historie-append .type-add .type-add-chara {
  display: none;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .type-add-chara {
    display: block;
    position: absolute;
    bottom: 0;
  }
  #chevalier-historie-append .type-add .type-add-chara img {
    width: auto;
    height: 100%;
  }
}

#chevalier-historie-append .type-add .type-add-summary .wrap-text {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .type-add-summary {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
  }
  #chevalier-historie-append .type-add .type-add-summary .wrap-screenshot {
    margin-top: auto;
  }
}

#chevalier-historie-append .type-add h3 {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add h3 {
    margin-bottom: 20px;
  }
}

#chevalier-historie-append .type-add h3 img {
  width: auto;
  max-width: 100%;
  max-height: 47px;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add h3 img {
    max-height: 100%;
  }
}

#chevalier-historie-append .type-add h3::after {
  content: none;
}

#chevalier-historie-append .type-add-list {
  font-size: 14px;
  line-height: 1.34;
  font-family: "Noto Serif JP";
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 8px #000, 0px 0px 5px #000;
  text-align: left;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add-list {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 30px;
    margin-bottom: 18px;
    font-size: 16px;
  }
}

#chevalier-historie-append .type-add-list-item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#chevalier-historie-append .type-add-list-item::before {
  content: "";
  display: block;
  width: 20px;
  height: calc(20px * 1.4);
  background-size: 100%;
  background-image: url(/modpub/images/promo/chevalier-historie-append/add/icon_01.png);
  background-repeat: no-repeat;
  margin-right: 1em;
}

#chevalier-historie-append .type-add-list-item + .type-add-list-item {
  margin-top: 1em;
}

#chevalier-historie-append .type-add-list-item p {
  text-shadow: 0 0 8px #000, 0 0 5px #000, 0 0 5px #000;
}

#chevalier-historie-append .type-add-list-item span {
  font-size: 12px;
}

#chevalier-historie-append .type-add-list-item span + br {
  display: block;
  content: "";
  margin: 0.5em;
}

#chevalier-historie-append .type-add .wrap-screenshot {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-add .wrap-screenshot {
    width: 455px;
  }
}

#chevalier-historie-append .type-add .wrap-screenshot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#chevalier-historie-append .type-add .wrap-screenshot li {
  width: calc(50% - 3px);
}

#chevalier-historie-append .type-add .wrap-screenshot li:nth-of-type(n+3) {
  margin-top: 6px;
}

/* ----- PV & CAST ----- */
#chevalier-historie-append .type-cast .lp-sec_inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-cast .lp-sec_inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}

#chevalier-historie-append .wrap-movie {
  position: relative;
  margin: 0 15px 15px;
  width: calc(100% - 30px);
}

#chevalier-historie-append .wrap-movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#chevalier-historie-append .wrap-movie-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

#chevalier-historie-append .wrap-movie iframe {
  width: 100%;
  height: 100%;
}

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

/* ----- STORY ----- */
#chevalier-historie-append .type-story {
  font-size: 14px;
  width: 120%;
  left: 50%;
  margin-left: -60%;
}

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

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

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-story .type-story-summary {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
}

#chevalier-historie-append .type-story .wrap-text {
  padding: 15px 15px 0;
  line-height: 1.5;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-story .wrap-text {
    padding-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 85%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-story .wrap-text {
    left: calc(50% + 20px);
    max-width: 610px;
  }
}

#chevalier-historie-append .type-story .wrap-text p {
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-story .wrap-text p {
    font-size: 13px;
    font-family: "Noto Serif JP";
    color: #333;
    font-weight: bold;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-story .wrap-text p {
    font-size: 16px;
  }
}

#chevalier-historie-append .type-story .wrap-text p + p {
  margin-top: 1.4em;
}

/* system
-------------------------------------------------- */
#chevalier-historie-append .type-system .lp-sec_inner {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-system .lp-sec_inner h2 {
    margin-bottom: 40px;
  }
}

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

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

#chevalier-historie-append .type-system .swiper-container .swiper-slide {
  width: 93vw;
  height: auto;
  max-width: 846px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#chevalier-historie-append .type-system .swiper-container .swiper-slide img:nth-last-of-type(1) {
  margin-top: auto;
}

#chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie-append/system_slide/system_bg_middle.png) repeat-y center 0;
  background-size: contain;
  max-width: 846px;
  height: 100%;
  padding: 5vw 0 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide {
    padding-top: 30px;
  }
}

#chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide h3 img {
  max-width: 283px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide h3 img {
    max-width: 566px;
  }
}

#chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide h3::after {
  background-image: url(/modpub/images/promo/chevalier-historie-append/system_slide/system_bg_bar.png);
  width: 60vw;
  max-width: 383px;
}

#chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide ul {
  width: 74vw;
  max-width: 610px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide ul {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

#chevalier-historie-append .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-append .type-system .swiper-container .swiper-slide .wrap-slide ul li {
    max-width: 48%;
    margin-top: 0;
  }
  #chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(2n+1) {
    display: block;
  }
  #chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #chevalier-historie-append .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-append .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #chevalier-historie-append .type-system .swiper-container .swiper-slide .wrap-slide ul li:nth-of-type(2n) {
    margin-left: 10px;
  }
}

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

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

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-system .swiper-pagination {
    bottom: 0;
  }
}

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

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

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-system .swiper-button-next {
    left: 846px;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-system .swiper-button-prev {
    left: 0;
    right: 846px;
    margin: auto;
  }
}

/* special
-------------------------------------------------- */
#chevalier-historie-append .type-special .lp-sec_inner {
  padding-left: 5px;
  padding-right: 5px;
}

#chevalier-historie-append .type-special .type-special-inner {
  background: url(/modpub/images/promo/chevalier-historie-append/special/present_bg_middle.png) repeat-y center 0;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-special-inner {
    padding-bottom: 20px;
  }
}

#chevalier-historie-append .type-special .type-special-inner h3 {
  margin: 0 -3px 5px;
}

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

#chevalier-historie-append .type-special .type-special-inner h3 img {
  max-width: 272px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-special-inner h3 img {
    max-width: 544px;
  }
}

#chevalier-historie-append .type-special .type-special-inner h3 + p {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-special-inner h3 + p {
    font-size: 18px;
    font-family: "Noto Serif JP";
    color: #333;
    line-height: 1.6;
  }
}

#chevalier-historie-append .type-special .type-special-inner h3::after {
  background-image: url(/modpub/images/promo/chevalier-historie-append/special/special_bar.png);
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-special-inner h3::after {
    max-width: 682px;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-special .end-cover {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-special .end-cover {
    width: 930px;
  }
}

#chevalier-historie-append .type-special .type-special-content {
  padding: 0 18px;
  font-size: 14px;
}

#chevalier-historie-append .type-special .type-special-target {
  max-width: 592px;
  margin: 0 auto 2vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-special-target {
    margin-bottom: 40px;
  }
}

#chevalier-historie-append .type-special .type-special-sale {
  width: 90%;
  max-width: 408px;
  margin: 0 auto 6vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-special-sale {
    margin-bottom: 50px;
  }
}

#chevalier-historie-append .type-special .type-situation {
  background-color: #E3D9CC;
  border-radius: 5px;
  margin-top: 10px;
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation {
    width: 81%;
    margin: 30px auto 0;
  }
}

#chevalier-historie-append .type-special .type-situation:first-of-type {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation:first-of-type {
    margin-top: 25px;
  }
}

#chevalier-historie-append .type-special .type-situation-heading {
  background-color: #72552A;
  position: relative;
  color: #fff;
  padding: 7px 15px 17px;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-heading {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .wrap-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px 10px;
  }
}

#chevalier-historie-append .type-special .type-situation-ttl {
  font-size: 13px;
  line-height: 1.5;
}

#chevalier-historie-append .type-special .type-situation-ttl span {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-ttl {
    font-size: 22px;
    font-family: "Noto Serif JP";
    color: #fff;
    font-weight: bold;
  }
  #chevalier-historie-append .type-special .type-situation-ttl br {
    display: none;
  }
  #chevalier-historie-append .type-special .type-situation-ttl span {
    font-size: 18px;
  }
}

#chevalier-historie-append .type-special .type-situation-voice {
  position: absolute;
  bottom: 1em;
  right: 10px;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-voice {
    font-size: 18px;
    position: static;
    text-align: right;
    margin-top: 8px;
  }
}

#chevalier-historie-append .type-special .type-situation-chara {
  position: relative;
  margin-top: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-chara {
    display: block;
    width: 180px;
  }
}

#chevalier-historie-append .type-special .type-situation-chara img {
  max-width: 141px;
  margin-right: 4%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-chara img {
    max-width: 100%;
    margin-right: 0;
  }
}

#chevalier-historie-append .type-special .type-situation-chara .type-situation-sample-ttl {
  width: 37.6vw;
  max-width: 141px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-chara .type-situation-sample-ttl {
    width: 100%;
  }
}

#chevalier-historie-append .type-special .type-situation-summary {
  font-size: 12px;
  line-height: 1.7;
  padding: 0 10px;
}

#chevalier-historie-append .type-special .type-situation-summary p {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-summary {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    min-width: 0;
    margin-left: 6%;
    padding: 20px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-sample-ttl {
    margin: 16px auto 0 !important;
    max-width: 134px;
  }
}

#chevalier-historie-append .type-special .type-situation-audio {
  margin-top: 8px;
}

#chevalier-historie-append .type-special .type-situation-summary-ttl {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-special .type-situation-summary-ttl {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
  }
}

/* charactor
-------------------------------------------------- */
#chevalier-historie-append .type-charactor {
  margin-bottom: 50px;
  padding-top: 50px;
  /* ページネーションのスタイル */
}

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

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .audio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 20px;
  }
}

#chevalier-historie-append .type-charactor .pagination-back {
  background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/pager_bg.jpg) repeat center top/75px auto;
  -webkit-box-shadow: 0 2px 5px 0 rgba(43, 32, 32, 0.5);
          box-shadow: 0 2px 5px 0 rgba(43, 32, 32, 0.5);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 116px;
  margin: 20px auto 10px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .pagination-back {
    background-size: 150px auto;
    margin: 0 auto;
  }
}

#chevalier-historie-append .type-charactor .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 375px;
  max-width: 120%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-pagination {
    width: 800px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  margin: 0;
  opacity: 1;
  /* 現在のスライドのスタイル */
}

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

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(-n+5) {
  width: 70px;
  height: 89px;
  margin: -20px -3px 0;
  background-position: 0 -94px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(-n+5) {
    width: 139px;
    height: 177px;
    margin: -40px -6px 0;
    background-position: 0 -187px;
  }
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 5%;
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  margin-right: 5%;
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(n+6) {
  width: 55px;
  height: 67px;
  margin: -5px -3px -15px;
  background-position: 0 -72px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(n+6) {
    width: 109px;
    height: 134px;
    margin: -5px -6px -25px;
    background-position: 0 -144px;
  }
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-last-of-type(1) {
  margin-right: 0;
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_01.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_02.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_03.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_04.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_05.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_12.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(7) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_06.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(8) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_07.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(9) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_08.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(10) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_09.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(11) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_10.png);
}

#chevalier-historie-append .type-charactor .swiper-pagination .swiper-pagination-bullet:nth-of-type(12) {
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_icon_11.png);
}

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

#chevalier-historie-append .type-charactor .swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -20px;
  overflow: visible;
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .swiper-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide {
  opacity: 0 !important;
  height: 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide {
    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;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .swiper-slide {
    padding: 0 10% 50px;
  }
  #chevalier-historie-append .type-charactor .swiper-slide[data-swiper-slide-index="0"] {
    background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_bg_01_pc.png) no-repeat left bottom/contain;
  }
  #chevalier-historie-append .type-charactor .swiper-slide[data-swiper-slide-index="1"] {
    background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_bg_02_pc.png) no-repeat left bottom/contain;
  }
  #chevalier-historie-append .type-charactor .swiper-slide[data-swiper-slide-index="2"] {
    background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_bg_03_pc.png) no-repeat left bottom/contain;
  }
  #chevalier-historie-append .type-charactor .swiper-slide[data-swiper-slide-index="3"] {
    background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_bg_04_pc.png) no-repeat left bottom/contain;
  }
  #chevalier-historie-append .type-charactor .swiper-slide[data-swiper-slide-index="4"] {
    background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_bg_05_pc.png) no-repeat left bottom/contain;
  }
}

@media screen and (min-width: 1280px) {
  #chevalier-historie-append .type-charactor .swiper-slide {
    padding: 0 20% 50px;
  }
}

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

#chevalier-historie-append .type-charactor .swiper-slide .chara-main {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .chara-main {
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .swiper-slide .chara-main {
    margin-left: 9%;
  }
}

@media screen and (min-width: 1280px) {
  #chevalier-historie-append .type-charactor .swiper-slide .chara-main {
    margin-left: 13%;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor {
  max-width: 476px;
  width: 130vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-02 {
  left: 60%;
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-06 {
  top: -20vw;
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-07 {
  top: -25vw;
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-08 {
  top: -3vw;
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-09 {
  top: -2vw;
}

#chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-12 {
  top: -6vw;
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor {
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 600px;
    z-index: 1;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-01, #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-03 {
    right: -56%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-02 {
    right: -64%;
    left: auto;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-04 {
    right: -56%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-05 {
    right: -61%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-06 {
    top: -10%;
    right: -78%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-07 {
    top: -4%;
    right: -72%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-08 {
    top: -4%;
    right: -64%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-09 {
    top: -6%;
    right: -66%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-10, #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-11 {
    right: -51%;
  }
  #chevalier-historie-append .type-charactor .swiper-slide .img-charactor.img-chara-12 {
    top: -6%;
    right: -71%;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .chara-detail {
  width: calc(100vw - 30px);
  max-width: 531px;
  margin: 0 auto;
  padding-top: 75vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .chara-detail {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 300px;
  }
}

@media screen and (min-width: 1025px) {
  #chevalier-historie-append .type-charactor .swiper-slide .chara-detail {
    width: 702px;
    max-width: none;
    margin-top: 30px;
    margin-left: 0;
    padding-top: 0;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo {
    position: static;
    bottom: 0;
    margin-bottom: 0;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo > img {
  position: relative;
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo {
  position: relative;
  background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_chara_info_bg_middle.png) repeat-y center 0/contain;
  padding: 5px 20px 15px;
}

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

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 img {
  max-width: 100%;
}

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

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3::after {
  content: "";
  display: block;
  position: relative;
  background-image: url(/modpub/images/promo/chevalier-historie-append/chara_slide/chara_bar.png);
  background-size: contain;
  width: 100%;
  height: 2vw;
  max-height: 10px;
  margin: 10px auto 5px;
}

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

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 .charahead {
  position: relative;
  display: block;
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 .charahead > img {
  width: 70%;
  margin-left: 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 .charahead > img {
    width: 50%;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 .charainfo-cv {
  right: 0;
  left: auto;
  bottom: 0;
  position: absolute;
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 .charainfo-cv img {
  width: 55%;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo h3 .charainfo-cv img {
    width: 85%;
    margin-right: 20px;
    margin-left: auto;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text {
  margin-top: 10px;
}

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

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text p {
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text p {
    font-size: 16px;
    line-height: 1.7;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-charainfo .charainfo .wrap-text p + p {
  margin-top: 1.5em;
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment {
  font-size: 12px;
  position: relative;
  padding: 5vw;
  background: url(/modpub/images/promo/chevalier-historie-append/chara_slide/slide_chara_info_bg_middle.png) repeat-y center 0/contain;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment {
    padding: 30px 60px;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment h4 {
  margin: -15px auto 0 -4.5vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment h4 {
    margin: -10px auto 0 -56px;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment h4 img {
  max-width: 50%;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment h4 img {
    width: auto;
  }
}

#chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment p {
  font-size: 12px;
  margin: 2vw auto 0;
  line-height: 1.7;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-slide .wrap-circlecomment .circlecomment p {
    font-size: 14px;
    margin-top: 25px;
  }
}

#chevalier-historie-append .type-charactor .wrap-btn {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .wrap-btn {
    margin-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#chevalier-historie-append .type-charactor .swiper-button-prev {
  top: 115vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-button-prev {
    top: 45%;
    left: 15%;
  }
}

#chevalier-historie-append .type-charactor .swiper-button-next {
  top: 115vw;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-charactor .swiper-button-next {
    top: 45%;
    right: 15%;
    left: auto;
  }
}

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

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

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

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

/* type-relatedwork
-------------------------------------------------- */
#chevalier-historie-append .type-relatedwork h3 {
  margin: 35px auto 10px;
}

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

#chevalier-historie-append .type-relatedwork h3 img {
  width: 175px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #chevalier-historie-append .type-relatedwork h3 img {
    width: 270px;
  }
}

/* attention
-------------------------------------------------- */
#chevalier-historie-append .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-append .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;
}

.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 {
    -webkit-box-orient: vertical;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 85%;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.2em;
  border: solid 2px #e9edf4;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0 0 1px #ff9926 inset;
          box-shadow: 0 0 0 1px #ff9926 inset;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  outline: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdb66), to(#ffc735));
  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: -webkit-gradient(linear, left top, left bottom, from(#ffba3c), to(#ffd54e));
  background: linear-gradient(to bottom, #ffba3c 0%, #ffd54e 100%);
}

.pr_workList .workList-btn a.cart_in {
  border: 1px solid #ecd3a9;
  background: #ffeec5;
  color: #988369;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
          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;
  -webkit-box-shadow: none;
          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 > li {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.pr_workList.type-list li:not(:first-of-type) {
  margin-top: 10px;
}

.pr_workList.type-list .workList-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 95%;
    margin: 30px auto;
  }
  .pr_workList.type-list .workList-text-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .pr_workList.type-tile > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 0.5em;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0 0 0 1px #ff9926 inset;
          box-shadow: 0 0 0 1px #ff9926 inset;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdb66), to(#ffc735));
  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: -webkit-gradient(linear, left top, left bottom, from(#ffba3c), to(#ffd54e));
  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;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .pr_workList.raw3 {
    width: 760px;
    margin: 0 auto;
  }
  .pr_workList.raw4 {
    width: 1010px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=chevalier-historie-append.css.map */