@charset "UTF-8";
.c-itemMymovie__icon {
  width: 13%!important;
}

.c-itemMymovie::after {
  left: 8%;
}

.c-title--MMovie {
  font-size: 1.8rem;
}

.c-itemMymovie__ttl {
  font-size: 1.6rem;
}
.c-movieWrap{
  width: 80%;
  margin: 0 auto;
}

.c-movieItemExp_pointsTtl {
  font-size: 1.8rem;
}

.c-movieItemExp_reccomend__ttl {
  margin: 0.5rem 0;
  font-size: 1.4rem;
}

.c-movieItemExp2 h3{
  font-size: 1.6rem;
}

.c-movieItemExp2 p{
  font-size: 1.6rem;
  padding-left: 0.5rem;
}

.cartBtm{
  margin-top: 6rem;
}

.cartBtm__ttl {
  padding-left: 2rem;
  font-size: 2rem;
}

/* 価格割引表示  2023/08 */
.c-moviePrice_discountWrap{
  width:60%;
  margin-bottom: 4rem;
}

/*-----------------2023/12/31までのスーパーセール------------------------*/
/*
.E-product-detail[code="mv2201"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2202"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2203"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2204"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2205"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2206"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2207"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2208"] +*.c-wrap--LL01 .c-itemName__ttl::before,
.E-product-detail[code="mv2203fm"] +*.c-wrap--LL01 .c-itemName__ttl::before{
	content: "【12/31(日)までの限定価格】"; 
}

.E-product-detail[code="mv2201"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2202"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2203"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2204"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2205"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2206"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2207"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2208"] +*.c-wrap--LL01 .c-itemPrice::before,
.E-product-detail[code="mv2203fm"] +*.c-wrap--LL01 .c-itemPrice::before {
	content: "12/31(日)までの限定価格！"; 
	display: block;
	background-color: #F7851E;
	color: #fff;
	font-size: 1.3rem;
	margin-top: 0.5rem;
  margin-bottom: 0.5rem;
	padding: 0.2rem 0;
	width: 18rem;
	text-align: center;
	animation: flashing-cpn-sale 2s linear 0s infinite normal;
}
*/

/* アイテム説明内ボタン修正 */
.c-itemExp__iconWidth{
  width: 15%;
}

/* カート下　ムービー作成の流れボタン */
.movieItem_cartBottom__btn{
	width: 50%;
}

/*ムービーOP用*/
.c-itemMymovie__ryokinIMG {
  width: 80%!important;
  margin-left: auto;
  margin-right: auto;
}