@charset "utf-8";

/*==============================*/

/* pickUp

/*==============================*/

#section01 .pickUpBox::after {
  top: -37px;
  width: 520px;
  height: 520px;
}

.pickUpBoxInner figcaption p {
padding: 0 25px;
}

@media (max-width: 320px) {
  #section01 .pickUpBox::after {
    width: 560px;
    height: 560px;
  }
}

/*==============================*/

/* sectionTtl

/*==============================*/

#section02 .sectionTtl::before {
  display: none;
}

/*==============================*/

/* MV,back number

/*==============================*/

#section01 .pickUpBox .txt {
  padding-top: 22px;
}

@media (min-width: 767.5px){
	.mainSection {
		position: relative;
		margin-top: -157px;
	}
  #section01 .pickUpBox .txt {
    padding-bottom: 20px;
  }
  #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;
  }
}

/*==============================*/

/* mainSection

/*==============================*/

.interviewBox .fukidashiBox .img {
  background-image: url(../images/vol12_img_interview_08.jpg)!important;
}

.section.contents .interviewBox .fukidashiBox .txt {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}