@charset "shift_jis";
/* CSS Document */



.inner_content{width:100%}
#present {
	width:100%;
	margin:0 auto;
	background:#FFF;
	text-align: center;
}
#present *{
	box-sizing:border-box;
}

#present img {
	border:none;
	vertical-align:bottom;
	
}
#present h2,#present h3{
	margin:0;
	padding:0;
}

#present h2{
	position:relative;
}
#present h2 .sns_bt{
	position:absolute;
	bottom:46px;
	right:75px;
	display:inline-block;
	transition:0.3s;
}
#present h2 .sns_bt:hover{
	transform: translate(0, -5px);
}
#present h2 img{
	width:100%;
}
#present h3 img{
	width:100%;
}


#present .items{
	background-color:#feef90;
}

/* リボン */

#present .ribbon{
	position: relative;
	z-index:1;
	width:90%;
	margin:40px auto;
	font-weight:normal;
}
#present .ribbon .inner{
	display: inline-block;
	color: #FFFFFF;
	font-size: 22px;
	padding:0.2em 0;
	width: 100%;
	text-align:center;
	background-color: #c5181c;
	position:relative;
	z-index:2;
}
#present .ribbon .inner .mini{
	font-size:80%;
}
#present .ribbon .inner:before,
#present .ribbon .inner:after{
	content: "";
	display: block;
	border-top: 1px dashed #fff;
	position: absolute;
	width: 100%;
	left:0;
}
#present .ribbon .inner:before{top:3px;}
#present .ribbon .inner:after{bottom:3px;}
#present .ribbon:before, #present .ribbon:after {
	 content: "";
 border-style: solid;
 border-width: 0;
 position: absolute;
 width: 0;
 height: 0;
 top: 9px;
 z-index: 0;
}
#present .ribbon:before {
 border-color: #ac0e11  #ac0e11  #ac0e11  transparent;
 border-width: 19px;
  border-width: 19px;
 border-right-width:35px;
 border-left-width:8px;
 left: -25px;
}
#present .ribbon:after {
 border-color: #ac0e11 transparent #ac0e11 #ac0e11;
 border-width: 19px;
 border-right-width:8px;
 border-left-width:35px;
 right: -25px;
}



/*プレゼント商品*/

#present .items .col_1{
	width:92%;
	margin:0 auto;
	padding-top:30px;
}

#present .items .col_1>li{
	
	background-image:
		url(/image/19th_present/pre_bgl2.png),
		url(/image/19th_present/pre_bgl1.png);
	background-position:center bottom,center;
	background-repeat:no-repeat,repeat-y;
	background-size:100% auto;
	box-shadow:4px 4px 4px -2px #0000004d;
	margin-bottom:50px;
	padding-bottom:11px;
}
#present .items .col_1>li img{
	max-width:100%;
}
#present .items .col_1.block2{
	padding:20px 0;
}
#present .items .col_1.block2>li{
	background-image:none;
}

#present .items .col_1>li dl{
	position:relative;
}

#present .items .col_1>li dl dd{
	padding:10px;
	padding-bottom:0;
}
#present .items .col_1>li dl dd.tousen,
#present .items .col_1>li dl dd.txt{
	padding:0;
	padding-left: 400px;
	padding-right: 20px;
	text-align:left;
	margin-top: -250px;
	min-height: 250px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size:116%;
	
}
#present .items .col_1>li dl dd .shosai{
	margin-bottom:15px;
}

#present .items .col_1>li dl .icon{
	position:absolute;
	padding:0;
	top:-20px;
	left:-20px;
}







#present .items .col_4{
	width:92%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
#present .items .col_4>li{
	width:calc(100%/4 - 15px);
	margin-bottom:50px;
	background-image:
		url(/image/19th_present/pre_bg1.png),
		url(/image/19th_present/pre_bg3.png),
		url(/image/19th_present/pre_bg2.png);
	background-position:center top,center bottom,center;
	background-repeat:no-repeat,no-repeat,repeat-y;
	background-size:100% auto;
	
	box-shadow:4px 4px 4px -2px #0000004d;
}

#present .items .col_4 dl{
	padding:8px;
	position:relative;
	padding-bottom:100px;
	height:100%;
}
#present .items .col_4 dl:before{
    content: "";
    background-image: url(/image/19th_present/icon_e.png);
    width: 100%;
    height: 37px;
    display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-top:6px;
}
#present .items .col_4 li:nth-child(1) dl:before{background-image: url(/image/19th_present/icon_e.png);}
#present .items .col_4 li:nth-child(2) dl:before{background-image: url(/image/19th_present/icon_f.png);}
#present .items .col_4 li:nth-child(3) dl:before{background-image: url(/image/19th_present/icon_g.png);}
#present .items .col_4 li:nth-child(4) dl:before{background-image: url(/image/19th_present/icon_h.png);}

#present .items .col_4 dl dt{
	margin:0;
	font-size:13.5px;
	height:68px;
	padding: 0 5px;
	
	color:#fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center;
	
	
	
}
#present .items  .col_4 dl .tousen,
#present .items  .col_4 dl .txt{
	padding:5px;
	font-size:14px;
	text-align:left;
}
#present .items  .col_4 dl .img{
	padding:10px 5px;
}
#present .items .col_4 dl .img img{
	width:100%;
}

#present .items .col_4 .url{
	position: absolute;
	width: 90%;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
}
#present .items .col_4 .icon{
	position:absolute;
	top:100px;
	left:-20px;
	width:80px;
}
#present .items .col_4 .icon img{
	width:100%;
}


#present .shosai{text-align:center;}
#present .shosai{
	position:relative;
	vertical-align:middle;
	display:block;
	width:96%;
	text-align:center;
	padding:0.6em 0;
	transition-duration: 0.3s;
	background-color:#C4171E;
	color:#FFFFFF;
	margin:0 auto;
	margin-top:3px;
	font-weight:normal;
	font-size:14px;
}
#present .shosai a{
	color:#FFF;
	display:block;
	}
#present .shosai:hover{
	background-color:#c5810c;
	color:#fff;

}
#present .shosai:after{
    position: absolute;
	content: "keyboard_arrow_right";
	font-family: 'Material Icons';
	font-size:16px;
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	right: 0.6em;
	top: 0;
	bottom: 0;
	margin: auto;
	transition-duration: 0.5s
}
#present .shosai_col_2,
#present .shosai_col_3{
	font-size:0;
}
#present .shosai_col_2 li{
	display:inline-block;
	width:calc(100%/2);
}
#present .shosai_col_3 li{
	display:inline-block;
	width:calc(100%/3);

	right: 0.6em;
	top: 0;
	bottom: 0;
	margin: auto;
	transition-duration: 0.5s
}



/*当選発表*/
#present .items-tousen .txt{
	display:none !important;
}
#present .items-tousen .tousen:before{
	content:"ご当選者様";
	font-weight:bold;
}
#present .items-tousen .col_1>li dl dd.tousen{
	display:block ;
	padding-top: 50px;
	padding-left:420px;
	font-size:16px;
}
#present .items-tousen .col_1>li dl dd.tousen li{
	width:48%;
	display:inline-block;
}
#present .items-tousen .col_4 li dl dd.tousen{
	padding-left:2em;
}
#present .items-tousen .tousen ul{
	margin:10px 0;
}

#present .items-tousen .tousen li{
	line-height:1.8;
}
#present .items-tousen .tousen li span:nth-child(1){
	width:4.5em;
	display:inline-block;
}
#present .items-tousen .tousen li span:nth-child(2):after{
	content:"様";
}





/*SNS*/
#present .sns{
	position:relative;
}
#present .sns img{
	width:100%;
}
#present .sns .follow{
	position:absolute;
	top: 450px;
	left: 115px;
	transition:0.3s;
}
#present .sns .follow:hover{
	opacity:0.8;
}


/*おすすめイベント*/
#present .event img{
	width:100%;
}

/*アイテムスクロール*/
#present .item-slide li{
	width:200px;
	display:inline-block;
}
#present .item-slide li img{
	width:100%;
}




#present .attention {
	text-align:left;
	margin-bottom:100px;
}
#present .attention dt{
	border-bottom: #333 1px solid;
	font-size: 120%;
	width: 100%;
	font-weight: bold;
	margin: 1em 0;
}
#present .attention dd li{
	padding-left:1em;
	position:relative;
	
}
#present .attention dd li:before{
	content:"・";
	position:absolute;
	height:1em;
	top:0;
	bottom:0;
	left:0;
}



#present br.smp,
#present .smp_only{
	display:none;
}

