/* CSS Document */
#sec1 {
  background: url("../img/shared/bg2.jpg") repeat center top;
  position: relative;
}
#sec1:before {
  position: absolute;
  content: "";
  background: url("../img/chef/s1_bg.png") no-repeat center top;
  background-size: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#sec1 .group {
  position: relative;
}
#sec1 .group .deco {
  position: absolute;
  top: -9vw;
  left: -1vw;
  right: -1vw;
  z-index: 1;
}
#sec1 .group .box {
  background: url("../img/shared/bg.jpg") repeat center top;
  padding: 5%;
  position: relative;
}
#sec1 .group .box:before {
  position: absolute;
  content: "";
  border: 0.5vw solid #000;
  top: -1vw;
  left: -1vw;
  right: -1vw;
  bottom: -1vw;
  border-top: 0;
}
#sec1 .group .box h3 {
  margin-bottom: 2%;
}
#sec2 ul span {
  border-bottom: 1px solid #a39b8f;
  display: block;
  padding: 10px 0;
}
#sec3 .bg-parallax {
  position: relative;
  height: 0vw !important;
  min-height: 0;
  padding-top: 60%;
}
#sec3 .bg-parallax .img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#sec3 .bg-parallax .img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
#sec4 .toggle-main dl {
  letter-spacing: 0.15em;
  line-height: 32px;
  padding-bottom: 25px;
}
#sec4 .toggle-main dl dt {
  padding-left: 10vw;
  position: relative;
  padding-right: 0;
  padding-bottom: 25px;
}
#sec4 .toggle-main dl dt:before {
  content: "";
  background: url(../img/chef/s8_Q.png) no-repeat center top;
  background-size: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 1vw;
  left: 0;
}
#sec4 .toggle-main dl dd {
  position: relative;
  margin-left: 20vw;
  margin-right: 0;
  background: #fff;
  border-radius: 10px;
  padding: 5vw 5vw 5vw 15vw;
}
#sec4 .toggle-main dl dd:before {
  content: "";
  background: url(../img/chef/s8_A.png) no-repeat center top;
  background-size: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  top: 6vw;
  left: 5vw;
}
#sec5 {
  background: url("../img/shared/bg2.jpg") repeat center top;
}