/* 全体 */

img {
  display: block;
  width: 100%;
}

footer img {
	width: auto;
}

body.single-feature a:visited {
  color: #fff;
}

.inner__1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block!important;
  }

  .pc {
    display: none;
  }

  .inner__1000 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* btnLink */
.btnLink {
  position: relative;
  margin-top: -50px;
}

.btnLink::before {
  content: "";
  width: 100%;
  height: 16px;
  background: url(../images/btnLink_lace.png)repeat-x;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.btnLink::after {
  content: "";
  width: 100%;
  height: 16px;
  background: url(../images/btnLink_lace.png)repeat-x;
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%)rotate(180deg);
}

.btnLink_wrap {
  width: 100%;
  background: #eaf6ff;
  padding: 20px 0;
}

.btnLink_listBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.btnLink_listItem {
  width: calc(100% / 5);
  border-right: solid 3px #bfdbef;
  padding: 40px 40px;
  box-sizing: border-box;
}

.btnLink_listItem:last-child {
  border-right: none;
}

@media screen and (max-width: 1024px) {
  .btnLink_listItem {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .btnLink {
    display: none;
    margin-top: 0;
  }
  .btnLink_wrap {
    padding: 5px 0;
  }
  .btnLink_listBox {
    row-gap: 10px;
  }
  .btnLink_listItem {
    padding: 10px 10px;
    width: calc(100% / 3);
  }
  .btnLink_listItem:nth-child(3) {
    border-right: none;
  }
}

.wrapper {
  position: relative;
}
.flt_btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 200;
  width: 80px;
  display: none;
  transition: all 0.3s ease;
}
/* introduction */
.intro_ov_bg {
  background: url(../images/intro_ov_bg.png)repeat-y;
  background-size: 100%;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.introduction {
  position: relative;
  background: url(../images/introduction_lace_bg.png)no-repeat;
  background-size: contain;
  width: 100%;
  padding: 50px 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.introduction::before {
  content: "";
  width: 290px;
  height: 200px;
  background: url(../images/introduction_obj_left.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: -90px;
}

.introduction::after {
  content: "";
  width: 290px;
  height: 200px;
  background: url(../images/introduction_obj_right.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: -90px;
}

.introduction_title {
  max-width: 550px;
  margin: 0 auto;
}

.introduction_description {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .introduction::before {
    width: 200px;
    height: 140px;
    top: -80px;
    left: -30px;
  }
  .introduction::after {
    width: 200px;
    height: 140px;
    top: -80px;
    right: -30px;
  }
  .introduction_title {
    max-width: 450px;
    margin: 0 auto 10px;
  }
  .introduction_description {
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .intro_ov_bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .introduction {
    background: url(../images/introduction_lace_bg_sp.png)no-repeat;
    background-size: contain;
    width: 100%;
    background-position: center;
    padding: 40px;
  }
  .introduction::before {
    width: 130px;
    height: 90px;
    top: -40px;
    left: -30px;
  }
  .introduction::after {
    width: 140px;
    height: 100px;
    top: -40px;
    right: -30px;
  }
  .introduction_title {
    max-width: 275px;
    margin: 0 auto 40px;
  }
}

/* overview */
.overview_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.overview_content01 {
  background: url(../images/overview_content01.png)no-repeat;
  background-size: contain;
  width: 100%;
  padding: 60px 40px;
  position: relative;
}

.overview_content01::before {
  content: "";
  width: 87px;
  height: 137px;
  background: url(../images/overview_content01_obj01.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 90px;
  left: 30px;
}

.overview_content01::after {
  content: "";
  width: 145px;
  height: 145px;
  background: url(../images/overview_content01_obj02.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.overview_content01_ttl {
  max-width: 780px;
  margin: 0 auto 30px;
}

.overview_content01_description img {
  max-width: 760px;
  margin: 0 auto;
  display: block;
}

.overview_content01_description img:nth-child(1) {
  transform: translateX(20px);
}

.overview_content01_description img:nth-child(2) {
  transform: translateX(-20px);
}

.overview_content02 {
  background: url(../images/overview_content02.png)no-repeat;
  background-size: contain;
  width: 100%;
  padding: 60px 40px;
}

.overview_content02_description {
  max-width: 560px;
  margin: 0 auto 40px;
  position: relative;
}

.overview_content02_description::before {
  content: "";
  width: 145px;
  height: 100px;
  background: url(../images/overview_content02_description_obj01.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 5px);
  left: -170px;
  transform: translateY(-50%);
}

.overview_content02_description::after {
  content: "";
  width: 150px;
  height: 165px;
  background: url(../images/overview_content02_description_obj02.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 20px);
  right: -180px;
  transform: translateY(-50%);
}

.overview_content02_img {
  max-width: 800px;
  margin: 0 auto 60px;
  display: block;
}

.overview_content02_banner {
  display: block;
  max-width: 360px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px) {
  .overview_content01_description img {
    max-width: 550px;
    display: block;
    margin: 0 auto;
  }
  .overview_content01_description img:nth-child(2) {
    transform: none;
  }
  .overview_content01::before {
    width: 77px;
  }
  .overview_content01::after {
    width: 95px;
    height: 95px;
  }
  .overview_content02_description {
    max-width: 400px;
  }
  .overview_content02_img {
    max-width: 600px;
  }
  .overview_content02_banner {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .overview_wrap {
    gap: 0;
  }
  .overview_content01 {
    background: url(../images/overview_content01_sp.png)no-repeat;
    background-size: contain;
    width: 100%;
    padding: 40px 20px;
  }
  .overview_content01::before,.overview_content01::after {
    display: none;
  }
  .overview_content01_description img:nth-child(2) {
    transform: none;
    margin-bottom: 20px;
  }
  .overview_content02 {
    background: url(../images/overview_content02_sp.png)no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding: 40px 20px;
  }
  .overview_content02_description {
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .overview_content02_description::before {
    width: 90px;
    height: 60px;
    top: -10px;
    left: -35px;
  }
  .overview_content02_description::after {
    width: 80px;
    height: 95px;
    top: -25px;
    right: -45px;
  }
  .overview_content02_img {
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .overview_content02_banner {
    margin: 0 auto;
    max-width: 260px;
  }
}

/* author */
.author {
  background: #f5efff;
  padding: 120px 0 60px;
  position: relative;
}

.author::before {
  content: "";
  width: 50px;
  height: 100%;
  background: ;
}

.author_ttl {
  position: relative;
}

.author_ttl img {
  width: 570px;
  margin: 0 auto;
  display: block;
}

.author_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}

.author_content_img {
  max-width: 400px;
  position: relative;
}

.author_content_description {
  background: url(../images/author_content_description_bg.png)no-repeat;
  background-size: contain;
  width: 100%;
  padding: 150px 60px;
  margin-left: -40px;
  box-sizing: border-box;
}

.author_content_description_ttl {
  max-width: 380px;
  margin: 0 auto 20px;
}

.author_content_description p {
  font-size: 16px;
  line-height: 2.0;
  text-align: center;
  color: #7e5546;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .author_ttl img {
    width: 570px;
    display: block;
    margin: 0 auto;
  }
  .author_content {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 40px;
  }
  .author_content_img {
    max-width: 320px;
  }
  .author_content_description {
    background-position: center;
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .author {
    padding: 40px 0 60px;
  }
  .author_ttl {
    margin-bottom: 40px;
  }
  .author_ttl img {
    display: block;
    max-width: 275px;
  }
  .author_content {
    flex-wrap: wrap;
    gap: 30px;
    background: url(../images/author_content_sp.png)no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 20px;
    margin-top: 0;
  }
  .author_content_img {
    max-width: 200px;
  }
  .author_content_description {
    background: none;
    padding: 0;
    margin-left: 0;
  }
  .author_content_description_ttl {
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
  }
  .author_content_description p {
    font-size: 14px;
  }
}

/* recipe_overview */
.recipe {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.recipe_overview {
  background: url(../images/recipe_overview_bg.png);
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.recipe_overview_ttl {
  max-width: 550px;
  margin: 0 auto 40px;
}

.recipe_overview_desc_bubleBox {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
}

.recipe_overview_desc_buble img {
  max-width: 675px;
}

.recipe_overview_desc_product {
  margin-left: -30px;
  margin-top: -10px;
}

.recipe_overview_desc_product img {
  max-width: 170px;
  margin-bottom: 10px;
}

.recipe_overview_desc_product_link {
  max-width: 170px;
  display: block;
}

.recipe_overview_desc_book {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  background: url(../images/recipe_overview_desc_book_bg.png)no-repeat;
  background-size: contain;
  width: 100%;
  padding: 60px 40px;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.recipe_overview_desc_book_img img {
  max-width: 230px;
  margin-bottom: 20px;
}

.recipe_overview_desc_book_img_link {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.recipe_overview_desc_book_description {
  max-width: 560px;
}

@media screen and (max-width: 1024px) {
  .recipe_overview_desc_buble img {
    max-width: 550px;
  }
  .recipe_overview_desc_product {
    margin-left: -20px;
    margin-top: 0px;
  }
  .recipe_overview_desc_product img {
    max-width: 160px;
    margin-bottom: 10px;
  }
  .recipe_overview_desc_book {
    gap: 40px;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .recipe_overview_desc_book_img img {
    max-width: 160px;
  }
  .recipe_overview_desc_book_description {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .recipe_overview {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .recipe_overview_ttl {
    max-width: 275px;
  }
  .recipe_overview_desc_bubleBox {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .recipe_overview_desc_buble {
    width: 90%;
  }
  .recipe_overview_desc_product {
    margin-left: 0;
    margin-top: 0;
    transform: translateX(23vw);
  }
  .recipe_overview_desc_product_link {
    max-width: 130px;
  }
  .recipe_overview_desc_book {
    flex-wrap: wrap;
    gap: 10px;
    background: url(../images/recipe_overview_desc_book_bg_sp.png)no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 0px;
  }
  .recipe_overview_desc_book_img img {
    max-width: 275px;
    margin-bottom: 15px;
  }
  .recipe_overview_desc_book_img_link {
    max-width: 150px;
  }
  .recipe_overview_desc_book_description {
    max-width: 275px;
  }
}

/* recipe_content */
.recipe_content {
  background: url(../images/recipe_content_bg.png);
  background-size: 10%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.recipe_content_obj {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.recipe_content_lesson {
  margin-bottom: 60px;
  position: relative;
}

.recipe_content_lesson::before {
  content: "";
  width: 100px;
  height: 130px;
  background: url(../images/recipe_content_lesson_obj01.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 80px);
  left: -30px;
}

.recipe_content_lesson::after {
  content: "";
  width: 160px;
  height: 160px;
  background: url(../images/recipe_content_lesson_obj02.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -20px;
}

.recipe_content_recipeBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.recipe_content_recipeItem {
  width: 100%;
}

.recipe_content_recipeItem img {
  margin-bottom: 20px;
}

.recipe_content_recipeItem_description {
  position: relative;
}

.recipe_content_recipeItem_description_link {
  position: absolute;
  max-width: 540px;
  bottom: 35px;
  right: 40px;
}

.recipe_content_recipeItem_description_link img {
  margin-bottom: 0;
}

.recipe_content_book_ttl {
  max-width: 840px;
  margin: 0 auto 80px;
}

.recipe_content_book_recipeBpx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}

.recipe_content_book_recipeItem {
  width: 100%;
}

.recipe_content_book_recipeItem_description {
  position: relative;
  margin-bottom: 40px;
}

.recipe_content_book_recipeItem_description_img {
  position: absolute;
  max-width: 240px;
  top: calc(50% + 90px);
  right: 100px;
  transform: translateY(-50%);
}

.recipe_content_book_recipeItem:nth-child(even) .recipe_content_book_recipeItem_description_img {
  left: 120px;
}

.recipe_content_book_recipeItem_description_img img {
  margin-bottom: 20px;
}

.recipe_content_book_recipeItem_material {
  position: relative;
}

.recipe_content_book_recipeItem_material_link {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
}

@media screen and (max-width: 1024px) {
  .recipe_content_lesson::before {
    width: 80px;
    height: 110px;
    left: 10px;
  }
  .recipe_content_lesson::after {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: 0px;
  }
  .recipe_content_recipeItem_description_link {
    max-width: 400px;
  }
  .recipe_content_book_recipeItem_description {
    margin-bottom: 60px;
  }
  .recipe_content_book_recipeItem_description_img {
    max-width: 200px;
    right: 70px;
  }
  .recipe_content_book_recipeItem_material_link {
    top: 40px;
    max-width: 620px;
  }
  .recipe_content_book_recipeItem:nth-child(even) .recipe_content_book_recipeItem_description_img {
    left: 80px;
  }
}


@media screen and (max-width: 767px) {
  .recipe_content {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .recipe_content_lesson {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .recipe_content_lesson::before, .recipe_content_lesson::after {
    display: none;
  }
  .recipe_content_lesson img {
    width: 100%;
  }
  .recipe_content_recipeBox {
    gap: 20px;
    margin-bottom: 20px;
  }
  .recipe_content_recipeItem_description_link {
    max-width: 275px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 100%;
  }
  .recipe_content_book_ttl {
    margin: 0 auto 40px;
  }
  .recipe_content_book_recipeBpx {
    gap: 40px;
    margin-bottom: 40px;
  }
  .recipe_content_book_recipeItem_description {
    margin-bottom: 30px;
  }
  .recipe_content_book_recipeItem_description_img {
    position: relative;
    max-width: 340px;
    top: 0;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 40px;
  }
  .recipe_content_book_recipeItem_description_img a img {
    max-width: 170px;
    margin: 0 auto;
    display: block;
  }

  .recipe_content_book_recipeItem_material_link {
    top: 40px;
    max-width: 300px;
  }

  .recipe_content_book_recipeItem:nth-child(even) .recipe_content_book_recipeItem_description_img {
    left: 50%;
  }
}

/* thanks */
.thanks {
  background: url(../images/thanks_bg.png);
  background-size: 30%;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.thanks::before {
  content: "";
  width: 100%;
  height: 16px;
  background: url(../images/btnLink_lace.png) repeat-x;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(294%) hue-rotate(24deg) brightness(118%) contrast(100%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}

.thanks_wrap {
  position: relative;
}

.thanks_wrap::before {
  content: "";
  width: 290px;
  height: 200px;
  background: url(../images/introduction_obj_left.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: -50px;
}

.thanks_wrap::after {
  content: "";
  width: 290px;
  height: 200px;
  background: url(../images/introduction_obj_right.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: -40px;
}

.thanks_content_link {
  max-width: 320px;
  position: absolute;
  bottom: 200px;
  left: calc(50% + 25px);
  transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .thanks_wrap::before {
    width: 200px;
    height: 140px;
    top: -80px;
    left: -30px;
  }
  .thanks_wrap::after {
    width: 200px;
    height: 130px;
    top: -80px;
    right: -30px;
  }
  .thanks_content_link {
    bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .thanks {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .thanks::before {
    height: 10px;
    background-size: cover;
  }
  .thanks_wrap::before {
    width: 130px;
    height: 90px;
    top: -50px;
    left: -15px;
  }
  .thanks_wrap::after {
    width: 130px;
    height: 90px;
    top: -50px;
    right: -15px;
  }
  .thanks_content_link {
    max-width: 160px;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}