@charset "UTF-8";
.main-title + .sub-title {
  margin-left: 90px;
  position: relative;
  }
.main-title + .sub-title:before {
    position: absolute;
    content: "………";
    top: 0px;
    bottom: 0px;
    left: -76px; }

.red_line {    color: #FFFFFF;
    padding: 0.5% 1%;
    background: #f30e0e;
}
.blue_line {
  color: #FFFFFF;
    padding: 0.5% 1%;
    background: #0019ff;
}
.pink_line {
  color: #FFFFFF;
    padding: 0.5% 1%;
    background: #f0027f;
}
.yellow_line {
  color: #FFFFFF;
    padding: 0.5% 1%;
    background: #fdd200;
	color: #333;
}
.black_line {
  color: #FFFFFF;
    padding: 0.5% 1%;
    background: #212121;

}
.orange_line {
  color: #FFFFFF;
    padding: 0.5% 1%;
    background: #fd5d00;

}
.red_line2{
  background: linear-gradient(transparent 85%, #f30e0e 85%);}
#wrapper .custom-modal-container .enemy-modal-card .img-box img {
    vertical-align: bottom;
    max-width: none;
    width: 150%;
    text-align: center;
    margin: -60px;
}

/*敵ロボ背景*/
#wrapper .marge-list-box li.category-robo3 .img-box, body.story #wrapper .story-item-list-box li.category-robo3 .story-item-list-anchor, #wrapper .custom-modal-container .robo3-modal-card {
  background: url(../common-img/bg/i_robo_bg.png), -webkit-linear-gradient(320deg, #a1b0c5, #8abed6, #daf3ff, #b0e0f4, #a8c0d0 70%, #86aec8);
  background: url(../common-img/bg/i_robo_bg.png), linear-gradient(130deg, #a1b0c5, #8abed6, #daf3ff, #b0e0f4, #a8c0d0 70%, #86aec8);
  background-repeat: repeat, no-repeat;
  background-size: cover, contain;
  background-position: center center, center center;
}

#wrapper .marge-list-box li.category-robo3 .img-box {
    -webkit-box-shadow: 0 0 15px rgba(108, 145, 171, 0.6) inset;
    box-shadow: 0 0 15px rgba(108, 145, 171, 0.6) inset;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper .marge-list-box li.category-robo3 .img-box img {
    width: 198px;
    height: 198px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
    object-position: 0% 0%;
}
body.story #wrapper .story-item-list-box li.category-robo3 .story-item-list-anchor .img-box .thumb img {
    height: 132px;
    object-fit: cover;
    object-position: 0% 0%;
}

#wrapper .marge-list-box li.category-robo1 .img-box img {
    width: 198px;
    height: 198px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
    object-position: 0% 0%;
}
body.story #wrapper .story-item-list-box li.category-robo1 .story-item-list-anchor .img-box .thumb img {
    height: 132px;
    object-fit: cover;
    object-position: 0% 0%;
}

.attention-oshiraseparts{
	font-size: 1.5rem;
    background: #f4d000;
    border-radius: 6px;
    color: #ca1a21;
    padding: 2px 20px;
    border-radius: 20px;
    margin-top: 8px;
    text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	
}
body.story #wrapper .story-item-list-box li.category-enemy .story-item-list-anchor .img-box .thumb img {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
#wrapper .cap-box .overlay {
  background: none;
}