@charset "UTF-8";



/*
* レイアウト
*/
#cheesetart {
  position: relative;
  width: 100vw;
  margin: 0;
  padding: 0 0 100px 0;
  background-color: #F9D257;
  overflow: hidden;
}


/*
* ページヘッダー
*/
#mv {
  object-fit: cover;
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
}


/*
* 葉っぱ
*/
#cheesetart img.parts02 {
  position: absolute;
  width: 380px;
}
#cheesetart img.happa01 {
  top: 500px;
  left: -50px;
}
#cheesetart img.happa02 {
  bottom: -100px;
  left: -50px;
  transform: rotate(-30deg);
}
#cheesetart img.happa03 {
  top: 1000px;
  right: -50px;
  transform: rotate(180deg);
}


/*
* チーズタルト
*/
#came {
  position: relative;
  margin: -50px 0 0 0;
  padding: 0;
}
#came .back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: #FFFFFF;
}
#came img.title {
  width: 280px;
  margin: 0 0 20px 0;
}
#came h2 {
  margin: 0 0 80px 0;
  padding: 0;
  text-align: center;
  color: #F9D051;
  font-size: 55px;
  font-weight: 600;
}
#came section {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}
#came .text {
  flex: 1;
}
#came h3 {
  margin: 0 0 40px 0;
  padding: 0;
  color: #F9D051;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
}
#came p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
#came img.pict {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#came .pictWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 auto 0 0;
}
#came .pictWrap img {
  object-fit: cover;
  width: 340px;
  max-width: calc(50% - 10px);
  height: 250px;
}
#came img.parts01 {
  display: block;
  width: 410px;
  margin: 0 0 0 auto;
}








/*
* スマホ用
*/


@media screen and (max-width:992px){


  /*
  * レイアウト
  */
  #cheesetart {
    padding: 0 0 100px 0;
  }


  /*
  * ページヘッダー
  */
  #mv {
    object-fit: cover;
    height: 50vw;
  }


  /*
  * 葉っぱ
  */
  #cheesetart img.parts02 {
    position: absolute;
    width: 30vw;
  }
  #cheesetart img.happa01 {
    top: 50vw;
    left: -5vw;
  }
  #cheesetart img.happa02 {
    bottom: 0vw;
    left: -5vw;
    transform: rotate(-30deg);
  }
  #cheesetart img.happa03 {
    top: 100vw;
    right: -5vw;
    transform: rotate(180deg);
  }


  /*
  * 幸運のチーズケーキって？
  */
  #came {
    margin: -50px 0 0 0;
  }
  #came .back {
    gap: 40px;
    padding: 20px 20px;
  }
  #came img.title {
    width: 80%;
    margin: 0;
  }
  #came h2 {
    margin: 0;
    font-size: 6vw;
  }
  #came section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #came .text {
    order: 1;
    flex: none;
  }
  #came h3 {
    margin: 0 0 20px 0;
    font-size: 5.5vw;
  }
  #came p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  #came .pictWrap {
    flex-direction: column;
  }
  #came .pictWrap img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
  }
  #came img.parts01 {
    width: 80%;
  }














}
