@charset "UTF-8";

.kvPlay {
width: 100%;
height: 323px;
background: url(/point/play/img/bg_kvPlay01_aki.png) 0 0;
}

.kvPlayInner {
height: 323px;
background: url(/point/play/img/bg_kvPlay02_aki.png) no-repeat 50% 50%;
position: relative;
}

.kvPlayBannerWrap {
width: 950px;
margin: 0 auto;
position: relative;
}

.kvPlayBanner {
box-sizing: border-box;
background: url(/point/play/img/bg_kvPlayBanner.png) no-repeat 0 0;
width: 740px;
padding: 15px;
position: absolute;
top: 9px;
left: 60px;
}

.str-content2 {
padding: 30px 0 0 !important;
}

.str-content2Inner {
position: relative;
padding: 50px 0 210px;
}

.str-content2Inner:after {
content: '';
background: url(/point/play/img/bg_momo.png) no-repeat 0 0;
background-size: 184px;
position: absolute;
bottom: 0;
right: 0;
display: block;
margin: 0 auto;
width: 184px;
height: 193px;
}

/* 更新ラベル */
.label_d,
.label_w,
.label_w2,
.label_m {
  position: relative;
  text-indent: 5.5em;
}
.label_d::before,
.label_w::before,
.label_w2::before,
.label_m::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 20px;
  padding: 0px 4px;
  text-indent: 0.5em;
}
.label_d::before {
  content: '毎日更新';
  background: #008e66;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.label_w::before {
  content: '毎週更新';
  background: #e53485;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.label_w2::before {
  content: '隔週更新';
  background: #fb8501;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.label_m::before {
  content: '毎月更新';
  background: #1298ce;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ボックス高さ調整 */
.mod-panel-2 .col.type-A,
.mod-panel-2 .col.type-B {
  height: 300px !important;
}


@media only screen and (max-width:767px) {

.kvPlay {
height: auto;
background: none;
width: auto;
}

.kvPlayInner {
width: auto;
margin: 0 auto;
position: static;
background: none;
height: auto;
}

.kvPlayBannerWrap {
width: auto;
}

.kvPlayBanner {
box-sizing: border-box;
background: none;
width: auto;
position: static;
padding: 15px;
}

.str-content2 {
position: relative;
padding: 20px 15px 0 !important;
margin-top: 100px;
}

.str-content2:before {
content: '';
background: url(/point/play/img/bg_momo_sp.png) no-repeat 0 0;
background-size: 117.5px;
position: absolute;
top: -80px;
left: 20%;
display: block;
margin: 0 auto;
width: 117.5px;
height: 91px;
text-align: center;
right: 20%;
}

.str-content2Inner {
padding: 40px 0 100px;
}

.str-content2Inner:after {
content: '';
background: url(/point/play/img/bg_momo.png) no-repeat 0 0;
background-size: 92px;
position: absolute;
bottom: 0;
right: 0;
display: block;
margin: 0 auto;
width: 92px;
height: 96.5px;
}

/* ボックス高さ調整 */
.mod-panel-2 .col.type-A,
.mod-panel-2 .col.type-B {
  height: auto !important;
}

} /* mediaquery END*/
