@charset "utf-8";

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* kv
-----------------------------------------------------------------*/
.kv{
  position: relative;  
}
.kv::before{
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 90.63vw;
  height: 100%;
  background: var(--orange);;     
}
.kv h1{
  position: absolute;
  right: 3.67vw;
  top: 19.38vw;
  z-index: 10;
  color: var(--light);
  transform: rotate(0.05deg);  
}
.kv h1 .en{
  display: block;
  font-size: 8.2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .05em;
}
.kv h1 .en span{
  letter-spacing: .1em;  
}
.kv h1 .ja{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: right; 
}
.pic-kv{
  position: relative;
  width: 81.25vw;
  padding-bottom: 80px;  
}


/* atelierkitchen
-----------------------------------------------------------------*/
.atelierkitchen{
  position: relative;
  overflow: hidden;
  padding: 100px 0 0;
}
.atelierkitchen::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 390px;
  background: var(--orange);     
}
.atelierkitchen .sec-hd::before{
  position: absolute;
  left: -140px;
  top: -30px;
  content: "";
  display: block;
  width: 1280px; 
  height: 360px;
  background: url(../img/atelierkitchen/bg_atelier_kitchen.png) no-repeat;
  background-size: 100% auto;
      
}
.atelierkitchen .inner{
  position: relative;
  z-index: 5;  
}
.atelierkitchen .sec-hd{
  position: relative;
  margin-bottom: 80px;
}
.atelierkitchen .sec-hd .ttl-sub{
  margin-bottom: 25px;
  position: relative;
  z-index: 10;  
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  transform: rotate(0.05deg); 
}
.atelierkitchen .sec-hd .ttl-sub strong{
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--orange);
}
.atelierkitchen .sec-hd h2{
  position: relative;
  z-index: 10;  
  margin-bottom: 30px;
  transform: rotate(0.05deg);
  font-weight: 600; 
}
.atelierkitchen .sec-hd h2 small{
  display: block;
  margin-bottom: 10px;
  font-size: 3.2rem; 
}
.atelierkitchen .sec-hd h2 span{
  display: block;
  font-size: 8rem;
  text-indent: -.5em;
  line-height: 1;
}
.atelierkitchen .sec-hd .txt{
  position: relative;
  z-index: 10;  
  font-size: 1.6rem;
  line-height: 2.2;
  transform: rotate(0.05deg); 
}
.atelierkitchen .point-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;  
}
.atelierkitchen .point-list li{
  position: relative;
  width: calc((100% - 40px)/3);
  padding: 40px 30px 30px;
  background: #fff;
  border: 1px solid var(--orange);
  border-radius: 16px;
  text-align: center;  
}
.atelierkitchen .point-list h3{
   margin-bottom: 15px;
   font-size: 2.2rem;
   font-weight: 500;
   transform: rotate(0.05deg);
}
.atelierkitchen .point-list .ico{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  width: 100%;
  height: 40px;
  background: var(--orange);
  border-radius: 100vmax;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
     
}
.atelierkitchen .point-list .thumb{
  position: relative;  
}
.atelierkitchen .point-list .thumb .caption{
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: 1.2rem;  
}
.atelierkitchen .point-list li:nth-child(1) .caption{
  color: #fff;
}


/* about
-----------------------------------------------------------------*/
.about{
  padding: 120px 0 100px;
  background: #EFEDEB;
  overflow: hidden; 
}
.about h2{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  font-size: 3.2rem;
  font-weight: 700;  
}
.about h2::before{
  position: absolute;
  left: -140px;
  top: -60px;
  content: "";
  display: block;
  width: 900px;
  height: 180px;
  background: url(../img/atelierkitchen/bg_about.png) no-repeat;
  background-size: 100% auto;     
}
.about h2 span{
  position: relative;
  z-index: 5;
  display: block;
  transform: rotate(0.05deg);  
}
.about h2 + .txt{
  margin-bottom: 40px;
  text-align: center;
  line-height: 2.2;
  font-size: 1.6rem;
  transform: rotate(0.05deg);    
}


/* merit
-----------------------------------------------------------------*/
.merit{
  padding: 200px 0 100px;
  background: var(--orange);
}
.merit h2{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  font-size: 3.2rem;
  font-weight: 700;  
}
.merit h2::before{
  position: absolute;
  right: -140px;
  top: -60px;
  content: "";
  display: block;
  width: 800px;
  height: 180px;
  background: url(../img/atelierkitchen/bg_merit.png) no-repeat;
  background-size: 100% auto;     
}
.merit h2 span{
  position: relative;
  z-index: 5;
  display: block;
  transform: rotate(0.05deg);  
}
.merit .layout-box{
  gap: 40px;  
}
.merit .txt-area{
  max-width: 500px;  
}
.merit .txt-area .pic+.pic{
  margin: 25px 0 60px;  
}
.feature-list{
  display: grid;
  gap: 30px;  
}
.feature-list li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;  
}
.feature-list li > div{
  display: flex;
}
.feature-list .num-merit{
  flex-shrink: 0;
  margin-right: 16px;
  transform: rotate(0.05deg); 
}
.feature-list .num-merit span{
  display: block;
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--light);
  text-align: center;
}
.feature-list .num-merit strong{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  background: var(--light);
  color: var(--orange);
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
}
.feature-list .txt{
  font-weight: 600;
  transform: rotate(0.05deg);
  line-height: 1.5;   
}
.feature-list .txt small{
  display: block;
  font-size: 2rem;
   color: var(--light);
}
.feature-list .txt span{
  display: block;
  font-size: 2.8rem;
}
.feature-list .thumb{
  position: relative;
  flex-shrink: 0;
  width: 150px;
  margin-left: 15px;  
}
.feature-list .thumb .caption{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 1.2rem;
  transform: rotate(0.05deg);  
}
.merit .pic-area{
  max-width: 560px;  
}
.merit .pic-area .layout-pc{
	margin-bottom: 30px;
}

/* cta
-----------------------------------------------------------------*/
.cta{
  padding: 80px 0;
}
.cta .btn-plan a{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  width: 100%;
  height: 105px;
  margin-inline: auto;
  border-radius: 100vmax;
  background: #362403;
  color: var(--light);
  transition: .3s;  
}
.cta .btn-plan a span{
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  transform: rotate(0.05deg);  
}
.cta .btn-plan a:hover{
  background: var(--orange);  
}
.page-notes{
  padding: 40px 0;
  background: rgba(54,36,3,0.08);  
}












/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/* kv
-----------------------------------------------------------------*/
  .kv::before{
    width: 90vw;
  }
  .kv h1{
    right: 2vw;
    top: 18vw;
  }
  .kv h1 .en{
    font-size: 4.8rem;
  }
  .kv h1 .ja{
    font-size: 1.6rem;
  }
  .pic-kv{
    position: relative;
    width: 90vw;
    padding-bottom: 10vw;  
  }


/* atelierkitchen
-----------------------------------------------------------------*/
  .atelierkitchen{
    padding: 60px 0 0;
  }
  .atelierkitchen::after{
    display: none; 
  }
  .atelierkitchen .sec-hd::before{
    left: 0;
    top: -5px;
    width: 100%; 
    height: 28vw;     
  }
  .atelierkitchen .sec-hd{
    position: relative;
    margin-bottom: 80px;
  }
  .atelierkitchen .sec-hd .ttl-sub{
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .atelierkitchen .sec-hd .ttl-sub strong{
    font-size: 2.8rem;
  }
  .atelierkitchen .sec-hd h2{
    margin-bottom: 30px;
  }
  .atelierkitchen .sec-hd h2 small{
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.6; 
  }
  .atelierkitchen .sec-hd h2 span{
    font-size: 3.5rem;
  }
  .atelierkitchen .sec-hd .txt{
    font-size: 1.4rem;
    line-height: 2;
  }
  .atelierkitchen .point-list{
    display: block;
    margin-bottom: 40px;  
  }
  .atelierkitchen .point-list li{
    width: fit-content;
  }
  .atelierkitchen .point-list li:nth-child(n+2){
    margin-top: 40px;  
  }
  .atelierkitchen  .pic-main{
    margin-inline: calc(50% - 50vw);
  }


/* about
-----------------------------------------------------------------*/
  .about{
    padding: 60px 0 50px;
  }
  .about h2{
    margin-bottom: 40px;
    font-size: 2.2rem; 
  }
  .about h2::before{
    left: 0;
    top: -10px;
    width: 100%;
    height: 60px;
    background-size: auto 100%;     
  }
  .about h2 span{
    position: relative;
    z-index: 5;
    display: block;
    transform: rotate(0.05deg);  
  }
  .about h2 + .txt{
    margin-bottom: 40px;
    text-align: justify;
    line-height: 2;
    font-size: 1.4rem;   
  }
  .about .figure{
    margin-right: calc(50% - 50vw);  
  }
  .pic-figure{
    max-width: none;
    width: 580px;
    margin-right: 20px;  
  }
  .about .figure span{
    display: block;
    padding-bottom: 15px;
  }
  .scroll-hint-icon-wrap {
    z-index: 100;
  }


/* merit
-----------------------------------------------------------------*/
  .merit{
    padding: 60px 0 50px;
  }
  .merit h2{
    margin-bottom: 50px;
    font-size: 2.2rem; 
  }
  .merit h2::before{
    position: absolute;
    right: 0;
    top: -10px;
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background-position: right top;
    background-size: auto 100%;     
  }
  .merit h2 span{
    position: relative;
    z-index: 5;
    display: block;
    transform: rotate(0.05deg);  
  }
  .merit .layout-box{
    display: block;
  }
  .merit .layout-sp{
    margin-bottom: 40px;
  }
  .merit .txt-area{
    margin-inline: auto; 
  }
  .merit .txt-area .pic+.pic{
    margin: 25px 0 40px;  
  }
  .feature-list{
    margin-bottom: 40px;  
  }
  .feature-list .num-merit{
    margin-right: 10px;
  }
  .feature-list .num-merit span{
    font-size: 1.2rem;
  }
  .feature-list .num-merit strong{
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
  .feature-list .txt small{
    font-size: 1.5rem;
  }
  .feature-list .txt span{
    display: block;
    font-size: 2.2rem;
  }
  .feature-list .thumb{
    width: 28%;
    margin-left: 10px;  
  }
  .feature-list .thumb .caption{
    font-size: 1rem; 
  }
  .merit .pic-area{
    margin-inline: auto;  
  }


/* cta
-----------------------------------------------------------------*/
  .cta{
    padding: 50px 0;
  }
  .cta .btn-plan a{
    height: 80px;
  }
  .cta .btn-plan a span{
    font-size: 1.6rem;
  }
  .cta .btn-plan a:hover{
    background: #362403;  
  }



}