.menu li > a .navText .font__jp,
.pageTitlePage .font__jp {
  font-family: vdl-admin, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1;
  color: #222;
  letter-spacing: 0.1em;
}

.fw_bl {
  font-weight: bold;
}

.page-content {
  padding-top: 60px;
}

.page-content .cap {
  font-size: 12px;
  text-align: center;
}

.page-content .title-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.page-content .title-sub-text {
  font-weight: 700;
  margin: 30px 0;
}

h3.title-sub-sub-text {
  font-size: 2.7em;
}

.page-content .title-sub-sub-text {
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.6;
}

.page-content .content-img + .title-sub-sub-text {
  margin-top: 30px;
}

.page-content .content-img + .content-desc {
  margin-top: 30px;
}

.page-content .content-img + .content-img {
  margin-top: 15px;
}

.page-content .intro .content-img + .content-img {
  margin-top: 0;
}

.page-content .content-img > .cap {
  color: #999;
  font-size: 10px;
  text-align: center;
  padding: 10px 30px;
  line-height: 1.4;
}

.page-content .content-img + .spacer {
  margin-top: 30px;
}

.page-content .spacer + .content-img {
  margin-top: 30px;
}

.page-content .spacer,
.space-ink {
  display: block;
  height: 120px;
  background: url(/blog/wp-content/uploads/2020/01/spacer.jpg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
}

.post-totin {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.button-item-page {
  display: block !important;
  text-align: center;
  margin: 1em auto;
  background: #cf6c7c;
  max-width: 600px;
  width: 90%;
  padding: 15px 0 !important;
  border-radius: 4px;
  color: #fff !important;
}

.gMenu .menu li > a .navText .font__jp {
  font-size: 1.8rem;
}

.footerMenu .menu li > a .navText .font__jp {
  font-size: 1.5rem;
}

#shop-link {
  position: fixed;
  right: 5px;
  bottom: 100px;
  text-align: center;
  line-height: 1;
  z-index: 3;
}

#shop-link a {
  display: block;
}

#shop-link a > div:first-child {
  font-size: 10px;
  color: #999;
  margin-bottom: 5px;
}

#shop-link a > div:last-child {
  color: #fff;
  background: #cf6c7c;
  padding: 20px;
  letter-spacing: 0.1em;
}

#shop-link a > div:last-child > span {
  display: block;
}

#shop-link a > div:last-child > span:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#shop-link a > div:last-child > span:first-child:before {
  content: "";
  background-image: url("/blog/wp-content/uploads/2020/02/logo-wh.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
  background-position: center;
}

#shop-link a > div:last-child > span:last-child {
  font-size: 10px;
}

.timestamp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timestamp time {
  margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1076px) {
  .footerMenu .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footerMenu .menu li {
    width: 33.33%;
    padding: 10px 0;
  }

  .footerMenu .menu li:nth-child(4) > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #000;
    opacity: 0.3;
  }
}

@media screen and (max-width: 767px) {
  #shop-link {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    right: 4px;
  }
}

.layout-comment,
.layout-comment * {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-comment {
  font-size: 14px;
  padding: 45px 15px;
}

.layout-comment::after {
  content: "";
  display: block;
  clear: both;
}

.layout-comment > div:first-child {
  float: left;
  width: 15%;
  text-align: center;
  line-height: 1;
  display: block;
  margin-right: 5%;
  white-space: nowrap;
}

.layout-comment > div:last-child {
  float: left;
  width: 80%;
  display: block;
}

.layout-comment > div:first-child img {
  max-width: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
}

.layout-comment > div:last-child {
  position: relative;
  background: #eff5ff;
  padding: 15px;
  border-radius: 4px;
}

.layout-comment > div:last-child:before {
  content: "";
  position: absolute;
  top: 27px;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #eff5ff;
}

@media screen and (max-width: 420px) {
  .layout-comment {
    padding: 45px 0;
  }

  .layout-comment > div:first-child {
    font-size: 10px !important;
  }

  .layout-comment > div:first-child span {
    display: block;
    margin-bottom: 0.2em;
  }
}

.layout_item {
  margin-bottom: 15px;
}

.layout_item > a,
.layout_item-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout_item > a > div,
.layout_item-in > div {
  vertical-align: top;
  padding: 2.5%;
  background: #efefef;
}

.layout_item > a > .listImgArea,
.layout_item-in > .listImgArea {
  width: 30%;
}

.layout_item > a > .listTextArea,
.layout_item-in > .listTextArea {
  width: 60%;
}

.layout_item .textTitle {
  font-size: 18px;
  font-weight: bold;
}

.layout_item .textDesc {
  font-size: 14px;
}

.layout_item .textBnr,
.cart-bgs {
  display: block;
  text-align: center;
  margin: 15px 0 0;
  max-width: 200px;
  width: 100%;
  padding: 15px 0;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.layout_item .textBnr {
  background: #de5737;
}

.cart-bgs {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border: none;
  background: #cf6c7c;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
  border-radius: 6px;
}

.cart-bgs:hover {
  opacity: 0.6;
}

@media screen and (max-width: 420px) {
  .layout_item > a,
  .layout_item-in {
    display: block;
  }

  .layout_item > a > div,
  .layout_item-in > div {
    width: 100% !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .layout_item > a img,
  .layout_item-in img {
    width: 100%;
  }

  .layout_item .textBnr {
    margin: 15px auto;
  }

  .layout_item > a > .listTextArea,
  .layout_item-in > .listTextArea {
    padding: 15px;
  }
}

.detailCon .detCataCon p,
.detailTit,
.detailCon .desc {
  letter-spacing: inherit;
}

.page-anoy-content .blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 3em 0;
  margin: 1.5em 0;
  position: relative;
  font-size: 14px;
}

.page-anoy-content .blockquote blockquote {
  font-size: 1em;
  padding-left: 0;
  line-height: 1.8;
  margin-bottom: 15px;
}

.page-anoy-content .blockquote:before {
  content: "\201C";
  position: absolute;
  top: 0em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 8rem;
  height: 2rem;
  font: 6em/1em "PT Sans", sans-serif;
  color: #666;
  text-align: center;
}

.page-anoy-content .blockquote .blockquote-title {
  line-height: 1.6;
  font-size: 0.85em;
  color: #919191;
}

.page-anoy-content .blockquote a {
  display: inline;
}

h4.title-sub-mini-text {
  font-size: 2.55em;
}

.page-content .title-sub-mini-text {
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.6;
}

.page-content .content-img + .title-sub-mini-text {
  margin-top: 30px;
}

.content-desc th,
.content-desc td {
  border: 1px solid #000;
  padding: 10px;
}

.snippets {
  border: 2px solid #18477d;
  margin: 30px 0;
  padding: 25px;
  position: relative;
}

.snippets::after {
  content: "";
  border: 2px solid #18477d;
  position: absolute;
  top: 6px;
  right: 6px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  z-index: -1;
}

.detailCon .detCataCon .snippets_tit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.detailCon .detCataCon .snippets_txt {
  margin-bottom: 0;
}

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

  .detailCon .detCataCon .snippets_tit {
    font-size: 1.7rem;
  }
}

/* 231124追記ここから */
.ranking-panel {
  border: 1px solid #707070;
  max-width: 534px;
  margin: -10px auto 30px;
  padding: 17px;
}

.ranking-panel-box {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.ranking-panel-l p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
}

.ranking-panel-r img {
  min-width: 67px;
  height: auto;
  display: block;
}

.ranking-panel-btn {
  background-color: #406084;
  max-width: 140px;
  margin: 0 auto;
  border-radius: 30px;
  cursor: pointer;
}

.ranking-panel-btn a {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-decoration: none;
}

.ranking-panel-btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ranking-panel-btn a::after {
  right: 10px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}

.ranking-sell {
  margin-bottom: 40px;
}

.ranking-sell .sell-title {
  font-size: 18px;
  font-weight: bold;
}

.ranking-sell .sell-desc {
  font-size: 14px;
}

.ranking-sell-blue {
  background: #406084;
  display: block;
  text-align: center;
  margin: 15px 0 0;
  max-width: 200px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.ranking-sell-blue {
  padding: 15px 0;
}

.ranking-sell {
  display: grid;
  grid-template-columns: 34% 60%;
  gap: 0 6%;
  background-color: #efefef;
  padding: 2.5%;
}

.ranking-sell-img {
  grid-row: 1 / 3;
}

.ranking-panel-l .sp-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .ranking-panel-l .sp-none {
    display: none;
  }

  .ranking-sell-img {
    grid-row: 1 / 2;
  }

  .ranking-sell-btn {
    grid-column: 1 / 3;
    display: flex;
    gap: 3%;
    justify-content: center;
    margin: 10px 0;
  }

  .ranking-sell-btn form {
    max-width: 200px;
    width: 100%;
  }

  .ranking-sell-blue {
    padding: 6px 0;
  }

  .ranking-sell-btn .cart-bgs {
    padding: 6px 0;
  }
}

@media screen and (max-width: 375px) {
  .ranking-panel-l p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .ranking-sell {
    grid-template-columns: 33% 64%;
    gap: 0 3%;
  }

  .ranking-sell-blue,
  .ranking-sell-btn form {
    max-width: 119px;
  }

  .ranking-sell .sell-title {
    font-size: 14px;
  }

  .ranking-sell .sell-desc {
    font-size: 12px;
  }

  .ranking-sell-blue {
    font-size: 12px;
  }

  .ranking-sell-btn .cart-bgs {
    font-size: 12px;
  }
}
/* 231124追記ここまで */

/* 240112追記ここから */
.enq-con {
  margin-bottom: 60px;
}

.enq-con-tit {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: bold;
  background-color: #efefef;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.detailCon .detCataCon .enq-con-tit p {
  padding: 11px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0;
}

.enq-con-img {
  max-width: 40px;
  height: auto;
}

.enq-con-box ul {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Meiryo", "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.detailCon .detCataCon .enq-con-box ul p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.enq-con-box li {
  cursor: pointer;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-right: #e0e0e0 1px solid;
  padding: 20px 0;
  position: relative;
}

.enq-con-box li:last-of-type {
  border-right: none;
}

.enq-con-box li.selected {
  background-color: #efefef;
}

.enq-con-box li.selected::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  border: 16px solid transparent;
  border-top: 21px solid #efefef;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .detailCon .detCataCon .enq-con-tit p {
    font-size: 1.6rem;
    padding: 16px;
  }

  .detailCon .detCataCon .enq-con-box ul p {
    font-size: 1.5rem;
  }

  .enq-con-img {
    margin: 0 auto;
  }

  .enq-con-box li {
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  .detailCon .detCataCon .enq-con-txt p {
    line-height: 1.5;
  }

  .enq-con-box li.selected::before {
    border: 14px solid transparent;
    border-top: 21px solid #efefef;
  }
}
@media screen and (max-width: 375px) {
  .detailCon .detCataCon .enq-con-tit p {
    font-size: 1.4rem;
  }

  .detailCon .detCataCon .enq-con-box ul p {
    font-size: 1.2rem;
  }
}
/* 240112追記ここまで */

/* 240730追記ここから */
.detailPic {
  margin-bottom: 0;
}

.counter-hierarchy {
  margin-top: 0;
}

.enq-con {
  margin-bottom: 30px;
}

.addtoany_shortcode {
  text-align: center;
  margin-bottom: 20px;
}
/* 240730追記ここまで */

/* 241029追記ここから */
.layout_item.layout_item_introduction .textBnr {
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
}
.good-for-health-nuts-ranking .title-sub-sub-text #i15,
.good-for-health-nuts-ranking .title-sub-sub-text #i31 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .good-for-health-nuts-ranking .title-sub-sub-text #i15,
  .good-for-health-nuts-ranking .title-sub-sub-text #i31 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 420px) {
  .layout_item.layout_item_introduction .cart-bgs {
    margin: 15px auto;
  }
}
/* 241029追記ここまで */
