/*statement PC*/
@media screen and (min-width: 768px) {
  .lightp_statementarea {
    width: 100%;
    max-width: 1170px;
    margin: 50px auto;
    display: flex;
  }
  .lightp_statementarea .leftarea {
    width: 35%;
    margin: 0 5% 0 0;
  }
  .lightp_statementarea .rightarea {
    width: 60%;
    position: relative;
  }
  .lightp_statementarea .leftarea .logomark {
    width: 80%;
    margin: 0 0 50px 0;
  }
  .lightp_statementarea .leftarea .logomark img {
    width: 100%;
  }
  .lightp_statementarea .leftarea .midashi {
    font-size: clamp(17px, 1.709vw, 20px);
    margin: 0 0 70px 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .lightp_statementarea .leftarea .honbun {
    font-size: clamp(14px, 1.367vw, 16px);
    margin: 0 0 0 0;
    line-height: 2;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .lightp_statementarea .leftarea .title {
    font-size: clamp(27px, 2.56vw, 30px);
    margin: 10px 0 0 0;
  }
  .lightp_statementarea .rightarea .img001 {
    position: absolute;
    top: 30px;
    right: 0;
    width: 85%;
  }
  .lightp_statementarea .rightarea .img002 {
    position: absolute;
    top: 510px;
    left: 0;
    width: 53%;
  }
  .lightp_statementarea .rightarea .img003 {
    position: absolute;
    top: 695px;
    right: 2%;
    width: 35%;
  }
  .lightp_statementarea .rightarea .img001 img, .lightp_statementarea .rightarea .img002 img, .lightp_statementarea .rightarea .img003 img {
    width: 100%;
  }
}
/*statement SP*/
@media screen and (max-width: 767px) {
  .lightp_statementarea {
    width: 95%;
    margin: 50px auto;
  }
  .lightp_statementarea .leftarea {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .lightp_statementarea .rightarea {
    display: none;
  }
  .lightp_statementarea .leftarea .logomark {
    width: 70%;
    margin: 0 auto 50px auto;
  }
  .lightp_statementarea .leftarea .logomark img {
    width: 100%;
  }
  .lightp_statementarea .leftarea .midashi {
    font-size: clamp(16px, 4.8vw, 18px);
    margin: 0 0 70px 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  .lightp_statementarea .leftarea .honbun {
    font-size: clamp(12px, 3.7333vw, 14px);
    margin: 0 0 0 0;
    line-height: 2;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .lightp_statementarea .leftarea .title {
    font-size: clamp(18px, 5.333vw, 20px);
    margin: 10px 0 0 0;
  }
  .lightp_statementarea .rightarea .img001 img, .lightp_statementarea .rightarea .img002 img, .lightp_statementarea .rightarea .img003 img {
    width: 100%;
  }
}
/*category menu PC*/
@media screen and (min-width: 768px) {
  .lightp_categorymenuarea {
    width: 100%;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .lightp_categorymenuarea .menuparent {
    width: 32%;
    position: relative;
    margin: 0 2% 20px 0;
    cursor: pointer;
  }
  .lightp_categorymenuarea .menuparent:nth-child(3n+3) {
    margin: 0 0 20px 0;
  }
  .lightp_categorymenuarea .menuparent .onebox {
    width: 100%;
    position: relative;
  }
  .lightp_categorymenuarea .menuparent .onebox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: all 0.3s;
  }
  .lightp_categorymenuarea .menuparent .onebox:hover::before {
    opacity: 0;
  }
  .lightp_categorymenuarea .menuparent .onebox img {
    width: 100%;
    height: auto;
  }
  .lightp_categorymenuarea .menuparent .onebox .txt {
    color: #fff;
    font-size: clamp(14px, 1.367vw, 16px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*category menu PC*/
@media screen and (max-width: 767px) {
  .lightp_categorymenuarea {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .lightp_categorymenuarea .menuparent {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    cursor: pointer;
  }
  .lightp_categorymenuarea .menuparent .onebox {
    width: 100%;
    position: relative;
  }
  .lightp_categorymenuarea .menuparent .onebox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: all 0.3s;
  }
  .lightp_categorymenuarea .menuparent .onebox:hover::before {
    opacity: 0;
  }
  .lightp_categorymenuarea .menuparent .onebox img {
    width: 100%;
    height: auto;
  }
  .lightp_categorymenuarea .menuparent .onebox .txt {
    color: #fff;
    font-size: clamp(14px, 1.367vw, 16px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*wrap PC*/
@media screen and (min-width: 768px) {
  .l-wrapper {
    display: initial;
    max-width: 1170px;
    margin: 40px 15px;
    width: 100%;
  }
  .l-main {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
}
/*wrap SP*/
@media screen and (max-width: 767px) {
  .l-wrapper {
    display: initial;
    max-width: 1170px;
    margin: 40px auto;
    width: 100%;
  }
  .l-main {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
  }
}
/*人気記事*/
.popular_no001 .widget_fit_recommend_post_widget ol.widgetArchive .widgetArchive__item .eyecatch::after {
  content: url(https://bonding-hearts.com/wp-content/uploads/2023/06/no01.png);
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  z-index: 20;
}
.popular_no002 .widget_fit_recommend_post_widget ol.widgetArchive .widgetArchive__item .eyecatch::after {
  content: url(https://bonding-hearts.com/wp-content/uploads/2023/06/no02.png);
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  z-index: 20;
}
.popular_no003 .widget_fit_recommend_post_widget ol.widgetArchive .widgetArchive__item .eyecatch::after {
  content: url(https://bonding-hearts.com/wp-content/uploads/2023/06/no03.png);
  position: absolute;
  width: 120px;
  top: 0;
  left: 0;
  z-index: 20;
}
.widgetArchive .eyecatch img {
  width: 100%;
}
span.eyecatch__cat {
  display: none;
}
/*共通設定*/
.margin_maker100 {
  margin: 100px 0 0 0;
}
.globalNavi__list {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  width: 120%
}
.globalNavi__list li {
  color: #D2A029 !important;
  font-weight: 300 !important;
}
.globalNavi__list li a {
  margin-right: 20px;
  display: block;
  float: left;
  white-space: nowrap;
  color: rgba(0, 0, 0, .5);
  font-weight: 300;
  transition: .15s;
}
.t-headerColor .globalNavi__list .current-menu-item > a, .t-headerColor .globalNavi__list .current-menu-parent > a, .t-headerColor .globalNavi__list .current_page_item > a, .t-headerColor .globalNavi__list .menu-item a:hover, .t-headerColor .globalNavi__list .page_item a:hover {
  border-color: rgba(210, 160, 41, .9);
  color: rgba(210, 160, 41, .9);
}
.t-headerColor .globalNavi::after, .t-headerColor .globalNavi__list li a {
  color: rgba(210, 160, 41, .9);
}
.globalNavi__list .current-menu-item > a, .globalNavi__list .current-menu-parent > a, .globalNavi__list .current_page_item > a, .globalNavi__list .menu-item a:hover, .globalNavi__list .page_item a:hover {
  border-bottom: 1px solid rgba(210, 160, 41, .9);
  color: rgba(210, 160, 41, .9);
}
.globalNavi__list > li .children > li, .globalNavi__list > li .sub-menu > li {
  display: block;
  overflow: hidden;
  width: auto;
  min-width: 300px;
  height: 0;
  line-height: 5rem;
  white-space: nowrap;
  background-color: #000;
  transition: .15s;
  text-align: left;
  color: rgba(210, 160, 41, .9);
}
.globalNavi__list > li .children > li a, .globalNavi__list > li .sub-menu > li a {
  color: rgba(210, 160, 41, .9);
  transition: .15s;
  padding: 0 10px;
  margin: 0;
  font-weight: 300;
}
.t-headerColor .subNavi__link {
  color: rgba(210, 160, 41, .9);
}
.subNavi__link {
  display: block;
  font-size: 14px;
  margin-right: 5px;
  padding: 10px 0;
  text-align: center;
  width: 30px;
  color: rgba(210, 160, 41, .9);
  transition: .15s;
}
.t-headerColor .searchBtn__link {
  color: rgba(210, 160, 41, .9);
}
.wp-block-coblocks-posts__content {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
  width: 100%;
  background: #f4f4f4;
  padding: 15px 10px 10px 10px;
}
.wp-block-coblocks-posts__item {
  align-items: stretch;
  flex: 1 1 auto;
  margin-bottom: var(--coblocks-spacing--3, 1.5em);
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
  width: 100%;
  background: #f4f4f4;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.widgetArchive__contents {
  list-style-type: none;
  background: #f4f4f4;
  padding: 15px 10px 1px 10px;
  margin-top: -10px;
  font-weight: 400;
}
.widgetArchive__contents h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.heading {
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 400;
}
/*NEW*/
.wp-block-coblocks-posts__image {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.wp-block-coblocks-posts__image a {
  height: auto;
  transition: transform .3s ease;
}
.wp-block-coblocks-posts__image a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*.is-style-stacked .wp-block-coblocks-posts__image{
	cursor: pointer;
}
.is-style-stacked .wp-block-coblocks-posts__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
.is-style-stacked .wp-block-coblocks-posts__image:hover::before {
  opacity: 1;
}*/
.siteTitle__logo {
  height: 13px !important;
  margin: -15px 0 0 0;
}
h1.siteTitle {
  max-width: 340px;
  font-size: 24px;
  margin: -5px 20px 0 0;
}
.container-header {}
.bottomFooter {
  position: relative;
  background: #000;
  padding: 40px 0;
}
.bottomFooter__list li {
  display: inline-block;
  color: #D2A029;
  font-size: 1.2rem;
  font-weight: 300;
}
.bottomFooter__list li a {
  display: block;
  margin: 0 10px;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  transition: .15s;
}
.bottomFooter__list li a:hover {
  border-bottom: 1px solid #D2A029;
}
.bottomFooter__copyright, .bottomFooter__producer {
  text-align: center;
  color: #D2A029;
  letter-spacing: .5px;
  line-height: 1.75;
  font-size: 1rem;
}
.snsFooter__item {
  display: inline-block;
  color: #D2A029;
  margin: 10px 0;
}