@charset "utf-8";

/*==============================*/

/* pickUp

/*==============================*/

#section01 .pickUpBox::after {
  top: -37px;
  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;
  }
}

#section01 .pickUpBox .pickUpBoxInner div {
  margin: 8px;
}

/* .pickUpBox .pickUpBox .cnt{
  text-align: center;
  padding-top: 0 !important;
} */
@media (min-width: 767.5px) {
  #section01 .pickUpBox .txt{
    padding: 10px 25px 0 !important;
  }
  
  #section01 .pickUpBox .cnt{
    text-align: center;
    padding: 0 0 10px !important;
  }
}

#section01 .pickUpBox .txt{
  padding: 20px 25px 0
}

#section01 .pickUpBox .cnt{
  text-align: center;
  padding: 0 0 24px
}


/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}

/*==============================*/

/* MV,back number

/*==============================*/

@media (min-width: 767.5px){
	.mainSection {
		position: relative;
		margin-top: -156px;
	}
  #section01 .pickUpBox .txt {
    padding-top: 10px;
    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;
	}
}

/*==============================*/

/* 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;
  }
}