@import url("https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');

* {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a,
a:hover {
  color: #333333;
  text-decoration: none;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  color: #333333;
  font-weight: 700;
}

body {
  /* background-image: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/bg_pc.png);
  background-repeat: repeat;
  background-position: top;
  background-size: contain; */
}


header {
  /* background: #fff;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid #88b83e 2px; */
  position: relative;

  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: 400;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
}
header img {
  width: 100%;
}

.kl-link-header img {
  width: 60%;
  max-width: 300px;
}

main {
  flex: 1;
  /* padding-bottom: 10%; */
  background-image: url(../img/bg_pc.png);
  background-repeat: repeat;
  /* background-position: 5% 25%; */
  background-position: top;
  /* background-size: cover; */
  background-size: 1800px;
}
@media (max-width: 769px) {
  main {
    background-image: url(../img/bg_sp.png);
    background-repeat: repeat;
    background-position: top;
    background-size: contain;
  }
}

.for-sp {
  display: none;
}

.for-pc {
  display: block;
}

@media (max-width: 769px) {
  .for-sp {
    display: block;
  }

  .for-pc {
    display: none;
  }
}

.wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.kv-block {
  border: solid 5px;
  text-align: center;
  padding: 15px 10px;
  background: #fff;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .kv-block {
    border: solid 5px;
    text-align: center;
    padding: 15px 10px;
    background: #fff;
    width: 100%;
  }
}

.kv-img-sp {
  padding: 20px 40px;
}
.kv-img-sp img {
  width: 100%;
  max-width: 320px;
}

.kv-img-pc {
  padding: 5%;
}

.kv-img-pc img {
  width: 50%;
  max-width: 300px;
}

.kv-block-statement {
  font-size: 1.2rem;
  padding: 10px 10%;
  line-height: 2;
}

@media (max-width: 769px) {
  .kv-block-statement {
    font-size: 0.9em;
    padding: 10px 0;
    line-height: 2;
  }
}

.glossary-block {
  border: solid 5px;
  padding: 15px 10px;
  margin-top: 100px;
  background: rgb(255, 255, 255, 0.6);
}

@media (max-width: 769px) {
  .glossary-block {
    border: solid 5px;
    padding: 15px 10px;
    margin-top: 30px;
  }
}

.glossary-block-title {
  text-align: center;
  position: relative;
  top: -15px;
  font-size: 1.5rem;
}

.glossary-block-title>span {
  background: #000;
  color: #fff;
  padding: 2px 50px;
  font-family: 'RocknRoll One', sans-serif;
}

.glossary-subtitle-img {
  width: 30%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .glossary-subtitle-img {
    max-width: 100px;
  }
}

.glossary-explanation-txt {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
}

@media (max-width: 769px) {
  .glossary-explanation-txt {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: left;
  }
}

.glossary-explanation-block {
  padding: 10px 20px;
}

.tag-block {
  border: solid 5px;
  padding: 15px 10px;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 1.2rem;
  background: #fff;
}

@media (max-width: 769px) {
  .tag-block {
    border: solid 5px;
    padding: 15px 10px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 1.2rem;
    background: #fff;
  }
}

.tag-block-note {
  font-size: 0.9rem;
  text-align: center;
}


.tag-block-title {
  text-align: center;
  position: relative;
  top: -15px;
}

.tag-block-title>span {
  background: #000;
  color: #fff;
  padding: 2px 50px;
  font-family: 'RocknRoll One', sans-serif;
}

.syllabary-block {
  width: 100%;
  max-width: 400px;
  text-align: center;
  /* margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 769px) {
  .syllabary-block {
    padding: 10% 0;
  }
}

.syllabary-block-none {
  display: none !important;
}
@media (max-width: 769px) {
  .syllabary-block-none {
    display: none !important;
  }
}

.syllabary-pc {
  width: 50%;
}


.contents-block {
  margin-top: 2rem;
  width: 100%;
}

.contents-title {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 100px;
}

@media (max-width: 769px) {

  .contents-title {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 30px;
  }
}

.contents-title>h1 {
  font-family: 'RocknRoll One', sans-serif;
}

.content-round {
  height: calc(100vw * 0.9 / 4 * 0.9);
  max-height: 230px;
  border-radius: 100%;
  border: solid 4px;
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.content-round:hover {
  background-color: #ffffde;
}

@media (max-width: 769px) {
  .content-round {
    width: 40vw;
    height: 40vw;
    max-height: 600px;
  }
}
@media (max-width: 630px) {
  .content-round {
    width: 65vw;
    height: 65vw;
    max-height: 600px;
  }
}


.content-img {
  width: 70%;
  margin: 0 auto
}

.content-name {
  text-align: center;
}

.content-name>p {
  font-family: 'RocknRoll One', sans-serif;
  font-size: 1.5rem;
  position: relative;
    top: -16px;
}
@media (max-width: 1200px) {
.content-name>p {
  font-size: 2vw;
}
}
@media (max-width: 769px) {
.content-name>p {
    font-size: 5vw;
    position: relative;
    top: -4vw;
}
}
@media (max-width: 400px) {
.content-name>p {
    font-size: 6vw;
    position: relative;
    top: -4vw;
}
}

.contents-block .columns {
  text-align: center;
  margin: 0;
}

/* .contents-block .columns>.column:nth-child(odd) {
  float: right;
}

.contents-block .columns>.column:nth-child(even) {
  float: left;
} */





/* tag */
.tag-block input {
  display: none;
}

.el_searchResult {
  text-align: center;
  color: #000;
}

.js_target {
  height: 0;
  display: none;
  transition: all .2s ease;
}

.js_target.js_selected {
  height: 100%;
  display: block;
}

@media (max-width: 769px) {
  .js_target {
    height: 0;
    /* opacity: 0; */
    display: none;
    transition: all .2s ease;
  }

  .js_target.js_selected {
    height: 100%;
    /* opacity: 1; */
    display: block;
  }
}

.bl_selectBlock label {
  display: inline;
}

.bl_selectBlock_check input[type=checkbox]:disabled+label {
  background-color: #ccc;
  color: #fff;
}

.bl_selectBlock_check input[type=checkbox]+label {
  background-color: #F5D047;
  font-size: 1rem;
  padding: 1px 5px;
  margin: 5px 0;
  line-height: 2;
}

.bl_selectBlock_wrapper_wrapper {
  margin: 10px 0;
}

@media (max-width: 769px) {

  .bl_selectBlock_check input[type=checkbox]+label {
    background-color: #F5D047;
    font-size: 0.8rem;
    padding: 1px 5px;
    margin: 5px 0;
  }
}

.bl_selectBlock_check input[type=checkbox]:checked+label {
  background-color: #88b83e;
  color: #fff;
}

.el_searchResult {
  margin-bottom: 20px;
  display: none;
}

.bl_selectBlock {
  border: 1px solid #0073aa;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}


.bl_selectBlock_check label {
  cursor: pointer;
}

.bl_selectBlock_content {
  margin: 0 auto;
  padding: 5px 20px;  
}

.bl_searchResultBlock {
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
}

.bl_searchResultBlock_item {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bdbdbd;
}

.bl_selectBlock_check {
  display: inline-block;
  margin-right: 10px;
}

.bl_selectBlock_check:last-child {
  margin-right: 0;
}









/* ingredients */

.ingredients-block {
  border: solid 3.5px;
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  background: #fff;
}

.ingredients-name {
  font-family: 'RocknRoll One', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.ingredients-name span {
  border-bottom: solid 3.5px;
  font-weight: 600;
}

.shoyaku-name {
  margin: 20px 0;
  font-size:1.3rem;
}

.ingredients-img img {
  width: 100%;
  max-width: 350px;
}

.ingredients-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 769px) {
  .ingredients-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}

.ingredients-info-child {
  width: 100%;
}

.gomi-circle {
  width: 13vw;
  height: 13vw;
  max-width: 150px;
  max-height: 150px;
  border: solid 2px red;
  border-radius: 50%;
  background: red;
  margin: 10px auto;
  position: relative;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.gomi-circle :first-child {
  font-family: 'RocknRoll One', sans-serif;
  font-size: 1.2rem;
  line-height: 4.5;
}
@media (max-width: 1200px) {

.gomi-circle :first-child {
  font-family: 'RocknRoll One', sans-serif;
  font-size: 1.2rem;
  line-height: 8vw;
}
}

.gomi-half-circle {
  display: inline-block;
  width: 100%;
  height: 50%;
  border-radius: 50% / 0 0 100% 100%;
  background: #fff;
  /* border: solid 2px red; */
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  line-height: 4vw;
  font-size: 20px;
}
.kikyou-circle {
  line-height: 1.8;
  font-size: 20px; 
}
.kikyou-small {
  line-height: 2;
  font-size:15px;
}

.gomi-four {
  font-size: 16px;
}

.gomi-five {
  font-size: 14px;
}
.gomi-five-two {
  font-size: 15px;
  line-height:2;
}


@media (max-width: 1200px) {

.gomi-half-circle {
  display: inline-block;
  width: 100%;
  height: 50%;
  border-radius: 50% / 0 0 100% 100%;
  background: #fff;
  /* border: solid 2px red; */
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  line-height: 5vw;
  font-size: 2vw;
}
.kikyou-circle {
  line-height: 2.8vw;
  font-size: 2vw; 
}
.kikyou-small {
  line-height: 2.5vw;
  font-size:1.5vw;
}
.gomi-four {
  font-size: 1.5vw;
}
.gomi-five {
  font-size: 1.2vw;
}
.gomi-five-two {
  font-size: 1.4vw;
  line-height:2;
}
}

@media (max-width: 769px) {

  .gomi-circle {
    width: calc(23vw + 4px);
    height: calc(23vw + 4px);
    max-width: 500px;
    max-height: 500px;
    border-radius: 50%;
    background: red;
    margin: 10px auto;
    position: relative;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }

  .gomi-circle :first-child {
    font-family: 'RocknRoll One', sans-serif;
    font-size: 4vw;
    line-height: 14vw;
  }



  .gomi-half-circle {
    display: inline-block;
    width: 23vw;
    height: 11.5vw;
    max-width: 500px;
    max-height: 250px;
    border-radius: 50% / 0 0 100% 100%;
    background: #fff;
    /* border: solid 2px red; */
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    line-height: 10vw;
    font-size: 3vw;
  }
  .kikyou-circle {
    line-height: 5vw;
    font-size: 3vw; 
  }
  
.kikyou-small {
  line-height: 5vw;
  font-size:3vw;
}
.gomi-four {
  font-size: 2.5vw;
}
.gomi-five {
  font-size: 2.1vw;
}
.gomi-five-two {
  font-size: 2.5vw;
  line-height:2;
}
}

@media (max-width: 400px) {

  .gomi-half-circle {
    display: inline-block;
    width: 100%;
    height: 50%;
    border-radius: 50% / 0 0 100% 100%;
    background: #fff;
    /* border: solid 2px red; */
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    line-height: 10vw;
    font-size: 3.5vw;
  }
  
  .kikyou-circle {
    line-height: 5vw;
    font-size: 4vw; 
  }
  
.kikyou-small {
  line-height: 4.2vw;
  font-size:1.5vw;
}
.gomi-four {
  font-size: 2.5vw;
}
.gomi-five {
  font-size: 2.2vw;
}
.gomi-five-two {
  font-size: 2.5vw;
  line-height:2;
}
}

.ingredients-explain {
  padding: 0 0 50px 0;
}

.ingredients-explain>h2 {
  background: #000;
  color: #fff;
  font-family: 'RocknRoll One', sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 80%;
  padding: 5px 0;
}

.ingredients-explain>p {
  font-size: 0.9rem;
  font-weight: 400;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .ingredients-explain {
    padding: 0 0 30px 0;
  }
  
  .ingredients-explain>h2 {
    background: #000;
    color: #fff;
    font-family: 'RocknRoll One', sans-serif;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .ingredients-explain>p {
    font-size: 0.9rem;
    font-weight: 400;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
  }
}


/* footer */

footer a {
  color: #fff !important;
}

.linkbtn-block {
  text-align: center;
  padding: 30px 0　0;
}

.recipe-link-block {
  width: 100%;
  max-width: 450px;
  background: #F5D047;
  border-radius: 3px;
  position: relative;
  padding: 10px 0;
  margin: 50px auto;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border: solid 1px;
  border-radius: 30px;
  font-weight: 500;
}

.recipe-link-block p:nth-child(2) {
  font-size: 1.3rem;
  font-weight: 700;
}


.recipe-link-block a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.recipe-link-block:hover {
  background: #c8f18a;
}

.recipe-link-block a:hover:after {
  right: 0.7rem;
} 























/*
------------------------------------------------ */
.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;
  margin: 0 auto;
  width: 100%;
}

.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; */
    padding: 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 strong {
  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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_grn.webp) no-repeat 50% 50%;
  background-size: contain;
  .no-webp & {
    background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_grn.png) no-repeat 50% 50%;
    background-size: contain;
  }
}*/
.l-header__btn_search--ham-sct {
  display: none;
  padding: 50px 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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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;
    color:#fff;
  }

  .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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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-section__inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: calc( 1000px);
} 


.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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_bookmark01_wht.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__bookmark01_wht {
    background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_bookmark01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__bookmark01_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_bookmark01_grn.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__bookmark01_grn {
    background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_bookmark01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_search01_wht {
  background: url(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_search01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_account01_wht {
  background: url(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_account01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_account01_org {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_account01_org.webp) no-repeat 50% 50%;
  background-size: contain; }
  .no-webp .p-ic.p-ic__nav_account01_org {
    background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_account01_org.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_off01_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_off01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_on01_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_off01_wht {
  background: url(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_off01_wht.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_hamburgermenu01_on01_wht {
  background: url(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_hamburgermenu01_on01_wht.png) no-repeat 50% 50%;
    background-size: contain; }



.p-ic.p-ic__nav_menu01_cat01_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_cat01_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat02_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_cat02_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat03_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_cat03_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat04_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_cat04_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat05_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_cat05_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_cat06_grn {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_cat06_grn.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_facebook01_clr {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_facebook01_clr.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_twitter01_clr {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_twitter01_clr.png) no-repeat 50% 50%;
    background-size: contain; }

.p-ic.p-ic__nav_menu01_line01_clr {
  background: url(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/ic_nav_menu01_line01_clr.png) no-repeat 50% 50%;
    background-size: contain; }

    .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-btn__account_logoff strong,
      .p-btn__account_logoff strong > u,
      .p-btn__grn strong
       {
        color: #fff;
        text-decoration: none;
      }

      .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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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(https://www.kracie.co.jp/kampo/kampofullife/wp-content/themes/kampofullife/asset/img/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; } }
      

          .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;
  }
}

.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-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); } }
    

        .l-footer {
          margin-top: 50px;
          padding: 2em 0;
          background: #292929;
          line-height: 1;
          color: #fff; }
        .l-footer .l-section {
          width: 100%; }
        .l-footer .l-section__inner {
          max-width: calc( 1314px);
        }
        @media screen and (max-width: 1500px) and (min-width: 1040px) {
          .l-footer .l-section__inner {
            margin-left: 30px; }
        }
        .l-footer__navi {
          margin-bottom: 18px;
          line-height:13px }
        
        .l-footer__navi ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-bottom: -1em; }
        
        .l-footer__navi ul li {
          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 {
          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: 800; }
        
        .l-footer__copy {
          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: 800; }
        
        @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;
            line-height: 1.3;
            padding: 30px 20px;
            box-sizing:border-box; }
          .l-footer .l-section__inner {
            margin: 0;
            padding: 0; }
          .l-footer__navi {
            margin-bottom: 20px; }
          .l-footer__navi ul {
            margin-bottom: -15px; }
          .l-footer__navi ul li {
            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 {
             }
          .l-footer__copy {
             } }

/* 薬膳ページ（index・各食材）下部　薬膳レシピバナー 20241120 北原*/
  .yakuzen-recipe_categories_bnr{
    width:640px;
    text-align:center;
    margin:50px auto 0;
  } 
  @media (max-width: 769px) {
    .yakuzen-recipe_categories_bnr{
      width:100%;
    } 
    .yakuzen-recipe_categories_bnr img{
      padding-top:16%;
    } 
  }


