@charset "utf-8";

/* ==================================================
全体構成
================================================== */
body .kurabitobidanji{
  font-family: 'Noto Serif JP', serif, 'Noto Sans JP', sans-serif;
}

.kurabitobidanji {
  overflow: hidden;
  width: 100%;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif, 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

.kurabitobidanji .pr_container {
  position: relative;
  z-index: 10;
}

/* FV
-------------------------------------------------- */
.pr_box_01 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  user-select: none;
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/bg.png);
}

@media screen and (max-width: 768px) {
  .pr_box_01 {
    height: 190vw;
  }
}

.pr_box_01_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 1401px) {
  .pr_box_01_inner {
    width: 1400px;
  }
}

/* ----- ロゴ ----- */
.pr_box_01 h1 {
  text-align: center;
  top: 100px;
  left: 61%;
  /* margin-left: 16%; */
  position: absolute;
  z-index: 20;
  width: 17%;
  animation: prFadeInDown 2s ease 2s 1 both;
}

.pr_box_01 h1 img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .pr_box_01 h1 {
    top: 40px;
    left: 61%;
    width: 35%;
  }
}


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


.pr_btn{
  position: absolute;
  z-index: 20;
  left: 26%;
  /* margin: 0 0 0 -23%; */
  bottom: 15%;
  width: 28%;
  text-align: center;
  animation: prFadeInUp 2s ease 2s 1 both;
}

@media screen and (max-width: 768px){
  .pr_btn {
    width: 90%;
    /* height: auto; */
    bottom: 0;
    left: 5%;
  }
}


.pr_btn img{
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
}

/** 画像ホバー時のアニメを設定 */
.pr_btn img:hover{
  -webkit-animation: bound 1s ease-in;
  -moz-animation:    bound 1s ease-in;
  animation: bound 1s ease-in;
}

/** アニメーションの定義 */
@keyframes bound {
  from { transform: scale(1); }
  25% { transform: scale(1.05); }
  50% { transform: scale(0.95); }
  75% { transform: scale(1.05); }
  to { transform: scale(1); }
}

/* ----- トップキャラクター ----- */
.pr_chara_01{
  /* display: inline-block; */
  text-align: center;
  width: 54%;
  height: 100%;
  position: relative;
  top: 60px;
  left: 21%;
  /* margin: 0 0 0 -32%; */
  z-index: 10;
  animation: prFadeInUp 2s ease 1.5s 1 both;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pr_chara_01 {
    top: 30px;
    left: -10%;
    width: 100%;
  }
}

.pr_chara_01 img {
  max-width: 100%;
  max-height: 100%;
}

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

/* 2block
-------------------------------------------------- */
.pr_box_02 {
  position: relative;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px;
  margin: 80px 0;
}

.pr_box_02 h2{
  font-size: 25px;
  font-weight: 500;
  color: #cdaf72;
  letter-spacing: 3px;
  line-height: 40px;
  margin: 10px;
}

.pr_box_02 h3 {
  font-size: 18px;
  font-weight: 500;
  color: #cdaf72;
}

.pr_box_02 p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  letter-spacing: 2px;
}


/* 3block
-------------------------------------------------- */
.pr_box_03 {
  position: relative;
  color:#fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px;
  padding: 80px 0 50px;
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/pr_box_03_bg.png);
}

.pr_box_03 h2{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 40px;
  margin: 10px;
}

.pr_text_03 {
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  letter-spacing: 2px;
}

.pr_contents_box {
  background-color:  rgba(36,62,114,0.2) ;
  border-radius: 10px;
  padding: 30px;
  margin: 20px;
  display: inline-block;
}

.pr_contents_box.blue {
  mix-blend-mode: hard-light;
}

@media screen and (max-width: 750px) {
  .pr_contents_box {
    padding: 20px;
  }
  .pr_box_03 p {
    margin-top: 5px;
  }
}

.pr_contents_box.pink {
  background-color:  rgba(196, 61, 140, 0.5) ;
  border-radius: 10px;
  padding: 30px;
  display: inline-block;
}

@media screen and (max-width: 375px) {
  .pr_contents_box.pink {
    padding: 20px;
  }
}


.tag_tf.pink {
  color: #c43d8c;
}


.pr_contents_box{
  font-family: 'Noto Sans JP', sans-serif;
}

.right_contents_box {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.tag_tf {
  background-color: #fff;
  border-radius: 40px;
  padding: 1px 9px;
  color: #253253;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0;
  display:inline;
}

@media screen and (max-width: 375px) {
  .tag_tf {
    padding: 1px 4px;
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .right_contents_box {
    margin-top: 10px;
    padding-left: 10px;
    display: grid;
  }
}

.pr_contents_box_img {
  float: left;
  margin-bottom: 20px;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .pr_contents_box_img {
    width: 100px;
    margin-top: 23px;
  }
}

.m_fix {
  letter-spacing: 0;
  margin-top: 10px;
}

.right_contents_box_h4{
  font-weight: 900;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  margin: 15px 0;
}

@media screen and (max-width: 375px) {
  .right_contents_box_h4{
    font-size: 15px;
    line-height: 21px;
    margin: 5px 0;
    letter-spacing: 1px;
  }
}

.right_contents_box p{
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}

/* カートに追加ボタン
-------------------------------------------------- */

.cart_btn {
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_btn.png);
  height: 75px;
  background-repeat: no-repeat;
  clear: both;
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .cart_btn {
    margin-top: 20px;
    height: 50px;
  }
}

.cart_btn.disable{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_btn_disable.png);
}

.cart_btn.purchased{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_btn_purchased.png);
  pointer-events: none;
}

/* 予約ボタン
-------------------------------------------------- */

.cart_btn.resarve{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_btn_resarve.png);
}

.cart_btn.resarve.disable{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_btn_resarve_disable.png);
  pointer-events: none;
}

.cart_btn:hover{
  opacity: 0.8;
  transition-duration: 0.3s;
}

/* 各トラックのご紹介
-------------------------------------------------- */

.kurabitobidanji .type-chara > *:first-of-type {
  padding-top: 70px 0;
}

@media screen and (max-width: 500px) {
  .kurabitobidanji .type-chara > *:first-of-type {
    padding-top: 10px;
  }
}

.kurabitobidanji .type-chara h2 img {
  width: auto;
  height: 15vw;
  max-height: 91px;
  margin: 0 auto;
}

.kurabitobidanji .type-chara .wrap-chara-slide {
  position: relative;
}

.wrap-slide {
  position: relative;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: #002261;
}


.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide.slide-chara-img-01 {
  background: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_01.png);
  background-size: cover;
  border-radius: 10px;
  background-position-x: right;
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide.slide-chara-img-02 {
  background: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_02.png);
  background-size: cover;
  border-radius: 10px;
  background-position-x: right;
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide.slide-chara-img-03 {
  background: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_03.png);
  background-size: cover;
  border-radius: 10px;
  background-position-x: right;
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide.slide-chara-img-04 {
  background: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_04.png);
  background-size: cover;
  border-radius: 10px;
  background-position-x: right;
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide.slide-chara-img-05 {
  background: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_05.png);
  background-size: cover;
  border-radius: 10px;
  background-position-x: right;
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide.slide-chara-img-06 {
  background: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_06.png);
  background-size: cover;
  border-radius: 10px;
  background-position-x: right;
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide dd .chara-status p {
  font-size: 1.1rem;
  margin-right: 0.8rem;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), 0px 0px 4px rgba(0, 0, 0, 0.4);
}

.kurabitobidanji .type-chara .wrap-chara-slide .wrap-slide dd .chara-status p:last-of-type {
  margin-right: 0;
}

.kurabitobidanji .type-chara .wrap-pagenation {
  position: relative;
  margin-bottom: 20px;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0 auto;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span {
  width: 13vw;
  max-width: 70px;
  height: 13vw;
  max-height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 2vw 0 0;
  background: #fff url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_01_fv.png) no-repeat 62% -1%;
  background-size: 180%;
  opacity: 1;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span:nth-of-type(2) {
  background: #fff url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_02_fv.png) no-repeat 59% 4%;
  background-size: 240%;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span:nth-of-type(3) {
  background: #fff url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_03_fv.png) no-repeat 43% 0%;
  background-size: 256%;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span:nth-of-type(4) {
  background: #fff url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_04_fv.png) no-repeat 30% 0%;
  background-size: 300%;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span:nth-of-type(5) {
  background: #fff url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_06_fv.png) no-repeat 37% -2%;
  background-size: 250%;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span:nth-of-type(6) {
  background: #fff url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/chara_05_fv.png) no-repeat 57% -1%;
  background-size: 200%;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span:hover {
  background-color: #002261;
  cursor: pointer;
}

.kurabitobidanji .type-chara .wrap-pagenation .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #002261;
}

.kurabitobidanji .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image : url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/next.png);
}

.kurabitobidanji .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image : url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/prev.png);
}

.kurabitobidanji .type-chara .swiper-button-prev,
.kurabitobidanji .type-chara .swiper-button-next {
  color: #fff;
  background: none;
}

.kurabitobidanji .type-chara .swiper-button-prev {
  left: 1vw;
  animation: allow_left_pop 3s ease 0s infinite;
}

.kurabitobidanji .type-chara .swiper-button-next {
  right: 1vw;
  animation: allow_right_pop 3s ease 0s infinite;
}

@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);
  }
}
.kurabitobidanji .swiper-container {
  max-width: 1200px;
}

.kurabitobidanji .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  height: auto;
}

.kurabitobidanji .swiper-slide-next{
  opacity: 0.5;
}
.kurabitobidanji .swiper-slide-prev{
  opacity: 0.5;
}

.chara-title{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  text-align: left;
  line-height: 30px;
}

 .textara {
  font-family: 'Noto Serif JP', serif;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
 }

.chara-title span{
  color:#a22e2b;
}

.chara_mc_title {
  font-size:24px;
  font-family: 'Noto Serif JP', serif;
}

.chara-title_bold{
  font-weight: 700;
}

@media screen and (max-width: 375px) {
  .chara-title_bold{
    letter-spacing: 1px;
    font-size: 12px;
  }
}

.worklist_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

@media screen and (max-width: 400px) {
  .worklist_btn {
    flex-direction: column;
  }
}

.worklist_btn a{
  margin: 10px;
}

.lp_btn_work{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/work_list_btn.png);
  background-repeat: no-repeat;
  clear: both;
  cursor: pointer;
  background-size: contain;
  width: 100%;
  display: block;
  height: 70px;
}

.lp_btn_work:hover{
  opacity: 0.8;
  cursor: pointer;
}

.lp_btn_cart{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_new.png);
  clear: both;
  cursor: pointer;
  background-size: contain;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  height: 50px;
}


@media screen and (max-width: 500px) {
  .lp_btn_cart {
    height: 70px;
    position: inherit;
    margin-top: 10px;
  }
}

.lp_btn_cart:hover{
  opacity: 0.8;
  cursor: pointer;
}

/* カートボタン
-------------------------------------------------- */

.lp_btn_cart:hover{
  opacity: 0.8;
  cursor: pointer;
}

.lp_btn_cart.disable{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_disable.png);
}

.lp_btn_cart.purchased{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_purchased.png);
  pointer-events: none;
}

/* 予約ボタン
-------------------------------------------------- */

.lp_btn_cart.resarve{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_resarve.png);
}

.lp_btn_cart.resarve.disable{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_resarve_disable.png);
  pointer-events: none;
}


/* 4block
-------------------------------------------------- */

.pr_box_04 {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px;
  background: no-repeat,repeat;
  padding: 80px 0;
  background-position: top 60% right 70% ,center;
  background-size: 40vw,auto;
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/bg_cp_chara.png),
                    url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/pr_box_04_bg.png);
}

@media screen and (max-width: 1530px) {
  .pr_box_04 {
    background-position: top 40% right 90% ,center;
    background-size: 60vw,auto;
  }
}

@media screen and (max-width: 1080px) {
  .pr_box_04 {
    background-position: top 40% right 90% ,center;
    background-size: 60vw,auto;
  }
}

@media screen and (max-width: 750px) {
  .pr_box_04 {
    background-position: top 30% right 140% ,center;
    background-size: 80vw,auto;
  }
}

@media screen and (max-width: 375px) {
  .pr_box_04 {
    background-position: top 50% right -60% ,center;
    background-size: 118vw,auto;
  }
}

.pr_box_04 h2{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 40px;
  margin: 10px;
}

.pr_text{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  letter-spacing: 2px;
}

.pr_text span {
  font-size: 18px;
  font-weight: 900;
}

.cv_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 5px;
}

.pr_contents_box_02 {
  background-color: rgba(196, 61, 140,0.2);
  border-radius: 10px;
  background-blend-mode: multiply;
  padding: 30px;
  margin-top: 30px;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
}

.clear_login {
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/clear_login.png);
  background-size: contain;
  height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.no_clear_login {
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/no_clear_login.png);
  background-size: contain;
  height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  display: block;
}

.clear_resarve {
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/clear_resarve.png);
  background-size: contain;
  height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  display: block;
}

.no_clear_resarve {
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/no_clear_resarve.png);
  background-size: contain;
  height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 750px) {
  .clear_login{
    height: 29vw;
  }
}

@media screen and (max-width: 375px) {
  .clear_login{
    height: 33vw;
    margin: 20px 0;
  }
  .no_clear_login{
    height: 33vw;
    margin: 20px 0;
  }
}

/* フォローボタン */
.cp_flow_item .follow_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin-top: 10px;
  box-shadow: 0 4px 0 #1285cc;
  border-radius: 6px;
  background: #1da1f3;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transform: rotate(0.03deg); /* フォントがジャギるからその対策 */
}

.cp_flow_item .follow_btn:visited {
  color: #fff;
}

.cp_flow_item .follow_btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .cp_flow_item .follow_btn:hover {
    background: #38adf5;
  }

  .cp_flow_item .follow_btn:active {
    position: relative;
    top: 2px;
    box-shadow: 0 2px 0 #1285cc;
  }
}

/* 補足テキスト */
.cp_flow_item .sub {
  font-size: 13px;
  transform: rotate(0.03deg); /* フォントがジャギるからその対策 */
}

/* 本文 */
.cp_flow_item .content {
  font-size: 14px;
  line-height: 1.4;
  transform: rotate(0.03deg); /* フォントがジャギるからその対策 */
}

@media screen and (min-width: 1024px) {
  .cp_flow_item .content {
    font-size: 16px;
  }
}

/* 固定リツイートが表示されなかった時用のリンク */
.cp_flow_item a.rt_link {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
  padding: 15px;
  border-radius: 6px;
  background: #eff9ff;
  border: solid 1px #b9dbf1;
  color: #333;
  text-align: left;
  line-height: 1.2;
  font-size: 12px;
  transform: rotate(0.03deg); /* フォントがジャギるからその対策 */
}

@media screen and (min-width: 1024px) {
  .cp_flow_item a.rt_link {
    line-height: 1.5;
    font-size: 14px;
    transform: rotate(0.03deg); /* フォントがジャギるからその対策 */
  }
}

.cp_flow_item a.rt_link::after {
  align-self: center;
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #aaa;
  transform: rotate(-45deg);
  margin-left: 10px;
  content: "";
}

.cp_flow_item a.rt_link:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .cp_flow_item a.rt_link:hover {
    border: solid 1px #1da1f3;
    text-decoration: none;
  }
}

.cp_flow_item .rt_link .pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .cp_flow_item .rt_link .pc {
    display: inline;
  }

  .cp_flow_item .rt_link .sp {
    display: none;
  }
}

/* ----- 固定ツイート ----- */
.cp_content .cp_twitter {
  margin-top: 40px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .cp_content .cp_twitter {
    margin-top: 0;
    width: 440px;
    flex-shrink: 0;
  }
}

.cp_content .cp_twitter > img {
  max-width: 100%;
}

.cp_content .twitter-tweet {
  margin: 0 auto !important;
}

.lp_footer.type_black {
  font-family: 'Noto Sans JP', sans-serif;
}


/* 12/19予約開始用非表示CSS
-------------------------------------------------- */

/* ----- FV12/19予約画像 ----- */
.yoyaku_resarve_1219 {
  position: absolute;
  z-index: 20;
  bottom: 25%;
  left: 9%;
  /* margin-left: -29%; */
  animation: prFadeInDown 2s ease 2s 1 both;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .yoyaku_resarve_1219 {
    bottom: 23%;
    left: 1%;
    width: 66%;
  }
}

.yoyaku_resarve_1219 img {
  max-width: 100%;
  max-height: 100%;
}


/* ----- 12/19 0:00より予約開始ボタン ----- */
.lp_btn_cart.yoyaku_resarve{
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_resarve_disable_1219.png);
  pointer-events: none;
}

.cart_btn.yoyaku_resarve {
  background-image: url(https://www.dlsite.com/modpub/images/promo/kurabitobidanji/cart_btn_1219.png);
  margin-top: 20px;
  pointer-events: none;
}

/* ----- 画面幅狭い時に改行 ----- */
@media screen and (min-width: 375px) {
  .sp_br{
    display: none;
  }
}

img.yoyaku_resarve {
  position: relative;
  transform: rotate(-5deg);
  width: 30vh;
  margin: 20px
}

@media screen and (max-width: 375px) {
  img.yoyaku_resarve {
    width: 90vw;
  }
}

.embed-cover.not-found .not-found-wrapper {
  color: #000;
}

.embed-cover.not-found .not-found-text {
  color: #000;
}