.pinkbar {
	width: 80%;
	font-size: 18px;
	font-weight: bold;
	background: #e59911;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}

.itembox{
	max-width:85%;
}


/* 画像用 */
.all_img{
	width: 90%;	 
}

.title_img{
	width: 90%;	 
}	


/* キャンペーン期間 */
.box2 {
	border: 3px solid #e59911;
	max-width: 90%;
	margin: 0 auto;
	}

.box2_ttl {
	font-size: 18px;
	margin: 0;
	background: #e59911;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-align: center;
	}



/* 空白を入れるCSS */
.mt-10{
	margin-top: 10px;
}
.mt-30{
	margin-top: 30px;
}
.mt-50{
	margin-top: 50px;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



/*========= PC===========*/

 @media only screen and (min-width: 769px) { 
	 
	 
.box2_main {
	padding-top: 0.8em;
	margin: 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.box2_sub{
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.5;
	color: #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
	 
	 
 .area_width{
	width: 70%;	 
}	
	 
.shareydva_tgel_newmidashi {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}    
	 
.shareydva_tgel_button {
    width: 140px;
	background-color: #FFFFFF;
    text-align: center;
	padding: 5px 5px;
}

	  
.itembox_4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.itembox_4 div {
	width: 30%;
	text-align: center;
	margin: 0 10px 10px 0;
	font-size: 8px;
}
.itembox_4 div p {
	width: 75px;
	margin: 0 auto;
}
.itembox_4 div img {
	width: 100%;
}
    	 
	 
 }	

.image_itemart {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: auto;
} 
	 
.image_itemart {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: auto;
}	 




/*========= SP ===========*/
@media (max-width: 767px) {
	
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    .pc { display: none !important; }
    .sp { display: block !important; }

.box2_main {
	padding-top: 0.8em;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.box2_sub{
	text-align: center;
	font-size: 10px;
	font-weight: 100;
	line-height: 1.5;
	color: #000000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
	
	
 .area_width{
	width: 80%;	 
}		
	
.shareydva_tgel_newmidashi {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}  
  
.shareydva_tgel_button {
    width: 90px;
	background-color: #FFFFFF;
    text-align: center;
	padding: 2px 2px;
}
	


.itembox_4 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5px 5px 0px;
}
.itembox_4 div {
	width: 30%;
	text-align: left;
	margin: 0px 5px 5px 0px;
	font-size: 10px;
}
.itembox_4 div p {
	width: 50px;
	margin: 0 auto;
}
.itembox_4 div img {
	width: 100%;
}	
	
	

.image_itemart {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shareydvatgel_instagram {
	width:80%;
	text-align: center;
	margin: 0 auto;
}

.image_itemart {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: auto;
}

.image_itemart div img{
    width: 100%;
}

/*========= レイアウトのためのCSS ===============*/

#wrapper{
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}

a{
	color: #333;
}