/* CSS Document */


#randoseru2025 img{
	max-width: 100%;
	height: auto;
	width: auto;
}

#randoseru2025 a{
	display: inline-block;
}

#randoseru2025 a,
#randoseru2025 a img{
	transition: 0.7s;
}

#randoseru2025 a:hover img{
	opacity: 0.7;
}

#randoseru2025 .btm{
	border-top: 10px solid #F2C926;
	background: #FFFBCF;
	padding: 40px 30px;
	margin-top: 40px;
}

#randoseru2025 .btm > * + *{
	margin-top: 40px;
}

#randoseru2025 a.btn{
	border-radius: 99px !important;
	transform: translateY(5px);
}

#randoseru2025 a.btn img{
	border-radius: 99px !important;
	border-style: solid;
	border-width: 1px;
	transform: translateY(-5px);
}

#randoseru2025 a.btn:hover{
	transform: translateY(0px);
}

#randoseru2025 a.btn:hover img{
	transform: translateY(0);
}

/* box_padding */
#mothergift2024 .box_padding{
	padding: 0 30px;
}

/* security */
#randoseru2025 .security{
	text-align: center;
	margin-top: 40px;
}

/* point */
#randoseru2025 .point{
	margin-top: 40px;
}

/* vtcm */
#randoseru2025 .vtcm iframe{
	aspect-ratio: 1 / 0.563;
	width: 100%;
}

/* ar */
#randoseru2025 .ar{
	text-align: center;
}

/* all_goods */
#randoseru2025 .all_goods{
	text-align: center;
}

#randoseru2025 * + .all_goods{
	margin-top: 50px;
}

#randoseru2025 .all_goods a{
	background: url("../img/btn_vtcm_on.png") no-repeat center;
}

#randoseru2025 .all_goods a img{
	border: none;
	border-radius: 99px;
}

#randoseru2025 .all_goods a:hover{
	opacity: 1;
}

#randoseru2025 .all_goods a:hover img{
	opacity: 0;
}

/* box_links */
#randoseru2025 .box_links h3{
	text-align: center;
}

#randoseru2025 .box_links h3 + *{
	margin-top: 32px;
}

#randoseru2025 .box_links .anchor_lists{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 40px;
}

#randoseru2025 .box_links .anchor_lists a.btn{
	background: #000000;
}

#randoseru2025 .box_links .anchor_lists a.btn:hover{
	background: #FFFFFF;
}

/* inhalt */
#randoseru2025 .inhalt > * + *{
	margin-top: 40px;
}

#randoseru2025 .inhalt .box_goods{
	position: relative;
}

#randoseru2025 .inhalt .box_goods > p{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
}

#randoseru2025 .inhalt .box_goods > p a.btn{
	background: rgba(0, 0, 0, 0.4);
}

#randoseru2025 .inhalt .box_goods > p a.btn:hover{
	background: #FFFFFF;
}

