/*pc*/
#pc .a_wrap{
    width: auto;
    display: block;
    margin: 0 10px 0 0;
}



#pc .banner_wrap {
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	justify-content: space-between;
	color: #000;
	margin-bottom: 10px;
}
#MycanEtcBox .banner_wrap {
	width: 96%;
}
.ph_bannerUnit .banner_wrap {
	width: 99%;
}
.banner_wrap:hover {
	opacity: 0.7;
}
.banner_img_box {
}
.banner_img_box img {
	width: 170px;
	height: 50px;
}
.banner_txt_box {
	min-width: 74%;
	margin: 0 10px;
	text-align: left;
}
#MycanEtcBox .banner_txt_box {
	min-width: 65%;
}

.important_txt_box {
	color: #C30003;
}
.event_name {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.event_detail{
	font-size: 14px;
}

.banner_detial_box {
	font-size: 10px;
	color: #00a6dc;
	margin: 0;
	margin-left: auto;
}
.banner_detial_box::before {
	content: "▶";
	color: #00a6dc;
	font-size: 10px;
	margin-right: 2px;
}

.for_cart_under_wrap {
	width: 10%;
}

.banner_license {
    text-align: center;
}
.banner_license .title {
    font-weight: bold;
}
.banner_license .banner_link {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_license .banner_link::after {
    content: "▶";
    font-size: 10px;
    margin-left: 4px;
}
#pc .banner_wrap.banner_license {
    height: auto;
    border-bottom: 0;
}



/*SP*/
#sp .banner_wrap {
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
	color: #000;
	position: relative;
}
#sp .event_name {
	font-size: 14px;
}
#sp .event_detail_box {
	font-size: 10px;
	width: 15%;
}
#sp .banner_txt_box {
    width: 30%;
    padding: 2% 13% 10px;
    margin: 0;
}
#sp .banner_img_box {
	width: 100%;
}
#sp .banner_img_box img {
	display: block;
	margin: auto;
	width: 75%;
    height: auto;
}
#sp .banner_detial_box {
    display: block;
    position: absolute;
    bottom: 6%;
    right: 13%;
}

#sp .banner_wrap.banner_license {
    border: none;
}

/*カート下用*/
#pc #ph_sub .banner_img_box{
	/*display: none;*/
}
#sp #ph_sub .banner_img_box{
	/*display: none;*/
}
#ph_sub .banner_wrap {
	border-top: none;
	border-bottom: 1px solid #ccc;
	flex-direction: column;
	width: 90%;
	margin: 0px auto;
    height: 150px;
}
#ph_sub .event_name {
font-weight: bold;
    line-height: 1.2em;
    font-size: 12px;
    text-align: center;
    margin: 0 0 0.5em;
}
#ph_sub .event_detail {
	margin: 0;
	line-height: 1.2em;
	font-size: 12px;
}


#ph_sub .banner_img_box img {
    width: 100%;
    height: auto;
max-width:210px;
}

#ph_sub .important_txt_box{
color: #C30003;
    display: block;
max-width:210px;
}


#ph_sub .banner_txt_box {
    margin: 10px 0px 0px;
    min-width: 100%;
max-width:210px;
}
#ph_sub .for_cart_under_wrap {
    margin: 10px 5px 0px;
	margin-left:auto;
	position: relative;
	bottom: 20px;
	width: auto;

}




#pc #ph_sub .a_wrap{
    width: auto;
    display: block;
    margin: 0 ;
}

/*eSHOPトップ見出し制御*/
#cp-in-preparation{
display:none;
}