/* ===================================
  Utility 
======================================================*/
/* -----------------------------
  background-color
-------------------------------*/
.mc-bgc__base{
  background-color:#FFF1F1;
}
.mc-bgc__main{
  background-color:#BD1400;
}
.mc-bgc__white{
  background-color:#fff;
}

/* -----------------------------------
  font-color 
-----------------------------------------*/
.mc-fc__main{
  color:#BD1400;
}
.mc-fc__white{
  color:#fff;
}
.mc-fc__black{
  color:#313131;
}

/* -----------------------------
  調整
------------------------------------------ */
@media screen and (max-width: 1200px) {
  .mc-bgc__base.mc-sp-full {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

/* ========================================
  Parts 
================================================================*/
/*---------------------------- 
  Button 
----------------------------------*/
.mc-designbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  padding: 25px 16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #FFFFFF;
  background-color: #E61E49;
  border: 2px solid #E61E49;
  border-radius: 6px;
  -webkit-transition: 0.175s;
  transition: 0.175s;
}

.mc-designbtn > span {
  max-width: 100%;
  padding: 0 9.8994px;
}

.mc-designbtn::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .mc-designbtn {
    padding: 14px;
    font-size: 16px;
  }
  .mc-designbtn::after {
    right: 16px;
  }
}

/* --------------------------------
  Title 
-----------------------------------*/
.p-title__block{
  background-color: #F32B56;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-title__inner{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-image: url(/include/beauty/special/beautyluckybag/2026/image/b002_obi_251112_pc.png);
  background-position: center;
  background-size: cover;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .p-title__inner{
    background-image:url(/include/beauty/special/beautyluckybag/2026/image/b002_obi_251112_sp.png);
  }
}
.p-title{
  font-size:36px;
  font-weight:bold;
  line-height:1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-title{
    font-size:24px;
    line-height: 1.6;
  }
}

/* =================================
  System_MOD
=======================================================*/
/* Buyer'sRecommend */
.l-block[data-value="MOD_JP_00016"]{
  background-color: #FFF1F1;
}
.l-block[data-value="MOD_JP_00016"] .c-productslider__arrow--prev,
.l-block[data-value="MOD_JP_00016"] .c-productslider__arrow--next{
  background-color: #FFF1F1;
}
.l-block[data-value="MOD_JP_00016"] .c-title__global{
  display: none;
}
/* CLOSE UP visumo */
.ecbn-selection-title{
  display: none;
}
