/* CSS Document */


#randoseru2026{
	background-color: #e7e5d4;
}

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

#randoseru2026 a{
	display: inline-block;
}

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

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

/* btn */
#randoseru2026 a.btn{
	background-color: #410f00;
	border-radius: 99px !important;
	transform: translateY(6px);
}

#randoseru2026 a.btn img{
	border-radius: 99px !important;
	border-color: #410f00;
	border-style: solid;
	border-width: 1px;
	transform: translateY(-6px);
}

#randoseru2026 a.btn:hover{
	background-color: #FFFFFF !important;
	transform: translateY(0);
}

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

/* security */
#randoseru2026 .security{
	text-align: center;
}

#randoseru2026 * + .security{
	margin-top: 50px;
}

/* webcatlog */
#randoseru2026 .webcatlog{
	text-align: center;
}

#randoseru2026 * + .webcatlog{
	margin-top: 60px;
}

/* point */
#randoseru2026 * + .point{
	margin-top: 60px;
}

/* btm */
#randoseru2026 .btm{
	border-top: 10px solid #f2c926;
	background: #fffbcf;
	padding: 36px 40px;
}

#randoseru2026 .btm > * + *{
	margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

#randoseru2026 .inhalt .box_goods > p a.btn img{
	border-color: #000000;
}

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

