@charset "UTF-8";
/* おとなのご褒美セット
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap');

/* reset
---------------------- */
#otona {
	color: #533e31;
	font-size: 16px;
	font-family: YakuHanMP,'Shippori Mincho B1', serif;
	line-height: 1.5;
	text-align: center;
	background: -webkit-linear-gradient(left, #1b0e06 0%, #463023 50%, #1b0e06 100%),
	linear-gradient(to right, #1b0e06 0%, #463023 50%, #1b0e06 100%);
	background-color:#322015;
}
#otona img{
	vertical-align: top;
}
/* contents
---------------------- */
#otona h1 {
	height:1137px;
	background: url("/img/event_L/eLotonagohoubi202510/main_bg.png") no-repeat;
	padding-top: 40px;
	margin-bottom: 8px;
	position: relative;
}
#otona h1 img.box {
	position: absolute;
	bottom:20px;
	left: 50%;
	transform: translateX(-50%);
}
#otona .lead {
	width:1000px;
	height:300px;
	color:#fff;
	font-size: 25px;
	line-height: 2;
	letter-spacing: 0.3em;
	background: url("/img/event_L/eLotonagohoubi202510/lead_bg.png") no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: .2em;
	margin:0 auto;
}
#otona .cv {
	background: url("/img/event_L/eLotonagohoubi202510/cv_bg.png") no-repeat top center;
	padding-top: 114px;
	margin-bottom: 95px;
}
#otona .cv p.set {
	width:984px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.7;
	background:url("/img/event_L/eLotonagohoubi202510/cv_set_bg1.png") no-repeat top 4px center,
	url("/img/event_L/eLotonagohoubi202510/cv_set_bg2.png") no-repeat bottom 4px center;
	background-color: #e8d094;
	border :2px solid #745227;
	outline:5px solid #684722;
	outline-offset: 3px;
	padding: 45px 0;
	margin:40px auto 45px;
}
#otona .cv a{
	display:inline-block;
	width:740px;
	height:110px;
	border-radius: 5px;
	background:url(/img/event_L/eLotonagohoubi202510/cv_btn.png)no-repeat;
	box-shadow: 0px 5px rgba(0, 0, 0, .3);
	text-indent:-9999px;
	transition-duration: .2s;
	margin-top: 38px;
}
#otona .cv a:hover{
	box-shadow: none;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
#otona .set {
	padding: 0 70px;
	margin-top: -285px;
}
#otona .set h2 {
	margin-bottom: 50px;
}
#otona .set ul{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:20px;
	margin-bottom: 40px;
}
#otona .set ul li{
	background-color: #ece5d5;
	border-radius: 20px;
	box-shadow:5px 5px 7px rgba(0, 0, 0, .4)
}
#otona .set ul li p:nth-child(1){
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 40px;
	position: relative;
}
#otona .set ul li p:nth-child(1)::after{
	content:'※画像はイメージです';
	position: absolute;
	bottom:8px;
	right:9px;
	font-size: 13px;
	line-height: 1;
}
#otona .set ul li p:nth-child(2){
	font-size: 21.5px;
	line-height: 1.3;
	letter-spacing: -0.1em;
	text-align: left;
	background:#c6bba3;
	padding: .7em 0;
	padding-left: 138px;
	position: relative;
}
#otona .set ul li p:nth-child(2) img.pkg{
	position: absolute;
	bottom:9px;
	left:19px;
}
#otona .set ul li p:nth-child(2) span.ls-s{
	letter-spacing:-0.1em;
}
#otona .set ul li p:nth-child(3){
	text-align: left;
	padding: 1em;
}
#otona .set p.box{
	text-align: right;
	margin-right: -5px;
}
#otona .cv2 {
	background:url(/img/event_L/eLotonagohoubi202510/cv2_bg.png)no-repeat,
	-webkit-linear-gradient(left, #090401 0%, #321d11 50%, #090401 100%),
	linear-gradient(to right, #090401 0%, #321d11 50%, #090401 100%);
	background-color:#1a0d05;
	padding-top: 195px;
	padding-bottom: 80px;
	margin-top: -130px;
	
}
#otona .cv2 p.box {
	background:url(/img/event_L/eLotonagohoubi202510/cv2_box_bg.png)no-repeat top center;
	padding-top: 34px;
	margin-top: -10px;
	margin-bottom: -98px;
}
#otona .cv2 p.set {
	padding-top: 70px;
}