@charset "utf-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
ul ul {
  list-style-type: none;
}

/* ここからcolumn記事一覧ページ */

.ly_main {
  position: relative;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
}
.bl_bnrAria {
  min-height: 216px;
  background-image: url(../img/column/bnr_column_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  display: grid;
  place-items: center;
}
.el_bnr_h1title {
  font-size: 40px;
  line-height: calc(51 / 40);
  letter-spacing: 4px;
  color: #DF9273;
  opacity: 1;
  /* font-family: "futura-pt", sans-serif; */
  font-family: "Jost", sans-serif;
}
.bl_columnWrap {
  display: flex;
  gap: clamp(16px, 2.285714vw, 32px);
  width: clamp(900px, 78.571428vw, 1100px);
  margin: 40px auto 55px;
}
.ly_single .bl_columnWrap {
  margin-bottom: 0;
}
.bl_categoryBlock {
  width: clamp(306px, 24vw, 336px);
}
.bl_columnContent {
  display: flex;
  gap: 32px clamp(16px, 2.214285vw, 31px);
  flex-wrap: wrap;
  width: clamp(600px, 52.285714vw, 732px);
}
.bl_columnItem {
  width: clamp(281px, 25vw, 350px);
  background-color: #fff;
  border-radius: 16px;
}
.bl_columnItem_Link {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.bl_columnItem_card {
  background-color: #fff;
  padding: 24px 16px;
}
.bl_columnItem_Column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_columnItem_category {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
  line-height: 1.2;
  background: #DF9273;
  border-radius: 20px;
  padding: 2px 16px;
  font-weight: 500;
}
.bl_columnItem_time {
  letter-spacing: 0px;
  color: #888888;
  font-size: 14px;
  line-height: calc(30 / 14);
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.el_h2column_title {
  letter-spacing: 0px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: calc(30 / 20);
  margin-top: 17px;
  font-weight: 500;
}
.bl_columnItem_leadtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: calc(24 / 12);
  letter-spacing: 0px;
  color: #888888;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* ページネーション */
.wp-pagenavi {
  display: flex;
  gap: 5px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: calc(32 / 24);
  letter-spacing: 3.36px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 500;
  border: none;
  padding-left: 7px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #DF9273;
  border-radius: 50%;
  color: #ffffff;
}
.wp-pagenavi span.current {
  font-weight: 500;
}
/* ページネーションここまで */
.bl_paginationList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  gap: 16px;
}
.bl_paginationLink {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: calc(32 / 24);
  letter-spacing: 3.36px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-weight: 500;
}
.bl_paginationLink_current {
  background-color: #DF9273;
  border-radius: 50%;
  color: #ffffff;
}
.el_h2category_title {
  border-radius: 16px 16px 0 0;
  background-color: #DF9273;
  letter-spacing: 1.54px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: calc(29 / 22);
  padding: 15px 24px 17px;
  font-weight: 500;
}
.el_categoryList {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.el_categoryItem + .el_categoryItem {
  border-top: 1px solid #f2f2f2;
}
.el_categoryLink {
  display: block;
  padding: 16px 32px 16px 24px;
  position: relative;
  letter-spacing: 0px;
  color: #333333;
  font-size: 16px;
  line-height: calc(30 / 16);
  font-weight: 500;
}
.el_categoryLink::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 24px;
  height: 24px;
  background-image: url(../img/column/svg_arrow_right.svg);
}
.el_categoryLink.el_categoryLink_plus::after {
  background-image: url(../img/column/svg_plus.svg);
}
.el_categoryChildItem {
  padding: 0px 24px 16px;
  position: relative;
  letter-spacing: 0px;
  color: #333333;
  font-size: 13px;
  line-height: calc(24 / 13);
}
.el_categoryChildList + .el_categoryChildList {
  margin-top: 10px;
}
.el_categoryChildLink {
  display: block;
}
.bl_searchform {
  border-radius: 16px;
  background-color: #fff;
  margin-top: 24px;
  padding: 16px 24px;
}
.bl_searchformContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
input[type="text"].bl_searchformContent_search {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  position: relative;
  padding: 15px 16px;
  margin: 0;
  width: 248px;
  max-width: 100%;
  height: 50px;
}
input[type="text"].bl_searchformContent_search:focus {
  outline-offset: -5px;
}
button[type="submit"]:not(:hover):not(:active):not(
    .has-background
  ).bl_searchformContent_submit {
  background-color: transparent;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/column/svg_search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
button[type="submit"]:is(:active, :hover).bl_searchformContent_submit {
  border: none;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/column/svg_search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.bl_search_none {
  margin-top: 20px;
}
.el_categoryLink_toggle + .el_categoryChildItem {
  display: none;
}
.el_categoryLink.el_categoryLink_toggle.el_categoryLink_plus.active::after {
  background-image: url(../img/column/svg_minus.svg);
}
/* カテゴリーページ */
.bl_breadcrumbWrap {
  background-color: #fff;
}
.bl_breadcrumbList {
  width: clamp(800px, 78.571428vw, 1100px);
  margin: auto;
  display: flex;
  gap: 25px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.bl_breadcrumbList > span > a {
  display: block;
  position: relative;
}
.el_category_h1title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 30px;
  line-height: calc(46 / 30);
  font-weight: 500;
}
.el_category_h1title span {
  letter-spacing: 1.54px;
  color: #DF9273;
  font-size: 22px;
  line-height: calc(29 / 22);
  display: block;
  margin-bottom: 16px;
}
.el_category_h1title + .bl_columnContent {
  margin-top: 48px;
}

/* 記事詳細ページ */
.bl_columnBlock.bl_columnBlock_categorypost {
  background-color: #fff;
  padding: 54px 37px 84px;
  border-radius: 16px;
}
.bl_supplement_Column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_supplement_category {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
  line-height: 1.2;
  background: #DF9273;
  border-radius: 20px;
  padding: 2px 16px;
  font-weight: 500;
}
.bl_supplement_time {
  letter-spacing: 0px;
  color: #888888;
  font-size: 14px;
  line-height: calc(30 / 14);
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.el_categorypost_h1title {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: calc(46 / 30);
  font-weight: 500;
  letter-spacing: 0px;
  color: #333333;
}
.el_related_h2title {
  width: clamp(900px, 78.571428vw, 1100px);
  margin: 100px auto 0;
}
.bl_relatedWrap {
  padding-bottom: 160px;
}
.bl_categorypost_bnr {
  margin-top: 32px;
}
.bl_categorypostWrap {
  margin-top: 51px;
}
.bl_categorypostWrap > * + * {
  margin-top: 1em;
}
/* 目次 */
.ly_single div#toc_container {
  padding: 32px;
  border-radius: 16px;
}
.ly_single #toc_container p.toc_title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  font-size: 16px;
  line-height: calc(30 / 16);
  text-align: left;
}
.ly_single #toc_container p.toc_title + ul.toc_list {
  padding-top: 16px;
  border-top: 1px solid #e2e2e2;
  margin-top: 16px;
}
.ly_single #toc_container.no_bullets li + li {
  margin-top: 24px;
}
.ly_single div#toc_container ul.toc_list a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  font-size: 14px;
  line-height: calc(30 / 14);
}
.ly_single .bl_tableofcontents_link {
  margin-left: 16px;
  font-size: 10px;
  line-height: calc(30 / 10);
  vertical-align: middle;
}
.bl_tableofcontents_link_toggleText {
  font-size: 10px;
  line-height: calc(30 / 10);
  letter-spacing: 0px;
  color: #DF9273;
}
/* 目次終わり */
.ly_single .bl_categorypostWrap > p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: calc(30 / 14);
  color: #333333;
}
.ly_single .bl_categorypostWrap > p > a {
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  color: #DF9273;
  font-size: 14px;
  line-height: calc(30 / 14);
}
.ly_single .bl_categorypostWrap > h2 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  font-size: 20px;
  line-height: calc(46 / 20);
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}
.ly_single .bl_categorypostWrap > h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #DF9273;
  border-radius: 6px;
}
.ly_single .bl_categorypostWrap > h3 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
  font-size: 18px;
  line-height: calc(46 / 18);
  font-weight: 500;
}

.ly_single .bl_categorypostWrap > p + p {
  margin-top: 1em;
}
.bl_tableofcontentsWrap {
  margin-top: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 32px;
}
.ly_single .bl_categorypostWrap > * + h2,
.ly_single .bl_categorypostWrap > * + h3,
.ly_single .bl_categorypostWrap > * + .wp-block-buttons {
  margin-top: 40px;
}
.ly_single .bl_categorypostWrap .wp-block-button__link {
  display: grid;
  place-items: center;
  width: 400px;
  max-width: 100%;
  margin: auto;
  background-color: #DF9273;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 24px;
  line-height: calc(30 / 24);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 60px;
  min-height: 96px;
}
.ly_single
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
  background-color: #DF9273;
  color: #ffffff;
}
.ly_single .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.ly_single
  .wp-block-button:not(.is-style-outline)
  .wp-block-button__link:active {
  border-color: #DF9273 !important;
  background-color: #ffffff !important;
  color: #DF9273 !important;
}
.bl_columnContent.bl_columnContent_related {
  gap: clamp(16px, 1.785714vw, 25px);
  width: clamp(900px, 78.571428vw, 1100px);
  margin: 30px auto 0;
}
.el_related_h2title {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: calc(46 / 16);
}
.el_related_h2title span {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #DF9273;
  font-weight: 500;
  font-size: 32px;
  line-height: calc(43 / 32);
  margin-right: 16px;
}
.el_h2column_title.el_h2column_title_related {
  margin-top: 16px;
}

/* トップページ */
.ly_column .bl_columnContent {
  gap: clamp(16px, 1.785714vw, 25px);
  width: clamp(900px, 78.571428vw, 1100px);
  margin: 38px auto 155px;
  text-align: left;
}
.ly_column .bl_columnItem {
  width: clamp(281px, 25vw, 350px);
}
/* --------------------------
ここからPC
-------------------------- */
@media only screen and (min-width: 768px) {
  .hp_sp {
    display: none;
  }
  .ly_body_column {
    min-width: 1100px;
  }
}
/* --------------------------
ここからSP
-------------------------- */
@media only screen and (max-width: 767px) {
  .hp_pc {
    display: none;
  }

  /* 記事一覧ページ */
  .ly_main {
    padding-bottom: 93px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .ly_main {
    margin-top: 68px;
  }
  .bl_bnrAria {
    min-height: 143px;
    background-image: url(../img/column/bnr_column_sp01.jpg);
  }
  .el_bnr_h1title {
    text-align: center;
    font-size: 30px;
    line-height: calc(28 / 30);
  }
  .bl_columnWrap {
    flex-direction: column;
    gap: 80px;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 0;
  }
  .bl_categoryBlock {
    width: 100%;
  }
  .bl_columnContent {
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
  }
  .bl_columnItem {
    width: 100%;
  }
  .bl_columnItem_Link {
    display: flex;
    padding: 16px;
    background-color: #fff;
    gap: 4%;
  }
  .bl_columnItem_card {
    padding: 0;
    width: 48%;
  }
  .bl_columnItem_img {
    width: 48%;
  }
  .bl_columnItem_Column {
    display: block;
  }
  .bl_columnItem_category {
    width: fit-content;
    padding: 4px 16px;
  }
  .bl_columnItem_time {
    text-align: left;
    font-size: 12px;
    line-height: calc(24 / 12);
    margin-top: 8px;
  }
  .el_h2column_title {
    font-size: 14px;
    line-height: calc(20 / 14);
    margin-top: 8px;
  }
  .bl_paginationList {
    margin-top: 40px;
    margin-bottom: 0;
    gap: 3px;
  }
  .bl_paginationLink {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: calc(26 / 20);
    letter-spacing: 2.8px;
  }
  .bl_searchformContent {
    justify-content: flex-start;
  }

  /* カテゴリーページ */
  .bl_breadcrumbWrap {
    overflow-x: scroll;
  }
  .bl_breadcrumbList {
    width: 100%;
    min-width: 400px;
    padding: 24px 16px 17px;
    gap: 20px;
  }
  .el_category_h1title {
    font-size: 22px;
    line-height: calc(46 / 22);
  }
  .el_category_h1title span {
    font-size: 18px;
    line-height: calc(24 / 18);
    margin-bottom: 7px;
  }
  .el_category_h1title + .bl_columnContent {
    margin-top: 32px;
  }

  /* 記事詳細ページ */
  .bl_columnBlock.bl_columnBlock_categorypost {
    background-color: #fff;
    padding: 32px 0 80px;
  }
  .bl_supplement_Column {
    padding: 0 16px;
  }
  .el_categorypost_h1title {
    padding: 0 16px;
    margin-top: 24px;
    font-size: 18px;
    line-height: calc(34 / 18);
  }
  .el_related_h2title {
    width: 100%;
    margin: 56px auto 0;
  }
  .bl_relatedWrap {
    padding-bottom: 112px;
  }
  .bl_categorypostWrap {
    margin-top: 27px;
    padding: 0 16px;
  }
  .ly_single .bl_categorypostWrap > h2 {
    font-size: 18px;
    line-height: calc(34 / 18);
  }
  .ly_single .bl_categorypostWrap > h3 {
    font-size: 16px;
    line-height: calc(28 / 16);
  }
  .ly_single .bl_categorypostWrap .wp-block-button__link.wp-element-button {
    max-width: 100%;
    margin: auto;
    font-size: 24px;
    line-height: calc(30 / 24);
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 60px;
    min-height: 80px;
  }
  /* 目次 */
  .ly_single div#toc_container ul.toc_list a {
    line-height: calc(24 / 14);
  }
  /* 目次終わり */
  .bl_relatedWrap {
    padding: 0 16px;
  }
  .bl_columnContent.bl_columnContent_related {
    gap: 24px;
    width: 100%;
    margin: 32px auto 0;
  }
  .bl_columnItem_Link.bl_columnItem_Link_related {
    flex-direction: column;
    padding: 0;
  }
  .bl_columnItem_Link.bl_columnItem_Link_related .bl_columnItem_img {
    width: 100%;
  }
  .bl_columnItem_Link.bl_columnItem_Link_related .bl_columnItem_card {
    width: 100%;
    padding: 24px 16px;
  }
  .bl_columnItem_Column.bl_columnItem_Column_related {
    display: flex;
  }
  .bl_columnItem_Column.bl_columnItem_Column_related .bl_columnItem_time {
    margin-top: 0;
    font-size: 14px;
    line-height: calc(30 / 14);
  }
  .el_related_h2title span {
    display: block;
    margin-top: 8px;
    margin-right: 0;
  }
  .el_h2column_title.el_h2column_title_related {
    font-size: 20px;
    line-height: calc(30 / 20);
  }
  .bl_columnItem_leadtext.bl_columnItem_leadtext_related {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
  /* ページネーション */
  .wp-pagenavi {
    display: flex;
    gap: 5px;
  }

  /* トップページ */
  .ly_column .bl_columnContent {
    gap: 20px;
    width: 100%;
    margin: 27px auto 119px;
  }
  .ly_column .bl_columnItem {
    width: 100%;
  }
}
