@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_service*/
.section_service{
    padding-top: 130px;
}
.services_key_visial{
    height: 80vh;
    background-image: url(../images/services/services_key_visial.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.services_key_visial_filter{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(0,0,0, 0.1);  
    height: 100%;
    width: 100%;
}
.services_key_visial_title{
    color: #fff;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 35%;
    left: 10%;
}
.section_service h1{
    font-family: 'EB Garamond', serif;
    font-size: 4.8rem;
    font-weight:200;
    margin-bottom: 40px;
}
.section_service p{
    font-size: 2.8rem;
}/*section_service*/

/*description*/
.description{
    padding: 200px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.description p{
line-height: 2.8;
padding: 0 6%;
}/*description*/

/*section_services_gift_wrapping*/
.section_services_group,.section_services_gift_wrapping{
 padding-bottom: 200px;
}
.section_services_wrapper,.section_services_gift_wrapping_wrapper{
    display: flex;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.section_services_pic,.services_gift_wrapping_pic{
    width: 50%;
    margin-right: 6%;
}
.section_services_content,.services_gift_wrapping_content{
    width: 40%;
    padding-top: 70px;
}
.number_item{
    display: flex;
    align-items: center;
    justify-content: left;
}
.number_item::before{
    content: "";
    border-top: 1px solid black;
    content: "";
    width: 13px; 
    margin-right: 10px;
}
.number_item::after{
    content: "";
    border-top: 1px solid black;
    content: "";
    width: 13px; 
    margin-left: 10px;
}
.services_ttl{
    text-align: left;
    font-size: 2.8rem;
    font-weight:200;
    margin-top: 25px;
    margin-bottom: 70px;
}
.services_text{
    line-height: 2.5;
    text-align: left;
}
.gift_wrapping_sp{
    display: none;
}/*section_services_gift_wrapping*/

/*section_services_after_services*/
.section_services_after_services{
    padding-bottom: 0;
}
.section_services_after_services_wrapper{
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 200px;
}
.services_after_services_pic{
margin-right: 0;
margin-left: 6%;
}
.after_services_sp{
    display: none;
}/*section_services_after_services*/

/*section_services_message_marking*/
.message_marking_sp{
    display: none;
}/*section_services_message_marking*/

/*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){
.pc_br{
display: none;
    }
.section_service{
    padding-top: 80px;
}
.services_key_visial{
height: 50vh;
}
.description{
    padding: 100px 80px;
}
.gift_wrapping_pc{
    display: none;
}
.gift_wrapping_sp{
display: block;
margin: auto 80px;
}
.section_services_wrapper, .section_services_gift_wrapping_wrapper{
    display: block;
    width: 100%;
}
.section_services_group, .section_services_gift_wrapping{
    padding-bottom: 0;
}
.section_services_content, .services_gift_wrapping_content{
width: 100%;
padding-top: 0;
}
.number_item{
    justify-content: center;
    }
.services_ttl{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
.services_text{
    padding: 60px 80px;
}
.section_services_message_marking .services_text{
    padding: 60px 80px 100px;
}
.after_services_pc{
display: none;
}
.section_services_after_services_wrapper{
    padding-bottom: 0;
}
.bannerlink{
padding-bottom: 100px;
}
}/*tablet*/

/*sp*/
@media(max-width:480px){
    .section_service{
        padding-top: 60px;
    }
    .services_key_visial{
        height: 60vh;
        background-image: url(../images/services/services_key_visial_sp.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .services_key_visial_title{
        bottom: 30%;
        left: 9%;
    }
    .section_service h1{
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
    .section_service p{
        font-size: 2.0rem;
    }
    .description{
       padding: 80px 18px;
       font-size: 1.4rem;
    }
    .description p{
        padding: 0;
    }
    .services_ttl{
       font-size: 2.0rem;
       margin-bottom: 40px;
    }
    .gift_wrapping_sp{
        margin: 0 auto;
        padding: 0 18px;
    }
    .services_text{
        padding: 40px 18px;
        font-size: 1.4rem;
    }
    .section_services_message_marking .services_text{
        padding: 40px 18px 80px;
    }
    .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;
    }
}