@charset "UTF-8";
@media screen and (min-width: 768px), print {

.sp { display: none !important;}
.sp-pc1000 { display: block !important;}
.pc{ display: block !important;}

        
.fv{
    
    background: url("../images/fv_pc.jpg");
    background-position: center center;
    background-size: cover;
    height: 700px;
    width: 100%;
    max-width: 1200px;
    background-color: #e6fffc;

}
    
.fv img{
    width: 120px;
    bottom: 120px;
    left: calc(50% - 60px);
}

    
  
    
.summary ul{
    display: flex;
}
    
.summary li{
    width: 31%;
    margin: 0 3.5% 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    
.summary li:last-child{
    margin-right: 0;
}
    
.summary li a.anchor-arrow{
    margin-top: auto;
}
    
.summary li p{margin: 1.4em 0;}
    
.group{
    max-width: 100%;
    display: flex;
}
    
.group-left{
    width: 40%;
    margin-right: 4%;
    margin-top: -20px;
}
    
.group-right{width: 56%;}
    

    
.group-title p{
    padding-bottom: 0.5em;
    font-size: 12px;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: -0.01em;
}
    
.link-all-products {
    display: flex;
    max-width: 100%;
}
    
.link-all-products .bg-cork{
    width: 44%;
    height: 140px; 
    margin: auto;
    padding: 30px;
    
}
    
.link-all-products .bg-cork p{
    
}
    
.link-all-products .bg-img{
    width: 56%;
    height: 140px;   
    background-size: 110%;
}
    
    
.summary,
.group2,
.group3,
.model{
  position: relative;
}
.summary:after,
.group2:after,
.group3:after,
.model:after{
  content: url("../images/bg_green.png");
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0.2;
  width: 240px;
  height: 480px;
  bottom: -220px;
  right: 0;
  left: -180px;
  transform: rotate(30deg);
}

.group2:after{
  left: calc(100% + 30px);
  bottom: -370px;
  transform: rotate(-60deg);
}
    
.group3:after{
  bottom: -400px;
  left: -140px;
}
    
.model:after{
  content: url("../images/bg_green_2.png");
  width: 540px;
  height: 420px;
  top: -30px;
  left: 81%;
  right: 0!important;
  transform: rotate(0deg);
}
/*---------------------------------------------*/
}


@media screen and (min-width: 1000px), print {

.model{
    padding: 90px;
    position: relative;
}
/*---------------------------------------------*/  
}
    
@media screen and (min-width: 1120px), print {
    
.group-title p{
    font-size: 13.2px;
    letter-spacing: 0;
}
    
 
/*---------------------------------------------*/    
}


@media screen and (min-width: 1260px), print {
    
    
.model{
    padding: 90px calc(50% - 540px);
}
    
.group-title p{
    font-size: 14px;
    line-height: 1.8;
    
}
    
/*---------------------------------------------*/    
}

    
    
@media screen and (min-width: 1200px), print {
    
    
.fv{
    margin: 0 auto;

}
/*---------------------------------------------*/
}