@charset "utf-8";

/* youtube */
.youtube iframe{
width: 100%;
aspect-ratio: 16 / 9;
}
/* TOP ピンク枠キャンペーンの囲み部分 */
span.pinkB{
color: #ff99cc;
}
span.pink{
	color: #ff99cc;
	font-size: 1rem;
	font-weight: normal;
}
span.pinknew{
	color: #ff99cc;
	font-size: 1rem;
	font-weight: normal;
	font-weight: 700;
}
ul.events li span.strikethrough{
color: #333333;
text-decoration: line-through;
text-decoration-color: rgba(225, 133, 179, 1.00);
font-weight: 400;
}
span.strikethrough{
text-decoration: line-through;
text-decoration-color: rgba(225, 133, 179, 1.00);
}
.content_lead ul.pc_copyright li{
text-align: left;
margin-bottom: 0.5rem;
}
img.widthIMG{
width: 66%;
height: auto;
}
@media screen and (max-width: 767px) {
img.widthIMG{
width: 100%;
height: auto;
}
}