@charset "utf-8";

/*==============================*/

/* pickUp

/*==============================*/

#section01 .pickUpBox::after {
  top: -28px;
  width: 520px;
  height: 520px;
}

.pickUpBoxInner figcaption p {
padding: 0 25px;
}

@media (min-width: 321px) and (max-width:767.5px) {
  #section01 .pickUpBox::after {
    width: 545px;
    height: 545px;
  }
}

@media (max-width: 320px) {
  #section01 .pickUpBox::after {
    width: 560px;
    height: 560px;
  }
}


/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}

#section03 .sectionTtl::before {
  display: none;
}

#section03 .sectionTtl {
  height: 51.45px;
  background-image: none;
  justify-content: center;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  color: #444;
  font-family: Zen Maru Gothic;
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 470px){
  #section03 .sectionTtl {
    height: 74.91px;
  }
}

/*==============================*/

/* MV,back number

/*==============================*/

@media (min-width: 767.5px){
	.mainSection {
		position: relative;
		margin-top: -156px;
	}
  #tenant_link_new {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767.5px) {
	.mainSection .mv img{
		padding-top: 10px;
		background-color: #fff;
	}
}

/*==============================*/

/* Shop information

/*==============================*/


section.contents .infoBox .storeLink {
  color: var(--font-color);
}
section.contents .infoBox .storeLink a {
  color: var(--font-color);
}

/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
  text-decoration: none;
}
section.contents .infoBox .storeLink span{
  text-decoration: none;
  color: var(--font-color)!important;
}

.infoBox .linkIconIG>span::before {
  top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {

  .infoBox .linkIconIG>span::before {
    top: -.175em!important;
  }
}