@charset "utf-8";
/* レイアウト */
html {
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
body::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url('../images/common/single-bg.png');
  background-repeat: no-repeat;
  background-size: contain; 
  width: calc((427 / 1440) * 100vw);
  aspect-ratio: 427 / 1527;
  top: 0;
  right: 0;
}
/* 投稿コンテンツ */
/* 
パンくず */
@media only screen and (min-width: 768px) {
  .breadcrumb-ttl {
    flex: 1;
  }
}
/* 
タイトル周り */
.single-content .single-head {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
}
.single-content .date-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin: 8px 0 0;
  color: #fff;
}
.single-content .date-wrap a {
  color: #fff;
}
.single-date {
  margin: 0;
  white-space: nowrap;
}
.single-ttl {
  font-size: 24px;
  letter-spacing: .1em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .single-content .single-head {
    flex-direction: column;
  }
  .single-content .date-wrap {
    flex-direction: row;
    gap: 0 20px;
    margin: 0;
  }
  .single-ttl {
    margin: 24px 0 0;
  }
}
/* 
本文コンテンツ */
.single-content-wrap {
  position: relative;
  padding: 0 0 60px;
}
.single-content-wrap::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 355px);
  margin: 355px 0 0;
  background: radial-gradient(100% 181.04% at 0% 47.63%, #FFFFFFCC 0%, #FFF3F5CC 65.65%, #FFE8E9CC 100%);
}
.single-body {
  margin: auto;
  padding: 0 17px;
}
.single-content {
  position: relative;
  z-index: 2;
  padding: 128px 0 0;
  color: #2c2c2c;
}
.single-content > * {
  margin: 24px 0 0;
}
.eyecatch-wrap {
  margin: 24px 0 0;
}
.eyecatch-wrap img {
  width: 100%;
}
.single-cat-sns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 20px;
}
.single-cat {
  background: linear-gradient(190deg, #824752 0%, #A8717D 30%, #BC7E8B 60%,#C0B1B4 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
}
.single-content .sns-share-area {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin: 0;
}
.wp-block-image {
  text-align: center;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5 {
  font-family: "Shippori Mincho", serif;
}
.single-content h2 {
  margin: 33px 0 0;
  padding: 0 0 26px;
  border-bottom: 2px solid #fff;
  font-size: 24px;
}
.single-content h3 {
  font-size: 24px;
}
.single-content h5 {
  font-size: 20px;
}
.wp-block-flexible-table-block-table table {
  border-collapse: collapse;
  border: 1px solid #c1c1c1;
  font-family: var(--font-body);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
  padding: 13.5px;
  border: 1px solid #c1c1c1;
  background: #A8717D;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  padding: 13.5px;
  border: 1px solid #c1c1c1;
  font-size: 16px;
}
ul.wp-block-list > li {
  position: relative;
  padding: 0 0 0 15px;
}
ul.wp-block-list > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A8717D;
}
ul.wp-block-list > li > ul.wp-block-list > li {
  position: relative;
  padding: 0 0 0 15px;
}
ul.wp-block-list > li > ul.wp-block-list > li::before {
  background: rgba(168, 113, 125, .4);
}
ul.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li {
  position: relative;
  padding: 0 0 0 15px;
}
ul.wp-block-list > li ul.wp-block-list > li > ul.wp-block-list > li::before {
  border: 1px solid #A8717D;
  box-sizing: border-box;
  background: none;
}
/* ------------------------------
 * ol.wp-block-list（連番 01,02,03...）
 * ------------------------------ */
ol.wp-block-list {
  list-style: none;
  counter-reset: ol-counter;
}
ol.wp-block-list > li {
  position: relative;
  padding: 3px 0 0 28px;
  counter-increment: ol-counter;
}
ol.wp-block-list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  content: counter(ol-counter, decimal-leading-zero);
  font-weight: 700;
  color: #A8717D;
}
ol.wp-block-list > li > ol.wp-block-list {
  counter-reset: ol-counter;
  margin: 8px 0 0;
}
ol.wp-block-list > li > ol.wp-block-list > li {
  position: relative;
  padding: 3px 0 0 28px;
  counter-increment: ol-counter;
}
ol.wp-block-list > li > ol.wp-block-list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  content: counter(ol-counter, decimal-leading-zero);
  font-weight: 700;
  color: rgba(168, 113, 125, .7);
}
ol.wp-block-list > li > ol.wp-block-list > li > ol.wp-block-list {
  counter-reset: ol-counter;
  margin: 8px 0 0;
}
ol.wp-block-list > li > ol.wp-block-list > li > ol.wp-block-list > li {
  position: relative;
  padding: 3px 0 0 28px;
  counter-increment: ol-counter;
}

ol.wp-block-list > li > ol.wp-block-list > li > ol.wp-block-list > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  content: counter(ol-counter, decimal-leading-zero);
  font-weight: 700;
  /* さらに薄いカラーなど好みで */
  color: rgba(168, 113, 125, .4);
}
/* ------------------------------
 * ol の中に ul が入るパターン
 * （ul は元コードのデザインを踏襲）
 * ------------------------------ */
ol.wp-block-list > li > ul.wp-block-list > li {
  position: relative;
  padding: 0 0 0 20px;
}
ol.wp-block-list > li > ul.wp-block-list > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #A8717D;
}
ol.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li {
  position: relative;
  padding: 0 0 0 20px;
}
ol.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(168, 113, 125, .4);
}
ol.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li {
  position: relative;
  padding: 0 0 0 20px;
}
ol.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li > ul.wp-block-list > li::before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #A8717D;
  box-sizing: border-box;
  background: none;
}
.wp-block-quote {
  padding: 34px;
  background: rgba(255, 255, 255, .6);
  font-size: 14px;
}
.single-content a {
  color: #A8717D;
}
.wp-block-button .btn-primary {
  min-width: 98px;
  
  font-size: 14px;
}
.wp-block-button .btn-primary::before {
  background: radial-gradient(118.02% 282.82% at 100% 50%, #C8979C 0%, #B57480 50.93%, #A85F6E 73.5%, #763B3E 100%);
  border-color: #E8C1C5;
}
@media only screen and (min-width: 768px) {
  .single-content-wrap {
    padding: 0 0 102px;
  }
  .single-body {
    width: calc((860 / 1440) * 100vw);
    margin: auto;
    padding: 0;
  }
  .single-cat-sns {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    justify-content: flex-start;
  }
  .single-cat {
    font-size: 14px;
  }
  .wp-block-button .btn-primary {
    min-width: 233px;
    font-size: 16px;
  }
}