@charset "utf-8";

/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}

/*==============================*/

/* MV,back number

/*==============================*/

@media (min-width: 767.5px){
	.mainSection {
		position: relative;
		margin-top: -157px;
	}
  #section01 .pickUpBox .txt {
    padding-bottom: 10px;
  }
  #tenant_link_new {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767.5px) {
	.mainSection .mv img{
		padding-top: 10px;
		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;
  }
}