@charset "utf-8";

/*==============================*/

/* mainSection

/*==============================*/

.mainSection {
  margin-top : -155.6px;
}


@media screen and (max-width: 767.5px) {
  .mainSection {
    margin-top : -5.1px;
  }
}

/*==============================*/

/* shop

/*==============================*/

@media screen and (min-width: 767.5px) {

  #tenant_link_new {
    padding-top: 2px;
  }

  section.contents .infoBox .storeLink {
    margin-top: 13px;
  }
}

.section.contents .infoBox .infoItem .none::before {
  background: none;
}

/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
  text-decoration: none;
}
section.contents .infoBox .storeLink span{
  color: #888;
  text-decoration: none;
}

.infoBox .linkIconIG>span::before {
  top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {

  .infoBox .linkIconIG>span::before {
    top: -.175em!important;
  }
}



/*==============================*/

/* itemScrollPhotoBox

/*==============================*/


.itemScrollPhotoBox .scrollBox div:nth-child(6){
  margin-left:0!important;
  margin-top: 15px!important;
}
@media (min-width: 100px) and (max-width:767.5px) {

  .itemScrollPhotoBox .scrollBox div:nth-child(6){
    margin-top: 2.05128vw!important;
  }
}


/*2023-09-21追加*/
.itemScrollPhotoBox .scrollBox div:nth-child(7){
  margin-left:15!important;
  margin-top: 15px!important;
}
@media (min-width: 100px) and (max-width:767.5px) {

  .itemScrollPhotoBox .scrollBox div:nth-child(7){
    margin-top: 2.05128vw!important;
  }
}




/*==============================*/

/* hashList

/*==============================*/

@media (min-width: 100px) and (max-width:767.5px) {

  .featureList li:nth-child(2) .col2 .txtBox .hashList{
    display: flex;
    flex-direction: column!important;
  }
}


