@charset "utf-8"; 
/* ------------------------------
mv
------------------------------ */
#mv{
	position: relative;
}
#mv .lead-txt_mv{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.0rem;
    color: #FFF;
    height: 100%;
    z-index: 5;
    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));/*　文字影追加-------------------tug追加*/
}
#mv img{
	width: 100%;
}

.slider {
  margin: 0 auto;
}

@media screen and (max-width : 767px){
	#mv{
/*		height: auto;  */
		height: 40vh;/*　スマホ hero 高さ変更-------------------tug追加*/
	}
	#mv .slick-slide img{
/*-		height: auto;*/
		height: 40vh;/*　スマホ hero 高さ変更-------------------tug追加*/
        width: auto;
        position: relative;
        left: -80px;/*　スマホ hero 左右位置-------------------tug追加*/
        margin:0 auto;/*　hero画像センター 配置*/
    }

    #mv .lead-txt_mv{
        font-size: 6.933vw;
        line-height: 1.65;
        text-align: center;
    }
}

/* ------------------------------
sec-service
------------------------------ */
.sec-service{
    margin-top: -35px;
    margin-bottom: 112px;
}
.sec-service .slide-service{
    position: relative;
    min-height: 240px;
    margin-left: calc((100% - (1080px) + (-20px))/ 2);
}
.sec-service .slider-block{
    padding: 0 20px;
    box-sizing: border-box;
}
.sec-service .slider-block a{
    display: block;
    width: 330px;
    height: 220px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #707070;
    box-sizing: border-box;
    transition: .4s;
}
.sec-service .slider-block a:hover{ opacity: .7;}

@media screen and (max-width : 767px){
    .sec-service{
        margin-top: -8vw;
        margin-bottom: 14%;
    }
    .sec-service .slide-business{
        margin: 0 0 0 6rem;
        min-height: 148px;
    }
    .sec-service .slider-block{
        padding: 0 10px;
    }
    .sec-service .slider-block a{
        display: block;
        width: 50vw;
        height: 40vw;
        border-radius: 20px;
    }



}
/* ------------------------------
sec-greeting
------------------------------ */
.sec-greeting{
    margin-bottom: 260px;
}
.sec-greeting .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec-greeting .flex .ttl{
    width: 25%;
}
.sec-greeting .flex .ttl h2{
    font-size: 4.4rem;
}
.sec-greeting .flex .txt{
    width: 70%;
}
.sec-greeting .flex .txt p{
    font-size: 2.2rem;
    line-height: 1.8;
}
.sec-greeting .bubbles_wrap{
    margin-top: 160px;
    text-align: center;
}
.sec-greeting .bubbles {
    display: inline-block;
    text-align: center;
    position: relative;
}
.sec-greeting .bubbles p{
    position: relative;
    text-align: center;
    width: 680px;
    z-index: 2;
}
.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 20px;
    background-color: rgba(12,134,182,.15);
    z-index: 1;
}

.top-pfas {
    margin-top: 100px;
    display: flex;
    align-items: center;
}
.top-pfas img{
    margin-right: 2rem;
}
.top-pfas li {
    margin: 1rem 0;
}
.top-pfas a:hover {
    text-decoration: underline;
}
@media screen and (max-width : 767px){
    .sec-greeting{
        margin-bottom: 14%;
    }
    .sec-greeting .flex{
        display: block;
    }
    .sec-greeting .flex .ttl{
        width: 100%;
    }
    .sec-greeting .flex .ttl h2{
        font-size: 6.933vw;
    }
    .sec-greeting .flex .txt{
        margin-top: 6%;
        width: 100%;
    }
    .sec-greeting .flex .txt p{
        font-size: 4.267vw;
    }
    .sec-greeting .bubbles_wrap{
        margin-top: 12%;
    }
    .sec-greeting .bubbles {
        display: inline-block;
        text-align: center;
        position: relative;
    }
    .sec-greeting .bubbles p{
        width: 100%;
        position: relative;
        text-align: center;
        z-index: 2;
    }
    .individual-bubble {
        position: absolute;
        border-radius: 100%;
        bottom: 20px;
        background-color: rgba(12,134,182,.15);
        z-index: 1;
    }

    .top-pfas {
        margin-top: 50px;
        display: block;
    }
    .top-pfas img{
        margin-right: 0;
        margin-bottom: 2rem;
    }
}

/* ------------------------------
sec-premium
------------------------------ */
.sec-premium{
    padding: 100px 0;
    background: url("../img/top/bg_premium.jpg") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.whitebox{
    position: relative;
    width: 92%;
    max-width: 752px;
    margin: 0 auto 0 0;
    padding: 60px 70px 100px 140px;
    background: rgba(255,255,255,.7);
    border-bottom: 2px solid #0C86B6;
    box-sizing: border-box;
}
.whitebox p{
    font-size: 1.6rem;
    font-weight: 2;
}
.sec-premium h2{ margin-bottom: 40px;}
.sec-premium .lead{
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.sec-premium .btn_wrap{
    position: absolute;
    bottom: 7px;
    right: 23px;
    text-align: right;
}
.sec-premium .more_btn{
    padding-bottom: 0;
    border-bottom: none;
}

@media screen and (max-width : 767px){
    .sec-premium{
        padding: 14% 0;
    }
    .whitebox{
        width: 92%;
        max-width: inherit;
        margin: 0 auto;
        padding: 8% 6%;
    }
    .whitebox p{
        font-size: 3.733vw;
    }
    .sec-premium h2{ 
        width: 80%;
        margin: 0 auto 8% auto;
    }
    .sec-premium .lead{
        font-size: 5.867vw;
        line-height: 1.65;
        text-align: center;
        margin-bottom: 10px;
    }

    .sec-premium .btn_wrap{
        position: relative;
        margin: 8% 0 0 auto;
        bottom: auto;
        right: auto;
        text-align: right;
    }

}

/* ------------------------------
sec-select
------------------------------ */
.sec-select{
    padding: 100px 0 200px 0;
    box-sizing: border-box;
}

.sec-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-head .en{
    font-size: 12rem;
    font-weight: 900;
    line-height: 1;
    color: #A79D92;
}
.sec-head .subTtl{}
.subTtl p{
    font-size: 1.6rem;
    line-height: 1;
}
.subTtl p.lead{
    font-size: 3.2rem;
    margin-bottom: 30px;
}

.sec-select .sec-head{ flex-direction: row-reverse;}

.sort-container{
    margin-top: 50px;
}

.sort-btn{
    padding-bottom: 30px;
    border-bottom: 1px solid #4F493C;
    box-sizing: border-box;
}
.sort-btn+.sort-btn{ margin-top: 30px;}
.sort-btn dt{
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.sort-btn li{ position: relative;}
.sort-btn input[type=radio] {
        position: absolute;
        visibility:hidden;
        width:1px;
}
.sort-btn .radio_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sort-btn .radio_wrap li+li{ margin-left: 20px;}

.sort-btn .radio_wrap .label {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    padding: 5px 16px 6px 16px;
    text-align: center;
    background: #52ADD1;
    border: 6px solid #8BC8DF;
    border-radius: 10px;
    cursor: pointer;

}
.sort-btn .radio_wrap input[type="radio"]:checked + label {
    background: #DB536B;
    border: 6px solid #F0BAB8;
}

.sort-result_wrap{
    margin-top: 50px;
}
.sort-result_wrap h3{
    font-size: 3.2rem;
    margin-bottom: 50px;
}

.recommend_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.recommend_wrap .recommend_box{
    width: calc(92% / 5);
    max-width: 200px;
}
.recommend_wrap .recommend_box{
    margin-right: 2%;
    margin-bottom: 20px;
}
.recommend_wrap .recommend_box:nth-of-type(5n){ margin-right: 0;}

.recommend_wrap .recommend_box a{
    position: relative;
    display: block;
    border-radius: 40px 40px 0 0;
    box-shadow: 3px 3px 6px 0 rgba(0,0,0,.16);
    overflow: hidden;
    box-sizing: border-box;
    transition: .4s;
}
.recommend_wrap .recommend_box a:hover{ opacity: .7;}

.recommend_wrap .recommend_box .img{
    position: relative;
    height: 200px;
    z-index: 1;
}
.recommend_wrap .recommend_box .ttl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.recommend_wrap .recommend_box .ttl p{
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
}

.recommend_wrap .recommend_box .ttl.products01{background: #A03FB5;}
.recommend_wrap .recommend_box .ttl.products02{ background: #3FB557;}



@media screen and (max-width : 767px){
    .sec-select{
        padding: 12% 0;
    }
    .sec-head{
        display: flex;
    }
    .sec-select .sec-head{
        display: block;
    }
    .sec-head .en{
        font-size: 13.333vw;
    }
    .subTtl p{
        font-size: 3.733vw;
    }
    .subTtl p.lead{
        margin-top: 5%;
        font-size: 5.867vw;
        margin-bottom: 5%;
    }

    .sort-container{
        margin-top: 10%;
    }

    .sort-btn{
        padding-bottom: 3%;
    }
    .sort-btn+.sort-btn{ margin-top: 5%;}
    .sort-btn dt{
        font-size: 4.8vw;
        margin-bottom: 5%;
    }
    .sort-btn .radio_wrap{
        flex-wrap: wrap;
    }
    .sort-btn .radio_wrap li{
        margin: 0 3% 3% 0;
    }
    .sort-btn .radio_wrap li+li{ margin-left: 0;}

    .sort-btn .radio_wrap .label {
        display: inline-block;
        font-size: 3.733vw;
        padding: 4px 14px 5px 14px;
        border: 3px solid #8BC8DF;
    }
    .sort-btn .radio_wrap input[type="radio"]:checked + label {
        border: 3px solid #F0BAB8;
    }

    .sort-result_wrap{
        margin-top: 10%;
    }
    .sort-result_wrap h3{
        font-size: 5.867vw;
        margin-bottom: 10%;
    }

    .recommend_wrap .recommend_box{
        width: 48%;
        max-width: inherit;
    }
    .recommend_wrap .recommend_box{
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .recommend_wrap .recommend_box:nth-of-type(5n){ margin-right: 4%;}
    .recommend_wrap .recommend_box:nth-of-type(2n){ margin-right: 0;}

    .recommend_wrap .recommend_box .img{
        height: 44vw;
    }

    .recommend_wrap .recommend_box .ttl p{
        font-size: 3.733vw;
    }

}

/* ------------------------------
sec-prwarter
------------------------------ */
.sec-prwarter{
    background: #42b7ad;
/*    background: #3266F7;*/
}
.sec-prwarter .sec-head{
    display: block;
    padding: 100px 0;
    text-align: center;
    box-sizing: border-box;
}
.sec-prwarter .sec-head img{
    width: 100%;
    max-width: 1164px;
}

.box-oem{
    padding: 100px 0;
    background: url("../img/top/bg_oem.jpg") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.box-oem h3{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 35px;
}


@media screen and (max-width : 767px){
    .sec-prwarter .sec-head{
        padding: 10% 0;
    }

    .box-oem{
        padding: 14% 0;
    }
    .box-oem h3{
        font-size: 5.333vw;
        margin-bottom: 6%;
    }


}



/* ------------------------------
sec-pickup
------------------------------ */
.sec-pickup{
    padding: 90px 0;
    box-sizing: border-box;
}
.sec-head .subTtl .btn_wrap{
    position: relative;
    top: 20px;
}
.post_list_wrap.post-pickup{
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.post_list_wrap.post-pickup .post{
    width: calc(98.6% / 3);
    max-width: 350px;
    margin: 0 1.3% 20px 0;
}
.post_list_wrap.post-pickup .post:nth-of-type(3n){ margin-right: 0;}

.post_list_wrap.post-pickup .post .post-img{
    height: 234px;
}

.post_list_wrap.post-pickup .post .post-txt .post-cat{
    position: relative;
    top: -1px;
    text-align: right;
    line-height: 1;
}
.post_list_wrap.post-pickup .post .post-txt .post-cat a{
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1.6rem;
    background: #DB536B;
    margin: 0 0 15px 0;;
    padding: 8px 10px;
    box-sizing: border-box;
}
.post_list_wrap.post-pickup .post .post-txt .post-ttl{
    display: block;
    font-size: 1.6rem;
    line-height: 2;
}

.post_list_wrap.post-pickup .post a,
.post_list_wrap.post-pickup .post a img{ transition: .4s;}
.post_list_wrap.post-pickup .post a:hover,
.post_list_wrap.post-pickup .post a:hover img{ opacity: .7;}

@media screen and (max-width : 767px){
    .sec-pickup{
        padding: 10% 0;
    }
    .sec-head .subTtl .btn_wrap{
        top: 3vw;
    }
    .post_list_wrap.post-pickup{
        margin-top: 16%;
        display: block;
    }
    .post_list_wrap.post-pickup .post{
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .post_list_wrap.post-pickup .post:nth-of-type(3n){ margin-right: auto;}
    .post_list_wrap.post-pickup .post+.post{ margin-top: 8%;}

    .post_list_wrap.post-pickup .post .post-img{
        height: 60vw;
    }
    .post_list_wrap.post-pickup .post .post-txt .post-cat a{
        font-size: 3.733vw;
        margin-bottom: 10px;
    }
    .post_list_wrap.post-pickup .post .post-txt .post-ttl{
        font-size: 3.733vw;
    }

}

/* ------------------------------
sec-blog
------------------------------ */
.sec-blog{
    padding: 90px 0 100px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f6ff+0,7db9e8+100 */
    background: #e5f6ff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #e5f6ff 0%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #e5f6ff 0%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #e5f6ff 0%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f6ff', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    box-sizing: border-box;
}
.sec-blog .wrap{
    display: flex;
    justify-content: space-between;
}
.sec-blog .sec-head{
    position: relative;
    width: 27%;
    top: -20px;
    align-items: flex-start;
    flex-direction: column;
    margin-right: 40px;
}
.sec-blog .post_list_wrap.post-blog{ width: 73%;}

.post_list_wrap.post-blog .post{
    display: flex;
    justify-content: space-between;
}
.post_list_wrap.post-blog .post+.post{ margin-top: 40px;}

.post_list_wrap.post-blog .post .post-img{
    width: 28%;
    max-width: 200px;
    height: 147px;
    transition: .4s;
}
.post_list_wrap.post-blog .post .post-img:hover{
    opacity: .7;
}
.post_list_wrap.post-blog .post .post-txt{
    position: relative;
    width: 67%;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.post_list_wrap.post-blog .post .post-txt .post-ttl{
    font-size: 1.6rem;
    line-height: 2;
    text-decoration: underline;
}
.post_list_wrap.post-blog .post .post-txt .post-ttl:hover{ text-decoration: none;}

.post_list_wrap.post-blog .post .post-txt .post-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.post_list_wrap.post-blog .post .post-txt .post-info .post-cat{
    position: relative;
    top: 3px;
    max-width: calc(100% - 10rem);
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    color: #FFF;
    background: #0C86B6;
    margin: 0 6px 6px 0;
    padding: 4px 20px;
    box-sizing: border-box;
    transition: .4s;
}
.post_list_wrap.post-blog .post .post-txt .post-info .post-cat:hover{ opacity: .7;}
.post_list_wrap.post-blog .post .post-txt .post-info .post-date{ width: 8rem; font-size: 1.4rem;}

@media screen and (max-width : 767px){
    .sec-blog{
        padding: 10% 0;
    }
    .sec-blog .wrap{
        display: block;
    }
    .sec-blog .sec-head{
        width: 100%;
        position: relative;
        top: 0;
        margin-right: 0;
        flex-direction: row;
        margin-bottom: 12%;
    }
    .sec-blog .sec-head .subTtl .btn_wrap{ top: 11px;}
    .sec-blog .post_list_wrap.post-blog{ width: 100%;}
    .post_list_wrap.post-blog .post{
        display: flex;
        justify-content: space-between;
    }
    .post_list_wrap.post-blog .post+.post{ margin-top: 8%;}

    .post_list_wrap.post-blog .post .post-img{
        width: 42%;
        max-width: inherit;
        height: 28vw;
    }
    .post_list_wrap.post-blog .post .post-txt{
        position: relative;
        width: 52%;
        padding-bottom: 0;
    }
    .post_list_wrap.post-blog .post .post-txt .post-ttl{
        font-size: 3.733vw;
        line-height: 1.65;
    }
    .post_list_wrap.post-blog .post .post-txt .post-info{
        position: relative;
        margin-top: 4%;
    }
    .post_list_wrap.post-blog .post .post-txt .post-info .post-cat{
        top: 3px;
        max-width: calc(100% - 20vw);
        font-size: 2.667vw;
        padding: 4px 10px;
        margin-bottom: 5px;
    }
    .post_list_wrap.post-blog .post .post-txt .post-info .post-date{ width: 17vw; font-size: 3.2vw;}

}

/* ------------------------------
sec-news
------------------------------ */
.sec-news{
    padding: 90px 0;
    box-sizing: border-box;
}
.sec-head .subTtl .btn_wrap{
    position: relative;
    top: 20px;
}
.post_list_wrap.post-news{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.post_list_wrap.post-news .post{
    width: 48%;
    max-width: 490px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.post_list_wrap.post-news .post .post-txt .post-date{
    font-size: 1.4rem;
}

.post_list_wrap.post-news .post .post-txt .post-ttl{
    display: block;
    font-size: 1.6rem;
    line-height: 2;
    transition: .4s;
}
.post_list_wrap.post-news .post .post-txt .post-ttl:hover{ opacity: .7;}


@media screen and (max-width : 767px){
    .sec-news{
        padding: 10% 0;
    }
    .sec-head .subTtl .btn_wrap{
        position: relative;
        top: 11px;
    }
    .post_list_wrap.post-news{
        margin-top: 10%;
        display: block;
    }
    .post_list_wrap.post-news .post{
        width: 100%;
        max-width: inherit;
        padding-bottom: 10px;
    }

    .post_list_wrap.post-news .post .post-txt .post-date{
        font-size: 3.2vw;
    }

    .post_list_wrap.post-news .post .post-txt .post-ttl{
        font-size: 3.733vw;
    }


}

/* ------------------------------
sec-sns
------------------------------ */
.sec-sns{
    margin: 30px auto 200px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}
.sec-sns h2.en{
    font-size: 6.0rem;
    line-height: 1;
    color: #A79D92;
    font-weight: 900;
    margin-bottom: 25px;
}
.sns_container{
    width: 48%;
    max-width: 490px;
}
.sns_container.-insta .sns_box{}
.sns_container.-insta .sns_box ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.sns_container.-insta .sns_box li{
    width: calc(92% / 3);
    max-width: 150px;
    margin: 0 4% 30px 0;
}
.sns_container.-insta .sns_box li:nth-of-type(3n){ margin-right: 0;}


@media screen and (max-width : 767px){
    .sec-sns{
        margin: 5% auto 14% auto;
        display: block;
    }
    .sec-sns h2.en{
        font-size: 8vw;
        margin-bottom: 6%;
    }
    .sns_container{
        width: 100%;
        max-width: inherit;
    }
    .sns_container+.sns_container{ margin-top: 8%;}

    .sns_container.-insta .sns_box li{
        width: calc(92% / 3);
        max-width: inherit;
        margin: 0 4% 4% 0;
    }

}







