@charset "UTF-8";
/**************************************
既存流用 Start.
**************************************/
/**************************************
recommendListSection
**************************************/
.recommendListSection {
  display: block;
  width: 100%;
  padding: 0 0 90px;
  background: #f7f7f7;
}

.recommendListSection2 {
  display: block;
  width: 100%;
  padding: 0 0 90px;
  background: #f7f7f7;
}

#recommendList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

#recommendList img {
  display: block;
  width: 100%;
  height: auto;
}

#recommendList .container {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

#recommendList .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transform: translate3d(0, 0, 0);
}

#recommendList .slider {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 16.6666666667%;
  margin-right: 4.1666666667%;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
}

#recommendList .slider figure {
  display: block;
  margin-bottom: 12px;
}

#recommendList .slider a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#recommendList .slider a:hover {
  opacity: 0.6;
}

#recommendList .slider dl > dt {
  font-weight: 700;
}

#recommendList .slider a dl > dd {
  text-decoration: underline;
}

#recommendList .slider a:hover dl > dd {
  text-decoration: none;
}

#recommendList .pagerArea {
  display: table;
  padding-top: 30px;
  margin: 0 auto;
}

#recommendList .pagination {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

#recommendList .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #dddddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

#recommendList .swiper-pagination-bullet:hover {
  opacity: 0.6;
}

#recommendList .swiper-pagination-bullet-active {
  opacity: 1;
  background: #333333;
}

#recommendList .swiper-pagination-bullet-active:hover {
  opacity: 1;
}

#recommendList .prev,
#recommendList .next {
  display: table-cell;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

#recommendList .prev {
  background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
  background-size: 9px auto;
}

#recommendList .next {
  background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
  background-size: 9px auto;
}

#recommendList .prev.swiper-button-disabled,
#recommendList .next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .recommendListSection {
    display: none;
    width: 100%;
    padding: 0 0 80px;
    background: #f7f7f7;
  }
  .recommendListSection2 {
    display: block;
    width: 100%;
    padding: 0 0 80px;
    background: #f7f7f7;
  }
  #recommendList {
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
  }
  #recommendList img {
    display: block;
    width: 100%;
    height: auto;
  }
  #recommendList .container {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  #recommendList .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
  }
  #recommendList .slider {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 16.6666666667%;
    margin-right: 4.1666666667%;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #recommendList .slider figure {
    display: block;
    margin-bottom: 12px;
  }
  #recommendList .slider a {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  #recommendList .slider a:hover {
    opacity: 0.6;
  }
  #recommendList .slider dl > dt {
    font-weight: 700;
  }
  #recommendList .slider a dl > dd {
    text-decoration: underline;
  }
  #recommendList .slider a:hover dl > dd {
    text-decoration: none;
  }
  #recommendList .pagerArea {
    display: table;
    padding-top: 30px;
    margin: 0 auto;
  }
  #recommendList .pagination {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
  }
  #recommendList .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #dddddd;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #recommendList .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
  #recommendList .swiper-pagination-bullet-active {
    opacity: 1;
    background: #333333;
  }
  #recommendList .swiper-pagination-bullet-active:hover {
    opacity: 1;
  }
  #recommendList .prev,
  #recommendList .next {
    display: table-cell;
    width: 20px;
    height: 20px;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  #recommendList .prev {
    background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
    background-size: 9px auto;
  }
  #recommendList .next {
    background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
    background-size: 9px auto;
  }
  #recommendList .prev.swiper-button-disabled,
  #recommendList .next.swiper-button-disabled {
    opacity: 0;
    cursor: default;
  }
}
/**************************************
recommendListSection
**************************************/
.recentlyListSection {
  display: block;
  width: 100%;
  padding: 0 0 90px;
}

.recentlyListSection2 {
  display: block;
  width: 100%;
  padding: 0 0 90px;
}

#recentlyList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  overflow: hidden;
  position: relative;
}

#recentlyList img {
  display: block;
  width: 100%;
  height: auto;
}

#recentlyList .container {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

#recentlyList .wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transform: translate3d(0, 0, 0);
}

#recentlyList .slider {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 16.6666666667%;
  margin-right: 4.1666666667%;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
}

#recentlyList .slider figure {
  display: block;
  margin-bottom: 12px;
}

#recentlyList .slider a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

#recentlyList .slider a:hover {
  opacity: 0.6;
}

#recentlyList .slider dl > dt {
  font-weight: 700;
}

#recentlyList .slider a dl > dd {
  text-decoration: underline;
}

#recentlyList .slider a:hover dl > dd {
  text-decoration: none;
}

#recentlyList .pagerArea {
  display: table;
  padding-top: 30px;
  margin: 0 auto;
}

#recentlyList .pagination {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

#recentlyList .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: #dddddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

#recentlyList .swiper-pagination-bullet:hover {
  opacity: 0.6;
}

#recentlyList .swiper-pagination-bullet-active {
  opacity: 1;
  background: #333333;
}

#recentlyList .swiper-pagination-bullet-active:hover {
  opacity: 1;
}

#recentlyList .prev,
#recentlyList .next {
  display: table-cell;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

#recentlyList .prev {
  background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
  background-size: 9px auto;
}

#recentlyList .next {
  background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
  background-size: 9px auto;
}

#recentlyList .prev.swiper-button-disabled,
#recentlyList .next.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .recentlyListSection {
    display: none;
    width: 100%;
    padding: 0 0 40px;
  }
  .recentlyListSection2 {
    display: block;
    width: 100%;
    padding: 0 0 40px;
  }
  #recentlyList {
    width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
  }
  #recentlyList img {
    display: block;
    width: 100%;
    height: auto;
  }
  #recentlyList .container {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
  }
  #recentlyList .wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transform: translate3d(0, 0, 0);
  }
  #recentlyList .slider {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 16.6666666667%;
    margin-right: 4.1666666667%;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #recentlyList .slider figure {
    display: block;
    margin-bottom: 12px;
  }
  #recentlyList .slider a {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  #recentlyList .slider a:hover {
    opacity: 0.6;
  }
  #recentlyList .slider dl > dt {
    font-weight: 700;
  }
  #recentlyList .slider a dl > dd {
    text-decoration: underline;
  }
  #recentlyList .slider a:hover dl > dd {
    text-decoration: none;
  }
  #recentlyList .pagerArea {
    display: table;
    padding-top: 30px;
    margin: 0 auto;
  }
  #recentlyList .pagination {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding: 0 5px;
  }
  #recentlyList .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #dddddd;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  #recentlyList .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
  #recentlyList .swiper-pagination-bullet-active {
    opacity: 1;
    background: #333333;
  }
  #recentlyList .swiper-pagination-bullet-active:hover {
    opacity: 1;
  }
  #recentlyList .prev,
  #recentlyList .next {
    display: table-cell;
    width: 20px;
    height: 20px;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  #recentlyList .prev {
    background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
    background-size: 9px auto;
  }
  #recentlyList .next {
    background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
    background-size: 9px auto;
  }
  #recentlyList .prev.swiper-button-disabled,
  #recentlyList .next.swiper-button-disabled {
    opacity: 0;
    cursor: default;
  }
}
/**************************************
既存流用 End.
**************************************/
/**************************************
INI新規 Start.
**************************************/
.ini-cart .cartDetail {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartDetail {
    margin-bottom: 114px;
  }
}
.ini-cart .cartDetail .bottomBtnArea {
  max-width: 1024px;
  margin: 80px auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartDetail .bottomBtnArea {
    max-width: calc(100% - 40px);
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox {
    padding: 0;
    background-color: initial;
    box-shadow: none;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox > dl {
    display: none;
  }
}
/* #43181_No196＆207_カートデザイン刷新：PCの場合、下部の金額だけでなくアセットの文言（c-totalBox__info）も表示しない */
@media screen and (min-width: 769px) {
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox > .c-totalBox__info {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox__btn > ul {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox__btn > ul > li:has(.btnWhite) {
    order: -1;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox__btn > ul .btnWhite > button,
  .ini-cart .cartDetail .bottomBtnArea .c-totalBox__btn > ul .btnBlack > button {
    min-width: 400px;
    height: 56px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart .cartTable {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart .cartInfoArea {
    max-width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
}
.ini-cart .cartInfoList .infoItem:not(:first-child) {
  margin-top: 8px;
}
.ini-cart .cartInfoList .infoItem > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 7px 35px 7px 11px;
  border: 1px solid #C0392B;
  border-radius: 12px;
  transition: opacity 0.3s ease;
}
.ini-cart .cartInfoList .infoItem > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ini-cart .cartInfoList .infoItem > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/common_ini/images/icn_arrow_bottom_circle.svg) no-repeat center/contain;
}
.ini-cart .cartInfoList .infoItem .icn {
  width: 40px;
}
.ini-cart .cartInfoList .infoItem .text {
  flex: 1;
}
.ini-cart .cartInfoList .infoItem .text > p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.ini-cart .cartInfoList .infoItem .text > p > span {
  display: block;
  color: #C0392B;
  font-family: "Baloo Bhaina 2", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.ini-cart .cartPresentListArea {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartPresentListArea {
    padding-bottom: 40px;
  }
}
.ini-cart .cartPresentTtl {
  padding: 20px 0 0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.ini-cart .cartPresentTtl > span {
  display: inline-block;
  position: relative;
  padding: 0 41px;
}
.ini-cart .cartPresentTtl > span::before, .ini-cart .cartPresentTtl > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: no-repeat center/contain;
  width: 31px;
  height: 46px;
}
.ini-cart .cartPresentTtl > span::before {
  left: 0;
  background-image: url(../img/common_ini/images/icn_ttl_slash_left.svg);
}
.ini-cart .cartPresentTtl > span::after {
  right: 0;
  background-image: url(../img/common_ini/images/icn_ttl_slash_right.svg);
}
.ini-cart .cartPresentTtl em {
  display: block;
  color: #C0392B;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponArea {
    margin-top: 40px;
  }
}
.ini-cart .cartCouponBox {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponBox {
    max-width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
  }
}
.ini-cart .cartCouponBox > *:first-child {
  margin-top: 0 !important;
}
.ini-cart .cartCouponBox .ttl {
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.ini-cart .cartCouponBox .c-campaignBox {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponBox .c-campaignBox {
    width: 100%;
  }
}
.ini-cart .cartCouponBox .c-campaignBox .openModal {
  display: flex;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
}
.ini-cart .cartCouponBox .c-campaignBox .openModal::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common_ini/images/icn_info.svg) no-repeat center/contain;
}
.ini-cart .cartCouponBox .c-campaignBox .openModal:hover {
  box-shadow: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponBox .c-errorBox {
    width: 100%;
  }
}
.ini-cart .cartCouponBox .couponInput {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.ini-cart .cartCouponBox .couponInput > input {
  width: 190px;
  height: 44px;
  padding: 9px;
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponBox .couponInput > input {
    width: calc(100% - 93px);
  }
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponBox .couponInput .btnWhite {
    width: 85px;
  }
}
.ini-cart .cartCouponBox .couponInput .btnWhite button {
  height: 44px;
  padding: 9px;
  box-shadow: none;
  font-weight: 500;
}
.ini-cart .cartCouponBox > p:not([class]) {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ini-cart .cartCouponBox .selectCoupon {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ini-cart .cartCouponBox .selectCoupon a {
  text-decoration: underline;
}
.ini-cart .cartCouponBox .selectCoupon a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ini-cart .cartCouponBox .selectCoupon {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart .cartCouponBox .selectCoupon {
    margin-top: 20px;
  }
}
.ini-cart .couponModalBox .modalBg {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .ini-cart .couponModalBox .modalInner {
    width: 625px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart .couponModalBox .modalInner {
    padding: 20px;
  }
}
.ini-cart .couponModalBox .modalInner .closeBtn {
  top: -56px;
  width: 40px;
  height: 40px;
}
.ini-cart .couponModalBox .modalInner .closeBtn::before, .ini-cart .couponModalBox .modalInner .closeBtn::after {
  width: 50px;
  height: 2px;
}
.ini-cart .couponModalBox .modalInner .modalTtl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ini-cart .couponModalBox .modalInner .modalTtl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart .couponModalBox .modalInner .modalContent {
    margin-top: 20px;
  }
}
.ini-cart .couponModalBox .modalInner .stepItem {
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.ini-cart .couponModalBox .modalInner .stepItem:not(:last-child) {
  border-bottom: 1px solid #DDD;
}
.ini-cart .couponModalBox .modalInner .stepItem > * + * {
  margin-top: 12px;
}
.ini-cart .couponModalBox .modalInner .stepItem .ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.ini-cart .couponModalBox .modalInner .stepItem > figure {
  max-width: 243px;
  margin-right: auto;
  margin-left: auto;
}
.ini-cart .couponModalBox .modalInner .c-campaignBox {
  margin-top: 20px;
  padding: 12px;
}
.ini-cart .couponModalBox .modalInner .c-campaignBox dl > dt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ini-cart .couponModalBox .modalInner .c-campaignBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart #presentModal {
    display: block;
    height: 100vh;
    pointer-events: none;
    padding: 0;
    background-color: #fff;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translate(-100%, 0);
    overflow-y: auto;
    backface-visibility: hidden;
    visibility: initial;
    z-index: 100;
  }
  .ini-cart #presentModal.open {
    pointer-events: all;
    transform: translate(0, 0);
  }
  .ini-cart #presentModal .modalBg {
    display: none;
    pointer-events: none;
  }
  .ini-cart #presentModal .modalInner {
    width: 100%;
    padding: 0;
  }
  .ini-cart #presentModal .closeBtn {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart #presentModal .modalBg {
    pointer-events: none;
  }
  .ini-cart #presentModal .modalInner {
    width: 625px;
    padding: 40px;
  }
  .ini-cart #presentModal .modalInner .closeBtn {
    top: -56px;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart #presentModal .boxHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 50px 0 70px;
    margin-bottom: 20px;
    background: #3D3B3B;
    position: relative;
  }
  .ini-cart #presentModal .boxHeader > p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  .ini-cart #presentModal .boxHeader .backBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 60px;
    padding-left: 18px;
    background: url(../img/common_ini/images/icn_arrow_left_white.svg) left center no-repeat;
    background-size: 12px auto;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .ini-cart #presentModal .boxHeader {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ini-cart #presentModal .presentSelectArea {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
}
.ini-cart #presentModal .presentSelectArea .modalTtl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ini-cart #presentModal .presentSelectArea .modalTtl {
    font-size: 2.8rem;
    padding: 0 20px;
  }
}
.ini-cart #presentModal .presentSelectArea .campaignTtl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ini-cart #presentModal .presentSelectArea .campaignTtl {
    padding: 0 20px;
  }
}
.ini-cart #presentModal .presentSelectArea .ledeBox {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.ini-cart #presentModal #checkedPresent {
  padding: 0;
  background: initial;
  margin: 12px auto;
}
.ini-cart #presentModal #checkedPresent > p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
.ini-cart #presentModal #checkedPresent > p > span {
  margin: 0 4px;
  font-size: 2rem;
}
.ini-cart #presentModal #presentSelectLIst #prodcutsDetail {
  width: 100%;
}
.ini-cart #presentModal #presentSelectLIst > ul > li {
  display: block;
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 23px 11px;
  overflow: hidden;
  cursor: pointer;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > label {
  display: none;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .itemInfoBox {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .itemInfoBox > figure {
  position: static;
  width: 80px;
  margin-right: 12px;
  padding: 0;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .itemInfoBox > .text {
  width: auto;
  flex: 1;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .itemInfoBox > .text .product-name {
  margin: 0;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .itemInfoBox > .text .note {
  margin-top: 12px;
  color: #990000;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .selectedMsg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  padding: 3px 11px;
  border: 1px solid #C0392B;
  border-radius: 4px 0 0 0;
  background-color: #F7F7F7;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
}
.ini-cart #presentModal #presentSelectLIst > ul > li > .selectedMsg::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common_ini/images/icn_check_circle_red.svg) no-repeat center/contain;
}
.ini-cart #presentModal #presentSelectLIst > ul > li.checked {
  border-color: #C0392B;
}
.ini-cart #presentModal #presentSelectLIst > ul > li.checked > .selectedMsg {
  opacity: 1;
  visibility: visible;
}
.ini-cart #presentModal #presentSelectLIst > ul > li.disabled {
  position: relative;
  pointer-events: none;
}
.ini-cart #presentModal #presentSelectLIst > ul > li.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ini-cart #presentModal .bottomBtnArea {
  margin-top: 20px;
  padding: 0;
}
.ini-cart #presentModal .bottomBtnArea > ul {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .ini-cart #presentModal .bottomBtnArea > ul > li {
    width: 400px;
  }
}
.ini-cart #presentModal .bottomBtnArea > ul > li.btnBlack > * {
  margin-bottom: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .ini-cart #presentModal #footer {
    display: none;
  }
}

/**************************************
INI新規 End.
**************************************/