@charset "utf-8";


/*--------------
 mainSlider
---------------*/
.mainSlider{
 position: relative;
 margin-bottom: 150px;
}
.mainSlider .sliderLi{
 width: 100%;
 height: 49vw;
 min-height: 628px;
 max-height: 778px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 position: relative;
}
.mainSlider .slider01{ background-image: url("/images/home/mainImg01.jpg");}
.mainSlider .slider02{ background-image: url("/images/home/mainImg02.jpg");}
.mainSlider .slider03{ background-image: url("/images/home/mainImg03.jpg");}
.mainSlider .slider04{ background-image: url("/images/home/mainImg04.jpg");}
.mainSlider .slider05{ background-image: url("/images/home/mainImg05.jpg");}

.mainSlider .textWrap{
 width: 1060px;
 margin: 0 auto;
 position: relative;
 padding-top: 15%;
}
.mainSlider .textWrap::before{
 content: "";
 display: block;
 position: absolute;
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
}
.mainSlider .slider02 .textWrap::before{
 background-image: url("/images/home/tori02.png");
 width: 177px;
 height: 164px;
 top: 33%;
 left: 389px;
}
.mainSlider .slider03 .textWrap::before{
 background-image: url("/images/home/tori03.png");
 width: 156px;
 height: 181px;
 top: 28%;
 left: 435px;
}
.mainSlider .slider04 .textWrap::before{
 background-image: url("/images/home/tori04.png");
 width: 145px;
 height: 145px;
 top: 37%;
 left: 407px;
}
.mainSlider .slider05 .textWrap::before{
 background-image: url("/images/home/tori05.png");
 width: 156px;
 height: 176px;
 top: 30%;
 left: 336px;
}
.mainSlider .textWrap .subtitle{
 font-size: 1.6rem;
 margin-bottom: 13px;
 font-weight: 500;
 letter-spacing: 0.12em;
}
.mainSlider .textWrap h1{
 font-size: 1.8rem;
 margin-top: 28%;
 color: #ffffff;
 margin-left: 120px;
}
.mainSlider .textWrap h2{
 font-size: 9rem;
 margin-bottom: 31px;
 color: #9fa0a0;
 letter-spacing: 0.01em;
 font-weight: 400;
 margin-left: -5px;
 line-height: 1;
}
.mainSlider .textWrap h3{
 font-size: 2rem;
 margin-bottom: 26px;
 letter-spacing: 0.2em;
}
.mainSlider .textWrap h3 span{ letter-spacing: 0.4em;}
.mainSlider .textWrap .text{
 font-size: 1.6rem;
 line-height: 2.8rem;
 letter-spacing: 0.1em;
}
.mainSlider .slider02 .textWrap h2 span{ color: #eb6e8f;}
.mainSlider .slider03 .textWrap h2 span{ color: #00b0ec;}
.mainSlider .slider04 .textWrap h2 span{ color: #f6ab00;}
.mainSlider .slider05 .textWrap h2 span{ color: #aacd06;}

.mainSlider .sliderLi small{
 display: block;
 text-align: right;
 font-size: 8px;
 color: #444;
 text-shadow: 0px 0px 4px rgba(255,255,255,0.7);
 position: absolute;
 bottom: 12px;
 right: 13px;
}

.mainSlider .sliderLi .movieWrap{
 position: absolute;
 right: 24%;
 top: 66%;
 color: #fff;
 font-size: 1.4rem;
 text-align: center;
}
.mainSlider .sliderLi .conceptMovie{
 position: relative;
 display: block;
 border: 3px solid #fff;
 border-radius: 3px;
 background-color: #221713;
 margin-bottom: 10px;
 overflow: hidden;/*Edge IEの崩れ防止*/
}
.mainSlider .sliderLi .conceptMovie img{
 opacity: 0.6;
 transition: opacity 0.3s;
}
.mainSlider .sliderLi .conceptMovie:hover img{ opacity: 0.4;}
.mainSlider .sliderLi .conceptMovie::after{
 content: "";
 background: url("/images/home/icon_play.png") no-repeat center;
 background-size: contain;
 width: 26px;
 height: 26px;
 position: absolute;
 top: calc(50% - 13px);
 left: calc(50% - 13px);
}



/*sliderの下側ドット*/
.slick-dots{
 position: absolute;
 bottom: 80px;
 left: calc(50% - 150px);
 display: flex;
 justify-content: center;
 align-items: center;
 width: 300px;
}
.slick-dots li{
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background-color: #c5c5c5;
 cursor: pointer;
}
.slick-dots li:not(:last-of-type){ margin-right: 9px;}
.slick-dots li.slick-active{ background-color: #003f7e;}
.slick-dots li button{
 opacity: 0;
 visibility: hidden;
}

@supports (-ms-ime-align: auto){/*Edgeのみ適用*/
 .mainSlider .slick-track{ transition-property: all !important;}/*カクカク解消*/
}




/*---------------
 プロダクト
-----------------*/
.section-Products{ margin-bottom: 130px;}
.section-Products > ul{
 display: flex;
 justify-content: center;
 align-items: center;
}
.section-Products .marukei-mellina{
 width: 100%;
 margin-bottom: 100px;
}
.section-Products .marukei-mellina li{ width: 50%;}
.section-Products .marukei-mellina .marukeiArea{ background-color: #fafbff;}
.section-Products .marukei-mellina .mellinaArea{ background-color: #fffcfc;}
.section-Products .marukei-mellina li a{
 display: block;
 padding: 50px 0;
}
.section-Products .marukei-mellina li img{
 display: block;
 height: auto;
 margin: 0 auto;
 transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.8);
}
.section-Products .marukei-mellina .marukeiArea img{ width: 386px;}
.section-Products .marukei-mellina .mellinaArea img{ width: 397px;}

.section-Products .marukei-mellina li a:hover img{ transform: scale(1.07) rotate(0.01deg);}
.section-Products .marukei-mellina li h3{
 display: block;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 width: 206px;
 height: 38px;
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: contain;
 margin: 0 auto 36px;
}
.section-Products .marukei-mellina .marukeiArea h3{
 background-image: url("/images/home/product_marukei.png");
 margin-top: 18px;
}
.section-Products .marukei-mellina .mellinaArea h3{
 background-image: url("/images/home/product_mellina.png");
 margin-top: 17px;
}
.section-Products .marukei-mellina li p{
 text-align: justify;
 text-justify: inter-ideograph;
 font-size: 1.4rem;
 line-height: 2.4rem;
 width: 412px;
 margin: 0 auto;
}

.section-Products .search-tray{
 width: 1020px;
 margin: 0 auto;
 align-items: flex-start;
}
.section-Products .search-tray li > a{
 width: 470px;
 height: 190px;
 display: block;
 position: relative;
 overflow: hidden;
 z-index: 1;
}
.section-Products .search-tray li > a::before{
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
 transform-origin: 30% center;
}
.section-Products .search-tray li > a:hover::before{ transform: scale(1.07) rotate(0.01deg);}
.section-Products .search-tray li .searchLink::before{ background-image: url("/images/home/product_search.jpg");}
.section-Products .search-tray li .trayLink::before{ background-image: url("/images/home/product_tray.jpg");}
.section-Products .search-tray li > a h3{
 position: absolute;
 font-size: 1.2rem;
 color: #777;
 text-align: center;
 top: 70px;
 right: 23px;
 width: 200px;
 transform: translateZ(0);/*safariがたつき解消*/
}
.section-Products .search-tray li > a h3 .AvenirMedium{
 display: block;
 font-size: 3rem;
 color: #333;
 margin-bottom: 8px;
}

/*シミュレーターの使い方、トレーセッティング例*/
.section-Products .search-tray .trayHoutoLinks{
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 15px;
}
.section-Products .search-tray .trayHoutoLinks a{
 font-size: 1.4rem;
 color: #003f7e;
 border-bottom: 1px solid #003f7e;
 transition: border-color 0.1s;
}
.section-Products .search-tray .trayHoutoLinks a:nth-of-type(n+2){ margin-left: 45px;}
.section-Products .search-tray .trayHoutoLinks a:hover{ border-color: rgba(255,255,255,0);}




/*---------------
 コーディネート
-----------------*/
.section-Coordinate{ margin-bottom: 150px;}




/*---------------
 安全衛生とQ&A
-----------------*/
.HealthQA{ margin-bottom: 140px;}




/*---------------
 カタログ
-----------------*/
.section-Catalog{
 position: relative;
 z-index: 1;
 margin-bottom: 130px;
}
.section-Catalog::after{
 content: "";
 display: block;
 width: 100%;
 height: 420px;
 position: absolute;
 left: 0;
 bottom: 30px;
 z-index: -1;
 background-color: #f9f9f9;
}
.section-Catalog ul{ margin-bottom: 100px;}




/*---------------
 個人向けオンラインショップ
-----------------*/
.ecshop{
    margin-bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ecshop div {
    margin: 0 auto;
    text-align: center;
}
.ecshop a{
    display: inline-block;
    transition: color 0.2s, opacity 0.2s;
    width: 880px;}

.ecshop a:hover{
    opacity: 0.7;
}


/*---------------
 ニュース 
-----------------*/
.section-News{ margin-bottom: 130px;}
.section-News .sectionTitle{ margin-bottom: 45px;}
.newsList{ margin-bottom: 80px;}
.newsList li:nth-of-type(n+4){ display: none;}/*新着3件のみ表示*/




/*---------------
 採用情報
-----------------*/
.section-Recruit{
 height: 440px;
 background: url("/images/home/bg_recruit.jpg") no-repeat center;
 background-size: cover;
}
.section-Recruit > div{
 width: 958px;
 margin: 0 auto;
 padding-top: 151px;
}
.section-Recruit div h3{
 width: 555px;
 height: 48px;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background: url("/images/home/recruit-text.png") no-repeat center;
 background-size: contain;
 margin-bottom: 23px;
}
.section-Recruit div p{
 color: #fff;
 font-size: 1.6rem;
 margin-bottom: 34px;
}
.section-Recruit div .linkBtn.white{ margin-left: 0;}

/*---------------
 マルケイとメリーナの検索ボタン
-----------------*/
.searchLink-box{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.searchLinkMarukei,
.searchLinkMellina{
    /* width: 410px;
    height: 140px; */
    width: 470px;
    height: 190px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
   }
   /* .searchLinkMarukei{
    border: 1px solid #c5deff;
   }
   .searchLinkMellina{
    border: 1px solid #ffc5c5;
   } */
   .searchLinkMarukei::before,
.searchLinkMellina::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1);
    transform-origin: 30% center;
}
.searchLinkMarukei:hover::before,
.searchLinkMellina:hover::before{ 
    transform: scale(1.07) rotate(0.01deg);
}
.searchLinkMarukei::before{ 
    background-image: url("/images/home/product_search.jpg");
}
   .searchLinkMellina::before{ 
    background-image: url("/images/home/product_mellina.jpg");
}
.searchLinkMarukei h4,
.searchLinkMellina h4{
 position: absolute;
 font-size: 1.2rem;
 color: #777;
 text-align: center;
 top: 70px;
 right: 23px;
 width: 200px;
 transform: translateZ(0);
}

.searchLinkMarukei h4 .AvenirMedium,
.searchLinkMellina h4 .AvenirMedium{
 display: block;
 font-size: 3rem;
 color: #333;
 margin-bottom: 8px;
}

.searchLinkMarukei:hover::before,
.searchLinkMellina:hover::before {
    transform: scale(1.07) rotate(0.01deg);
}




  loaddict: 36.028
*/

