@charset "UTF-8";
/*/shop/e/eaderiabox/
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

/* reset
---------------------- */
#aderiabox {
	width: 1100px;
	margin-bottom: 50px;
	color:#3b0e15;
	font-family: YakuHanMP,'Hina Mincho', serif;
	font-size: 18px;
	text-align: center;
}
#aderiabox *{
	box-sizing: border-box;
}
#aderiabox .flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#aderiabox .kome{
	font-size: 14px;
}
#aderiabox a:hover > img{
	opacity:.7;
}
#aderiabox .ls-s{
	letter-spacing:-0.1px;
}
/* contents
---------------------- */
#aderiabox .bg{
	background: #ffe47a;
	padding: 60px 0 50px;
}
#aderiabox .about{
	padding-bottom: 35px;
	position: relative;
}
#aderiabox .about img:first-child{
	margin-bottom: 20px;
}
#aderiabox .about p{
	font-size: 19px;
	line-height: 1.9;
	margin-bottom: 25px;
}
#aderiabox .cv{
	position: relative;
	padding-bottom: 70px;
}
#aderiabox .cv .logo{
	display: block;
	width:176px;
	margin: 0 auto 30px;
}
#aderiabox .cv .ttl{
	font-size: 37.5px;
	font-weight: bold;
	line-height: 1.4;
	margin: 25px 0 30px;
}
#aderiabox .cv .cvLineup{
	width: 640px;
	border: #3b0e15 1px solid;
	padding: 25px 55px;
	text-align: center;
	margin: 0 auto;
}
#aderiabox .cv .cvLineup .list{
	text-align: left;
	margin-top: 20px;
}
#aderiabox .cv .cvLineup .list li{
	font-size: 18px;
	margin-bottom: 15px;
}
#aderiabox .cv .cvLineup .list li:last-child{
	margin-bottom: 0;
}
#aderiabox .cv .cv_price{
	color:#dd2d37;
	font-weight: bold;
	line-height: 1;
	margin-top: 35px;
}
#aderiabox .cv span{
}
#aderiabox .cv .cv_price span::before{
	content:'';
	display:inline-block;
	width:162px;
	height:58px;
	background:url(../../img/event_M/eaderiabox/cv_price.png)no-repeat;
	background-size:cover;
	vertical-align: bottom;
	margin-right: 18px;
}
#aderiabox .cv .cv_price strong{
	font-size: 66.5px;
}
#aderiabox .cv .cv_price b{
	font-size: 34.5px;
}

#aderiabox .cv img.front{
	position: relative;
	z-index:9;
}
#aderiabox ._btn{
	margin-top: 30px;
}
#aderiabox ._btn a{
	position: relative;
	display:inline-block;
	background:#fff;
}
#aderiabox ._btn a::before{
	position: absolute;
	top:50%;
	right:44px;
	margin-top: -15px;
	content:url(../../img/event_M/eaderiabox/cv_btn_arr.png);
	transition-duration:.5s;
}
#aderiabox ._btn a::after{
	position: absolute;
	top:50%;
	right:34px;
	margin-top: -15px;
	content:url(../../img/event_M/eaderiabox/cv_btn_arr.png);
	transition-duration:.2s;
}
#aderiabox ._btn a:hover::before{
	right:34px;
	z-index:1;
}
#aderiabox ._btn a:hover::after{
	right:24px;
}
#aderiabox .set{
	padding: 0 50px 30px;
}
#aderiabox .set ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin-top: 35px;
}
#aderiabox .set ul li{
	width: 100%;
	background:#fdfef0;
	/*border:7px solid #ffe8e1;*/
	padding: 35px 30px 30px 35px;
	padding-left: 460px;
	text-align: left;
	line-height: 2;
	position: relative;
}
#aderiabox .set ul li:not(:last-child){
	margin-bottom: 25px;
}

#aderiabox .set ul li:nth-child(1){
	min-height:345px;
	padding-left: 450px;
	background:#fdfef0 url(../../img/event_M/eaderiabox2025/set_01.png)no-repeat center left 70px;
}
#aderiabox .set ul li:nth-child(2){
	min-height:302px;
	padding-left: 450px;
	background:#fdfef0 url(../../img/event_M/eaderiabox2025/set_02.png)no-repeat center left 92px;
}
#aderiabox .set ul li:nth-child(3){
	background:#fdfef0 url(../../img/event_M/eaderiabox2025/set_03.png)no-repeat top left;
}

#aderiabox .set .ico{
	color:#fff;
	background:#3b0e15;
	display:inline-block;
	line-height: 1;
	padding: 5px 47px;
	margin-bottom: 18px;
}
#aderiabox .set .ttl{
	margin-bottom: 20px;
}
#aderiabox .set .ttl span{
	font-size: 30px;
	line-height: 1;
	/*background:linear-gradient(transparent 75%, #ffcfcf 75%);*/
}
/*#hajikerubox .set ul li:nth-child(4) .ttl span{
	background:linear-gradient(transparent 75%, #adddc9 75%);
}*/

#aderiabox .set ul li p.glassAtt{
	padding: 30px 30px 0; 
	font-size: 14px;
	margin-left: -450px;
	margin-right: -30px;
}
#aderiabox .set ul li.glassAtt{
	padding: 30px; 
	font-size: 14px;
}
#aderiabox .cv2{
	position: relative;
}
#aderiabox .cv2 > div{
	background:url(../../img/event_M/eaderiabox2025/cv_img.jpg)no-repeat;
	background-size:440px auto;
	min-height:325px;
	margin-top: 25px;
	margin-left: 51px;
	padding-left: 480px;
	padding-right: 40px;
}
#aderiabox .cv2 > div p:first-child{
	font-size: 37.5px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 -1em 20px;
}
#aderiabox .cv2 > div p:first-child span{
	letter-spacing: -0.05em;
}
#aderiabox .cv2 .cv_price{
	color:#dd2d37;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	font-size: 15.64px;
}
#aderiabox .cv2 .cv_price span{
}
#aderiabox .cv2 .cv_price span::before{
	content:'';
	display:inline-block;
	width:140px;
	height:51px;
	background:url(../../img/event_M/eaderiabox/cv_price.png)no-repeat;
	background-size:cover;
	vertical-align: bottom;
	margin-right: 15px;
}
#aderiabox .cv2 .cv_price strong{
	font-size: 57.7px;
}
#aderiabox .cv2 .cv_price b{
	font-size: 30px;
}
#aderiabox .company{
	background: #fdfef0;
	padding: 60px 100px;
}
#aderiabox .company ul{
	margin-top: 40px;
}
#aderiabox .company ul li{
	margin-bottom: 30px;
}
#aderiabox .company .txt{
	background:url(/img/event_M/eaderiabox2025/company_txt_ico.png)no-repeat top 29px center,
	url(/img/event_M/eaderiabox2025/company_txt_ico.png)no-repeat bottom 29px center;
	font-size: 20px;
	line-height: 2;
	width: calc(100% - 20px);
	border: solid 1px #583b2d;
	outline: solid 3px #583b2d;
	outline-offset: 7px;
	padding: 75px 0 55px;
	margin-left: 10px;
	margin-bottom: 70px;
}
#aderiabox .company .txt p{
	margin-bottom: 20px;
}
#aderiabox .company .link{
	font-size: 18px;
}
#aderiabox .company .link p{
	margin-top: 20px;
	margin-bottom: 15px;
}
#aderiabox .company .link a{
	color:#44b9c7;
	text-decoration:underline;
}
#aderiabox .company .link a:hover{
	text-decoration:none;
}
#aderiabox .company .link a::before{
	content:url(../../img/event_M/eaderiabox/company_link_ico.png);
	vertical-align:middle;
	margin-right:7px;
	transition-duration: .7s;
}
#aderiabox .company .link a:hover::before{
	margin-right:17px;
}