@charset "UTF-8";
/* CSS Document */

.eachTextAnime{
    opacity: 0;
}
.eachTextAnime.appeartext{
    opacity: 1;
}
.eachTextAnime.appeartext span{ display: inline-block; animation:1s text_anime_on  ease-out both; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

/*section_shop*/
.shop_key_visial{
    height: 80vh;
    background-image: url(../images/shop/shop_key_visial.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.shop_key_visial_filter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(0,0,0, 0.1);  
    height: 100%;
    width: 100%;
}
.shop_key_visial_title{
    color: #fff;
    font-weight: 600;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
}
.section_shop{
    padding-top: 130px;
}
.section_shop h1{
    font-family: 'EB Garamond', serif;
    font-size: 4.8rem;
    font-weight:200;
    margin-bottom: 40px;
}
.section_shop p{
    font-size: 2.8rem;
}

/*section_shop_description*/
.section_shop_description{
    padding: 200px 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.section_shop_description h2{
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    font-weight: 200;
    margin-bottom: 60px;
}
.jp_text{
    line-height: 2.5;
    margin-bottom: 30px;
}
.eg_text{
    font-size:1.3rem;
}
.section_shop_description_wrapper{
    display: flex;
}
.section_shop_description_content{
    text-align: left;
    width: 50%;
    padding: 140px 0 160px 130px;
}
.section_shop_description_pic{
    width: 50%;
    margin-left: 20%;
}/*section_shop_description*/

/*section_shop_access*/
.section_shop_access{
  padding-bottom: 200px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.section_shop_access h2{
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    font-weight: 200;
    margin-bottom: 40px;
}
.section_shop_access address{
font-style: normal;
line-height: 2.0;
margin-bottom: 30px;
}
.section_shop_access address a{
    color: #fff;
}
.shop_01_sp{
display: none;
}
.caution{
    font-size: 1.4rem;
}
.gmap_link{
    margin-top: 20px;
    position: relative;
}
.gmap_link::after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom: -10%;
    position: absolute;
}
.gmap_link a{
    color: #fff;
}
.section_shop_access_wrapper{
    display: flex;
    background-color: #000;
}
.section_shop_access_content{
    width: 50%;
    padding: 130px 100px 140px;
    color: #fff;
    text-align: left;
}
.gmap{
    width: 50%;
}
.shop_01{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section_shop_access_map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gmap_list_link{
    font-size: 1.3rem;
    position: relative;
}
.gmap_list_link ::after{
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 1px;
    background-color: #333;
    bottom: -5%;
}/*section_shop_access*/

/*section_shop_list*/
.section_shop_list{
    padding-bottom: 200px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.shop_list_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_shop_list h2{
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    font-weight: 200;
    margin-bottom: 80px;
}
.section_shop_list li{
    width: calc((100% - 40px) / 4 );
}
.section_shop_list_group{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.section_shop_list_group h3{
    font-weight: 200;
    padding: 40px 0 20px;
}
.section_shop_list_group address{
    font-size: 1.4rem;
    font-style: normal;
}
.shop_list_gmap{
    position: relative;
    width: 100%;
    height: 250px;
}
.section_shop_list_map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}/*section_shop_list*/

/*section_online_shop*/
.section_online_shop{
    padding-bottom: 200px;
}
.section_online_shop h2{
    font-family: 'EB Garamond', serif;
    font-size: 2.8rem;
    font-weight: 200;
    margin-bottom: 80px;
}
.section_online_shop_wrapper{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.online_shop_leadeed{
    width: 50%;
}
.online_ld_sp{
    display: none;
}
.online_bd_sp{
    display: none;
}
.online_shop_blackdeed{
    width: 50%;
    margin-left: 20%;
}/*section_online_shop*/

/*banner_link*/
.bannerlink{
    padding-bottom: 200px;
}
.bannerlink img{
    vertical-align: bottom;
}
.img_bannerlink_unit{
    display: flex;
    justify-content:space-between;
    overflow: hidden;
  background: #000;
}
.img_bannerlink_unit li{
  width: 33.333%;
  overflow: hidden;
  height: 25vw;
  position: relative;
}
.bannerlink_txt{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 20px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.img_bannerlink_unit h2{
    position: absolute;
    left: 50%;
    z-index: 2;
    color: #000;
    transform: translateX(-50%);
    bottom: 45px;
    line-height: 2.0;
    color: #fff;
    width: 100%;
}
.ImgBox-Img{
  width: 100%;
  height: 25vw;
  transition-duration: .3s;
}
@media(min-width:1200px){
    .ImgBox-Img:hover{
        transition-duration: .3s;
        transform: scale(1.2);
        opacity: .6;
}
}/*banner_link*/

/*tablet*/
@media(max-width:768px){
    .section_shop{
        padding-top: 80px;
    }
    .shop_key_visial{
        height: 50vh;
    }
    .section_shop_description{
        padding: 100px 0;
        width: 100%;
    }
    .section_shop_description_wrapper{
        display: block;
    }
    .section_shop_description_content {
        text-align: center;
        width: 100%;
        padding: 0 0 100px ;
        margin: 0 auto;
    }
    .section_shop_description_pic{
        width: 80%;
        margin:0 auto;
    }
    .gmap{
        display: none;
    }
    .shop_01_sp{
        display: block;
    }
    .section_shop_access{
        width: 100%;
        padding-bottom: 100px;
    }
    .section_shop_access_wrapper{
        display: block;
    }
    .section_shop_access_content{
        width: 100%;
        padding: 60px 80px 70px;
    }
    .section_shop_access h2{
        text-align: center;
    }
    .section_shop_access address{
        margin-top: 40px;
    }
    .section_shop_list{
        width: 100%;
        padding-bottom: 100px;
    }
    .section_shop_list h2{
        margin-bottom: 60px;
    }
    .section_shop_list_group{
        display: block;
        text-align: left;
    }
    .section_shop_list li{
        width: 50%;
        margin: 0 auto;
    }
    .section_shop_list li + li{
        padding-top: 60px;
    }
    .section_online_shop{
        padding-bottom: 100px;
    }
    .section_online_shop_wrapper{
        width: 80%;
    }
    .bannerlink{
        padding-bottom: 100px;
    }
}/*tablet*/

/*sp*/
@media(max-width:480px){
    .section_shop{
        padding-top: 60px;
    }
    .shop_key_visial{
        height: 60vh;
    }
    .shop_key_visial_title{
        top: 80%;
        left: 50%;
    }
    .section_shop h1{
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
    .section_shop p{
        font-size: 2.0rem;
    }
    .section_shop_description{
        padding: 80px 0;
        width: 100%;
    }
    .section_shop_description_content{
        padding:0 0 80px;
    }
    .section_shop_description h2{
        font-size: 2.0rem;
        margin-bottom: 40px
    }
    .jp_text{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .section_shop_description_pic{
        width: 90%;
    }
    .section_shop_access h2{
        font-size: 2.0rem;
    }
    .caution{
        font-size: 1.2rem;
    }
    .gmap_link{
        font-size: 1.4rem;
    }
    .gmap_link::after{
        width: 90px;
    }
    .section_shop_access_content{
        padding: 60px 18px 70px;
    }
    .section_shop_access address{
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .section_shop_access{
        padding-bottom: 80px;
    }
    .section_shop_list{
        padding-bottom: 80px;
    }
    .section_shop_list h2{
        font-size: 2.0rem;
    }
    .section_shop_list li{
        width: 90%;
    }
    .section_online_shop_wrapper{
        display: block;
        width: 80%;
    }
    .online_ld_pc{
       display: none;
    }
    .online_ld_sp{
        display: block;
     }
    .online_shop_leadeed{
        width: 100%;
        margin: 0 auto;
    }
    .online_bd_pc{
        display: none;
     }
     .online_bd_sp{
         display: block;
      }
     .online_shop_blackdeed{
         width: 100%;
         margin: 40px auto 0;
     }
     .bannerlink{
        padding-bottom: 80px;
     }
    .img_bannerlink_unit{
        display: block;
    }
    .el_img_banner_link {
        position: relative;
        display: block;
    }
    .el_img_banner_link ::before{
        position: relative;
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 3;
        opacity: 0.2;
    }
    .img_bannerlink_unit li{
        width: 100%;
        height: 60vw;
    }
    .ImgBox-Img{
        height: 60vw;
    }    
    .img_bannerlink_unit h2 {
        bottom: 45px;
        z-index: 3;
    }
    .bannerlink_txt{
        bottom: 15px;
        z-index: 3;
    }
}