@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap);

body,div,p {
  font-family:"M PLUS Rounded 1c","メイリオ";
}

.c-alert--danger{
  	display:none;
}

.p-page__title{
  		position:relative;
}

.c-button__group--sub + .p-page__title:before {
  		content:url(https://img21.shop-pro.jp/PA01441/452/etc/pngocean.com.png);
  		position: absolute;
    	top: -60px;
    	left: 45%;
}

@media (max-width: 768px) {
.title_area.p-shop__header {
  		padding:20px 20px 15px;
}
  
.p-page__body-inner {
   		padding-top:5px;
}
.c-button__group--sub{
   			margin-top:0px;
  			margin-right: -15px;
  }
 .p-page__title{
   		margin-top:70px;
  }
}  