@charset "utf-8";

/*==============================*/

/* tip for you

/*==============================*/

/* .interviewBox .fukidashiBox .img {
  background-image: url(../images/vol0_img_trip_01.jpg)!important;
} */


/*==============================*/

/* MV

/*==============================*/

@media (max-width:767.5px){
    .mainSection h1.mv {
        line-height: 0;
        padding: 20.5vw 0 0 0;
      }
}

@media (min-width: 767.5px){
    .mainSection {
        position: relative;
        margin-top: -1.6px;
        /* margin-top: -156.1px; */
    }
}
.mainSection h1.mv > video{
    width: 100%;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}


/*==============================*/

/* 地図

/*==============================*/

#section01 .anchorBox .ttl span {
    width: 85px !important;
}

/*==============================*/

/* spot

/*==============================*/

#section02 {
    display: none;
}

#section03 {
    margin-top: 30px;
}



/*==============================*/

/* instagram

/*==============================*/

section.contents .infoBox .storeLink{
    text-decoration: none;
}
section.contents .infoBox .storeLink a{
    color: var(--font-color);
}
section.contents .infoBox .storeLink span{
    color: var(--font-color)!important;
    text-decoration: none;
}
.linkIconIG>span::before {
    top: -0.5em!important;
}

@media screen and (max-width: 767.5px) {
    .linkIconIG>span::before {
    top: -.175em!important;
    }
}