@font-face {
  font-family: "head_font";
  src: url(../../common/font/WDXLLubrifontJPN-Regular.ttf) format("truetype");
}
main {
  padding: 60px 20px 0;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0 20px 20px;
  }
}
main .head_area .category_title {
  font-family: "head_font";
  font-size: 50px;
  color: #C87CDB;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .head_area .category_title {
    font-size: 30px;
  }
}
main .head_area .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap {
    display: block;
  }
}
main .head_area .wrap .text_area {
  max-width: 550px;
  margin-right: 20px;
}
main .head_area .wrap .text_area .kitchen_title {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #C87CDB;
  font-weight: bold;
  margin-bottom: 20px;
}
main .head_area .wrap .text_area h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .text_area h1 {
    font-size: 20px;
  }
}
main .head_area .wrap .text_area h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .text_area h2 {
    font-size: 16px;
  }
}
main .head_area .wrap .text_area h2.read_text {
  font-size: 16px;
}
main .head_area .wrap .text_area .chef_profile {
  background: #F6F6F6;
  padding: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  border-radius: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .text_area .chef_profile {
    padding: 10px;
    gap: 20px;
    margin: 20px 0;
  }
  main .head_area .wrap .text_area .chef_profile .photo {
    width: 80px !important;
  }
  main .head_area .wrap .text_area .chef_profile .photo img {
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .head_area .wrap .text_area .chef_profile .photo img {
    width: 80px;
  }
}
main .head_area .wrap .text_area .chef_profile .info {
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .text_area .chef_profile .info {
    width: 250px;
  }
}
main .head_area .wrap .text_area .chef_profile .info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .text_area .chef_profile .info p {
    font-size: 12px;
  }
}
main .head_area .wrap .text_area .chef_profile .info p.name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .text_area .chef_profile .info p.name {
    margin-bottom: 5px;
  }
}
main .head_area .wrap .main_photo {
  width: 560px;
  max-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main .head_area .wrap .main_photo {
    width: auto;
  }
}
main .head_area .wrap .main_photo img {
  width: 100%;
}
main .mid_title {
  color: #C87CDB;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .mid_title {
    font-size: 18px;
  }
}
main .mid_title::before {
  content: "";
  display: block;
  width: 70px;
  height: 10px;
  background: rgba(200, 124, 219, 0.4);
  position: absolute;
  left: -20px;
  top: 8px;
  transform: rotate(-18deg);
}
@media screen and (max-width: 768px) {
  main .mid_title::before {
    width: 40px;
    height: 5px;
    left: -10px;
  }
}
main .ingredients_howtomake {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake {
    margin-top: 40px;
    display: block;
  }
}
main .ingredients_howtomake .ingredients {
  width: 405px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .ingredients {
    width: auto;
    margin-bottom: 20px;
  }
}
main .ingredients_howtomake .ingredients ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  align-items: center;
}
main .ingredients_howtomake .ingredients ul li small {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .ingredients ul li {
    padding: 10px 0;
  }
}
main .ingredients_howtomake .ingredients ul li .detail_quantity {
  text-align: right;
}
main .ingredients_howtomake .ingredients ul li .num {
  color: #fff;
  padding: 20px 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 40px;
  background: #C87CDB;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .ingredients ul li .num {
    font-size: 14px;
    height: 30px;
    padding: 10px;
    margin-right: 10px;
  }
}
main .ingredients_howtomake .howtomake {
  width: 720px;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .howtomake {
    width: auto;
  }
}
main .ingredients_howtomake .howtomake ol {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .howtomake ol {
    margin-top: 20px;
  }
}
main .ingredients_howtomake .howtomake ol li {
  display: flex;
  margin-bottom: 40px;
}
main .ingredients_howtomake .howtomake ol li strong {
  font-weight: bold;
  color: #933;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .howtomake ol li {
    margin-bottom: 20px;
  }
}
main .ingredients_howtomake .howtomake ol li .num {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #C87CDB;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  main .ingredients_howtomake .howtomake ol li .num {
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin-right: 10px;
  }
}
main .ingredients_howtomake .howtomake ol li p span {
  display: inline-block;
  color: #fff;
  background: #C87CDB;
  border-radius: 40px;
  width: 20px;
  line-height: 1.6;
  font-weight: bold;
  height: 20px;
  text-align: center;
  font-size: 0.8em;
  margin: 0 5px;
}
main .ingredients_howtomake .howtomake ol li p b {
  color: #C87CDB;
}
main .ingredients_howtomake .howtomake .point ul {
  margin-top: 20px;
}
main .ingredients_howtomake .howtomake .point ul li {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #F0E6FF;
  border-radius: 10px;
}
main .ingredients_howtomake .howtomake .point ul li span {
  display: inline-block;
  color: #fff;
  background: #C87CDB;
  border-radius: 40px;
  line-height: 1.6;
  font-weight: bold;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  font-size: 0.8em;
}
main .other_recipe {
  margin-top: 60px;
}
main .other_recipe ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  main .other_recipe ul {
    gap: 20px;
    justify-content: space-between;
  }
}
main .other_recipe ul li {
  width: 366px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main .other_recipe ul li {
    width: 47%;
  }
}
main .other_recipe ul li figure {
  height: 100%;
}
main .other_recipe ul li figure a {
  height: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #FBFBFB;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border: solid 1px #fff;
}
main .other_recipe ul li figure a figcaption {
  color: #000;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main .other_recipe ul li figure a figcaption {
    padding: 10px;
  }
}
main .other_recipe ul li figure a:hover {
  border: solid 1px #C87CDB;
  background: #fff;
}
main .other_recipe ul li figure a:hover img {
  transform: scale(1.1);
}
main .other_recipe ul li figure a:hover figcaption {
  color: #C87CDB;
}
main .introduction {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main .introduction {
    margin-top: 40px;
  }
}
main .introduction .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  main .introduction .head {
    gap: 15px;
  }
  main .introduction .head img {
    width: 60px;
  }
}
main .introduction .head .text_area {
  text-align: center;
}
main .introduction .head .text_area h4 {
  font-family: head_font;
  font-weight: normal;
  color: #0042BC;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  main .introduction .head .text_area h4 {
    font-size: 20px;
  }
}
main .introduction .chef_list {
  margin: 40px calc(50% - 50vw) 0;
  width: 100vw;
  background: #F0E6FF;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list {
    margin: 20px calc(50% - 50vw) 0;
    padding: 20px 0;
  }
}
main .introduction .chef_list .carousel_container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list .carousel_container {
    padding: 0 50px;
  }
}
main .introduction .chef_list .carousel_wrapper {
  position: relative;
  overflow: hidden;
}
main .introduction .chef_list ul {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
}
main .introduction .chef_list ul li {
  width: calc(100% - 0px);
  flex-shrink: 0;
}
main .introduction .chef_list ul li .chef_profile {
  height: 100%;
  background: #fff;
  padding: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list ul li .chef_profile {
    display: block;
  }
}
main .introduction .chef_list ul li .chef_profile .photo img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list ul li .chef_profile .photo img {
    margin: auto;
  }
}
main .introduction .chef_list ul li .chef_profile .info {
  width: 80%;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list ul li .chef_profile .info {
    width: auto;
  }
}
main .introduction .chef_list ul li .chef_profile .info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list ul li .chef_profile .info p {
    font-size: 12px;
  }
}
main .introduction .chef_list ul li .chef_profile .info p.name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list ul li .chef_profile .info p.name {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
}
main .introduction .chef_list ul li .chef_profile .info a {
  padding: 5px 30px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background: #0042BC;
  border: solid 1px #0042BC;
}
main .introduction .chef_list ul li .chef_profile .info a:hover {
  background: #fff;
  color: #0042BC;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list ul li .chef_profile .info a {
    text-align: center;
    display: block;
    margin: 20px auto;
  }
}
main .introduction .chef_list .carousel_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #C87CDB;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list .carousel_arrow {
    width: 30px;
    height: 30px;
  }
}
main .introduction .chef_list .carousel_arrow.prev {
  left: 0;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list .carousel_arrow.prev {
    left: 10px;
  }
}
main .introduction .chef_list .carousel_arrow.prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #C87CDB;
  border-bottom: 3px solid #C87CDB;
  transform: rotate(45deg);
  margin-left: 4px;
}
main .introduction .chef_list .carousel_arrow.next {
  right: 0;
}
@media screen and (max-width: 768px) {
  main .introduction .chef_list .carousel_arrow.next {
    right: 10px;
  }
}
main .introduction .chef_list .carousel_arrow.next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #C87CDB;
  border-bottom: 3px solid #C87CDB;
  transform: rotate(-45deg);
  margin-right: 4px;
}
main .introduction .chef_list .carousel_arrow:hover {
  background: #C87CDB;
}
main .introduction .chef_list .carousel_arrow:hover::before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
main .introduction .chef_list .carousel_dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 20px;
}
main .introduction .chef_list .carousel_dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(200, 124, 219, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
main .introduction .chef_list .carousel_dots .dot.active {
  background: #C87CDB;
  width: 30px;
  border-radius: 6px;
}
main .introduction .chef_list .carousel_dots .dot:hover {
  background: rgba(200, 124, 219, 0.6);
}
main .btn_area {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .btn_area {
    padding-top: 20px;
  }
}
main .btn_area a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  border: solid 1px #666;
}
main .btn_area a:hover {
  background: #666;
  color: #fff;
}

.btn_area {
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .btn_area {
    padding: 0 20px 20px;
  }
}
.btn_area a {
  display: inline-block;
  border: solid 1px #666666;
  border-radius: 5px;
  color: #666666;
  line-height: 1;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .btn_area a {
    padding: 20px;
  }
}
.btn_area a:hover {
  background: #666666;
  color: #fff;
}/*# sourceMappingURL=style.css.map */