@charset "utf-8";

.only-pc {  display: block;}
.only-sp {  display: none;}
@media only screen and (max-width: 640px) {
  .only-pc {  display: none;}
  .only-sp {  display: block;}
}

.asazuke {
  margin: 0;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

p {
  margin: 0;
  padding: 0;
  outline: 0;
}

/* 共通要素
================================= */
.asazuke {
  overflow: hidden;
}
.asazuke p,
.asazuke h1,
.asazuke h2,
.asazuke h3 {
  font-feature-settings: "palt";
}
.asazuke .contents-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
.asazuke .asazuke_wrapper {
  width: 100%;
  background-image: url(../img/bg_asazuke.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.asazuke .asazuke_main {
  padding-top: 88px;
  padding-bottom: 117px;
}
.asazuke .asazuke_section {
  width: 100%;
  position: relative;
  background-image: url(../img/bg_sec_pc.png);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-top: #c0d6b8 solid 4px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  padding-top: 8px;
  margin-bottom: 90px;
}
.asazuke .asazuke_section:last-child {
  margin-bottom: 0;
}
.asazuke .asazuke_heading {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto 10px;
  font-size: 30px;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2e6317;
}
.asazuke .asazuke_caption {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0 auto 48px;
  font-size: 30px;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #2e6317;
}
.asazuke .asazuke_caption::before {
  content: "";
  position: absolute;
  top: 61%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 168px;
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.asazuke .asazuke_caption._bg01:before {
  background-image: url(../img/bg_ttl01.png);
}
.asazuke .asazuke_caption._bg02:before {
  background-image: url(../img/bg_ttl02.png);
}
@media (max-width: 767px) {
  .asazuke .contents-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .asazuke .asazuke_main {
    padding-top: 38px;
    padding-bottom: 44px;
  }
  .asazuke .asazuke_section {
    background-image: url(../img/bg_sec_sp.png);
    border-top: #c0d6b8 solid 2px;
    padding-top: 6px;
    margin-bottom: 40px;
  }
  .asazuke .asazuke_heading {
    padding: 0 10px;
    margin: 0 auto 10px;
    font-size: 17px;
  }
  .asazuke .asazuke_caption {
    margin: 0 auto 14px;
    font-size: 17px;
  }
  .asazuke .asazuke_caption::before {
    top: 50%;
    height: 52px;
  }
}

/*Macで一部修正*/
@media not all and (max-width: 767px) {
  .mac .asazuke .asazuke_shortage {
    padding-bottom: 80px;
  }
  .mac .asazuke .asazuke_shortage .equation_balloon {
    margin-bottom: -5px;
  }
  .mac .asazuke .asazuke_shortage .equation_gram {
    font-size: 68px;
  }
}

/* asazuke_kv
================================= */
.asazuke .asazuke_kv {
  position: relative;
  width: 100%;
}
.asazuke .asazuke_kv .kv_img {
  width: 100%;
}
.asazuke .asazuke_kv .kv_img img {
  width: 100%;
}
.asazuke .asazuke_kv .kv_bottle {
  width: 132px;
  position: absolute;
  bottom: -55px;
  left: 51%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.asazuke .asazuke_kv .kv_bottle img {
  width: 100%;
}

@media (max-width: 767px) {
  .asazuke .asazuke_kv .kv_bottle {
    width: 70px;
    bottom: -47px;
  }
}


/* asazuke_nav
================================= */
.asazuke .asazuke_nav {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.asazuke .asazuke_nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b9c99f;
  mix-blend-mode: multiply;
}
.asazuke .asazuke_nav .nav_list {
  width: 100%;
  height: fit-content;
  min-height: 116px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
  background-color: #fff;
  overflow: hidden;
  border-radius: 58px;
  position: relative;
  z-index: 2;
}
.asazuke .asazuke_nav .nav_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  position: relative;
  text-decoration: none;
}
.asazuke .asazuke_nav .nav_item:hover {
  opacity: 0.5;
}
.asazuke .asazuke_nav .nav_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 66%;
  min-height: 76px;
  background-image : linear-gradient(to bottom, #93ad7d 2px, transparent 2px);
  background-size: 2px 4px;
  background-repeat: repeat-y;
}
.asazuke .asazuke_nav .nav_item:last-child::before {
  display: none;
}
.asazuke .asazuke_nav .nav_title {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2e6317;
  margin-bottom: 10px;
}
.asazuke .asazuke_nav .nav_arrow {
  display: block;
  width: 26px;
  height: 26px;
}
.asazuke .asazuke_nav .nav_arrow img {
  width: 100%;
  height: 100%;
}
.asazuke .asazuke_nav .nav_bg {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.asazuke .asazuke_nav .nav_bg._bg01 {
  width: 118px;
  top: -45px;
  left: -24px;
}
.asazuke .asazuke_nav .nav_bg._bg02 {
  width: 124px;
  top: 0;
  left: 200px;
}
.asazuke .asazuke_nav .nav_bg._bg03 {
  width: 158px;
  top: 0;
  right: 240px;
}
.asazuke .asazuke_nav .nav_bg._bg04 {
  width: 76px;
  top: 55px;
  right: 0;
}
.asazuke .asazuke_nav .nav_bg img {
  width: 100%;
}

@media (max-width: 1000px) {
  .asazuke .asazuke_nav .nav_title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .asazuke .asazuke_nav {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .asazuke .asazuke_nav .nav_list {
    grid-template-columns: repeat(3, 1fr);
    border-radius: 14px;
  }
  .asazuke .asazuke_nav .nav_list::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 94%;
    height: 2px;
    background-image : linear-gradient(to right, #93ad7d 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
  }
  .asazuke .asazuke_nav .nav_item {
    min-height: 79px;
  }
  .asazuke .asazuke_nav .nav_item::before {
    min-height: auto;
  }
  .asazuke .asazuke_nav .nav_item:nth-child(3)::before {
    display: none;
  }
  .asazuke .asazuke_nav .nav_title {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .asazuke .asazuke_nav .nav_arrow {
    width: 16px;
    height: 16px;
  }
  .asazuke .asazuke_nav .nav_bg._bg01 {
    width: 60px;
    top: -11px;
    left: -22px;
  }
  .asazuke .asazuke_nav .nav_bg._bg02 {
    width: 64px;
    top: auto;
    bottom: -20px;
    left: 70px;
  }
  .asazuke .asazuke_nav .nav_bg._bg03 {
    width: 76px;
    top: 5;
    right: 26px;
  }
  .asazuke .asazuke_nav .nav_bg._bg04 {
    width: 38px;
    top: auto;
    bottom: -16px;
    right: -11px;
  }
}

/* asazuke_amount
================================= */
.asazuke .asazuke_amount .asazuke_heading {
  margin-bottom: 0;
}
.asazuke .asazuke_amount .amount_container {
  position: relative;
  overflow: hidden;
}
.asazuke .asazuke_amount .amount_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 475px;
  height: 100%;
}
.asazuke .asazuke_amount .amount_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asazuke .asazuke_amount .amount_desc {
  width: 52.5%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-left: auto;
  position: relative;
}
.asazuke .asazuke_amount .amount_text {
  width: 95%;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #2e6317;
  margin-bottom: 32px;
}
.asazuke .asazuke_amount .amount_balloon {
  width: 100%;
  max-width: 364px;
  min-height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  border: #2e6317 solid 1px;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 auto 25px;
  position: relative;
  right: 11px;
}
.asazuke .asazuke_amount .amount_balloon::before,
.asazuke .asazuke_amount .amount_balloon::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.asazuke .asazuke_amount .amount_balloon::before {
  top: 70%;
  left: -21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 26px;
  background-color: #fff;
  z-index: 2;
}
.asazuke .asazuke_amount .amount_balloon::after {
  top: 70%;
  left: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23px;
  height: 27px;
  background-color: #2e6317;
  z-index: 1;
}
.asazuke .asazuke_amount .balloon_text{
  color: #2e6317;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -4px;
}
.asazuke .asazuke_amount .balloon_text .number{
  font-size: 82px;
  letter-spacing: 0;
}
.asazuke .asazuke_amount .balloon_text .gram{
  font-size: 61px;
  letter-spacing: 0;
}
.asazuke .asazuke_amount .amount_source {
  width: fit-content;
  display: block;
  margin-left: auto;
  font-size: 15px;
  letter-spacing: 0;
  color: #727171;
}
.asazuke .asazuke_amount .amount_annotation {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: block;
  width: fit-content;
  font-size: 15px;
  letter-spacing: 0;
  color: #727171;
}
@media (max-width: 767px) {
  .asazuke .asazuke_amount .asazuke_heading {
    margin-bottom: 20px;
  }
  .asazuke .asazuke_amount .amount_img {
    width: 50%;
    height: auto;
    min-width: 148px;
    top: auto;
    bottom: 0;
  }
  .asazuke .asazuke_amount .amount_desc {
    width: 100%;
    padding: 0 14px 10px;
  }
  .asazuke .asazuke_amount .amount_text {
    text-align: center;
    font-size: 12px;
    margin-bottom: 32px;
  }
  .asazuke .asazuke_amount .amount_balloon {
    max-width: 142px;
    min-height: 53px;
    border-radius: 7px;
    padding: 8px 5px 5px;
    margin: 0 10px 6px auto;
    right: 0;
  }
  .asazuke .asazuke_amount .amount_balloon::before {
    left: -10px;
    width: 10px;
    height: 12px;
  }
  .asazuke .asazuke_amount .amount_balloon::after {
    left: -12px;
    width: 12px;
    height: 14px;
  }
  .asazuke .asazuke_amount .balloon_text{
    font-size: 13px;
    top: -2px;
  }
  .asazuke .asazuke_amount .balloon_text .number{
    font-size: 36px;
    display: inline-block;
  }
  .asazuke .asazuke_amount .balloon_text .gram{
    font-size: 27px;
    display: inline-block;
    margin-right: 5px;
  }
  .asazuke .asazuke_amount .amount_source {
    font-size: 10px;
    width: 100%;
    text-align: right;
  }
  .asazuke .asazuke_amount .amount_annotation {
    font-size: 10px;
    top: calc(100% + 3px);
  }
}

/* asazuke_shortage
================================= */
.asazuke .asazuke_shortage {
  padding-bottom: 63px;
}
.asazuke .asazuke_shortage .asazuke_heading {
  margin-bottom: 67px;
}
.asazuke .asazuke_shortage .shortage_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e6317;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 50px;
}
.asazuke .asazuke_shortage .shortage_days {
  width: 85.2%;
  position: relative;
  box-sizing: border-box;
  padding-left: 52px;
}
.asazuke .asazuke_shortage .days_caption {
  width: 100%;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #b9c99f;
  box-sizing: border-box;
  padding: 0 5px;
}
.asazuke .asazuke_shortage .days_caption .caption_text {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  top: -2px;
}
.asazuke .asazuke_shortage .days_desc {
  box-sizing: border-box;
  padding: 16px 80px 0 30px;
}
.asazuke .asazuke_shortage .days_equation {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.asazuke .asazuke_shortage .equation_item {
  display: block;
  width: fit-content;
}
.asazuke .asazuke_shortage .equation_balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 173px;
  min-height: 32px;
  box-sizing: border-box;
  padding: 2px;
  margin-bottom: -15px;
  border: #2e6317 solid 2px;
  background-color: #fff;
  position: relative;
}
.asazuke .asazuke_shortage .equation_balloon::before,
.asazuke .asazuke_shortage .equation_balloon::after {
  content: "";
  position: absolute;
}
.asazuke .asazuke_shortage .equation_balloon::before {
  right: 20px;
  bottom: -4px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.asazuke .asazuke_shortage .equation_balloon::after {
  right: 21px;
  bottom: -6px;
  width: 2px;
  height: 6px;
  background-color: #2e6317;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 1px;
}
.asazuke .asazuke_shortage .equation_balloon .balloon_text {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #2e6317;
  position: relative;
  text-align: center;
}
.asazuke .asazuke_shortage .equation_gram {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #2e6317;
}
.asazuke .asazuke_shortage .equation_gram .symbol {
  margin: 0 5px;
}
.asazuke .asazuke_shortage .days_img {
  width: 190px;
  position: absolute;
  top: -20px;
  right: -114px;
  z-index: 1;
}
.asazuke .asazuke_shortage .days_img img {
  width: 100%;
}
.asazuke .asazuke_shortage .shortage_bg {
  position: absolute;
  width: 210px;
  top: 0;
  left: -197px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.asazuke .asazuke_shortage .shortage_bg img {
  width: 100%;
}
@media (max-width: 767px) {
  .asazuke .asazuke_shortage {
    padding-bottom: 20px;
  }
  .asazuke .asazuke_shortage .asazuke_heading {
    margin-bottom: 5px;
  }
  .asazuke .asazuke_shortage .shortage_text {
    font-size: 12px;
    text-align: left;
    padding: 0 59px 0 20px;
    margin-bottom: 20px;
  }
  .asazuke .asazuke_shortage .shortage_days {
    width: 100%;
    padding: 0 20px;
  }
  .asazuke .asazuke_shortage .days_caption {
    min-height: 20px;
    padding: 0 2px;
  }
  .asazuke .asazuke_shortage .days_caption .caption_text {
    font-size: 12px;
    top: -1px;
  }
  .asazuke .asazuke_shortage .days_desc {
    padding: 16px 0 0;
    width: calc(100% + 20px);
  }
  .asazuke .asazuke_shortage .equation_item {
    margin-right: 4px;
  }
  .asazuke .asazuke_shortage .equation_item:last-child {
    margin-right: 0;
  }
  .asazuke .asazuke_shortage .equation_balloon {
    width: fit-content;
    min-width: 64px;
    min-height: 30px;
    padding: 2px 6px;
    margin-bottom: -4px;
  }
  .asazuke .asazuke_shortage .equation_balloon::before {
    right: 20px;
    bottom: -4px;
    width: 6px;
    height: 6px;
  }
  .asazuke .asazuke_shortage .equation_balloon::after {
    right: 21px;
    bottom: -6px;
    width: 2px;
    height: 6px;
  }
  .asazuke .asazuke_shortage .equation_balloon .balloon_text {
    font-size: 10px;
  }
  .asazuke .asazuke_shortage .equation_gram {
    font-size: 28px;
  }
  .asazuke .asazuke_shortage .equation_gram .symbol {
    margin: 0 2px;
  }
  .asazuke .asazuke_shortage .days_img {
    width: 82px;
    top: -86px;
    right: -20px;
  }
  .asazuke .asazuke_shortage .shortage_bg {
    width: 90px;
    left: -100px;
  }
}

/* asazuke_project
================================= */
.asazuke .asazuke_project {
  padding-bottom: 88px;
}
.asazuke .asazuke_project .asazuke_heading {
  margin-bottom: 70px;
}
.asazuke .asazuke_project .project_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e6317;
  box-sizing: border-box;
  padding: 0 10px;
}
.asazuke .asazuke_project .project_img {
  width: 72%;
  display: block;
  margin: 0 auto 26px;
}
.asazuke .asazuke_project .project_img img {
  width: 100%;
}
.asazuke .asazuke_project .project_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  min-height: 112px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 56px;
  background-color: #2e6317;
  position: relative;
}
.asazuke .asazuke_project .project_caption::before,
.asazuke .asazuke_project .project_caption::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
.asazuke .asazuke_project .project_caption::before {
  top: 10px;
  right: calc(100% + 10px);
  width: 55px;
  height: 85px;
  background-image: url(../img/deco_txt_left04_pc.png);
}
.asazuke .asazuke_project .project_caption::after {
  top: -20px;
  left: calc(100% - 12px);
  width: 65px;
  height: 76px;
  background-image: url(../img/deco_txt_right04_pc.png);
}
.asazuke .asazuke_project .caption_text {
  text-align: center;
  font-size: 22px;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
.asazuke .asazuke_project .project_bg {
  position: absolute;
  width: 335px;
  top: 94px;
  right: -284px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.asazuke .asazuke_project .project_bg img {
  width: 100%;
}
@media (max-width: 767px) {
  .asazuke .asazuke_project {
    padding-bottom: 27px;
  }
  .asazuke .asazuke_project .asazuke_heading {
    margin-bottom: 6px;
  }
  .asazuke .asazuke_project .project_text {
    font-size: 12px;
    padding: 0 10px;
  }
  .asazuke .asazuke_project .project_img {
    width: 90%;
    margin: 0 auto 7px;
  }
  .asazuke .asazuke_project .project_caption {
    width: 80%;
    min-height: 64px;
    padding: 5px;
    border-radius: 33px;
  }
  .asazuke .asazuke_project .project_caption::before {
    top: -4px;
    right: calc(100% - 2px);
    width: 25px;
    height: 27px;
    background-image: url(../img/deco_txt_left04_sp.png);
  }
  .asazuke .asazuke_project .project_caption::after {
    top: -3px;
    left: calc(100% - 4px);
    width: 27px;
    height: 26px;
    background-image: url(../img/deco_txt_right04_sp.png);
  }
  .asazuke .asazuke_project .caption_text {
    font-size: 12px;
  }
  .asazuke .asazuke_project .project_bg {
    width: 162px;
    top: auto;
    bottom: -56px;
    right: -132px;
  }
}

/* asazuke_recommend
================================= */
.asazuke .asazuke_recommend {
  padding: 8px 50px 68px;
}
.asazuke .asazuke_recommend .asazuke_heading {
  margin-bottom: 74px;
}
.asazuke .asazuke_recommend .recommend_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 36px 47px 38px;
  margin-bottom: 34px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_recommend .recommend_container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #b9c99f;
  opacity: 0.1;
  z-index: -1;
}
.asazuke .asazuke_recommend .recommend_item {
  width: 44%;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_recommend .recommend_item + .recommend_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14%;
  width: 1px;
  height: 83%;
  background-image : linear-gradient(to bottom, #93ad7d 2px, transparent 2px);
  background-size: 2px 4px;
  background-repeat: repeat-y;
}
.asazuke .asazuke_recommend .recommend_balloon {
  width: 80%;
  max-width: 382px;
  min-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #b9c99f;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 5px;
  margin: 0 auto 12px;
}
.asazuke .asazuke_recommend .recommend_balloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 23px;
  background-color: #b9c99f;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.asazuke .asazuke_recommend .balloon_text{
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
.asazuke .asazuke_recommend .recommend_img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.asazuke .asazuke_recommend .recommend_img img {
  width: 100%;
}
.asazuke .asazuke_recommend .recommend_caption {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #2e6317;
  margin-bottom: 4px;
}
.asazuke .asazuke_recommend .recommend_text {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.9;
  color: #2e6317;
}
.asazuke .asazuke_recommend .recommend_triangle {
  display: block;
  margin: 0 auto 39px;
  width: 108px;
  height: 34px;
  background-color: #2e6317;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.asazuke .asazuke_recommend .recommend_inoculation {
  width: 100%;
  padding-left: 30.5%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_recommend .inoculation_caption {
  width: fit-content;
  position: relative;
  display: block;
  font-size: 28px;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
  color: #2e6317;
  margin-bottom: 34px;
}
.asazuke .asazuke_recommend .inoculation_caption::before {
  content: "";
  display: block;
  position: absolute;
  top: -21px;
  right: -29px;
  width: 26px;
  height: 23px;
  background-image: url(../img/deco_txt_right01.png);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}
.asazuke .asazuke_recommend .inoculation_list {
  padding: 0;
  margin: 0 0 36px 0;
}
.asazuke .asazuke_recommend .inoculation_list .list_item {
  list-style: none;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #2e6317;
  box-sizing: border-box;
  padding-left: 22px;
  position: relative;
}
.asazuke .asazuke_recommend .inoculation_list .list_item::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #2e6317;
}
.asazuke .asazuke_recommend .inoculation_eat {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: -18.2% auto 0;
}
.asazuke .asazuke_recommend .inoculation_eat img {
  width: 100%;
}
.asazuke .asazuke_recommend .recommend_bg {
  position: absolute;
  width: 165px;
  top: 21%;
  left: -116px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.asazuke .asazuke_recommend .recommend_bg img {
  width: 100%;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recommend {
    padding: 6px 20px 11px;
  }
  .asazuke .asazuke_recommend .asazuke_heading {
    margin-bottom: 16px;
  }
  .asazuke .asazuke_recommend .recommend_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 20px 22px;
    margin-bottom: 12px;
  }
  .asazuke .asazuke_recommend .recommend_container::before {
    border-radius: 5px;
  }
  .asazuke .asazuke_recommend .recommend_item {
    width: 100%;
  }
  .asazuke .asazuke_recommend .recommend_item + .recommend_item {
    margin-top: 35px;
  }
  .asazuke .asazuke_recommend .recommend_item + .recommend_item::before {
    bottom: auto;
    top: -22px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image : linear-gradient(to right, #93ad7d 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
  }
  .asazuke .asazuke_recommend .recommend_balloon {
    width: 58%;
    max-width: none;
    min-width: 138px;
    min-height: 32px;
    border-radius: 6px;
    padding: 5px;
    margin: 0 auto 12px;
  }
  .asazuke .asazuke_recommend .recommend_balloon::before {
    bottom: -10px;
    width: 13px;
    height: 11px;
  }
  .asazuke .asazuke_recommend .balloon_text{
    font-size: 14px;
  }
  .asazuke .asazuke_recommend .recommend_img {
    margin-bottom: 1px;
  }
  .asazuke .asazuke_recommend .recommend_caption {
    font-size: 14px;
    margin-bottom: 0;
  }
  .asazuke .asazuke_recommend .recommend_text {
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
  }
  .asazuke .asazuke_recommend .recommend_triangle {
    margin: 0 auto 7px;
    width: 34px;
    height: 10px;
  }
  .asazuke .asazuke_recommend .recommend_inoculation {
    padding-left: 0;
  }
  .asazuke .asazuke_recommend .inoculation_caption {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 10px;
  }
  .asazuke .asazuke_recommend .inoculation_caption::before {
    display: none;
  }
  .asazuke .asazuke_recommend .inoculation_list {
    box-sizing: border-box;
    padding-left: 24.5%;
    margin: 0;
  }
  .asazuke .asazuke_recommend .inoculation_list .list_item {
    font-size: 12px;
    line-height: 1.33;
    padding-left: 13px;
  }
  .asazuke .asazuke_recommend .inoculation_list .list_item + .list_item {
    margin-top: 5px;
  }
  .asazuke .asazuke_recommend .inoculation_list .list_item::before {
    content: "■";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1.33;
  }
  .asazuke .asazuke_recommend .inoculation_eat {
    width: 105%;
    max-width: 800px;
    display: block;
    margin: -26.2% auto 0 -3%;
  }
  .asazuke .asazuke_recommend .inoculation_eat img {
    width: 100%;
  }
  .asazuke .asazuke_recommend .recommend_bg {
    position: absolute;
    width: 165px;
    top: 21%;
    left: -116px;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  .asazuke .asazuke_recommend .recommend_bg img {
    width: 100%;
  }
}

/* asazuke_recipe
================================= */
.asazuke .asazuke_recipe {
  padding-bottom: 40px;
}
.asazuke .asazuke_recipe .asazuke_heading {
  margin-bottom: 65px;
}
.asazuke .asazuke_recipe .recipe_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e6317;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 55px;
}
.asazuke .asazuke_recipe .recipe_item {
  margin-bottom: 145px;
}
.asazuke .asazuke_recipe .recipe_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe {
    padding-bottom: 15px;
  }
  .asazuke .asazuke_recipe .asazuke_heading {
    margin-bottom: 9px;
  }
  .asazuke .asazuke_recipe .recipe_text {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 23px;
  }
  .asazuke .asazuke_recipe .recipe_item {
    margin-bottom: 30px;
  }
}

.asazuke .asazuke_recipe .worth_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-sizing: border-box;
  padding: 0 40px;
}
.asazuke .asazuke_recipe .worth_item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.asazuke .asazuke_recipe .worth_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  min-height: 76px;
  background-image : linear-gradient(to bottom, #93ad7d 2px, transparent 2px);
  background-size: 2px 4px;
  background-repeat: repeat-y;
}
.asazuke .asazuke_recipe .worth_item:last-child::before {
  display: none;
}
.asazuke .asazuke_recipe .worth_item .img_container {
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.asazuke .asazuke_recipe .worth_img {
  width: 84px;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_recipe .worth_img._img03,
.asazuke .asazuke_recipe .worth_img._img04 {
  width: 73px;
  margin-top: 26px;
  margin-bottom: 9px;
}
.asazuke .asazuke_recipe .worth_img img {
  width: 100%;
}
.asazuke .asazuke_recipe .worth_img + .worth_img {
  margin-left: 46px;
}
.asazuke .asazuke_recipe .worth_img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  left: -41px;
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.asazuke .asazuke_recipe .worth_img._img01::before {
  width: 273px;
  height: 135px;
  background-image: url(../img/shadow_asaduke01.png);
}
.asazuke .asazuke_recipe .worth_img._img02::before {
  width: 273px;
  height: 135px;
  background-image: url(../img/shadow_asaduke02.png);
}
.asazuke .asazuke_recipe .worth_img._img03::before {
  width: 273px;
  height: 135px;
  background-image: url(../img/shadow_asaduke03.png);
}
.asazuke .asazuke_recipe .worth_img._img04::before {
  width: 273px;
  height: 135px;
  background-image: url(../img/shadow_asaduke04.png);
}
.asazuke .asazuke_recipe .worth_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e6317;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_recipe .worth_balloon {
  width: 90%;
  max-width: 342px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #b9c99f;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 5px;
  margin: auto auto 12px;
}
.asazuke .asazuke_recipe .worth_balloon::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 23px;
  background-color: #b9c99f;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
.asazuke .asazuke_recipe .worth_balloon .balloon_text{
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -8px;
}
.asazuke .asazuke_recipe .worth_balloon .balloon_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -13px;
  width: 26px;
  height: 23px;
  background-image: url(../img/deco_txt_right03.png);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}
.asazuke .asazuke_recipe .worth_balloon .balloon_text .number{
  font-size: 65px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe .worth_container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
  .asazuke .asazuke_recipe .worth_item::before {
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    height: 2px;
    min-height: auto;
    background-image : linear-gradient(to right, #93ad7d 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
  }
  .asazuke .asazuke_recipe .worth_item .img_container {
    margin: 0 auto -3px;
  }
  .asazuke .asazuke_recipe .worth_img {
    width: 47px;
  }
  .asazuke .asazuke_recipe .worth_img._img03,
  .asazuke .asazuke_recipe .worth_img._img04 {
    width: 41px;
    margin-top: 26px;
    margin-bottom: 4px;
  }
  .asazuke .asazuke_recipe .worth_img + .worth_img {
    margin-left: 27px;
  }
  .asazuke .asazuke_recipe .worth_img::before {
    bottom: -13px;
    left: -16px;
  }
  .asazuke .asazuke_recipe .worth_img._img01::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .worth_img._img02::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .worth_img._img03::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .worth_img._img04::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .worth_text {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .asazuke .asazuke_recipe .worth_balloon {
    max-width: 162px;
    min-height: 46px;
    border-radius: 7px;
    margin: auto auto 12px;
  }
  .asazuke .asazuke_recipe .worth_balloon::before {
    top: -10px;
    width: 12px;
    height: 11px;
  }
  .asazuke .asazuke_recipe .worth_balloon .balloon_text{
    font-size: 16px;
    top: -3px;
  }
  .asazuke .asazuke_recipe .worth_balloon .balloon_text::before {
    top: 3px;
    right: -7px;
    width: 14px;
    height: 14px;
  }
  .asazuke .asazuke_recipe .worth_balloon .balloon_text .number{
    font-size: 30px;
    top: 3px;
    letter-spacing: 0.05em;
  }
}

.asazuke .asazuke_recipe .recipe_item._salt {
  margin-bottom: 160px;
}
.asazuke .asazuke_recipe .salt_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  box-sizing: border-box;
  padding: 0 36px;
}
.asazuke .asazuke_recipe .salt_item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.asazuke .asazuke_recipe .salt_amount {
  width: 100px;
  display: block;
  margin: 0 auto 6px;
}
.salt_amount img {
  width: 100%;
}
.asazuke .asazuke_recipe .salt_img {
  width: 72px;
  height: fit-content;
  display: block;
  margin: 0 auto 8px;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_recipe .salt_img img {
  width: 100%;
}
.asazuke .asazuke_recipe .salt_img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  left: -41px;
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.asazuke .asazuke_recipe .salt_img._img01::before {
  width: 273px;
  height: 135px;
  background-image: url(../img/shadow_asaduke01.png);
}
.asazuke .asazuke_recipe .salt_img._img02::before {
  width: 273px;
  height: 135px;
  background-image: url(../img/shadow_asaduke02.png);
}
.asazuke .asazuke_recipe .salt_img._img03::before {
  width: 220px;
  height: 135px;
  background-image: url(../img/shadow_asaduke03.png);
}
.asazuke .asazuke_recipe .salt_img._img04::before {
  width: 210px;
  height: 135px;
  background-image: url(../img/shadow_asaduke04.png);
}
.asazuke .asazuke_recipe .salt_balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 57px;
  box-sizing: border-box;
  padding: 2px;
  border: #2e6317 solid 2px;
  background-color: #fff;
  position: relative;
  margin-top: auto;
}
.asazuke .asazuke_recipe .salt_balloon::before,
.asazuke .asazuke_recipe .salt_balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.asazuke .asazuke_recipe .salt_balloon::before {
  top: -4px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.asazuke .asazuke_recipe .salt_balloon::after {
  top: -6px;
  width: 2px;
  height: 6px;
  background-color: #2e6317;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1px;
}
.asazuke .asazuke_recipe .salt_balloon .balloon_text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: 0;
  color: #2e6317;
  text-align: center;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe .recipe_item._salt {
    margin-bottom: 42px;
  }
  .asazuke .asazuke_recipe .salt_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 15px;
    padding: 0 23px;
  }
  .asazuke .asazuke_recipe .salt_amount {
    width: 57px;
    margin: 0 auto -2px;
  }
  .asazuke .asazuke_recipe .salt_img {
    width: 34px;
    margin: 0 auto 2px;
  }
  .asazuke .asazuke_recipe .salt_img::before {
    bottom: -7px;
    left: -20px;
  }
  .asazuke .asazuke_recipe .salt_img._img01::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .salt_img._img02::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .salt_img._img03::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .salt_img._img04::before {
    width: 118px;
    height: 58px;
  }
  .asazuke .asazuke_recipe .salt_balloon {
    min-height: 27px;
    padding: 2px;
  }
  .asazuke .asazuke_recipe .salt_balloon::before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
  .asazuke .asazuke_recipe .salt_balloon::after {
    top: -6px;
    width: 2px;
    height: 6px;
  }
  .asazuke .asazuke_recipe .salt_balloon .balloon_text {
    font-size: 10px;
    top: 0;
  }
}

.asazuke .asazuke_recipe .recipe_item._standard {
  margin-bottom: 108px;
  position: relative;
}
.asazuke .asazuke_recipe .recipe_item._standard::before {
  content: "";
  position: absolute;
  bottom: -88px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 168px;
  background-image: url(../img/bg_ttl02.png);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.asazuke .asazuke_recipe .recipe_item._standard .asazuke_caption {
  margin-bottom: 79px;
}
.asazuke .asazuke_recipe .standard_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 28px 20px;
  box-sizing: border-box;
  padding: 0 50px;
  margin-bottom: 20px;
}
.asazuke .asazuke_recipe .standard_item {
  width: 100%;
  box-sizing: border-box;
  border-top: #c0d6b8 solid 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.asazuke .asazuke_recipe .standard_item:hover {
  opacity: 0.5;
}
.asazuke .asazuke_recipe .standard_img {
  width: 100%;
  flex-grow: 1;
}
.asazuke .asazuke_recipe .standard_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asazuke .asazuke_recipe .standard_desc {
  width: 100%;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
}
.asazuke .asazuke_recipe .standard_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  color: #2e6317;
  margin-right: 6px;
}
.asazuke .asazuke_recipe .standard_arrow {
  width: 25px;
  display: block;
  flex-shrink: 0;
}
.asazuke .asazuke_recipe .standard_arrow img {
  width: 100%;
  display: block;
}
.asazuke .asazuke_recipe .standard_annotation {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #727171;
  text-align: left;
  width: fit-content;
  display: block;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe .recipe_item._standard {
    margin-bottom: 29px;
  }
  .asazuke .asazuke_recipe .recipe_item._standard::before {
    display: none;
  }
  .asazuke .asazuke_recipe .recipe_item._standard .asazuke_caption {
    margin-bottom: 25px;
  }
  .asazuke .asazuke_recipe .standard_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
    padding: 0 20px;
    margin-bottom: 6px;
  }
  .asazuke .asazuke_recipe .standard_item {
    border-top: #c0d6b8 solid 2px;
  }
  .asazuke .asazuke_recipe .standard_desc {
    min-height: 46px;
  }
  .asazuke .asazuke_recipe .standard_title {
    font-size: 12px;
  }
  .asazuke .asazuke_recipe .standard_arrow {
    width: 14px;
  }
  .asazuke .asazuke_recipe .standard_annotation {
    font-size: 10px;
    padding-right: 20px;
    width: 100%;
    text-align: right;
  }
}

.asazuke .asazuke_recipe .recipe_item._puttogether {
  margin-bottom: 76px;
}
.asazuke .asazuke_recipe .recipe_item._puttogether .asazuke_caption {
  margin-bottom: 43px;
}
.asazuke .asazuke_recipe .puttogether_person {
  width: 90%;
  max-width: 464px;
  display: block;
  margin: 0 auto 8px;
}
.asazuke .asazuke_recipe .puttogether_person img {
  width: 100%;
}
.asazuke .asazuke_recipe .puttogether_container {
  width: 80.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 9px;
}
.asazuke .asazuke_recipe .puttogether_img {
  width: 50%;
}
.asazuke .asazuke_recipe .puttogether_img img {
  width: 100%;
}
.asazuke .asazuke_recipe .puttogether_illust {
  width: 90%;
  max-width: 464px;
  display: block;
  margin: 0 auto;
}
.asazuke .asazuke_recipe .puttogether_illust img {
  width: 100%;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe .recipe_item._puttogether {
    margin-bottom: 27px;
  }
  .asazuke .asazuke_recipe .recipe_item._puttogether .asazuke_caption {
    margin-bottom: 10px;
  }
  .asazuke .asazuke_recipe .puttogether_person {
    width: 58%;
    margin: 0 auto 5px;
  }
  .asazuke .asazuke_recipe .puttogether_container {
    width: 87.5%;
    margin: 0 auto 6px;
  }
  .asazuke .asazuke_recipe .puttogether_illust {
    width: 54%;
  }
}

.asazuke .asazuke_recipe .recipe_item._lunchbox .asazuke_caption {
  margin-bottom: 60px;
}
.asazuke .asazuke_recipe .recipe_item._lunchbox .asazuke_caption::before {
  top: 80%;
}
.asazuke .asazuke_recipe .lunchbox_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e6317;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 34px;
}
.asazuke .asazuke_recipe .lunchbox_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* justify-content: space-between; */
  box-sizing: border-box;
  padding: 0 96px;
  margin-bottom: 26px;
}
.asazuke .asazuke_recipe .lunchbox_item {
  width: 44%;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.asazuke .asazuke_recipe .lunchbox_item:hover {
  opacity: 0.5;
}
.asazuke .asazuke_recipe .lunchbox_item + .lunchbox_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14%;
  width: 1px;
  height: 100%;
  background-image : linear-gradient(to bottom, #93ad7d 2px, transparent 2px);
  background-size: 2px 4px;
  background-repeat: repeat-y;
}
.asazuke .asazuke_recipe .lunchbox_img {
  width: 100%;
  flex-grow: 1;
}
.asazuke .asazuke_recipe .lunchbox_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asazuke .asazuke_recipe .lunchbox_desc {
  width: 100%;
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 5px 5px;
  background-color: #fff;
}
.asazuke .asazuke_recipe .lunchbox_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  color: #2e6317;
}
.asazuke .asazuke_recipe .lunchbox_arrow {
  width: 25px;
  height: fit-content;
  display: inline-block;
  margin-left: 2px;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}
.asazuke .asazuke_recipe .lunchbox_arrow img {
  width: 100%;
  display: block;
}
.asazuke .asazuke_recipe .lunchbox_annotation {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
  color: #727171;
  text-align: left;
  width: fit-content;
  display: block;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe .recipe_item._lunchbox .asazuke_caption {
    margin-bottom: 10px;
  }
  .asazuke .asazuke_recipe .recipe_item._lunchbox .asazuke_caption::before {
    top: 50%;
  }
  .asazuke .asazuke_recipe .lunchbox_text {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .asazuke .asazuke_recipe .lunchbox_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 6px;
  }
  .asazuke .asazuke_recipe .lunchbox_item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .asazuke .asazuke_recipe .lunchbox_item + .lunchbox_item {
    margin-top: 12px;
  }
  .asazuke .asazuke_recipe .lunchbox_item + .lunchbox_item::before {
    display: none;
  }
  .asazuke .asazuke_recipe .lunchbox_img {
    width: 15%;
  }
  .asazuke .asazuke_recipe .lunchbox_desc {
    width: 50%;
    min-height: 112px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
  }
  .asazuke .asazuke_recipe .lunchbox_title {
    font-size: 12px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
  }
  .asazuke .asazuke_recipe .lunchbox_arrow {
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    margin: 0;
  }
  .asazuke .asazuke_recipe .lunchbox_annotation {
    font-size: 10px;
    padding: 0 20px;
  }
}

.asazuke .asazuke_recipe .recipe_bg {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.asazuke .asazuke_recipe .recipe_bg._bg01 {
  width: 187px;
  top: 7%;
  right: -122px;
}
.asazuke .asazuke_recipe .recipe_bg._bg02 {
  width: 314px;
  top: 35.3%;
  left: -113px;
}
.asazuke .asazuke_recipe .recipe_bg._bg03 {
  width: 285px;
  top: 63.2%;
  right: -238px;
}
.asazuke .asazuke_recipe .recipe_bg._bg04 {
  width: 190px;
  top: 72%;
  left: -144px;
}
.asazuke .asazuke_recipe .recipe_bg img {
  width: 100%;
}
@media (max-width: 767px) {
  .asazuke .asazuke_recipe .recipe_bg._bg01 {
    width: 100px;
    top: 8.8%;
    right: -51px;
  }
  .asazuke .asazuke_recipe .recipe_bg._bg02 {
    width: 118px;
    top: 43.3%;
    left: -63px;
  }
  .asazuke .asazuke_recipe .recipe_bg._bg03 {
    width: 142px;
    top: 78.2%;
    right: -114px;
  }
  .asazuke .asazuke_recipe .recipe_bg._bg04 {
    width: 95px;
    top: 98%;
    left: -52px;
  }
}

/* asazuke_info
================================= */
.asazuke .asazuke_info {
  padding-bottom: 74px;
}
.asazuke .asazuke_info .asazuke_heading {
  margin-bottom: 68px;
}
.asazuke .asazuke_info .info_text {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2e6317;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}
.asazuke .asazuke_info .info_container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0;
  box-sizing: border-box;
  padding: 0 30px;
}
.asazuke .asazuke_info .info_item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  box-sizing: border-box;
  padding: 0 14px 5px;
  margin-bottom: 20px;
}
.asazuke .asazuke_info .info_item + .info_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image : linear-gradient(to bottom, #93ad7d 2px, transparent 2px);
  background-size: 2px 4px;
  background-repeat: repeat-y;
}
.asazuke .asazuke_info .info_item._info01 .info_title {
  background-color: #1a71bd;
}
.asazuke .asazuke_info .info_item._info01 .info_explan {
  color: #1a71bd;
}
.asazuke .asazuke_info .info_item._info02 .info_title {
  background-color: #009641;
}
.asazuke .asazuke_info .info_item._info02 .info_explan {
  color: #009641;
}
.asazuke .asazuke_info .info_item._info03 .info_title {
  background-color: #ea4901;
}
.asazuke .asazuke_info .info_item._info03 .info_explan {
  color: #ea4901;
}
.asazuke .asazuke_info .info_item._info04 .info_title {
  background-color: #d42225;
}
.asazuke .asazuke_info .info_item._info04 .info_explan {
  color: #d42225;
}
.asazuke .asazuke_info .info_img {
  width: 60px;
  height: fit-content;
  display: block;
  margin: 0 auto 5px;
  position: relative;
  z-index: 1;
}
.asazuke .asazuke_info .info_img img {
  width: 100%;
}
.asazuke .asazuke_info .info_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 67px;
  box-sizing: border-box;
  padding: 2px;
  margin-bottom: 10px;
  border-radius: 33px;
}
.asazuke .asazuke_info .info_title .title_text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.asazuke .asazuke_info .info_explan {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}
.asazuke .asazuke_info .info_link {
  width: 100%;
  min-height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  text-decoration: none;
}
.asazuke .asazuke_info .info_link:hover {
  opacity: 0.5;
}
.asazuke .asazuke_info .info_link .link_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
  color: #2e6317;
  margin-right: 2px;
}
.asazuke .asazuke_info .info_link .link_arrow {
  width: 25px;
  display: block;
  flex-shrink: 0;
}
.asazuke .asazuke_info .info_link .link_arrow img {
  width: 100%;
  display: block;
}
.asazuke .asazuke_info .info_annotation {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  display: block;
  width: fit-content;
  font-size: 15px;
  letter-spacing: 0;
  color: #727171;
}
@media (max-width: 1036px) {
  .asazuke .asazuke_info .info_item:nth-child(3n + 4):before {
    display: none;
  }
}
@media (max-width: 806px) {
  .asazuke .asazuke_info .info_item:nth-child(3n + 3):before {
    display: block;
  }
  .asazuke .asazuke_info .info_item:nth-child(2n + 3):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .asazuke .asazuke_info {
    padding-bottom: 24px;
  }
  .asazuke .asazuke_info .asazuke_heading {
    margin-bottom: 5px;
  }
  .asazuke .asazuke_info .info_text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .asazuke .asazuke_info .info_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 63px;
    padding: 0 33px;
  }
  .asazuke .asazuke_info .info_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin-bottom: 0;
  }
  .asazuke .asazuke_info .info_item + .info_item::before {
    bottom: auto;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background-image : linear-gradient(to right, #93ad7d 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
  }
  .asazuke .asazuke_info .info_img {
    width: 40px;
    margin-left: 4px;
    margin-right: 9px;
    flex-shrink: 0;
    margin-top: -13px;
  }
  .asazuke .asazuke_info .info_desc {
    width: 100%;
  }
  .asazuke .asazuke_info .info_title {
    width: 100%;
    min-height: 48px;
    padding: 5px;
    margin-bottom: 6px;
    border-radius: 7px;
  }
  .asazuke .asazuke_info .info_title .title_text {
    font-size: 13px;
  }
  .asazuke .asazuke_info .info_explan {
    font-size: 12px;
    margin-bottom: 19px;
  }
  .asazuke .asazuke_info .info_link {
    width: fit-content;
    margin: 0 auto;
  }
  .asazuke .asazuke_info .info_link .link_text {
    font-size: 12px;
  }
  .asazuke .asazuke_info .info_link .link_arrow {
    width: 14px;
  }
  .asazuke .asazuke_info .info_annotation {
    top: calc(100% + 12px);
    font-size: 10px;
  }
}