html {
  overflow-x: inherit;
}

body {
  color: #414141;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

img {
  width: 100%;
}

#asavege_wrapper {
  width: 1280px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #asavege_wrapper {
    width: 100%;
  }
}

.asavege_main_width {
  max-width: 960px;
  margin: auto;
}

/* pc sp display */
.asavege_pc_display {
  display: block;
}
.asavege_sp_display {
  display: none;
}
@media screen and (max-width: 640px) {
  .asavege_pc_display {
    display: none;
  }
  .asavege_sp_display {
    display: block;
  }
}

/* main visual */
.asavege_main_visual {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

/* navigation */
.asavege_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.asavege_nav_li {
  position: relative;
  width: 300px;
}
.asavege_nav_li a span {
  display: block;
  margin: auto;
  transition: opacity 0.3s ease 0s;
}
.asavege_nav_li a:hover span {
  opacity: 0.5;
}
.asavege_nav_li:first-child a span {
  width: 164px;
}
.asavege_nav_li:nth-child(2) a span {
  width: 231px;
}
.asavege_nav_li:last-child a span {
  width: 119px;
}
.asavege_nav_li:first-child::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 80%;
  background-color: #fbd044;
}
.asavege_nav_li:first-child::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 80%;
  background-color: #f47920;
}
.asavege_nav_li:last-child::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 80%;
  background-color: #80c342;
}
.asavege_nav_li:last-child::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 80%;
  background-color: #1ea85e;
}
@media screen and (max-width: 640px) {
  .asavege_nav {
    display: block;
    padding: 0;
  }
  .asavege_nav_li {
    width: 100%;
  }
  .asavege_nav_li a span {
    transition: none;
  }
  .asavege_nav_li a:hover span {
    opacity: 1;
  }
  .asavege_nav_li:first-child a span {
    width: 100%;
  }
  .asavege_nav_li:nth-child(2) a span {
    width: 100%;
  }
  .asavege_nav_li:last-child a span {
    width: 100%;
  }  
  .asavege_nav_li:first-child::before {
    top: 0;
    width: 100%;
    height: 4px;
    position: static;
  }
  .asavege_nav_li:first-child::after {
    bottom: 0;
    width: 100%;
    height: 4px;
    position: static;
  }
  .asavege_nav_li:last-child::before {
    top: 0;
    width: 100%;
    height: 4px;
    position: static;
  }
  .asavege_nav_li:last-child::after {
    bottom: 0;
    width: 100%;
    height: 4px;
    position: static;
  }
}

/* contents */
.asavege_contents01 {
  background: url("../img/pc/bg_c01.png") top 250px center no-repeat;
}
.asavege_contents03 {
  background: url("../img/pc/bg_c03.png") bottom center no-repeat;
}
@media screen and (max-width: 640px) {
  .asavege_contents01 {
    background: none;
  }
  .asavege_contents03 {
    background: url("../img/sp/bg_c03.png") bottom center no-repeat;
    background-size: 100% auto;
  }
}

.asavege_ttl {
  position: relative;
  display: block;
  padding: 40px 0;
}
.asavege_ttl.c01 {
  background-color: #03ae37;
}
.asavege_ttl.c02 {
  background-color: #f77112;
}
.asavege_ttl.c03 {
  background-color: #85c442;
}
.asavege_ttl.c01 span {
  display: block;
  width: 309px;
  margin: 0 auto;
}
.asavege_ttl.c02 span {
  display: block;
  width: 477px;
  margin: 0 auto;
}
.asavege_ttl.c03 span {
  display: block;
  width: 230px;
  margin: 0 auto;
}
.asavege_ttl.c01::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 228px;
  background: url("../img/pc/bg_c01_h.png") center top no-repeat;
}
.asavege_ttl.c02::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 373px;
  background: url("../img/pc/bg_c02_h.png") center top no-repeat;
}
.asavege_ttl.c03::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 324px;
  background: url("../img/pc/bg_c03_h.png") center top no-repeat;
}
@media screen and (max-width: 640px) {
  .asavege_ttl {
    padding: 6vw 0;
  }
  .asavege_ttl.c01 span {
    width: 51.3vw;
  }
  .asavege_ttl.c02 span {
    width: 79.6vw;
  }
  .asavege_ttl.c03 span {
    width: 38.4vw;
  }
  .asavege_ttl.c01::before {
    height: 30vw;
    background: url("../img/sp/bg_c01_h.png") center top no-repeat;
    background-size: cover;
  }
  .asavege_ttl.c02::before {
    top: -4vw;
    height: 52vw;
    background: url("../img/sp/bg_c02_h.png") center top no-repeat;
    background-size: cover;
  }
  .asavege_ttl.c03::before {
    top: -9vw;
    height: 50vw;
    background: url("../img/sp/bg_c03_h.png") center top no-repeat;
    background-size: cover;
  }
}

.asavege_contents_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 70px auto;
}
.asavege_contents_item.reverse {
  flex-direction: row-reverse;
}
.asavege_contents_box {
  width: 430px;
}
.asavege_contents_box.large {
  width: 460px;
}
.asavege_contents_graph {
  width: 430px;
}
.asavege_c01_overview {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.6;
}
.asavege_contents_bottom_item {
  margin: 60px auto;
}
@media screen and (max-width: 640px) {
  .asavege_contents_item {
    display: block;
    margin: 6vw auto;
  }
  .asavege_contents_box {
    width: 87.5%;
    margin: 0 auto;
  }
  .asavege_contents_box.large {
    width: 100%;
  }
  .asavege_contents_box.sp_large {
    width: 100%;
  }
  .asavege_contents_graph {
    width: 87.5%;
    margin: 6vw auto 0;
  }
  .asavege_c01_overview {
    font-size: 3.8vw;
    margin: 10vw 6.25%;
  }
  .asavege_contents_bottom_item {
    width: 87.5%;
    margin: 10vw auto;
  }
}

/* cook asavege_recipe */
.asavege_recipe {
  margin: 90px auto;
  padding: 0 25px;
  font-size: 16px;
}
.asavege_recipe_top_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.asavege_recipe_left_item {
  width: 510px;
}
.asavege_recipe_img {
  width: 370px;
}
.asavege_recipe_ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid #fbd044;
}
.asavege_recipe_cookinglist {
  width: 100%;
  margin: 20px 0;
}
.asavege_recipe_cookinglist tr td {
  vertical-align: middle;
  padding: 8px 0;
}
.asavege_recipe_cookinglist tr td:nth-child(2) {
  text-align: right;
}
.asavege_recipe_making_h {
  display: block;
  margin: 35px 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #fbd044;
}
.asavege_recipe_making_h span {
  display: block;
  width: 63px;
}
.asavege_recipe_makinglist li {
  line-height: 1.6;
  margin-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 640px) {
  .asavege_recipe {
    margin: 10vw auto;
    padding: 0 6vw;
    font-size: 3.8vw;
  }
  .asavege_recipe:last-child {
    padding-bottom: 52vw;
  }
  .asavege_recipe + .asavege_recipe {
    margin-top: 20vw;
  }
  .asavege_recipe_left_item {
    width: 100%;
  }
  .asavege_recipe_img {
    width: 100%;
    margin: 20vw auto 0;
  }
  .asavege_recipe_cookinglist tr td {
    padding: 5px 0;
  }
  .asavege_recipe_making_h span {
    width: 20vw;
  }
}

.caution{
  font-size: 0.8em;
}
