@charset "UTF-8";

/*/shop/e/ewdtop/
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Noto+Serif+JP:wght@400;600;700;900&family=Roboto:wght@500&display=swap');

/* reset
---------------------- */
#wdtop {
	width: 1100px;
	margin-bottom: 50px;
	color:#621919;
	font-family: YakuHanMP,'Noto Serif JP', serif;
	font-size: 18px;
	font-weight: 400;
	text-align:center;
}
#wdtop *{
	box-sizing: border-box;
}
#wdtop small{
	font-size: 95%;
}
#wdtop .num{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
#wdtop .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;
}
#wdtop a:hover img{
	opacity:.7;
}
#wdtop .mb0{
	margin-bottom:0;;
}
/* contents
---------------------- */
h1 p{
	color:#333;
	font-size: 13px;
	font-family: sans-serif;
	line-height: 1;
	text-align: right;
	margin-top: .7em;
}
#wdtop .main{
		background:#f6f2ef;
		padding: 30px;
}
#wdtop .info{
	background:#f5f5f5;
	padding: 115px 55px 60px;
	font-weight: 500;
}
#wdtop .info .cmp1{
	background:url(/img/event_M/ewdmary2022/cmp1_bg.png)no-repeat;
	width:1005px;
	height:475px;
}
#wdtop .info .cmp1 .ttl img{
	margin-top: -65px;
}
#wdtop .info .cmp1 .date{
	text-align: center;
	margin-bottom: 20px;
}
#wdtop .info .cmp1 .date li{
	background:#f4f4f4;
	display:inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	padding-right: 30px;
}
#wdtop .info .cmp1 .date span{
	color:#fff;
	background:#ff817f;
	display:inline-block;
	padding: 8px 30px;
	margin-right: 30px;
	font-size: 22px;
	font-weight: 400;
}
#wdtop.wdfree .info .cmp1 .date li b{
	text-align: center;
	display:inline-block;
	width:410px;
}
#wdtop .info .cmp1 .txt1{
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 15px;
}
#wdtop .info .cmp1 .txt1 span{
	font-size: 18px;
}
#wdtop .info .cmp1 .txt2{
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	padding-bottom: 10px;
	background: linear-gradient(transparent 70%, #fffea4 0%);
	display:inline-block;
	margin-bottom: 20px;
}
#wdtop .info .cmp1 .txt2 span:first-child{
	font-size: 28px;
}
#wdtop .info .cmp1 .txt2 span:last-child{
	color:#ea5350;
}
#wdtop .info .cmp1 .txt3{
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing:-0.5px;
	margin-bottom: 20px;
}
#wdtop .info .cmp1 .txt3 a{
	display:inline-block;
	background:#c2ad6b;
	border:1px solid #c2ad6b;
	color:#fff;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:-1px;
	text-decoration:none;
	border-radius:100vh;
	padding: 15px 25px;
	padding-right: 40px;
	margin-left:15px;
	position: relative;
}
#wdtop .info .cmp1 .txt3 a::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
}
#wdtop .info .cmp1 .txt3 a:hover{
	background:#fff;
	color:#c2ad6b;
}
#wdtop .info .cmp1 .txt3 a:hover::after {
  border-left: 10px solid #c2ad6b;
}
#wdtop .info .cmp1 .coupon{
	background:url(/img/event_M/eMvdtop2022/cmp1_coupon.png)no-repeat;
	width:829px;
	height:93px;
	margin:0 auto;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	text-align: left;
	padding-top: 32px;
	padding-left: 225px;
}
#wdtop .info .cmp1 .coupon span{
	font-size: 24px;
}
#wdtop .info .cmp1 .kome{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 15px;
}
#wdtop .lineup {
	margin-top: 70px;
}
#wdtop .lineup .ttl{
	color:#621919;
	font-size: 42px;
	line-height: 1;
	font-family: Futura, 'Century Gothic', sans-serif;
	background:url(/img/event/ewdtop2022/lineup_ttl_line.png)no-repeat center center;
}
#wdtop .lineup .ttl span{
	padding: 0 25px;
	background:#fff;
}
#wdtop ._price 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: 40px 50px 0;
}
#wdtop ._price ul li{

}
#wdtop ._price ul li a{
	background:#c2ad6b url(/img/event/ewdtop2025/price_arr_down.png)no-repeat right 10px center;
	display:block;
	width:226px;
	height:64px;
	border-radius:100vh;
	border:1px solid #c2ad6b;
	color:#fff;
	font-size: 33px;
	font-weight: 600;
	line-height: 60px;
	vertical-align:baseline;
}
#wdtop ._price ul li a span{
	font-size: 22px;
}
#wdtop ._price ul li a:hover{
	text-decoration:none;
	background:#fff url(/img/event/ewdtop2025/price_arr2_down.png)no-repeat right 10px center;
	color:#c2ad6b;
}
#wdtop .shop 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: 40px 40px 0;
}
#wdtop .shop ul li{
	/* display:inline-block; */
}
#wdtop .shop ul li:not(:last-child){
	/* margin-right: 30px; */
}
#wdtop .shop ul li a{
	display:block;
	width:312px;
	height:88px;
}
#wdtop .shop ul li a[href="#mary"]{
	background:url(/img/event/ewdtop2022/shop_01.png)no-repeat;
}
#wdtop .shop ul li a[href="#mary"]:hover{
	background:url(/img/event/ewdtop2022/shop_01h.png);
}
#wdtop .shop ul li a[href="#cozy"]{
	background:url(/img/event/ewdtop2025/shop_02.png)no-repeat;
}
#wdtop .shop ul li a[href="#cozy"]:hover{
	background:url(/img/event/ewdtop2025/shop_02h.png);
}
#wdtop .shop ul li a[href="#lotte"]{
	background:url(/img/event/ewdtop2022/shop_03.png)no-repeat;
}
#wdtop .shop ul li a[href="#lotte"]:hover{
	background:url(/img/event/ewdtop2022/shop_03h.png);
}
#wdtop .brand.lineup .ttl{
	margin-bottom: 30px;
}
#wdtop .brand > div{
	padding-bottom:20px;
}
#wdtop .brand ul{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px 40px;
	padding: 40px 50px;
}
#wdtop .brand ul li.w100{
	grid-column: span 2;
}
#wdtop .brand ul li.my-koala{
	margin-top: 50px;
}
#wdtop .brand ul li a{
	display:block;
	color:#582900;
}
#wdtop .brand ul li a:hover{
	opacity:.7;
	text-decoration:none;
	color:#582900;
}
#wdtop .brand ul li a p{
	position: relative;
	line-height: 1;
	padding: 15px 0 12px;
}
#wdtop .brand ul li a p::after{
	content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1.5px #400000;
  border-right: solid 1.5px #400000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}
#wdtop .brand ul.lotte{
	gap:40px 30px;
	padding:40px 35px 0;
}
#wdtop .brand .more{
	margin-bottom: 100px;
	position: relative;
}
#wdtop .brand .more a{
	color:#fff;
	background:#4a3418 url(/img/event/evttop2021/brand_more_arr.png)no-repeat right 30px center;
	font-size: 26px;
	line-height: 80px;
	letter-spacing:-0.5px;
	text-align: center;
	display:block;
	width:700px;
	height:80px;
	border-radius:100vh;
	margin:0 auto;
}
#wdtop .brand .more a:hover{
	color:#4a3418;
	background:#f2e5be url(/img/event/evttop2021/brand_more_arr2.png)no-repeat right 30px center;
	border:1px solid #4a3418;
	text-decoration: none;
}
#wdtop .more.cozy a{
	color:#fff;
	background-color:#951112;
}
/* brand */
.wdcozy_brand{
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	line-height: 2;
	color:#400000;
	text-align:center;
	box-sizing: border-box;
}
.wdcozy_brand *{
	box-sizing: border-box;
}
.wdcozy_brand p{
	padding: 35px 0;
}
#wdtop .to_top{
	margin-top: 70px;
}
#wdtop .to_top a:hover{
	opacity:.7;
}
#wdtop .to_top p:nth-child(2){
	margin:27px 0 65px;
}
#wdtop .info.vdp5,
#wdtop .info.vdfree{
	padding-top: 50px;
}
#wdtop .info.vdfree .cmp1{
	border: 7px solid #f9e8ca;
	background:#fff url(/img/event_M/eMvdtop2022/vdfree_cmp_bg.png)no-repeat center;
}
#wdtop .info.vdfree .cmp1 .txt,
#wdtop .info.vdp5 .cmp1 .txt{
	font-weight: 700;
	font-size: 28px;
	line-height: 1.8;
}
#wdtop .info.vdfree .cmp1 .txt span,
#wdtop .info.vdp5 .cmp1 .txt span{
	color: #900;
}
#wdtop .info.vdfree .cmp1 .txt strong,
#wdtop .info.vdp5 .cmp1 .txt strong{
	font-size: 56.7px;
	color: #900;
	font-size: 56.7px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 8px;
	background: linear-gradient(transparent 70%, #fffea4 0%);
	display: inline-block;
}
#wdtop .info.vdp5 .cmp1{
	border: 7px solid #ddeeca;
	background:#fff url(/img/event_M/eMvdtop2022/vdp5_cmp_bg.png)no-repeat center bottom 30px;
}
#wdtop .info.vdp5 .cmp1 .date span{
	background:#91ce4c;
}


/* end */
#wdtop .info .cmp1{
	position:relative;
}
#wdtop .info .cmp1.end::before{
	content:'';
	background:rgba(0,0,0,.75);
	position:absolute;
	top:-28px;
	left:-7px;
	display:block;
	width:calc(100% + 14px);
	height:calc(100% + 38px);
	z-index:1;
}
#wdtop .info .cmp1.end::after{
	content:'キャンペーンは終了しました';
	color:#fff;
	position:absolute;
	display:block;
	width:100%;
	top:46%;
	left:0;
	font-size:32px;
	text-align:center;
	z-index:2;
}
#wdtop .info .cmp2.end::before{
	content:'';
	background:rgba(0,0,0,.75);
	position:absolute;
	top:-32px;
	left:-7px;
	display:block;
	width:calc(100% + 14px);
	height:calc(100% + 40px);
	z-index:1;
}
#wdtop .info .cmp2.end::after{
	content:'キャンペーンは\A終了しました';
	white-space: pre;
	color:#fff;
	position:absolute;
	display:block;
	width:100%;
	top:35%;
	left:0;
	font-size:32px;
	text-align:center;
	z-index:2;
}
/* 2023 */
#wdtop .info {background: #fffecf url(/img/event/ewdtop2023/info_bg.png);}
#wdtop .soldout{position:relative;}
#wdtop .soldout::before{
	position:absolute;
	top:0;
	left:0;
	content:'好評につき完売しました';
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.65);
	color:#fff;
	font-size:32px;
	z-index:1;
}

/* 2025 */
#wdtop ._price ul.odd li,
#wdtop ._price ul.odd li a{
	width:100%;
}
#wdtop ._price ul.odd li a{
	background:#c2ad6b url(/img/event/evttop2021/price_arr.png)no-repeat right 10px center;
}
#wdtop ._price ul.odd li a:hover{
	background:#fff url(/img/event/ewdmary2022/price_arr2.png)no-repeat right 10px center;
}