@charset "UTF-8";
body {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  word-wrap: break-word; }

body * {
  /*transition: all 0.1s ease-out;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body a:hover {
  opacity: 0.8; }

body * {
  gap: 0 !important; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  body {
    font-size: 12px; } }

@media screen and (max-width: 640px) {
  body {
    font-size: calc( 14 / 375 * 100vw); } }


/* add_kitahara 汎用CSS
------------------------------------------------ */
.fwb{font-weight:bold;}


    /*
------------------------------------------------ */
.l-wrapper {
  position: relative; }

.l-wrapper a,
.l-wrapper i,
.l-wrapper picture {
  display: inline-block;
  line-height: 1; }

.l-wrapper img {
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 1; }

/*
------------------------------------------------ */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 120; }

.is_header_search_open .l-header__bgi {
  display: block;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -15; }

.l-header .l-section {
  background: #fff; }

.l-header .l-section__inner {
  padding: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.l-header .l-section__inner.l-section__inner_upper {
  border-bottom: 3px solid #f5d826;
  padding-top: 13px;
}
.l-header__kracie {
  margin-left: -5px;
  width: 100px; }
.l-section__inner_upper .logo--right {
  width: 144px;
}
.l-header__kracie p a,
.l-header__kracie p span {
  display: block; }

.is_header_search_open {
  overflow: hidden; }

@media screen and (max-width: 1084px) and (min-width: 640px) {
  .l-header .l-section__inner {
    margin: 0 auto;
    padding: 0 22px;
    width: 100%;
    max-width: calc( 1000px + 44px); } }

@media screen and (max-width: 640px) {
  .l-header {
    padding: 0; }
  .is_header_menu_open .l-header__bgi {
    display: block;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -15; }
  .l-header .l-section__inner {
    padding: calc( 5 / 375 * 100vw) 0 calc( 25 / 375 * 100vw) 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff; }
  .l-header__kracie {
    margin: 0;
    padding-bottom: calc( 5 / 375 * 100vw);
    width: calc( 100% + ( 30 / 375 * 100vw ));
    border-bottom: 2px solid #ffd500; }
  .l-header__kracie p {
    margin-left: calc( 15 / 375 * 100vw);
    width: calc( 55 / 375 * 100vw); } }

/*
------------------------ */
.l-header__kampofullife {
  margin: 0 auto;
  padding: 16px 0 15px 0;
  display: inline-block;
  width: 350px;margin-left: 25%; }

.l-header__kampofullife p a,
.l-header__kampofullife p span {
  display: block; }

@media screen and (max-width: 640px) {
  .l-header__kampofullife {
    padding: calc( 5 / 375 * 100vw) 0 calc( 2 / 375 * 100vw) 0;
    width: calc( 220 / 375 * 100vw); } }

/*
------------------------ */
.l-header__btn {
  display: flex;
  flex-direction: row-reverse;
  /*gap: 10px;*/
  position: relative; }

@media screen and (max-width: 640px) {
  .l-header__btn {
    display: block;
    /*gap: 0;*/
    width: 100%; } }

/*
------------------------ */
.l-header__btn_account {
  width: 100%;
  font-size: 12px;
  line-height: 1; }

.l-header__btn_account .p-btn ul li {
  width: 120px;
  height: 30px; }

.l-header__btn_account .p-btn ul li.p-btn__account_login {
  background: #fff;
  color: #ff871e; }

.l-header__btn_account .p-btn ul li .p-ic {
  margin-right: 0.5em; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-header__btn_account {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .l-header__btn_account {
    width: calc( 42 / 375 * 100vw);
    height: calc( 42 / 375 * 100vw);
    font-size: calc( 6 / 375 * 100vw);
    position: absolute;
    bottom: 100%;
    right: calc( 0 / 375 * 100vw); }
  .l-header__btn_account .p-btn {
    width: 100%;
    height: 100%; }
  .l-header__btn_account .p-btn ul {
    width: 100%;
    height: 100%; }
  .l-header__btn_account .p-btn ul li {
    width: 100%;
    height: 100%; }
  .l-header__btn_account .p-btn ul li a,
  .l-header__btn_account .p-btn ul li span {
    padding: 0.5em 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: 1.0em;*/ }
  .l-header__btn_account .p-btn ul li .p-ic {
    width: 3em;
    height: 3em;
    margin-right: 0;
    margin-bottom: 1.0em; } }

/*
------------ */
.l-header__btn_search {
  width: 100%;
  margin-bottom: 10px;margin-right: 8px; }

@media screen and (max-width: 640px) {
  .l-header__btn_search {
    margin-bottom: 0;margin-right: 0; } }

/*
------------ */
.l-header__btn_search--ham-btn {
  line-height: 1; }

.l-header__btn_search--ham-btn .p-btn ul {
  font-size: 12px; }

.l-header__btn_search--ham-btn .p-btn ul li {
  width: 120px;
  height: 30px; }

.is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li a,
.is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li span {
  color: #88b83e;
  background: #fff; }

.is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li .p-ic {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li .p-ic {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.l-header__btn_search--ham-btn .p-btn ul li strong {
  display: inline-block; }

.l-header__btn_search--ham-btn .p-btn ul li b {
  display: none; }

.is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li strong {
  display: none; }

.is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li b {
  display: inline-block; }

.l-header__btn_search--ham-btn p {
  display: none; }

.l-header__btn_search--ham-btn p a,
.l-header__btn_search--ham-btn p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #88b83e;
  line-height: 1; }

.l-header__btn_search--ham-btn p .p-ic {
  display: inline-block;
  width: calc( 25 / 375 * 100vw);
  height: calc( 25 / 375 * 100vw);
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_search01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .l-header__btn_search--ham-btn p .p-ic {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_search01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

/*.is_header_search_open .l-header__btn_search--ham-btn p .p-ic {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_grn.webp) no-repeat 50% 50%;
  background-size: contain;
  .no-webp & {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_grn.png) no-repeat 50% 50%;
    background-size: contain;
  }
}*/
.l-header__btn_search--ham-sct {
  display: none;
  padding: 40px 0 40px 0;
  width: 100%;
  max-height: calc( 100vh - 185px);
  overflow-y: auto;
  position: fixed;
  top: 185px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  /*border-top: 1px solid #e2e2e2;*/ }

.is_header_search_open .l-header__nav_menu--ham-btn {
  display: none; }

.is_header_search_open .l-header__btn_search--ham-sct {
  display: block; }

.l-header__btn_search--ham-sct > div {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 1044px) and (min-width: 640px) {
  .l-header__btn_search--ham-sct {
    max-height: calc( 100vh - 225px);
    top: 220px; }
  .l-header__btn_search--ham-sct > div {
    padding: 0 22px; } }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-header__btn_search--ham-btn .p-btn ul {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .l-header__btn_search--ham-btn {
    display: inline-block;
    width: calc( 42 / 375 * 100vw);
    position: absolute;
    bottom: calc( -18 / 375 * 100vw);
    right: calc( 0 / 375 * 100vw); }
  .l-header__btn_search--ham-btn .p-btn {
    display: none; }
  .l-header__btn_search--ham-btn .p-btn ul {
    font-size: calc( 6 / 375 * 100vw); }
  .l-header__btn_search--ham-btn .p-btn ul li {
    width: 100%;
    height: calc( 45 / 375 * 100vw); }
  .l-header__btn_search--ham-btn p {
    display: block; }
  .l-header__btn_search--ham-btn p a,
  .l-header__btn_search--ham-btn p span {
    font-size: calc( 10 / 375 * 100vw); }
  .l-header__btn_search--ham-btn p .p-ic {
    width: 1em;
    height: 1em; }
  .l-header__btn_search--ham-sct {
    padding: calc( 20 / 375 * 100vw);
    background: #fff;
    width: 100%;
    max-height: calc( 100vh - 24vw);
    position: fixed;
    top: 24vw;
    left: 0;
    right: 0;
    z-index: 45;
    margin: auto;
    overflow: auto;
    border-top: none; }
  .is_header_search_open .l-header__btn_search--ham-btn {
    position: absolute;
    bottom: 0;
    right: 1px;
    z-index: 90; }
  .is_header_search_open .l-header__btn_search--ham-btn .p-btn {
    display: block;
    width: calc( 42 / 375 * 100vw);
    height: calc( 42 / 375 * 100vw);
    font-size: calc( 5 / 375 * 100vw);
    position: absolute;
    bottom: 100%;
    right: -1px;
    z-index: 15; }
  .is_header_search_open .l-header__btn_search--ham-btn .p-btn ul {
    width: 100%;
    height: 100%; }
  .is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li {
    width: 100%;
    height: 100%; }
  .is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li a,
  .is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li span {
    padding: 0.5em 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .is_header_search_open .l-header__btn_search--ham-btn .p-btn ul li .p-ic {
    width: 4em;
    height: 4em; }
  .is_header_search_open .l-header__btn_search--ham-btn p {
    display: none; } }

/*
------------ */
.l-header__btn_search--extra .p-btn ul {
  margin: 0 auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 10px;*/ }

.l-header__btn_search--extra .p-btn ul li,
.l-header__btn_search--extra .p-btn ul li.p-btn__kamposearch,
.l-header__btn_search--extra .p-btn ul li.p-btn__kampomatch {
  width: calc( ( 100% - 10px ) / 2); }

.l-header__btn_search--extra .p-btn ul li {
  margin-right: 10px; }

.l-header__btn_search--extra .p-btn ul li:last-of-type {
  margin-right: 0; }

.l-header__btn_search--extra .p-btn ul li a,
.l-header__btn_search--extra .p-btn ul li span {
  padding: 1em; }

@media screen and (max-width: 640px) {
  .l-header__btn_search--extra .p-btn ul {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: 1em;*/ }
  .l-header__btn_search--extra .p-btn ul li,
  .l-header__btn_search--extra .p-btn ul li.p-btn__kamposearch,
  .l-header__btn_search--extra .p-btn ul li.p-btn__kampomatch {
    width: 100%; }
  .l-header__btn_search--extra .p-btn ul li {
    margin-right: 1em; }
  .l-header__btn_search--extra .p-btn ul li:last-of-type {
    margin-right: 0; }
  .l-header__btn_search--extra .p-btn ul li a,
  .l-header__btn_search--extra .p-btn ul li span,
  .l-header__btn_search--extra .p-btn ul li.p-btn__kamposearch a,
  .l-header__btn_search--extra .p-btn ul li.p-btn__kamposearch span,
  .l-header__btn_search--extra .p-btn ul li.p-btn__kampomatch a,
  .l-header__btn_search--extra .p-btn ul li.p-btn__kampomatch span {
    padding: 2em;
    background-position: 0% 50%; } }

/*
------------------------------------------------ */
.l-header__nav {
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 90;
  width: 100%; }

@media screen and (max-width: 640px) {
  .l-header__nav {
    margin-bottom: 0; } }

/*
------------------------ */
/*
------------ */
.l-header__nav_menu--ham-btn {
  display: none; }

.l-header__nav_menu--ham-btn .p-btn ul li a,
.l-header__nav_menu--ham-btn .p-btn ul li span {
  display: block;
  line-height: 0; }

.l-header__nav_menu--ham-btn .p-btn ul li .p-ic {
  display: inline-block;
  width: calc( 25 / 375 * 100vw);
  height: calc( 25 / 375 * 100vw); }

.is_header_menu_open .l-header__nav_menu--ham-btn .p-btn ul li .p-ic {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .is_header_menu_open .l-header__nav_menu--ham-btn .p-btn ul li .p-ic {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.l-header__nav_menu--ham-btn .p-btn ul li strong {
  font-weight: bold; }

@media screen and (max-width: 640px) {
  .l-header__nav_menu--ham-btn {
    display: inline-block;
    width: calc( 42 / 375 * 100vw);
    height: calc( 42 / 375 * 100vw);
    font-size: calc( 6 / 375 * 100vw);
    position: absolute;
    bottom: 100%;
    left: 0; }
  .l-header__nav_menu--ham-btn .p-btn {
    width: 100%;
    height: 100%; }
  .l-header__nav_menu--ham-btn .p-btn ul {
    width: 100%;
    height: 100%; }
  .l-header__nav_menu--ham-btn .p-btn ul li {
    width: 100%;
    height: 100%; }
  .l-header__nav_menu--ham-btn .p-btn ul li a,
  .l-header__nav_menu--ham-btn .p-btn ul li span {
    padding: 0.5em 0.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: 1.0em;*/ }
  .l-header__nav_menu--ham-btn .p-btn ul li .p-ic {
    width: 3em;
    height: 3em;
    margin-bottom: 1.0em; }
  .l-header__nav_menu--ham-btn .p-btn ul li strong {
    display: block; }
  .l-header__nav_menu--ham-btn .p-btn ul li b {
    display: none; }
  .is_header_menu_open .l-header__nav_menu--ham-btn .p-btn ul li strong {
    display: none; }
  .is_header_menu_open .l-header__nav_menu--ham-btn .p-btn ul li b {
    display: block; }
  .is_header_menu_open .l-header__btn_account,
  .is_header_menu_open .l-header__btn_search--ham-btn {
    display: none; }
  .l-header__nav_menu--ham-sct {
    display: none;
    padding: 0 calc( 20 / 375 * 100vw) calc( 120 / 375 * 100vw) calc( 20 / 375 * 100vw);
    background: #fff;
    position: absolute;
    top: calc( 25 / 375 * 100vw);
    left: 0;
    right: 0;
    z-index: 15;
    margin: auto;
    max-height: calc( 100vh - ( 95 / 375 * 100vw ));
    overflow: auto;
    border-top: 1px solid #e2e2e2; }
  .is_header_menu_open {
    overflow: hidden; }
  .is_header_menu_open .l-header__nav_menu--ham-sct {
    display: block; } }

/*
------------ */
.l-header__nav_menu--global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*gap: 20px;*/ }

.l-header__nav_menu--global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 1px;
  margin-top: 1px;
  margin-right: 20px; }

.l-header__nav_menu--global > ul > li {
  width: 130px;
  height: 40px;
  border: 1px solid #e2e2e2;
  margin-left: -1px;
  margin-top: -1px; }

.l-header__nav_menu--global > ul > li a,
.l-header__nav_menu--global > ul > li span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 0.8em;*/ }

.l-header__nav_menu--global > ul > li strong {
  font-weight: normal; }

.l-header__nav_menu--global > ul > li i {
  width: 1.8em;
  height: 1.8em;
  margin-right: 0.8em; }

.l-header__nav_menu--global > ul > li a::after {
  display: none;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-color: #88b83e #88b83e transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.l-header__nav_menu--global .p-btn {
  font-weight: bold;
  width: 200px;
  height: 40px;
  /*border: 2px solid #ffd500;*/ }

.l-header__nav_menu--global .p-btn ul {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%; }

.l-header__nav_menu--global .p-btn ul li {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%; }

.l-header__nav_menu--global .p-btn ul li a,
.l-header__nav_menu--global .p-btn ul li span {
  padding: 0; }

@media screen and (max-width: 1044px) and (min-width: 640px) {
  .l-header__nav_menu--global > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .l-header__nav_menu--global > ul {
    margin-top: 1px;
    width: calc( 100%); }
  .l-header__nav_menu--global > ul > li {
    width: calc( 100% / 3);
    height: 40px; }
  .l-header__nav_menu--global > ul > li:nth-of-type(1),
  .l-header__nav_menu--global > ul > li:nth-of-type(2),
  .l-header__nav_menu--global > ul > li:nth-of-type(3) {
    margin-top: 0; }
  .l-header__nav_menu--global .p-btn {
    width: 450px;
    height: 80px; } }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-header__nav_menu--global > ul > li a,
  .l-header__nav_menu--global > ul > li span {
    /*gap: 0.2em;*/ }
  .l-header__nav_menu--global > ul > li i {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.2em; } }

@media screen and (max-width: 640px) {
  .l-header__nav_menu--global {
    margin: 0 calc( 20 / 375 * -100vw) calc( 20 / 375 * 100vw) calc( 20 / 375 * -100vw);
    display: block; }
  .l-header__nav_menu--global > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0; }
  .l-header__nav_menu--global > ul > li {
    margin: 0;
    width: 50%;
    height: auto;
    border: none;
    border-bottom: 1px solid #e2e2e2; }
  .l-header__nav_menu--global > ul > li:nth-of-type(odd) {
    border-right: 1px solid #e2e2e2; }
  .l-header__nav_menu--global > ul > li a,
  .l-header__nav_menu--global > ul > li span {
    padding: 0.5em 1em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .l-header__nav_menu--global > ul > li strong {
    font-weight: normal;
    margin-right: auto; }
  .l-header__nav_menu--global > ul > li a::after {
    display: inline-block; }
  .l-header__nav_menu--global .p-btn {
    display: none; } }

/*
------------ */
.l-header__nav_menu--account {
  display: none; }

@media screen and (max-width: 640px) {
  .l-header__nav_menu--account {
    display: block; } }

/*
------------ */
.l-header__nav_menu--btn {
  display: none; }

@media screen and (max-width: 640px) {
  .l-header__nav_menu--btn {
    margin-bottom: calc( 15 / 375 * 100vw);
    display: block; }
  .l-header__nav_menu--btn .p-btn ul li.p-btn__kamposearch a,
  .l-header__nav_menu--btn .p-btn ul li.p-btn__kamposearch span {
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.webp) no-repeat 0% 50%;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .no-webp .l-header__nav_menu--btn .p-btn ul li.p-btn__kamposearch a, .no-webp
    .l-header__nav_menu--btn .p-btn ul li.p-btn__kamposearch span {
      background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.png) no-repeat 0% 50%;
      background-size: contain; }
  .l-header__nav_menu--btn .p-btn ul li.p-btn__kamposearch strong {
    margin-left: 10vw;
    text-align: center; } }

/*
------------ */
.l-header__nav_menu--bnr {
  display: none; }

@media screen and (max-width: 640px) {
  .l-header__nav_menu--bnr {
    display: block; } }

/*
------------------------------------------------ */
.l-body {
  font-size: 16px; }

.l-body > .l-section > .l-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 30px;*/ }

.l-main {
  width: 100%; }

.l-flow {
  width: 100%; }

.l-aside {
  width: 100%; }

.is_multi .l-main,
.is_multi .l-flow {
  max-width: 680px; }

.is_multi .l-aside {
  max-width: 290px; }

.is_single .l-main,
.is_single .l-flow {
  max-width: 100%; }

.is_single .l-aside {
  display: none; }

@media screen and (max-width: 1044px) and (min-width: 640px) {
  .l-body > .l-section > .l-section__inner {
    /*gap: 20px;*/ }
  .is_multi .l-main,
  .is_multi .l-flow {
    max-width: calc(  ( 100% - 20px ) - 30%); }
  .is_multi .l-aside {
    max-width: calc(  30%); } }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-body {
    font-size: 14px; } }

@media screen and (max-width: 640px) {
  .l-body {
    font-size: calc( 14 / 375 * 100vw); }
  .l-body > .l-section > .l-section__inner {
    /*gap: 0;*/ }
  .is_multi .l-main,
  .is_multi .l-flow {
    max-width: 100%; }
  .is_multi .l-aside {
    max-width: 100%; }
  .is_single .l-main,
  .is_single .l-flow {
    max-width: 100%; } }

/*
------------------------------------------------ */
/*
------------------------------------------------ */
.l-flow__menu_index {
  margin-bottom: 20px; }

.l-flow__menu_global {
  margin-bottom: 40px; }

.l-flow__menu_index ul,
.l-flow__menu_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0.5px solid #e2e2e2; }

.l-flow__menu_index ul {
  border: none;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.l-flow__menu_index ul li,
.l-flow__menu_global ul li {
  width: calc( 100% / 3) !important;
  height: 40px !important;
  border: 0.5px solid #e2e2e2; }

.l-flow__menu_index ul li a,
.l-flow__menu_index ul li span,
.l-flow__menu_global ul li a,
.l-flow__menu_global ul li span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 0.5em;*/ }

.l-flow__menu_global ul li i {
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em; }

.l-flow__menu_global ul li strong {
  width: 6em;
  text-align: center; }

.l-flow__menu_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 12px;*/ }

.l-flow__menu_share ul li {
  width: 140px;
  height: 30px;
  background: #88b83e;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  margin-right: 12px; }

.l-flow__menu_share ul li:last-of-type {
  margin-right: 0; }

.l-flow__menu_share ul li a,
.l-flow__menu_share ul li span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.l-flow__menu_share ul li i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.l-flow__menu_share ul li.l-flow__menu_share--facebook {
  background: #1877F2; }

.l-flow__menu_share ul li.l-flow__menu_share--twitter {
  background: #000000; }

.l-flow__menu_share ul li.l-flow__menu_share--line {
  background: #06C755; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-flow__menu_index ul li a,
  .l-flow__menu_index ul li span,
  .l-flow__menu_global ul li a,
  .l-flow__menu_global ul li span {
    /*gap: 0.2em;*/ }
  .l-flow__menu_global ul li i {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.2em; }
  .l-flow__menu_share ul li {
    width: 120px;
    font-size: 11px; } }

@media screen and (max-width: 640px) {
  .l-flow__menu_index {
    margin: 0;
    margin-bottom: calc( 20 / 375 * 100vw); }
  .l-flow__menu_global {
    margin: 0 calc( 15 / 375 * -100vw);
    margin-bottom: calc( 20 / 375 * 100vw); }
  .l-flow__menu_index ul,
  .l-flow__menu_global ul {
    border-left: none;
    border-right: none; }
  .l-flow__menu_index ul li {
    width: calc( 100%) !important;
    height: calc( 65 / 375 * 100vw) !important; }
  .l-flow__menu_global ul li {
    width: calc( 100% / 2) !important;
    height: calc( 40 / 375 * 100vw) !important; }
  .l-flow__menu_index ul li:nth-of-type(odd),
  .l-flow__menu_global ul li:nth-of-type(odd) {
    border-left: none; }
  .l-flow__menu_index ul li:nth-of-type(even),
  .l-flow__menu_global ul li:nth-of-type(even) {
    border-right: none; }
  .l-flow__menu_global ul li strong {
    text-align: left; }
  .l-flow__menu_share {
    margin-bottom: calc( 20 / 375 * 100vw); }
  .l-flow__menu_share ul {
    /*gap: calc( 6 / 375 * 100vw );*/ }
  .l-flow__menu_share ul li {
    width: calc( 100 / 375 * 100vw);
    height: calc( 20 / 375 * 100vw);
    font-size: calc( 10 / 375 * 100vw);
    margin-right: calc( 6 / 375 * 100vw); }
  .l-flow__menu_share ul li:last-of-type {
    margin-right: 0; }
  .l-flow__menu_share ul li a,
  .l-flow__menu_share ul li span {
    padding-left: calc( 20 / 375 * 100vw); }
  .l-flow__menu_share ul li i {
    width: calc( 20 / 375 * 100vw);
    height: calc( 20 / 375 * 100vw); } }

/*
------------------------------------------------ */
@media screen and (max-width: 640px) {
  .l-aside {
    display: none; } }

/*
------------------------------------------------ */
.l-footer {
  margin-top: 50px;
  padding: 2em 0;
  background: #292929;
  line-height: 1;
  color: #fff; }

.l-footer__navi {
/*  margin-bottom: 2em; }*/
margin-bottom: 18px;
line-height: 13px;
}

.l-footer__navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 1em 0;*/
  margin-bottom: -1em; }

.l-footer__navi ul li {
/*  border-right: 1px solid #fff;*/
  margin-right: 30px;
  margin-bottom: 1em; }

.l-footer__navi ul li:last-of-type {
  border-right: none; }

.l-footer__navi ul li a,
.l-footer__navi ul li span {
/*  padding: 0em 1em;*/
  font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック" !important;
  font-feature-settings: "palt";
  font-size: 13px;
  display: block; }

.l-footer__navi ul li strong {
  /*font-weight: normal;*/
  font-weight:900; }

.l-footer__copy {
/*  font-size: 12px;
  text-align: center; }*/
  font-family: UDShinGoPr, "Yu Gothic", YuGothic, 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Meiryo, メイリオ, Arial, Vardana, "MS PGothic", "ＭＳ Ｐゴシック" !important;
  font-feature-settings: "palt";
  font-size: 11px;
  line-height:11px;
  font-weight:900; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-footer__copy {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .l-footer {
    margin-top: 0;
/*    padding: 0;
    background: inherit;
    color: inherit;
    border-top: 2px solid #fdd81a;*/
    line-height:1.3;
    padding:30px 20px;
    box-sizing:border-box; }
  .l-footer .l-section__inner {
    padding: 0; }
  .l-footer__navi {
   /* margin-bottom: 0;
    font-size: calc( 12 / 375 * 100vw);*/
    margin-bottom:20px; }
  .l-footer__navi ul {
    /*display: block;
    margin: 0;*/
    margin-bottom:-15px; }
  .l-footer__navi ul li {
/*    border: none;
    border-bottom: 1px solid #eeeeee;
    margin: 0;*/
    margin-right:10px;
    margin-bottom:15px; }
  .l-footer__navi ul li:last-of-type {
    border: none; }
  .l-footer__navi ul li a,
  .l-footer__navi ul li span {
    /*padding: 1em; */}
/*  .l-footer__copy {
    padding: 2em 1em calc( 100 / 375 * 100vw) 1em;
    font-size: calc( 10 / 375 * 100vw);
    line-height: 1;
    color: #fff;
    background: #292929; }*/ }

/*
------------------------------------------------ */
.l-section {
  width: 100%; }

.l-section__inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: calc( 1000px); }
.l-section__inner.footerinner {
  max-width: calc( 1314px); }

.p-section {
  margin-bottom: 40px; }

.p-block {
  margin-bottom: 25px; }

.p-block:last-of-type {
  margin-bottom: 0; }

.p-frame {
  padding: 25px;
  background: #f7f7ed; }
.p-frame.p-frame__grn {
  background: #f7f7ed; }

.p-frame.p-frame__ylw {
  background: #fff9d9; }
@media screen and (max-width: 1500px) and (min-width: 1040px) {
  .l-section__inner {
    padding-left: 30px; } }
@media screen and (max-width: 1044px) and (min-width: 640px) {
  .l-section__inner {
    margin: 0 auto;
    padding: 0 22px;
    width: 100%;
    max-width: calc( 1000px + 44px); } }

@media screen and (max-width: 640px) {
  .l-section__inner {
    padding: 0 calc( 15 / 375 * 100vw);
    max-width: calc( 100%); }
  .p-section {
    margin-bottom: calc( 35 / 375 * 100vw); }
  .p-block {
    margin-bottom: calc( 30 / 375 * 100vw); }
  .p-frame {
    margin: 0 calc( 15 / 375 * -100vw);
    margin-bottom: calc( 25 / 375 * 100vw);
    padding: calc( 30 / 375 * 100vw) calc( 15 / 375 * 100vw); } }

/*
------------------------------------------------ */
.l-floatingbnr {
  display: none;
  margin: 0 0 0 auto;
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  z-index: 60; }

.l-floatingbnr p a,
.l-floatingbnr p span {
  display: block; }

@media screen and (max-width: 1044px) and (min-width: 640px) {
  .l-floatingbnr {
    max-width: calc( 30%); } }

@media screen and (max-width: 640px) {
  .l-floatingbnr {
    /*display: none !important;*/
    margin: 0 auto;
    padding: calc( 15 / 375 * 100vw);
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }
  .l-floatingbnr p a,
  .l-floatingbnr p span {
    display: block; } }

/*
------------------------------------------------ */
.l-breadcrumblist {
  margin-bottom: 25px; }

.l-breadcrumblist ul {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.l-breadcrumblist ul li a,
.l-breadcrumblist ul li span {
  padding-right: 2em;
  display: block;
  color: #88B83E;
  position: relative; }

.l-breadcrumblist ul li a::after,
.l-breadcrumblist ul li span::after {
  display: inline-block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #88B83E #88B83E transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto; }

.l-breadcrumblist ul li strong {
  display: block;
  font-weight: normal; }

@media screen and (max-width: 1044px) and (min-width: 640px) {
  .l-breadcrumblist {
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .l-breadcrumblist ul {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .l-breadcrumblist {
    display: none; } }

/*
------------------------------------------------ */
.l-pagetitle {
  margin-bottom: 25px;
  background: #88b83e;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.l-pagetitle .l-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 640px) {
  .l-pagetitle {
    margin-bottom: 0;
    padding: 1em 0;
    font-size: calc( 18 / 375 * 100vw);
    width: 100%;
    height: auto; } }

/*
------------------------------------------------ */
.l-notice {
  padding: 2em 0;
  background: #88b83e;
  color: #fff; }

/*
------------------------------------------------ */
/*
------------------------------------------------ */
.l-wrapper .sw_pc {
  display: block; }

.l-wrapper .sw_tb {
  display: none; }

.l-wrapper .sw_sp {
  display: none; }

@media screen and (max-width: 1200px) and (min-width: 640px) {
  .l-wrapper .sw_pc {
    display: none; }
  .l-wrapper .sw_tb {
    display: block; }
  .l-wrapper .sw_sp {
    display: none; } }

@media screen and (max-width: 640px) {
  .l-wrapper .sw_pc {
    display: none; }
  .l-wrapper .sw_tb {
    display: none; }
  .l-wrapper .sw_sp {
    display: block;
    /*background: #f00;*/ } }

/*
------------------------------------------------ */
.p-mb0 {
  margin-bottom: 0 !important; }

@media screen and (max-width: 640px) {
  .p-mb0 {
    margin-bottom: 0 !important; } }

/*
------------------------------------------------ */
.p-ic {
  display: inline-block;
  width: 1em;
  height: 1em; }

/*.p-ic.p-ic__arrow_right {
  border: 2px solid;
  border-color: #88b83e #88b83e transparent transparent;
  transform: rotate(45deg);
}
.p-ic.p-ic__arrow_blk {
  border-color: #000 #000 transparent transparent;
}
.p-ic.p-ic__arrow_gry {
  border-color: #e2e2e2 #e2e2e2 transparent transparent;
}
.p-ic.p-ic__arrow_grn {
  border-color: #88b83e #88b83e transparent transparent;
}
.p-ic.p-ic__arrow_wht {
  border-color: #fff #fff transparent transparent;
}*/
.p-ic.p-ic__bookmark01_wht {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__bookmark01_wht {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__bookmark01_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__bookmark01_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_search01_wht {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_search01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_search01_wht {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_search01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_account01_wht {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_account01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_account01_wht {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_account01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_account01_org {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_account01_org.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_account01_org {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_account01_org.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_off01_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_off01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_hamburgermenu01_off01_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_off01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_on01_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_hamburgermenu01_on01_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_off01_wht {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_off01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_hamburgermenu01_off01_wht {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_off01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_on01_wht {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_hamburgermenu01_on01_wht {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_hamburgermenu01_on01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat01_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_cat01_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat02_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat02_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_cat02_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat02_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat03_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat03_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_cat03_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat03_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat04_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat04_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_cat04_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat04_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat05_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat05_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_cat05_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat05_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat06_grn {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat06_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_cat06_grn {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_cat06_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_facebook01_clr {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_facebook01_clr.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_facebook01_clr {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_facebook01_clr.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_twitter01_clr {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_twitter01_clr.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_twitter01_clr {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_twitter01_clr.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_line01_clr {
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_line01_clr.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_menu01_line01_clr {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_nav_menu01_line01_clr.png) no-repeat 50% 50%;
    background-size: contain; }

/*
------------------------------------------------ */
/*
------------------------------------------------ */
.p-tit {
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: left;
  line-height: 1; }

.p-tit.p-tit__type01 {
  text-align: center; }

.p-tit.p-tit__type01.p-tit__grn,
.p-tit.p-tit__type01.p-tit__ylw,
.p-tit.p-tit__type01.p-tit__org {
  padding: 0.8em 0 0 0; }

.l-main .p-tit.p-tit__type01 {
  font-size: 22px; }

.l-aside .p-tit.p-tit__type01 {
  font-size: 18px; }

.p-tit.p-tit__type02 + p {
  color: #707070; }

.p-tit.p-tit__type02.p-tit__grn {
  padding-left: 0.5em;
  border-left: 6px solid #88B83E; }

.p-tit.p-tit__type02.p-tit__ylw {
  padding-left: 0.5em;
  border-left: 6px solid #FFD500; }

.p-tit.p-tit__type02.p-tit__org {
  padding-left: 0.5em;
  border-left: 6px solid #ff8113; }

.l-main .p-tit.p-tit__type02 {
  font-size: 22px; }

.l-aside .p-tit.p-tit__type02 {
  font-size: 18px; }

.p-tit.p-tit__type05.p-tit__grn {
  color: #88b83e; }

.p-tit.p-tit__type05.p-tit__ylw {
  color: #ffd500; }

.l-main .p-tit.p-tit__type05 {
  font-size: 20px; }

.l-aside .p-tit.p-tit__type05 {
  font-size: 20px; }

@media screen and (max-width: 640px) {
  .p-tit {
    margin-bottom: 1em; }
  .p-tit.p-tit__type01.p-tit__grn,
  .p-tit.p-tit__type01.p-tit__ylw,
  .p-tit.p-tit__type01.p-tit__org {
    padding: 0.5em 0 0 0;
    margin-bottom: 0.8em; }
  .l-main .p-tit.p-tit__type01 {
    font-size: calc( 18 / 375 * 100vw); }
  .l-aside .p-tit.p-tit__type01 {
    font-size: calc( 18 / 375 * 100vw); }
  .p-tit.p-tit__type02.p-tit__grn {
    border-left-width: calc( 6 / 375 * 100vw); }
  .p-tit.p-tit__type02.p-tit__ylw {
    border-left-width: calc( 6 / 375 * 100vw); }
  .p-tit.p-tit__type02.p-tit__org {
    border-left-width: calc( 6 / 375 * 100vw); }
  .l-main .p-tit.p-tit__type02 {
    font-size: calc( 18 / 375 * 100vw); }
  .l-aside .p-tit.p-tit__type02 {
    font-size: calc( 18 / 375 * 100vw); }
  .l-main .p-tit.p-tit__type05 {
    font-size: calc( 20 / 375 * 100vw); }
  .l-aside .p-tit.p-tit__type05 {
    font-size: calc( 20 / 375 * 100vw); } }

/*
------------------------------------------------ */
.p-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /*gap: 10px;*/ }

.p-btn ul li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  /*gap: 10px;*/
  overflow: hidden;
  margin-right: 10px; }

.p-btn ul li:last-of-type {
  margin-right: 0; }

.p-btn ul li a,
.p-btn ul li span {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*gap: 0.5em;*/
  width: 100%;
  height: 100%;
  position: relative; }

.p-btn ul li strong {
  font-weight: normal;
  text-align: center; }

.p-btn ul li strong u {
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  display: inline-block; }

.p-btn ul li i {
  width: 1.2em;
  height: 1.2em;
  /*margin-right: 0.5em;*/ }

.p-btn ul li strong + .p-ic {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto; }

.p-btn ul li.p-btn__account_logoff,
.p-btn ul li.p-btn__account_login,
.p-btn ul li.p-btn__kamposearch,
.p-btn ul li.p-btn__kampomatch {
  width: 100%;
  line-height: 1.2; }

.p-btn ul li.p-btn__kamposearch a,
.p-btn ul li.p-btn__kamposearch span {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.webp) no-repeat 0% 50%;
  background-size: contain; }
  .l-header__nav .p-btn ul li.p-btn__kamposearch a, .l-header__nav
  .p-btn ul li.p-btn__kamposearch span {
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.png) no-repeat -40% 50%;
    background-size: contain; }
  .no-webp .p-btn ul li.p-btn__kamposearch a, .no-webp
  .p-btn ul li.p-btn__kamposearch span {
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.png) no-repeat 0% 50%;
    background-size: contain; }
  .modaal-wrapper .p-btn ul li.p-btn__kamposearch a, .modaal-wrapper
  .p-btn ul li.p-btn__kamposearch span {
    padding: 1em;
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.webp) no-repeat 0% 50%;
    background-size: contain; }
    .no-webp .modaal-wrapper .p-btn ul li.p-btn__kamposearch a, .no-webp .modaal-wrapper
    .p-btn ul li.p-btn__kamposearch span {
      background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.png) no-repeat 0% 50%;
      background-size: contain; }
  .l-main .p-list__btn .p-btn ul li.p-btn__kamposearch a, .l-main .p-list__btn
  .p-btn ul li.p-btn__kamposearch span {
    padding: 1em;
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.webp) no-repeat 0% 50%;
    background-size: contain; }
    .no-webp .l-main .p-list__btn .p-btn ul li.p-btn__kamposearch a, .no-webp .l-main .p-list__btn
    .p-btn ul li.p-btn__kamposearch span {
      background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kamposearch_bgi.png) no-repeat 0% 50%;
      background-size: contain; }

.p-btn ul li.p-btn__kampomatch a,
.p-btn ul li.p-btn__kampomatch span {
  background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kampomatch_bgi.webp) no-repeat -30% 50% #fafadf;
  background-size: contain; }
  .no-webp .p-btn ul li.p-btn__kampomatch a, .no-webp
  .p-btn ul li.p-btn__kampomatch span {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/btn_kampomatch_bgi.png) no-repeat -30% 50% #fafadf;
    background-size: contain; }
  .modaal-wrapper .p-btn ul li.p-btn__kampomatch a, .modaal-wrapper
  .p-btn ul li.p-btn__kampomatch span {
    padding: 1em;
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kampomatch_bgi.webp) no-repeat 0% 50% #fafadf;
    background-size: contain; }
    .no-webp .modaal-wrapper .p-btn ul li.p-btn__kampomatch a, .no-webp .modaal-wrapper
    .p-btn ul li.p-btn__kampomatch span {
      background: url(/kampo/kampofullife/yakuzen-recipe/top/images/btn_kampomatch_bgi.png) no-repeat 0% 50% #fafadf;
      background-size: contain; }
  .l-main .p-list__btn .p-btn ul li.p-btn__kampomatch a, .l-main .p-list__btn
  .p-btn ul li.p-btn__kampomatch span {
    padding: 1em;
    background: url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/btn_kampomatch_bgi.webp) no-repeat 0% 50% #fafadf;
    background-size: contain; }
    .no-webp .l-main .p-list__btn .p-btn ul li.p-btn__kampomatch a, .no-webp .l-main .p-list__btn
    .p-btn ul li.p-btn__kampomatch span {
      background: url(/kampo/kampofullife/yakuzen-recipe/top/images/btn_kampomatch_bgi.png) no-repeat 0% 50% #fafadf;
      background-size: contain; }

.p-btn ul li.p-btn__kamposearch strong {
  margin-left: 2.5em;
  font-weight: bold;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff; }
  .l-main .p-list__btn .p-btn ul li.p-btn__kamposearch strong {
    margin-left: 2em; }

.p-btn ul li.p-btn__kampomatch strong {
  margin-left: 2.5em;
  font-weight: bold;
  text-shadow: 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf, 0 0 3px #fafadf; }
  .l-main .p-list__btn .p-btn ul li.p-btn__kampomatch strong {
    margin-left: 2em; }

@media screen and (max-width: 1044px) and (min-width: 640px) {
  .p-btn ul li strong + .p-ic {
    right: 0.8em; } }

@media screen and (max-width: 640px) {
  .p-btn ul {
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-btn ul li {
    /*gap: calc( 10 / 375 * 100vw );*/
    margin-bottom: calc( 10 / 375 * 100vw); }
  .p-btn ul li:last-of-type {
    margin-bottom: 0; }
  .p-btn ul li a,
  .p-btn ul li span {
    padding: 1em; }
  .p-btn ul li strong u {
    display: none; }
  .p-btn ul li strong + .p-ic {
    border: 1px solid; }
  .p-btn ul li.p-btn__kamposearch,
  .p-btn ul li.p-btn__kampomatch {
    width: 100%;
    height: calc( 50 / 375 * 100vw); }
  .modaal-wrapper .p-btn ul li.p-btn__kamposearch a, .modaal-wrapper
  .p-btn ul li.p-btn__kamposearch span, .modaal-wrapper
  .p-btn ul li.p-btn__kampomatch a, .modaal-wrapper
  .p-btn ul li.p-btn__kampomatch span {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-btn ul li.p-btn__kamposearch strong {
    margin-left: 25vw;
    text-align: left; }
  .p-btn ul li.p-btn__kampomatch strong {
    margin-left: 25vw;
    text-align: left; }
  .l-main .p-btn ul li.p-btn__kamposearch strong {
    margin-left: 10vw; }
  .l-main .p-btn ul li.p-btn__kampomatch strong {
    margin-left: 10vw; } }

/*
------------------------ */
.p-btn.p-btn__grn ul li {
  background: #88b83e;
  border: 1px solid #88b83e; }

.p-btn.p-btn__org ul li {
  background: #ff871e;
  border: 1px solid #ff871e; }

.p-btn.p-btn__ylw ul li {
  background: #ffd500;
  border: 1px solid #ffd500;
  color: #1C1412; }

.p-btn.p-btn__ylw ul li strong + .p-ic {
  border-color: #1C1412 #1C1412 transparent transparent; }

.p-btn.p-btn__gry ul li {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #fff; }

.p-btn.p-btn__gry ul li strong + .p-ic {
  border-color: #fff #fff transparent transparent; }

.p-btn.p-btn__wht ul li {
  background: #fff;
  border: 1px solid #fff;
  color: #88b83e; }

/*
------------------------ */
.p-btn.p-btn__grn.p-btn__bdr ul li {
  background: #fff;
  color: #000;
  border: 2px solid #88b83e;
  color: #88b83e; }

.p-btn.p-btn__grn ul li strong + .p-ic {
  border-color: #fff #fff transparent transparent; }

.p-btn.p-btn__grn.p-btn__bdr ul li strong + .p-ic {
  border-color: #88b83e #88b83e transparent transparent; }

.p-btn.p-btn__org.p-btn__bdr ul li {
  background: #fff;
  color: #000;
  border: 2px solid #ff871e; }

.p-btn.p-btn__org ul li strong + .p-ic {
  border-color: #fff #fff transparent transparent; }

.p-btn.p-btn__org.p-btn__bdr ul li strong + .p-ic {
  border-color: #fff #fff transparent transparent; }

.p-btn.p-btn__ylw.p-btn__bdr ul li {
  background: #fff;
  color: #1C1412;
  border: 2px solid #ffd500; }

.p-btn.p-btn__ylw ul li strong + .p-ic {
  border-color: #1C1412 #1C1412 transparent transparent; }

.p-btn.p-btn__ylw.p-btn__bdr ul li strong + .p-ic {
  border-color: #1C1412 #1C1412 transparent transparent; }

.p-btn.p-btn__gry.p-btn__bdr ul li {
  background: #fff;
  color: #000;
  border: 1px solid #e2e2e2; }

.p-btn.p-btn__gry ul li strong + .p-ic {
  border-color: #000 #000 transparent transparent; }

.p-btn.p-btn__gry.p-btn__bdr ul li strong + .p-ic {
  border-color: #000 #000 transparent transparent; }

/*
------------------------------------------------ */
.p-link ul li a,
.p-link ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*gap: 0.5em;*/ }

.p-link ul li a::after {
  display: inline-block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.5em; }

.p-link.p-link__org ul li a::after {
  border-color: #FF8113 #FF8113 transparent transparent; }

.p-link.p-link__grn ul li a::after {
  border-color: #88b83e #88b83e transparent transparent; }

/*
------------------------------------------------ */
.p-tag__list {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1;
  color: #88b83e; }

.p-tag__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 5px;*/ }

.p-tag__list ul li {
  display: inline-block;
  background: #88b83e;
  border: 1px solid #88b83e;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px; }

.p-tag__list ul li:last-of-type {
  margin-right: 0; }

.p-tag__list.p-tag__bdr ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #88b83e;
  border-radius: 5px;
  color: #88b83e; }

.p-tag__list ul li a,
.p-tag__list ul li span {
  padding: 0.2em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*gap: 0.1em;*/ }

@media screen and (max-width: 640px) {
  .p-tag__list {
    margin-bottom: calc( 20 / 375 * 100vw);
    font-size: calc( 10 / 375 * 100vw); }
  .p-tag__list ul {
    /*gap: 5px;*/ }
  .p-tag__list ul li {
    margin-right: 5px;
    margin-bottom: 5px; }
  .p-tag__list ul li:last-of-type {
    margin-right: 0; } }

/*
------------------------------------------------ */
/*
------------------------------------------------ */
.p-account__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*gap: 15px;*/ }

.p-account__box_register {
  width: calc( 300 / 630 * 100%);
  margin-right: 15px; }

.p-account__box_register .p-btn {
  height: 100%; }

.p-account__box_register .p-btn ul {
  height: 100%; }

.p-account__box_register .p-btn ul li {
  height: 100%; }

.p-account__box_member {
  width: calc( 315 / 630 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*gap: 15px;*/ }

.p-account__box_member dl {
  width: calc( 150 / 315 * 100%);
  margin-right: 15px; }

.p-account__box_member dl:last-of-type {
  margin-right: 0; }

.p-account__box_member dl dt {
  margin-bottom: 0.5em;
  font-size: 10px;
  line-height: 1.2;
  text-align: center; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-account__box_register {
    width: calc( 280 / 630 * 100%); }
  .p-account__box_member {
    width: calc( 340 / 630 * 100%);
    /*gap: 10px;*/ }
  .p-account__box_member dl {
    margin-right: 15px; }
  .p-account__box_member dl:last-of-type {
    margin-right: 0; }
  .p-account__box_member dl dt {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .p-account {
    margin-bottom: calc( 15 / 375 * 100vw); }
  .p-account__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: calc( 15 / 375 * 100vw );*/ }
  .p-account__box_register {
    width: calc( 100%);
    margin-right: 0;
    margin-bottom: calc( 15 / 375 * 100vw); }
  .p-account__box_register .p-btn {
    height: auto; }
  .p-account__box_register .p-btn ul {
    height: auto; }
  .p-account__box_register .p-btn ul li {
    height: auto; }
  .p-account__box_member {
    width: calc( 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-account__box_member dl {
    width: calc( 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-account__box_member dl {
    margin-right: 0;
    margin-bottom: calc( 10 / 375 * 100vw); }
  .p-account__box_member dl:last-of-type {
    margin-right: 0; }
  .p-account__box_member dl dt {
    margin-right: calc( 10 / 375 * 100vw);
    font-size: calc( 10 / 375 * 100vw);
    text-align: right;
    width: 18em; }
  .p-account__box_member dl dd {
    width: calc( 100vw - 18em + calc( 10 / 375 * 100vw )); } }

/*
------------------------------------------------ */
.p-list__tit > a,
.p-list__tit > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-list__tit .p-link {
  margin-bottom: 0.5em;
  font-size: 0.8em; }

.p-list__tit + .p-list__bnr {
  margin-top: 1em; }

.p-list__tit .p-link a:hover {
  text-decoration: underline; }

/*
------------------------------------------------ */
.p-list__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  color: #1C1412; }

.p-list__menu ul li {
  margin-bottom: 20px;
  width: calc( ( 100% - 20px ) / 2);
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2; }

.p-list__menu ul li:nth-of-type(even) {
  margin-left: 20px; }

.p-list__menu ul li a,
.p-list__menu ul li span {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: relative; }

.p-list__menu ul li strong {
  font-weight: normal;
  text-align: center; }

.p-list__menu ul li i {
  width: 0.8em;
  height: 0.8em; }

.p-list__menu ul li strong + .p-ic {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #FF8113 #FF8113 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto; }

@media screen and (max-width: 640px) {
  .p-list__menu ul {
    font-size: calc( 12 / 375 * 100vw); }
  .p-list__menu ul li {
    margin-bottom: calc( 15 / 375 * 100vw);
    width: calc( ( 100% - ( 15 / 375 * 100vw ) ) / 2 - 1px); }
  .p-list__menu ul li:nth-of-type(even) {
    margin-left: calc( 15 / 375 * 100vw); }
  .p-list__menu.is_sep01 ul li {
    width: 100%;
    margin-left: 0; }
  .p-list__menu ul li a,
  .p-list__menu ul li span {
    padding: 1em 0; }
  .p-list__menu ul li i {
    width: 0.8em;
    height: 0.8em; } }

/*
------------------------------------------------ */
.p-list__bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*gap: 25px;*/ }

.p-list__bnr ul li {
  margin-bottom: 25px; }

.p-list__bnr ul li:last-of-type {
  margin-bottom: 0; }

.p-list__bnr ul li a,
.p-list__bnr ul li span {
  display: block; }

.p-list__bnr ul li i,
.p-list__bnr ul li picture {
  width: 100%; }

@media screen and (max-width: 640px) {
  .p-list__bnr ul {
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-list__bnr ul li {
    width: 100%;
    margin-bottom: calc( 10 / 375 * 100vw); }
  .p-list__bnr ul li:last-of-type {
    margin-bottom: 0; } }

/*
------------------------ */
.p-list__article {
  font-size: 12px;
  line-height: 1.6; }

.p-list__article a picture,
.p-list__article a source,
.p-list__article a img {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  image-rendering: -webkit-optimize-contrast; }

.l-aside .p-list__article a:hover .p-list__article_txt > p {
  text-decoration: underline; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__article {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .p-list__article {
    font-size: calc( 12 / 375 * 100vw); } }

/*
------------------------ */
.p-list__article.is_ranking > ul > li {
  border-bottom: 1px solid #e2e2e2; }

.p-list__article.is_ranking > ul > li > a,
.p-list__article.is_ranking > ul > li > span {
  padding: 1em 0;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*gap:10px;*/ }

.p-list__article.is_ranking .p-list__article_img {
  width: 2.6em;
  height: 2.6em;
  overflow: hidden;
  position: relative;
  margin-right: 10px; }

.p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_img,
.p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_img,
.p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_img {
  width: 100px;
  height: auto; }

.p-list__article.is_ranking > ul > li .p-list__article_img::before {
  display: inline-block;
  content: '';
  width: 5em;
  height: 5em;
  background: #88b83e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -3em;
  left: -3em;
  z-index: 15; }

.p-list__article.is_ranking > ul > li .p-list__article_img::after {
  display: inline-block;
  content: '';
  width: 1em;
  height: 1em;
  font-size: 10px;
  font-style: bold;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 30; }

.p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_img::before {
  background: #d2bd3d; }

.p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_img::before {
  background: #a6a5a4; }

.p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_img::before {
  background: #c28d3c; }

.p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_img::after {
  content: '1'; }

.p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_img::after {
  content: '2'; }

.p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_img::after {
  content: '3'; }

.p-list__article.is_ranking > ul > li:nth-of-type(4) .p-list__article_img::after {
  content: '4'; }

.p-list__article.is_ranking > ul > li:nth-of-type(5) .p-list__article_img::after {
  content: '5'; }

.p-list__article.is_ranking .p-list__article_img i {
  display: none; }

.p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_img i,
.p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_img i,
.p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_img i {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.p-list__article.is_ranking > ul > li > a:hover .p-list__article_img i img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.p-list__article.is_ranking .p-list__article_txt {
  width: calc( 100% - 2.6em - 10px); }

.p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_txt,
.p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_txt,
.p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_txt {
  width: calc( 100% - 100px - 10px); }

.p-list__article.is_ranking .p-list__article_txt p {
  margin-bottom: 0.5em; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__article.is_ranking > ul > li > a,
  .p-list__article.is_ranking > ul > li > span {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap:0px;*/ }
  .p-list__article.is_ranking > ul > li:nth-of-type(1) > a,
  .p-list__article.is_ranking > ul > li:nth-of-type(2) > a,
  .p-list__article.is_ranking > ul > li:nth-of-type(3) > a,
  .p-list__article.is_ranking > ul > li:nth-of-type(1) > span,
  .p-list__article.is_ranking > ul > li:nth-of-type(2) > span,
  .p-list__article.is_ranking > ul > li:nth-of-type(3) > span {
    /*gap:10px;*/ }
  .p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_img,
  .p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_img,
  .p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_img {
    width: 100%;
    height: auto;
    margin-right: 10px; }
  .p-list__article.is_ranking > ul > li .p-list__article_img::after {
    font-size: 10px; }
  .p-list__article.is_ranking .p-list__article_txt {
    width: calc( 100%); }
  .p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_txt,
  .p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_txt,
  .p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_txt {
    width: calc( 100%); } }

@media screen and (max-width: 640px) {
  .p-list__article.is_ranking > ul > li > a,
  .p-list__article.is_ranking > ul > li > span {
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-list__article.is_ranking .p-list__article_img {
    width: 2.6em;
    height: 2.6em;
    margin-right: calc( 10 / 375 * 100vw); }
  .p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_img,
  .p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_img,
  .p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_img {
    width: calc( 100 / 375 * 100vw);
    height: auto; }
  .p-list__article.is_ranking > ul > li .p-list__article_img::after {
    font-size: calc( 10 / 375 * 100vw); }
  .p-list__article.is_ranking .p-list__article_txt {
    width: calc( 100% - 2.6em - ( 10 / 375 * 100vw )); }
  .p-list__article.is_ranking > ul > li:nth-of-type(1) .p-list__article_txt,
  .p-list__article.is_ranking > ul > li:nth-of-type(2) .p-list__article_txt,
  .p-list__article.is_ranking > ul > li:nth-of-type(3) .p-list__article_txt {
    width: calc( 100% - ( 100 / 375 * 100vw ) - ( 10 / 375 * 100vw )); }
  .p-list__article.is_ranking .p-list__article_txt .p-tag {
    margin-bottom: 0; } }

/*
------------------------ */
.p-list__article.is_pickup .p-list__article_slide {
  position: relative; }

.p-list__article.is_pickup .p-list__article_slide::after {
  display: block;
  content: '';
  width: 20px;
  height: 100%;
  background: #f00;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 15; }

.p-list__article.is_pickup .p-list__article_slide > div ul.swiper-wrapper li.swiper-slide a,
.p-list__article.is_pickup .p-list__article_slide > div ul.swiper-wrapper li.swiper-slide span {
  display: block; }

.p-list__article.is_pickup .p-list__article_img {
  margin-bottom: 0.5em; }

.p-list__article.is_pickup .p-list__article_img i {
  overflow: hidden; }

.p-list__article.is_pickup .p-list__article_slide > div ul.swiper-wrapper li.swiper-slide a:hover .p-list__article_img i img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.p-list__article.is_pickup .p-list__article_txt p strong {
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

@media screen and (max-width: 640px) {
  .p-list__article.is_pickup .p-list__article_slide {
    margin: 0 calc( 15 / 375 * -100vw); }
  .p-list__article.is_pickup .p-list__article_slide::after {
    display: none; }
  .p-list__article.is_pickup .p-list__article_slide > div ul.swiper-wrapper li.swiper-slide a,
  .p-list__article.is_pickup .p-list__article_slide > div ul.swiper-wrapper li.swiper-slide span {
    display: block; }
  .p-list__article.is_pickup .p-list__article_img {
    margin-bottom: 0.5em; }
  .p-list__article.is_pickup .p-list__article_txt p strong {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; } }

/*
------------------------ */
.p-list__article.is_topicspost > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*gap: 20px;*/ }

.p-list__article.is_topicspost > ul > li {
  margin-bottom: 20px; }

.p-list__article.is_topicspost > ul > li:nth-last-of-type {
  margin-bottom: 0; }

.p-list__article.is_topicspost > ul > li > a,
.p-list__article.is_topicspost > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*gap: 20px;*/ }

.p-list__article.is_topicspost .p-list__article_img {
  width: calc( 212 / 630 * 100%);
  margin-right: 20px; }

.p-list__article.is_topicspost .p-list__article_img i {
  position: relative;
  overflow: hidden; }

.p-list__article.is_topicspost .is_bookmark .p-list__article_img i::after {
  display: inline-block;
  content: '';
  width: 2em;
  height: 2em;
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_wht.webp) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: 0em;
  right: 0em; }
  .no-webp .p-list__article.is_topicspost .is_bookmark .p-list__article_img i::after {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-list__article.is_topicspost > ul > li > a:hover .p-list__article_img i img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.p-list__article.is_topicspost .p-list__article_txt {
  width: calc( 404 / 630 * 100%); }

.p-list__article.is_topicspost .p-list__article_txt--tit {
  margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.4; }

.p-list__article.is_topicspost .p-list__article_txt--ex {
  margin-bottom: 1.2em;
  font-size: 12px;
  line-height: 1.4; }

.p-list__article.is_topicspost .p-list__article_txt--ex p strong {
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.p-list__article.is_topicspost .p-list__article_txt--date {
  font-size: 12px;
  color: #989898;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 1em;*/ }

.p-list__article.is_topicspost .p-list__article_txt--date p {
  margin-top: 1em;
  line-height: 1.4; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__article.is_topicspost .p-list__article_txt--tit {
    font-size: 14px; }
  .p-list__article.is_topicspost .p-list__article_txt--ex {
    font-size: 10px; }
  .p-list__article.is_topicspost .p-list__article_txt--date {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .p-list__article.is_topicspost > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: calc( 15 / 375 * 100vw );*/
    margin-bottom: calc( 15 / 375 * -100vw); }
  .p-list__article.is_topicspost > ul > li {
    width: calc( ( 100% - ( 15 / 375 * 100vw ) ) / 2 - 1px);
    background: #fff;
    margin-bottom: calc( 15 / 375 * 100vw);
    margin-right: calc( 15 / 375 * 100vw); }
  .p-list__article.is_topicspost > ul > li:nth-last-of-type(2n+1) {
    margin-right: 0; }
  .p-list__article.is_topicspost > ul > li:last-of-type {
    margin-bottom: calc( 15 / 375 * 100vw); }
  .p-list__article.is_topicspost > ul > li > a,
  .p-list__article.is_topicspost > ul > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*gap: 0;*/ }
  .p-list__article.is_topicspost .p-list__article_img {
    width: calc( 100%);
    margin-right: 0; }
  .p-list__article.is_topicspost .is_bookmark .p-list__article_img i::after {
    width: 2em;
    height: 2em;
    bottom: 0em;
    right: 0em; }
  .p-list__article.is_topicspost .p-list__article_txt {
    padding: 0.5em;
    width: calc( 100%); }
  .p-list__article.is_topicspost .p-list__article_txt--tit {
    font-size: calc( 12 / 375 * 100vw);
    line-height: 1.4; }
  .p-list__article.is_topicspost .p-list__article_txt--tit p {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .p-list__article.is_topicspost .p-list__article_txt--ex {
    font-size: calc( 12 / 375 * 100vw);
    display: none; }
  .p-list__article.is_topicspost .p-list__article_txt--date {
    font-size: calc( 12 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: 1em;*/ }
  .p-list__article.is_topicspost .p-list__article_txt--date .p-tag {
    display: none; }
  .p-list__article.is_topicspost .p-list__article_txt--date p {
    margin-top: 1em; } }

/*
------------------------ */
.p-merit {
  margin-bottom: 25px;
  padding: 0;
  border-top: 2px solid #ff8113;
  border-bottom: 2px solid #ff8113;
  background: #fff9d9;
  position: relative; }

.p-merit__inner {
  margin: 0 auto;
  width: calc( 100% - 50px); }

.p-merit .p-section {
  margin-bottom: 0; }

.p-merit__tit {
  margin: 0 auto 1em auto;
  width: 100%;
  max-width: 375px; }

.p-merit__tit .p-tit {
  margin-bottom: 1em; }

.p-merit__lead {
  margin-bottom: 1.5em; }

.p-merit__bnr {
  margin-bottom: 1.5em; }

.p-merit__list {
  margin-bottom: 1.5em; }

.p-merit__list > p {
  margin-bottom: 2em;
  text-align: center; }

.p-merit__list > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 40px;*/
  font-size: 12px; }
  .l-main .p-merit__list > ol {
    font-size: 14px; }

.p-merit__list > ol > li {
  width: calc( ( 100% - 30px ) / 3);
  margin-left: 15px;
  margin-bottom: 15px; }

.p-merit__list > ol > li:nth-of-type(3n+1) {
  margin-left: 0; }

.p-merit__list > ol + .p-btn {
  margin: 0 auto;
  width: 345px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-merit__btn {
  margin: 0 -25px;
  padding: 1.5em 25px;
  background: #fff; }

.is_login .p-merit__btn {
  display: none; }

.acdback {
  background-image: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/common/img/bnr_merit_01.png );
  background-size: cover;
  width: 340px;
  height: 100px;
}
.acd-check{
  display: none; }
.acd-content{
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out 0s; }
.acd-check:checked ~ .acd-content{
  max-height: 9999px;
  transition: max-height 1s ease-in; }

.acd-check:checked ~ .acd-label .p-merit__tit .acdback {
  background-image: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/common/img/bnr_merit_02.png );
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-merit__list > ol {
    /*gap: 20px;*/
    font-size: 10px; }
    .l-main .p-merit__list > ol {
      font-size: 12px; }
  .p-merit__list > ol > li {
    width: calc( ( 100% - 20px ) / 2);
    margin-left: 20px;
    margin-bottom: 20px; }
  .p-merit__list > ol > li:nth-of-type(3n+1) {
    margin-left: 20px; }
  .p-merit__list > ol > li:nth-of-type(2n+1) {
    margin-left: 0; }
  .p-merit__btn {
    font-size: 80%; } }

@media screen and (max-width: 640px) {
  .p-merit {
    margin: 0 calc( 15 / 375 * -100vw);
    margin-bottom: calc( 25 / 375 * 100vw);
    padding: 0.5em 0 0 0; }
  .p-merit__inner {
    margin: 0 auto;
    width: calc( 100% - ( 30 / 375 * 100vw )); }
  .p-merit .p-section {
    margin-bottom: 0; }
  .p-merit__tit {
    max-width: 100%; }
  .p-merit__list > p {
    margin-bottom: 2em;
    text-align: left;
    font-size: 3.2vw; }
  .p-merit__list > ol {
    /*gap: ( 15 / 375 * 100vw );*/
    font-size: 3.2vw; }
    .l-main .p-merit__list > ol {
      font-size: 3.2vw; }
  .p-merit__list > ol > li {
    width: calc( ( 100% - 4vw ) / 2 - 1px);
    margin-left: 4vw;
    margin-bottom: 4vw; }
  .p-merit__list > ol > li:nth-of-type(3n+1) {
    margin-left: 4vw; }
  .p-merit__list > ol > li:nth-of-type(2n+1) {
    margin-left: 0; }
  .p-merit__list > ol > li p {
    margin-bottom: 0; }
  .p-merit__list > ol + .p-btn {
    width: 100%;
    height: 100%; }
  .p-merit__btn {
    margin: 0 calc( 15 / 375 * -100vw);
    padding: 1.5em calc( 15 / 375 * 100vw); }
  .p-merit__btn .p-account {
    margin-bottom: 0; }
  .p-merit__btn .p-account__box_member dl:last-of-type {
    margin-bottom: 0; } }

/*
------------------------ */
.p-list__feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 20px;*/ }

.p-list__feature ul li {
  width: calc( ( 100% - 20px ) / 2);
  margin-bottom: 20px; }

.p-list__feature ul li:last-of-type {
  margin-bottom: 0; }

.p-list__feature ul li a,
.p-list__feature ul li span {
  display: block; }

.p-list__feature ul li i,
.p-list__feature ul li picture {
  width: 100%; }

@media screen and (max-width: 640px) {
  .p-list__feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: calc( 20 / 375 * 100vw );*/ }
  .p-list__feature ul li {
    width: calc( 100%);
    margin-bottom: calc( 20 / 375 * 100vw); }
  .p-list__feature ul li:last-of-type {
    margin-bottom: 0; } }

/*
------------------------ */
.p-list__btn .p-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 20px;*/ }

.p-list__btn .p-btn ul li {
  width: calc( ( 100% - 20px ) / 2);
  margin-bottom: 20px; }

.p-list__btn .p-btn ul li:last-of-type {
  margin-bottom: 0; }

.p-list__btn .p-btn ul li a,
.p-list__btn .p-btn ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (max-width: 640px) {
  .p-list__btn .p-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*gap: calc( 20 / 375 * 100vw );*/ }
  .p-list__btn .p-btn ul li {
    width: calc( 100%);
    margin-bottom: calc( 20 / 375 * 100vw); }
  .p-list__btn .p-btn ul li:last-of-type {
    margin-bottom: 0; } }

/*
------------------------ */
.p-list__guide {
  font-size: 12px;
  line-height: 1.6;
  text-align: left; }

.p-list__guide > ul > li {
  border-bottom: 1px solid #e2e2e2; }

.l-header .p-list__guide > ul > li:last-of-type {
  border-bottom: none; }

.p-list__guide > ul > li > a,
.p-list__guide > ul > li > span {
  padding: 1em 0;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*gap:10px;*/ }

.p-list__guide_txt {
  width: calc( 100%); }

.p-list__guide_txt--link {
  font-size: 16px;
  font-weight: bold;
  color: #88b83e; }

.p-list__guide_txt--link p::after {
  display: inline-block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #88b83e #88b83e transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.2em;
  position: relative;
  top: -0.1em; }

.l-aside .p-list__guide a:hover .p-list__guide_txt--ex p {
  text-decoration: underline; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__guide {
    font-size: 10px; }
  .p-list__guide_txt--link {
    font-size: 14px; } }

@media screen and (max-width: 640px) {
  .p-list__guide {
    font-size: calc( 12 / 375 * 100vw); }
  .p-list__guide > ul > li > a,
  .p-list__guide > ul > li > span {
    padding: 1em 0;
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-list__guide_txt--link {
    font-size: calc( 16 / 375 * 100vw); } }

/*
------------------------ */
.p-list__app {
  font-size: 12px;
  line-height: 1.6; }

.p-list__app > ul > li {
  border-bottom: 1px solid #e2e2e2; }

.p-list__app > ul > li a,
.p-list__app > ul > li span {
  padding: 1em 0;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*gap:10px;*/ }

.p-list__app_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  margin-right: 10px; }

.p-list__app_img i {
  display: block; }

.p-list__app_txt {
  width: calc( 100% - 60px - 10px); }

.p-list__app_txt--link {
  font-size: 18px;
  font-weight: bold; }

.p-list__app_txt--link p::after {
  display: inline-block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.2em;
  position: relative;
  top: -0.1em; }

.l-aside .p-list__app a:hover .p-list__app_txt--ex p {
  text-decoration: underline; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__app {
    font-size: 10px; }
  .p-list__app_txt--link {
    font-size: 16px; } }

@media screen and (max-width: 640px) {
  .p-list__app {
    font-size: calc( 12 / 375 * 100vw); }
  .p-list__app > ul > li a,
  .p-list__app > ul > li span {
    padding: 1em 0;
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-list__app_img {
    width: calc( 60 / 375 * 100vw);
    height: calc( 60 / 375 * 100vw);
    margin-right: calc( 10 / 375 * 100vw); }
  .p-list__app_txt {
    width: calc( 100% - ( 60 / 375 * 100vw  ) - ( 10 / 375 * 100vw  )); }
  .p-list__app_txt--link {
    font-size: calc( 18 / 375 * 100vw); } }

/*
------------------------ */
.p-list__news {
  font-size: 12px;
  line-height: 1.6; }

.p-list__news > ul > li {
  border-bottom: 1px solid #e2e2e2; }

.p-list__news > ul > li > a,
.p-list__news > ul > li > span {
  padding: 1em 0;
  line-height: inherit;
  display: block; }

.p-list__news_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap:10px;*/
  color: #989898; }

.p-list__news_date p {
  margin-right: 10px; }

.p-list__news_txt p strong {
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.l-aside .p-list__news a:hover .p-list__news_txt > p {
  text-decoration: underline; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__news {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .p-list__news {
    font-size: calc( 12 / 375 * 100vw); }
  .p-list__news > ul > li > a,
  .p-list__news > ul > li > span {
    padding: 1em 0; }
  .p-list__news_date {
    /*gap:calc( 10 / 375 * 100vw );*/ }
  .p-list__news_date p {
    margin-right: calc( 10 / 375 * 100vw); }
  .p-list__news_date .p-tag {
    margin-bottom: 0; } }

/*
------------------------------------------------ */
.p-search {
  margin-bottom: 20px; }

.p-search_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*gap: 10px;*/ }

.p-search_form form input[type="text"] {
  padding: 0.2em 0.4em;
  text-align: left;
  border: 1px solid #c5c5c5;
  outline: none;
  width: calc( 100% - 5em - 10px);
  margin-right: 10px; }

.p-search_form form input[type="button"]
, .p-search_form form input[type="submit"] {
  padding: 0.2em 1em;
  background: #88b83e;
  color: #fff;
  width: 5em;
  text-align: center; }

@media screen and (max-width: 640px) {
  .p-search {
    margin-bottom: calc( 20 / 375 * 100vw); }
  .p-search_form form {
    /*gap: calc( 10 / 375 * 100vw );*/ }
  .p-search_form form input[type="text"] {
    width: calc( 100% - 5em - ( 10 / 375 * 100vw ));
    margin-right: calc( 10 / 375 * 100vw); } }

/*
------------------------------------------------ */
.p-trend__list {
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 1; }

.p-trend__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 5px;*/
  margin-left: -5px; }

.p-trend__list ul li {
  display: inline-block;
  background: #fff5bf;
  border: 1px solid #ffd500;
  margin-left: 5px;
  margin-bottom: 5px; }

.p-trend__list ul li a,
.p-trend__list ul li span {
  padding: 0.5em;
  display: block; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-trend__list {
    font-size: 10px; } }

@media screen and (max-width: 640px) {
  .p-trend__list {
    margin-bottom: calc( 20 / 375 * 100vw);
    font-size: calc( 10 / 375 * 100vw); }
  .p-trend__list ul {
    /*gap: 5px;*/
    margin-left: -5px; }
  .p-trend__list ul li {
    margin-left: 5px;
    margin-bottom: 5px; } }

/*
------------------------------------------------ */
.p-main {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold; }

.p-main__slide .swiper-container {
  padding-bottom: 35px;
  margin: 0 auto;
  max-width: 1630px; }

.p-main__slide .swiper-pagination-fraction, .swiper-pagination-custom,
.p-main__slide .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }

.p-main__slide ul li {
  width: 530px;
  /* height: 300px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.p-main__slide ul li a,
.p-main__slide ul li span {
  width: 100%;
  height: 100%;
  position: relative; }

.p-main__slide_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.p-main__slide_txt {
  padding: 1em;
  width: 100%;
  height: 5em;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  /* bottom: 0; */
  top: 83%;
  left: 0;
  right: 0;
  margin: auto; }

.p-main__slide_txt p strong {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.p-main__slide ul li a:hover .p-main__slide_img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
 }
 @media screen and (max-width: 1550px) {
  .p-main__slide_txt { top: 81.4%; }
}
@media screen and (max-width: 1470px) {
  .p-main__slide_txt { top: 81%; }
}
@media screen and (max-width: 1375px) {
  .p-main__slide_txt { font-size: 15px;top: 84.1%; }
}
@media screen and (max-width: 1145px) {
  .p-main__slide_txt { font-size: 15px;top: 81%; }
}
@media screen and (max-width: 1000px) {
  .p-main__slide_txt { font-size: 15px;top: 79%; }
}
@media screen and (max-width: 1630px) and (min-width: 640px) {
  .p-main__slide .swiper-container {
    max-width: 100%; } }

/*@media screen and (max-width: 1000px) and (min-width: 640px) {
  .p-main__slide ul li {
    width: calc( 530 / 1000 * 100vw );
    height: calc( 300 / 1000 * 100vw );
  }
}*/
@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-main {
    font-size: 14px; } }

@media screen and (max-width: 640px) {
  .p-main {
    margin-bottom: calc( 20 / 375 * 100vw);
    font-size: calc( 16 / 375 * 100vw); }
  .p-main__slide .swiper-container {
    padding-bottom: calc( 20 / 375 * 100vw); }
  .p-main__slide ul li {
    width: 100%;
    /* height: calc( ( 210 / 375 * 100vw )  + 5em);  */
  }
  .p-main__slide ul li a,
  .p-main__slide ul li span {
    padding-bottom: 5em; }
  .p-main__slide_txt {
    width: 100%;
    height: auto;
    font-size: 18px;
    background: white;
    position: relative; } }

/*
------------------------------------------------ */
.p-list__article.is_category > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*gap: 2em;*/ }

.p-list__article.is_category > ul > li {
  margin-bottom: 2em; }

.p-list__article.is_category > ul > li:last-of-type {
  margin-bottom: 0; }

.p-list__article.is_category .p-list__article_tit {
  margin-bottom: 1em; }

.p-list__article.is_category .p-list__article_tit > a,
.p-list__article.is_category .p-list__article_tit > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-list__article.is_category .p-list__article_tit h3 {
  font-size: 18px; }

.p-list__article.is_category .p-list__article_tit h3 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*gap: 1em;*/ }

.p-list__article.is_category .p-list__article_tit h3 > span .p-ic {
  width: 1.6em;
  height: 1.6em;
  margin-right: 1em; }

.p-list__article.is_category .p-list__article_tit .p-link {
  margin-bottom: 0.5em; }

.p-list__article.is_category .p-list__article_tit .p-link a:hover {
  text-decoration: underline; }

.p-list__article.is_category .p-list__article_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 20px;*/ }

.p-list__article.is_category .p-list__article_list > ul > li {
  width: calc( ( 100% - 40px ) / 3);
  margin-right: 20px; }

.p-list__article.is_category .p-list__article_list > ul > li:nth-of-type(3) {
  margin-right: 0; }

.p-list__article.is_category .p-list__article_list > ul > li:nth-of-type(n + 4) {
  display: none; }

.p-list__article.is_category .p-list__article_list > ul > li > a,
.p-list__article.is_category .p-list__article_list > ul > li > span {
  display: block; }

.p-list__article.is_category .p-list__article_img {
  margin-bottom: 0.5em; }

.p-list__article.is_category .p-list__article_img i {
  position: relative;
  overflow: hidden; }

.p-list__article.is_category .is_bookmark .p-list__article_img i::after {
  display: inline-block;
  content: '';
  width: 2em;
  height: 2em;
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_wht.webp) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: 0em;
  right: 0em; }
  .no-webp .p-list__article.is_category .is_bookmark .p-list__article_img i::after {
    background: url(/kampo/kampofullife/yakuzen-recipe/top/images/ic_bookmark01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-list__article.is_category .p-list__article_list > ul > li > a:hover .p-list__article_img i img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.p-list__article.is_category .p-list__article_txt {
  margin-bottom: 0.5em;
  font-size: 12px;
  line-height: 1.6; }
  .l-main .p-list__article.is_category .p-list__article_txt {
    font-size: 14px; }

.p-list__article.is_category .p-list__article_txt p strong {
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-list__article.is_category .p-list__article_tit h3 {
    font-size: 16px; }
  .p-list__article.is_category .p-list__article_txt {
    font-size: 10px; }
    .l-main .p-list__article.is_category .p-list__article_txt {
      font-size: 12px; } }

@media screen and (max-width: 640px) {
  .p-list__article.is_category > ul {
    /*gap: 1em;*/ }
  .p-list__article.is_category > ul > li {
    margin-bottom: 1em; }
  .p-list__article.is_category > ul > li:last-of-type {
    margin-bottom: 0; }
  .p-list__article.is_category .p-list__article_tit h3 {
    font-size: calc( 18 / 375 * 100vw); }
  .p-list__article.is_category .p-list__article_tit h3 > span {
    /*gap: 0.5em;*/ }
  .p-list__article.is_category .p-list__article_tit h3 > span .p-ic {
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.5em; }
  .p-list__article.is_category .p-list__article_list > ul {
    /*gap: calc( 20 / 375 * 100vw );*/ }
  .p-list__article.is_category .p-list__article_list > ul > li {
    width: calc( ( 100% - ( 20 / 375 * 100vw ) ) / 2 - 1px);
    margin-right: calc( 20 / 375 * 100vw); }
  .p-list__article.is_category .p-list__article_list > ul > li:nth-of-type(2) {
    margin-right: 0; }
  .p-list__article.is_category .p-list__article_list > ul > li:nth-of-type(n + 3) {
    display: none; }
  .p-list__article.is_category .p-list__article_txt {
    font-size: calc( 12 / 375 * 100vw); }
    .l-main .p-list__article.is_category .p-list__article_txt {
      font-size: 3.2vw; } }

/*
------------------------------------------------ */
.p-article.is_post {
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */
  /*
  ------------------------ */ }
  .p-article.is_post .p-article__body a { color:#528409; text-decoration: underline;}
  .p-article.is_post .p-article__body .detail_btn a { color:#fff; text-decoration: none;}
  .p-article.is_post .p-article__header {
    margin-bottom: 4em; }
  .p-article.is_post .p-article__body {
    margin-bottom: 4em; }
  .p-article.is_post .p-article__footer {
    margin-bottom: 4em; }
  .p-article.is_post .p-article__hero {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__tit {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__tit .p-tit {
    font-size: 24px;
    line-height: 1.4; }
  .p-article.is_post .p-article__tag {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__sns {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 45px;*/ }
  .p-article.is_post .p-article__sns p {
    margin-right: 45px; }
  .p-article.is_post .p-article__sns p a,
  .p-article.is_post .p-article__sns p span {
    width: 250px;
    height: 35px;
    background: #88b83e;
    border: 1px solid #88b83e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .p-article.is_post .p-article__sns p.is_clip a,
  .p-article.is_post .p-article__sns p.is_clip span {
    background: #fff;
    color: #88b83e;
    border: 1px solid #e2e2e2; }
  .p-article.is_post .p-article__sns p .p-ic {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto; }
  .p-article.is_post .p-article__sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 15px;*/
    line-height: 1; }
  .p-article.is_post .p-article__sns ul li {
    margin-right: 15px; }
  .p-article.is_post .p-article__sns ul li:last-of-type {
    margin-right: 0; }
  .p-article.is_post .p-article__sns ul li a,
  .p-article.is_post .p-article__sns ul li span {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    overflow: hidden; }
  .p-article.is_post .p-article__ad {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__recipe {
    margin-bottom: 2em; }
  .p-article.is_post .p-article__recipe > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: 20px;*/
    width: 100%; }
  .p-article.is_post .p-article__recipe > ul > li {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 20px;*/
    max-width: 510px; }
  .p-article.is_post .p-article__recipe > ul > li:last-of-type {
    margin-bottom: 0; }
  .p-article.is_post .p-article__recipe_img {
    width: 130px;
    margin-right: 20px; }
  .p-article.is_post .p-article__recipe_txt .p-tit {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__recipe_txt .p-tit small {
    display: block;
    font-size: 12px;
    line-height: 1.6; }
  .p-article.is_post .p-article__recipe_txt .p-tit strong {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #88b83e; }
  .p-article.is_post .p-article__recipe_txt .p-btn ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*gap: 10px;*/ }
  .p-article.is_post .p-article__recipe_txt .p-btn ul li {
    max-width: 165px;
    margin-bottom: 10px; }
  .p-article.is_post .p-article__recipe_txt .p-btn ul li:last-of-type {
    margin-bottom: 0; }
  .p-article.is_post .p-article__recipe_txt .p-btn ul a,
  .p-article.is_post .p-article__recipe_txt .p-btn ul span {
    padding: 0.5em; }
  .p-article.is_post .p-article__sct {
    margin-bottom: 4em; }
  .p-article.is_post .p-article__sct_tit {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__sct_tit .p-tit {
    line-height: 1.4; }
  .p-article.is_post .p-article__sct_tit p a {
    color: #88b83e; }
  .p-article.is_post .p-article__sct_img {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__sct_txt {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__sct_txt p {
    margin-bottom: 1em; }
  .p-article.is_post .p-article__sct_txt p:last-of-type {
    margin-bottom: 1em; }

@media screen and (max-width: 768px) and (min-width: 640px) {
  .p-article.is_post .p-article__tit .p-tit {
    font-size: 20px; }
  .p-article.is_post .p-article__sns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*gap: 20px;*/ }
  .p-article.is_post .p-article__sns p {
    margin-right: 20px; }
  .p-article.is_post .p-article__recipe_txt .p-tit small {
    font-size: 10px; }
  .p-article.is_post .p-article__recipe_txt .p-tit strong {
    font-size: 12px; } }

@media screen and (max-width: 640px) {
  .p-article.is_post {
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */
    /*
    ------------------------ */ }
    .p-article.is_post .p-article__header {
      margin-bottom: 2em; }
    .p-article.is_post .p-article__body {
      margin-bottom: 2em; }
    .p-article.is_post .p-article__footer {
      margin-bottom: 2em; }
    .p-article.is_post .p-article__hero {
      margin: 0 calc( -15 / 375 * 100vw); }
    .p-article.is_post .p-article__tit .p-tit {
      margin-bottom: 0;
      font-size: calc( 20 / 375 * 100vw); }
    .p-article.is_post .p-article__tag .p-trend__list {
      margin-bottom: 0; }
    .p-article.is_post .p-article__sns {
      /*gap: calc( 10 / 375 * 100vw );*/
      font-size: calc( 12 / 375 * 100vw); }
    .p-article.is_post .p-article__sns p {
      margin-right: calc( 10 / 375 * 100vw); }
    .p-article.is_post .p-article__sns p a,
    .p-article.is_post .p-article__sns p span {
      width: calc( 210 / 375 * 100vw);
      height: calc( 30 / 375 * 100vw); }
    .p-article.is_post .p-article__sns ul {
      /*gap: calc( 12 / 375 * 100vw );*/ }
    .p-article.is_post .p-article__sns ul li {
      margin-right: calc( 12 / 375 * 100vw); }
    .p-article.is_post .p-article__sns ul li:last-of-type {
      margin-right: 0; }
    .p-article.is_post .p-article__sns ul li a,
    .p-article.is_post .p-article__sns ul li span {
      width: calc( 30 / 375 * 100vw);
      height: calc( 30 / 375 * 100vw);
      border-radius: calc( 30 / 375 * 100vw); }
    .p-article.is_post .p-article__recipe {
      font-size: calc( 12 / 375 * 100vw); }
    .p-article.is_post .p-article__recipe > ul {
      /*gap: calc( 20 / 375 * 100vw );*/
      width: 100%; }
    .p-article.is_post .p-article__recipe > ul > li {
      margin-bottom: calc( 20 / 375 * 100vw);
      padding: calc( 20 / 375 * 100vw);
      /*gap: calc( 20 / 375 * 100vw );*/
      max-width: 100%; }
    .p-article.is_post .p-article__recipe > ul > li:last-of-type {
      margin-bottom: 0; }
    .p-article.is_post .p-article__recipe_img {
      width: calc( 180 / 375 * 100vw);
      margin-right: calc( 20 / 375 * 100vw); }
    .p-article.is_post .p-article__recipe_txt .p-tit small {
      font-size: calc( 12 / 375 * 100vw); }
    .p-article.is_post .p-article__recipe_txt .p-tit strong {
      font-size: calc( 14 / 375 * 100vw); }
    .p-article.is_post .p-article__recipe_txt .p-btn ul {
      /*gap: calc( 10 / 375 * 100vw );*/ }
    .p-article.is_post .p-article__recipe_txt .p-btn ul li {
      max-width: 100%;
      margin-bottom: calc( 10 / 375 * 100vw); }
    .p-article.is_post .p-article__recipe_txt .p-btn ul li:last-of-type {
      margin-bottom: 0; } }

/*
------------------------------------------------ */
.p-msg__ie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.p-msg__ie_txt {
  width: 100%;
  max-width: 680px; }

.p-msg__ie_txt p {
  margin-bottom: 1em; }

.p-msg__ie_txt .p-btn {
  margin-bottom: 1em; }

.p-msg__ie_txt .p-btn ul li {
  width: 100%;
  max-width: calc( ( 100% - 10px ) / 2); }

.p-msg__ie_txt .p-btn ul li a:hover {
  opacity: 0.5; }

.p-msg__ie_btn {
  width: 100%;
  max-width: 290px; }

.p-msg__ie_btn .p-btn ul li {
  background-color: rgba(255, 255, 255, 0.5); }

.p-msg__ie_btn .p-btn ul li a:hover {
  background-color: white; }

.p-msg__ie_btn .p-btn .p-ic {
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none; }

@media screen and (max-width: 1000px) {
  .p-msg__ie {
    display: block; }
  .p-msg__ie_txt {
    width: 100%;
    max-width: 100%; }
  .p-msg__ie_txt .p-btn ul li {
    margin: 0;
    margin-bottom: 1em;
    width: 100%;
    max-width: calc( 20em); }
  .p-msg__ie_txt .p-btn ul li:last-of-type {
      margin-bottom: 0; }
  .p-msg__ie_btn {
    width: 100%;
    max-width: 100%; }
  .p-msg__ie_btn .p-btn ul li {
    width: 100%;
    max-width: calc( 20em); } }

/*
------------------------------------------------ */
/* ------------------- post_content 20220125 dko ------------------------------ */

.p-article__body .key_visual:first-of-type {
  display: none;
}
.p-article__body p {
  margin-top: 1em;
  margin-bottom: 1em; }

.p-article__body h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #88b83e; }

.p-article__body h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 6px solid #88B83E;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

.p-article__body h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  border-left: 6px solid #88B83E;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

.p-article__body dl.product {
  display: table;
  width: 510px;
  margin: 20px auto 40px;
  background-color: #fff;
  border: 1px solid #e2e2e2; }

.p-article__body dl.product > dt {
  display: table-cell;
  width: 170px;
  padding: 20px 10px 20px 20px;
  vertical-align: middle; }

.p-article__body dl.product > dt > img {
  max-width: 130px; }

.p-article__body dl.product > dd {
  display: table-cell;
  padding: 20px 20px 20px 10px;
  vertical-align: middle; }

.p-article__body dl.product > dd > p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold; }

.p-article__body .product dd h4 {
  padding-left: 0;
  border-left: none;
  margin-top: 0.5em; }

.p-article__body .product dd h4 a {
  margin-bottom: 1em;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #88b83e; }

.p-article__body .sp_only.detail_btn {
  display: none; }

dl.product dd.sp_only {
    display: none; }
 
.p-article__body .detail_btn a {
  position: relative;
  display: block;
  max-width: 165px;
  padding: 9px 20px 8px;
  background-color: #88b83e;
  font-size: 1pc;
  text-align: center;
  color: #fff;
  text-decoration: none; }

.p-article__body .detail_btn a:hover {
  opacity: .8; }

.p-article__body .product dd .detail_btn a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.p-article__body p.mokuji{
  background-color: #73c300;
  padding: 8px 10px 0;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.5;
  margin-top: 50px;
  margin-bottom:0;
}
.mokuji:before {
 content:url(/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/icon_list.png);
 padding-right:10px;
 vertical-align:-9px;
}
.mokuji_list{
  border: 1px solid #73c300;
  padding: 15px;
  margin-bottom: 50px;
}
.mokuji_list li{
  font-size: 18px;
  line-height: 2.5;
}
.mokuji_list li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #73c300;
  border-radius: 50%;
}
.mokuji_list li a{
  display: initial;
  padding-left: 10px;
}
.btn_color_orange {
  background-color: #ff7404 !important; }

@media screen and (max-width: 768px) {
  .p-article__body dl.product {
    width: 100%; }
  .p-article__body dl.product > dt {
    width: 40%; }
  .p-article__body dl.product > dd {
    padding: 20px 18px 20px 10px; }
  .p-article__body .detail_btn a {
    max-width: inherit;
    padding: 8px 20px 8px;
    font-size: 13px; } }

/* ------------------- post_content 20220125 dko ------------------------------ */
/* ------------------- adjust 20220204 dko ------------------------------ */
.l-header__kracie p.logo--right {
  display: none;
}
.p-main__slide ul li {
  /* height: 460px; */
}
.p-main__slide_txt {
  padding: .5em 1em;
  height: 4em;
  background: rgba(255, 255, 255, 0.75);
}
.btn__gift {
  margin-bottom: 1em;
  border: 2px solid #6eb82d;
  width: 100%;
  padding: 0.8em;
  color: #6eb82d;
  font-weight: 600;
}
.btn__gift > span::before {
  content: "";
  display: inline-block;
  background: url(/kampo/kampofullife/yakuzen-recipe/top/images/icon_present_text.png) no-repeat;
  background-size: contain;
  position: relative;
  left: -0.3em;
  width: 1pc;
  height: 1pc;
  vertical-align: text-top;
  padding-right: 6px;
}
.p-article__header .p-article__sns p a,
.p-article__footer .p-article__sns p a { text-indent: -2em; }
.popular_left .pick_up.pc_only > img { width: 192px; }
/* adjust to previous site green title padding */
#full_size_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* adjust to previous site background image */
#contents_wrapper {
  background-image: none;
}
.p-article .product .btn_ec { display: none; }
.sw_sp_flex { display: none; }
.l-wrapper .float_image_sp img { display: none; }
.float_close .css-cancel { height: 12px; background: #999999;width: 2px; }
.float_close .css-cancel:before {left: -5px;width: 12px;height: 2px;margin-top: -1px;background: #999999;}
@media screen and (max-width: 640px) {
  .l-wrapper .float_image_sp img { display: block; }
  .float_close_sp .css-cancel { margin: 3px 20px 0 7px; width: 2px; height: 12px; background: #999999; }
  .float_close_sp .css-cancel:before {left: -5px;height: 2px;width: 12px;margin-top: -1px;background: #999999;}
  .kampo_search.monthBnr img { max-width:100%;}
  .p-article .product .btn_ec { display: none; }
  .p-article__header .p-article__sns p a,
  .p-article__footer .p-article__sns p a { font-size: 12px; }
  .sw_sp_flex { display: flex; }
  .l-header .l-section__inner.l-section__inner_upper {
    display: none!important;
  }
  .l-header__kracie {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__kracie p.logo--left {
    width: 14vw;
    margin-left: 3vw;
  }
  .l-header__kracie p.logo--right {
    display: block;
    width: 26%;
    padding-right: 2vw;
  }
  .l-header__btn_account {
    width: 13vw;
    font-size: 2.4vw;
    font-weight: 600;
  }
  .l-header__btn_account .p-btn ul li .p-ic {
    margin-bottom: .3em;
  }
  .l-header__btn_search--ham-btn {
    right: 5px;
  }
  .l-header__btn_search--ham-btn .p-btn ul {
    font-size: 2.4vw;
  }
  .l-header__btn_search--ham-btn p span {
    font-size: 3.6vw;
  }
  .is_header_search_open .l-header__btn_account {
    display: none;
  }
  .l-header__nav_menu--ham-btn {
    width: 13vw;
    font-size: 2.4vw;
  }
  .l-header__nav_menu--ham-btn .p-btn ul li a, .l-header__nav_menu--ham-btn .p-btn ul li span {
    padding: 0.5em 0.2em .8em;
  }
  .l-header__btn_search--ham-btn p a {
    font-size: 3.6vw;
  }
  .p-btn ul li strong {
    font-weight: 600;
  }
  .p-main__slide ul li a,
  .p-main__slide ul li span {
    padding-bottom: 0;
  }
  .p-main__slide_txt {
    padding: 0.7em 1em 0.7em 0.8em;
    bottom: 4em;
  }
  .p-main__slide_txt p strong {
    line-height: 1.2;
  }
  .p-main__slide ul li {
    /* height: calc( ( 210 / 375 * 100vw ) + 5em); */
  }
  .p-under-info {
    text-align: center;
  }
  .p-list__bnr.p-under-info ul li a {
    margin: auto;
    text-align: center;
  }
  .p-article__body .pc_only.detail_btn { display: block!important; }
/* adjust to previous site green title padding margin */
  #full_size_wrapper {
    margin-top: 0;
    padding-bottom: 4px;
  }
  .l-hero { /*max-height: 100vw;*/ }
  .p-main__slide .swiper-container { padding-bottom: 0; }
  .p-main { margin-bottom: 0; }
  .p-main__slide ul li a {
    height: auto;
  }
  .p-main__slide ul li a:hover .p-main__slide_img {
    -webkit-transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
   }
}
@media screen and (max-width: 640px) {
  .p-main__slide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1em;
  }
  .p-main__slide ul li {
    height: 86%;
  }
}
@media screen and (max-width: 560px) {
  .p-main__slide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1.5em;
  }
}
@media screen and (max-width: 420px) {
  .p-main__slide .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 2em;
  }
}
/* ------------------- adjust 20220204 dko ------------------------------ */
/*
------------------------------------------------ */
/*
------------------------------------------------ */
.cap {
  display: block;
  display: none;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0 auto;
  opacity: 0.5; }

.app_kampo h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 15px;
}

.app_kampo .step .step_wrap {
  padding: 0;
}

.app_kampo .step .step_wrap li .step_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .app_kampo .step .step_wrap li .step_title {
    padding: 1pc 20px;
  }
}
.app_kampo .step .step_wrap li .step_title p {
  text-align: center;
  text-indent: inherit;
  padding: 0 10px;
}

.app_kampo .step .step_wrap li .step_text {
  height: 80px;
}
@media screen and (max-width: 640px) {
  .app_kampo .step .step_wrap li .step_text {
    height: auto;
  }
}

.app_kampo .app_download {
  width: 400px;
}
@media screen and (max-width: 640px) {
  .app_kampo .app_download {
    width: 100%;
  }
}
.app_kampo .app_download .app_download_wrap .download_text {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.app_kampo .app_download .app_download_wrap .download_link {
  display: block;
}

.app_kampo .app_download .app_download_wrap .download_headline {
  color: #ffffff !important;
  padding: 5px 50px 5px 35px;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1.5;
}
div.triangle {
  position: absolute;
  top: 20px;
  right: 80px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #ffffff;
}
@media screen and (max-width: 640px) {
  div.triangle {
    right: 20px;
  }
}