@charset "utf-8";

/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}

/*==============================*/

/* MV,back number

/*==============================*/

@media (min-width: 767.5px){
	.mainSection {
		position: relative;
		margin-top: -154px;
	}
}

@media screen and (max-width: 767.5px) {
	.mainSection .mv img{
		padding-top: 11px;
		background-color: #fff;
	}
}

/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
  text-decoration: none;
}
section.contents .infoBox .storeLink span{
  text-decoration: none;
  color: var(--font-color)!important;
}


.linkIconIG>span::before {
  top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {

  .linkIconIG>span::before {
    top: -.175em!important;
  }
}