/* common_add */
.u-pc-mtn10{
  margin-top: -10px;
}
.u-pc-mtn15{
  margin-top: -15px;
}
.u-pc-mtn20{
  margin-top: -20px;
}
.u-pc-mtn25{
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .u-sp-mtn10{
    margin-top: -10px;
  }
  .u-sp-mtn15{
    margin-top: -15px;
  }
  .u-sp-mtn20{
    margin-top: -20px;
  }
  .u-sp-mtn25{
    margin-top: -25px;
  }
  .u-sp-mtn30{
    margin-top: -30px;
  }
  .u-sp-mtn35{
    margin-top: -35px;
  }
  .u-sp-mtn40{
    margin-top: -40px;
  }
  .u-sp-mtn45{
    margin-top: -45px;
  }
}

/* FV */
.l-myroom > .l-block:first-of-type {
  padding-bottom: 0;
}
.c-modal + .l-block {
  padding-top: 10px;
}

/* MOD_copy */
.p-mod__copy {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width:768px){
  .p-mod__copy {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }
}
.l-block[data-value="MOD_JP_00106"] .c-title__global:has(.p-mod__copy) {
  margin-bottom: 15px;
  text-align: center;
}

/* MV */
.l-block.l-myroom__logo {
  background: rgba(255,255,255,0.7);
}

.l-myroom__mv {
  position: relative;
}

.l-myroom__mv::after {
  content: "";
  background-image: url(/include/beauty/myroom/image/myroom_mv_250630_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: opacity(0.5);
}
@media screen and (max-width: 768px) {
  .l-myroom__mv::after {
    background-image: url(/include/beauty/myroom/image/myroom_mv_250630_sp.png);
  }
}
@media screen and (max-width: 425px) {
  .l-myroom__mv::after {
    background-size: 100%;
  }
}


/* MyRoom説明モーダル内 */
.c-modal__contents--myroom {
  position: relative;
  display: block;
  max-width: calc(100% - 15px * 2);
  max-height: calc(100svh - 30px * 2 - 50px);
  padding: 30px 50px 30px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-transition: 0.175s;
  transition: 0.175s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
.c-modal__contents--myroom::after {
  content: "";
  background-image: url(/include/beauty/myroom/image/myroom_modal_250630_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: opacity(0.15);
}
@media (min-width: 1710px) and (max-width: 2000px) {
  .c-modal__contents--myroom::after{
    background-size: 95%;
    background-position: center;
  }
}
.p-cart__modal-yt {
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.p-cart__modal-yt iframe{
  max-width: 500px;
  width: 100%;
  height: auto;
  text-align: center;
  aspect-ratio: 560 / 315;
}
@media screen and (max-width: 500px) {
  .c-modal__contents--myroom {
    padding: 15px 15px 40px;
  }
  .c-modal__contents--myroom::after {
    background-image: url(/include/beauty/myroom/image/myroom_modal_250630_sp.png);
  }
}

.c-modal__contents--myroom .c-icon img {
  width: 24px;
  height: auto;
}

.c-modal.js-modal__img__2 .c-modal__contents--myroom {
  width: 900px;
}

/* タイトル */
.l-block .c-title__global {
  border-bottom: none !important;
}
.l-block .c-title__global .-middle:not(:root) {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/*visumo調整*/
.vsm-tile:not(:root) {
  margin-top: -30px;
}
.ecbn-selection-widget .ecbn-selection-page-wrapper .ecbn-selection-title {
  margin-top: 0;
}