@charset "utf-8";

/* 404 */
.error-404 {
  margin: 0 0 40px;
  background-color: #fff;
  padding: 30px;
}

.error-404 h2 {
  text-align: center;
  font-size: 170%;
  margin: 0 0 40px;
}

.error-404>p {
  font-size: 120%;
  text-align: center;
}

.error-404>p:nth-child(2n) {
  font-weight: bold;
  font-size: 150%;
}

.box-center {
  text-align: center;
}

/* CTAバナー */
.column-detail .cta-bnr{
  margin: 40px 0;
}

.column-detail .cta-bnr a img:hover {
  opacity: .5;
  transition: .5s;
}

.column-detail .cta-bnr a img {
  transition: .5s;
  opacity: 1;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*Margin*/
.column-contents .no-mb {
  margin-bottom: 0;
}

.column-contents .mb-10 {
  margin-bottom: 10px;
}

.column-contents .mb-20 {
  margin-bottom: 20px;
}

.column-contents .mb-30 {
  margin-bottom: 30px;
}

.column-contents .mb-40 {
  margin-bottom: 40px;
}

.column-contents .mb-50 {
  margin-bottom: 50px;
}

.column-contents .mb-65 {
  margin-bottom: 65px;
}

.column-contents .box-mb {
  margin-bottom: 80px;
}

.column-contents .mt-10 {
  margin-top: 10px;
}

.column-contents .mt-20 {
  margin-top: 20px;
}

.column-contents .mt-30 {
  margin-top: 30px;
}

.column-contents .mt-40 {
  margin-top: 40px;
}

.column-contents .mt-50 {
  margin-top: 50px;
}
/*Margin*/

/*カラム*/
.column-contents .flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-contents .flex.start {
  justify-content: start;
}

.column-contents .flex.center {
  justify-content: center;
}

.column-contents .txt-2box {
  margin-right: 4%;
  width: 48%;
}

.column-contents .txt-2box.end {
  margin-right: 0;
}

.column-contents .txt-3box {
  margin-right: 28px;
  width: calc(100% / 3 - 19px);
}

.column-contents .txt-3box.end {
  margin-right: 0;
}

.column-contents .txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

.column-contents .txt-4box.end {
  margin-right: 0;
}

.column-contents .txt-5box {
  margin-right: 1.5625%;
  width: 18.75%;
}

.column-contents .txt-5box.end {
  margin-right: 0;
}

.column-contents .img-2box {
  width: 35%;
}

.column-contents .img-2box-txt {
  margin-left: 40px;
  width: calc(65% - 40px);
}
/*カラム*/

/* TOPページ下部 キーワード */
.new-title,
.ranking-title,
.keyword-title,
.diagnosis-title,
.category-title,
.tag-title {
  text-align: center;
  font-size: 5rem;
  height: auto;
  padding: 50px 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.category-title,
.tag-title {
  font-size: 240%;
  margin: 0 0 50px;
}

.choice_top_btn {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 400px;
  background-color: #41474c;
  box-sizing: border-box;
  margin: 40px 0 0;
  padding: 27px 0;
  border: 1px solid #41474c;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Noto Serif JP';
  z-index: 0;
  position: relative;
  z-index: 0;
  transition: .5s;
}

.choice_top_btn:before {
  right: 25px;
  left: auto;
}

.choice_top_btn a span.choice_top_btn_txt {
  color: #fff;
  transition: .5s;
}

.choice_top_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -35%;
  width: 0;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: -1;
}

.choice_top_btn:hover::after {
  width: 135%;
  height: 100%;
}

.choice_top_btn:hover {
  color: #41474d;
}

.choice_top_btn:hover a {}

.choice_top_btn:hover a span.choice_top_btn_txt {
  color: #333;
  transition: .5s;
}

.keyword-bg {
  padding: 0 20px 70px;
  max-width: 1200px;
  margin: 80px auto 40px;
  box-sizing: border-box;
  position: relative;
}

.keyword-bg .keyword-list {
  margin: 0 auto 0;
  max-width: 1200px;
  font-size: 120%;
}

.diagnosis-area h2::before {
  content: "";
  position: absolute;
  top: 100%;
  border-top: 25px solid #b6a15f;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
}

.keyword-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.keyword-bg .keyword-list a {
  display: block;
  background-color: #fff;
  padding: 12px;
  color: #333;
  font-weight: 500;
  transition: .5s;
}

.keyword-bg .keyword-list a:hover {
  opacity: .5;
  transition: .5s;
}

.en-ttl {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 100;
}

.jp-ttl {
  display: block;
  margin: 50px 0 0;
  font-style: normal;
  color: #000;
  margin-top: 26px;
  font-size: 1.8125rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}

.keyword-title {
  margin: auto auto 60px;
  padding: 0;
  line-height: 1em;
  letter-spacing: 5px;
  padding-top: 0;
}

.keyword-list ul li {
  width: calc(100% / 5 - 10px);
}

/* 商品診断 */

.diagnosis-bg {
  background-color: #ccc;
  padding: 70px 0 30px;
  background-image: url(../image/base/siteimg/bg_choice_top.jpg);
  position: relative;
  margin-top: 80px;
}

.diagnosis-area {
  max-width: 1200px;
  text-align: center;
  margin: auto;
}

.diagnosis-area h3 {
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  text-align: center;
  font-size: 80px;
  color: #837446;
  font-style: italic;
  margin: 60px 0 40px;
  line-height: 0.6em;
  letter-spacing: 5px;
}

.diagnosis-area h3 .jp-ttl {
  display: block;
  font-size: 30%;
  font-style: normal;
  margin-top: 40px;
  letter-spacing: 2px;
}

.diagnosis-area .diagnosis-title {
  color: #fff;
  position: absolute;
  bottom: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 80px;
  background-color: #b6a15f;
  /* border: 2px solid #837446; */
  width: 500px;
  max-width: 100%;
  font-size: 160%;
  font-style: normal;
  font-family: 'Noto Serif JP', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* 記事一覧表示 */
.column-contents img {
  max-width: 100%;
}

.column-contents .column-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.column-mainview {
  position: relative;
  width: 100%;
}

.column-mainview .column-category {
  display: flex;
  position: absolute;
  top: 0;
  color: #fff;
  gap: 10px;
}

.column-mainview .column-category>li {
  margin: 0;
  background-color: #333;
  box-sizing: border-box;
  padding: 0 13px;
}

.column-mainview .column-thm {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-list .time-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  color: #333;
}

.column-list .entry-title {
  font-size: 165%;
  color: #000;
  letter-spacing: 1px;
  margin: 0 0 20px;
  border: 0;
  line-height: 1.5em;
  padding: 10px 0;
}

.nav-links {
  margin: 30px 0;
}

.nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nav-links .page-numbers .page-numbers {
  background-color: #837446;
  color: #fff;
  display: block;
  padding: 5px 15px;
  transition: .5s;
}

.nav-links .page-numbers.current {
  background-color: #fff;
  border: 1px solid #837446;
  color: #837446;
  pointer-events: none;
}

.nav-links .page-numbers .page-numbers:hover {
  opacity: .5;
  transition: .5s;
}

/* ランキングエリア */
.ranking-area h2.entry-title {
  font-size: 165%;
  font-weight: 500;
  color: #41474d;
  letter-spacing: 1px;
  margin: 0 0 20px;
  border: 0;
  line-height: 1.5em;
  padding: 10px 0;
}

.ranking-area .time-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  color: #333;
}

/* 投稿詳細ページ */
.column-contents {
  box-sizing: border-box;
}

.column-detail .entry-title {
  font-size: 35px;
  text-align: left;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 15px 30px;
  line-height: 1.4em;
  letter-spacing: .1em;
}

.column-detail h1.entry-title {
  padding: 0;
  margin: 0 0 40px;
}

.column-detail p {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.column-detail .list-box {
  border: 1px solid var(--cielo-color-gray-lighter-shade);
  padding: 20px;
  margin-bottom: 25px;
}

.column-detail .wp-block-group.cta-product {
  background-color: #f7f6f4;
  text-align: center;
  color: #333;
  padding: 30px;
  margin: 40px 0;
}

.column-detail .wp-block-group.cta-product p.cta-ttl {
  font-size: 130%;
  font-weight: 500;
  margin: 0 0 20px;
}

.wp-block-column.cta-product-txt {
  text-align: left;
}

.column-detail .wp-block-group.cta-product .is-layout-flex {
  gap: 40px;
  justify-content: center;
  margin: auto;
  max-width: 70%;
  align-items: center;
}

.column-detail .wp-block-group.cta-product .cta-detail {
  margin: 0 0 30px;
  font-size: 110%;
  font-weight: 500;
}

.column-detail .wp-block-group.cta-product .is-layout-flex .cta-product-txt {
  text-align: center;
  flex-basis: 64% !important;
}

.column-contents img.right {
  margin-left: 85px;
}

.column-detail .wp-block-group.cta-product .cta-link {
  max-width: 300px;
  margin: auto;
  font-size: 90%;
  background-color: #ffffff;
  border: 1px solid #837446;
}

.column-detail .wp-block-group.cta-product .wp-block-image {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-detail .wp-block-group.cta-product .wp-block-image.small {
  width: 83%;
  margin: auto;
}

.wp-block-group.product-area .product-ttl {
  background-color: #eaeef3;
}

.wp-block-group.product-item{
  transition: .5s;
}

.wp-block-group.product-item:hover{
  opacity: .5;
  transition: .5s;
}

/* .wp-block-group.product-item {
  background-color: #eaeef3;
  padding: 20px;
  margin-top: 30px;
} */

.wp-block-group.product-item .price-category {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #41474d;
  color: #1d1d1d;
  text-align: center;
  font-weight: 500;
  margin: 0 3px 0 0;
  line-height: 1;
  width: fit-content;
}

.product-img {
  display: flex;
  align-items: flex-start;
}

.wp-block-group.product-item .item_color_circle {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  line-height: 59px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 13px;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.column-detail .cta-product-img {
  flex-basis: 20% !important;
  position: relative;
}

.column-detail .cta-product-img .sub-ttl {
  padding-top: 10px;
}

.wp-block-group.product-item .item_color_circle.dullpink {
  background-color: #d0737d;
}

.wp-block-group.product-item .item_color_circle.red {
  background-color: #e60012;
}

.wp-block-group.product-item .item_color_circle.yellow {
  background-color: #fccc00;
  color: #41474d;
}

.wp-block-group.product-item .item_color_circle.litepink {
  background-color: #f3a68c;
}

.product-area .wp-block-column.product-img {
  width: fit-content;
  flex-basis: auto !important;
  max-width: 100%;
}

.product-area .wp-block-column.product-text {
  width: calc(100% - 280px);
  flex-basis: auto !important;
}

.wp-block-group.product-item .is-layout-flex {
  gap: 40px;
  justify-content: space-between;
}

.product-area .wp-block-column.product-text h3 {
  margin: 0 0 20px;
  border: 0;
  width: auto;
}

.wp-block-group.product-item .wp-block-image {
  margin-bottom: 0;
  max-width: 100%;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-joint {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  width: calc(100% - 380px);
}

.category-joint a {
  background-color: #000;
  color: #fff;
  padding: 4px 20px;
  margin-bottom: 15px;
  transition: .5s;
  display: block;
}

.category-joint a:hover {
  opacity: .5;
  transition: .5s;
}

.status-list li a {
  color: #837446;
  font-weight: 600;
  border: 1px solid #837446;
  padding: 4px 10px;
  margin-bottom: 0;
  transition: .5s;
  display: block;
  text-decoration: none;
}

.status-list .column-keyword-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.status-list li a:hover {
  opacity: .5;
  transition: .5s;
}

/* 投稿詳細のブロック */

.column-detail h2.wp-block-heading,
.column-detail h3.wp-block-heading,
.column-detail h4.wp-block-heading,
.column-detail h5.wp-block-heading,
.column-detail h6.wp-block-heading {
  font-size: 30px;
  font-weight: 500;
  margin: 65px 0 30px;
  padding: 15px 15px 23px 15px;
  border-bottom: #eaeef3 solid 1px;
  line-height: 1.4em;
}

.column-detail h3.wp-block-heading {
  font-size: 24px;
  border-bottom: 0;
  border-left: 4px solid #837446;
  background-color: #fff;
  padding: 10px 10px 13px 13px;
  color: #837446;
  margin: 60px 0 25px;
}

.column-detail h4.wp-block-heading {
  font-size: 22px;
  padding: 5px 15px;
  margin: 50px 0 20px;
  background-color: #f7f6f4;
  border-bottom: none;
}


.column-detail h5.wp-block-heading {
  font-size: 18px;
  background-color: transparent;
  border-left: 0;
  margin: 40px 0 18px;
  border-color: #b6a15f;
  padding: 10px;
}

.column-detail h6.wp-block-heading {
  font-size: 125%;
  background-color: transparent;
  border-left: 7px solid #E9E8E4;
  border-bottom: 2px solid #E9E8E4;
}

.column-detail ul.toc-list a:hover {
  background-color: #f9f8f7;
}

.wp-block-group.author-area {
  background-color: #fff;
  padding: 20px;
  border: 2px solid #e9e8e4;
  font-size: 115%;
  margin: 60px 0;
}

.wp-block-group.author-area .wp-block-image {
  margin: auto;
  width: 70%;
  margin-bottom: 10px;
}

.wp-block-group.author-area .author-ttl {
  background-color: #b6a15f;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
  font-size: 130%;
  margin: 0 0 20px;
}

.wp-block-group.author-area .author-sns {
  margin: 20px 0 0;
}

.wp-block-group.author-area .author-sns .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wp-block-group.author-area .wp-block-columns.is-layout-flex {
  gap: 40px;
}

.author-area h3.wp-block-heading {
  margin: 0 0 20px;
}

.choice_top_btn a {
  font-size: 24px;
}

.column-detail .read-text {
  margin: 30px 0;
}

.column-detail .wp-block-group.cta-group {
  background-color: #E9E8E4;
  text-align: center;
  color: #333;
  padding: 20px;
}

.column-detail .wp-block-group.cta-group .cta-catch {
  font-size: 150%;
}

.column-detail .wp-block-group.cta-group .cta-btn {
  background-color: #fff;
  max-width: 300px;
  margin: 40px auto 0;
  padding: 14px;
  font-weight: bold;
  font-size: 130%;
}

.column-detail .wp-block-group.cta-group .cta-text {
  margin: 10px 0 20px;
  font-size: 120%;
}

.wp-block-group.cta-group.cta-style02>.wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}


.wp-block-group.cta-group.cta-style02>.wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.wp-block-group.cta-group.cta-style02 .cta-subtext {
  width: calc(100% - 300px);
  position: relative;
}

.wp-block-group.cta-subtext>.wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 30px 0 100px;
  align-items: flex-start;
  text-align: left;
}


.column-detail .wp-block-group.cta-group.cta-style02 .cta-btn {
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: .5s;
}

.column-detail .wp-block-group.cta-group.cta-style02 .cta-btn a {
  color: #fff;
  background-color: #333;
  display: block;
  padding: 14px 20px;
  max-width: none;
  width: 100%;
}

.wp-block-group.cta-subtext .free-text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  color: #fff;
  border-radius: 70px;
  font-size: 150%;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.column-detail .wp-block-group.cta-group.cta-style02 .cta-btn:hover {
  opacity: .5;
  transition: .5s;
}

.img-link:hover {
  opacity: .5;
  transition: .5s;
}

.img-link {
  transition: .5s;
}

/* CTAリンクボタン */
.column-detail .wp-block-group.cta-product p.cta-ttl {
  font-size: 130%;
  margin: 0 0 15px;
}

.product-ttl .product-category-box {
  display: flex;
  justify-content: center
}

.cta-product-txt .cta-ttl {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 10px;
}

.product-ttl {
  margin-bottom: 10px;
}

.product-ttl .ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.45em;
  margin: 0 0 15px 0;
  color: #837446;
}

.column-detail .wp-block-group.cta-product .cta-detail {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.7em;
  margin: 0 0 10px;
}

.cta-product-img .item_color_circle {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 10px 10px 0;
  font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  bottom: calc(100% - 80px);
  right: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  flex-wrap: wrap;
}

.cta-product-img .item_color_circle .num {
  font-size: 20px;
}

.cta-product-img .item_color_circle .type {
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  position: relative;
  bottom: 0;
  margin-top: -25px;
}


.cta-product-img .item_color_circle.dullpink {
  background-color: #d0737d;
}

.cta-product-img .item_color_circle.red {
  background-color: #e60012;
}

.cta-product-img .item_color_circle.yellow {
  background-color: #fccc00;
  color: #41474d;
}

.cta-product-img .item_color_circle.litepink {
  background-color: #f3a68c;
}

.cta-product-img .sub-txt {
  margin: 0;
  line-height: 1.5em;
  position: absolute;
  bottom: 10px;
  font-size: 14px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: fit-content !important;
}

.column-detail .wp-block-group.cta-product {
  padding: 30px;
}

.product-ttl .product-category {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #41474d;
  color: #1d1d1d;
  text-align: center;
  font-weight: 500;
  margin: 0 3px 10px 0;
  line-height: 1;
  width: fit-content;
}

/* CTA 複数テキストの場合 */
.column-detail .wp-block-group.cta-product.bg p.cta-ttl {
  margin: 15px 0 30px;
}

.column-detail .wp-block-group.cta-product.bg .cta-detail {
  margin-bottom: 20px;
}

.column-detail .wp-block-group.cta-product.bg .product-ttl .ttl {
  margin-bottom: 30px;
}


/* 関連記事ブロック */
.wp-block-group.relation-area,
.wp-block-group.product-area {
  border: 2px solid #e9e8e4;
  padding: 20px;
  margin: 40px 0;
}

.wp-block-group.relation-area .relation-ttl,
.wp-block-group.product-area .product-ttl {
  font-size: 180%;
  background-color: #f7f6f4;
  padding: 5px 20px;
  margin: 0 0 30px;
}

.relation-list-random {}

.relation-list-random .relation-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.relation-item .relation-mainview {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.relation-item .relation-mainview img {
  width: 100%;
  height: auto;
  max-width: none;
}

.relation-item .relation-category {
  position: absolute;
  top: 10px;
  left: 10px;
  list-style: none;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.relation-item .relation-link {
  width: 100%;
  display: grid;
  transition: .5s;
  gap: 30px;
  grid-template-columns: 576px 1fr;
  color: #333;
  background-color: #f7f6f4;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.relation-list-random .relation-item:nth-child(2n) .relation-link {
  background-color: #f9f9f9;
}

.relation-item .relation-link::before {
  content: "";
  position: absolute;
  right: 120%;
  background-color: #837446;
  width: 130%;
  height: 100%;
  transform: skew(20deg, 0deg);
  opacity: .1;
  transition: ease-in-out 1s;
  z-index: 0;
}

.relation-item .relation-link:hover::before {
  transition: ease-in-out 1s;
  right: -12%;
}

.relation-thm .relation-keyword-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 2vw;
}

.relation-thm .relation-keyword-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.column-tag-area a:hover {
  opacity: .5;
  transition: .5s;
}

.column-tag-area a {
  transition: .5s;
}

.relation-item .relation-title {
  width: 100%;
  margin: 10px 0;
  font-size: 150%;
  font-family: 'Noto Serif JP';
  color: #333333;
}

.relation-item .time-area {
  width: 100%;
  color: #333;
}


.relation-item .relation-category li {
  background-color: #b6a15f;
  color: #fff;
  padding: 3px 15px;
}

.relation-list-select .relation-item .relation-mainview {
  width: 576px;
}

.relation-list-select .relation-detail {
  width: 100%;
}

.relation-list-select .relation-item .relation-link {
  display: grid;
  gap: 30px;
  grid-template-columns: 576px 1fr;
}

.relation-list-select .relation-item:last-child {
  margin-bottom: 0;
}

.relation-list-select .relation-item:nth-child(odd) {
  background-color: #e9e8e4;
}

/* 関連キーワード、人気トピック */
.column-tag-area {
  margin: 60px 0 30px 0;
  position: relative;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  background-color: #eaeef3;
  padding: 20px 30px;
}

.column-tag-area ul.column-keyword-list,
ul.popularity-keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.popularity-keyword {
  margin: 0 0 100px 0;
}

.column-tag-area ul.column-keyword-list li,
ul.popularity-keyword li {
  margin: 0 10px 10px 0;
}

.column-tag-area .relation-keyword-area {
  position: relative;
}

.column-detail .keyword-title {
  position: relative;
  top: 0;
  bottom: 0;
  text-align: left;
  font-style: normal;
  font-size: 130%;
  font-weight: 400;
  color: #000;
}

.column-tag-area .popularity-keyword {
  margin: 0;
}

/* ECリンク */
.wp-block-group.ec-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}


@media screen and (max-width: 750px) {
  .product-area .wp-block-column.product-img .keyword-list ul li {
    width: calc(100% / 3 - 10px);
  }

  .column-detail {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }


  .status-list .column-keyword-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .relation-list-select .relation-item .relation-mainview {
    width: 100%;
  }

  .relation-list-select .relation-item .relation-link,
  .column-tag-area {
    display: block;
    margin: 0 0 3vw 0;
    padding: 2vw 3vw;
  }

  .column-detail .wp-block-group.cta-product .is-layout-flex,
  .wp-block-group.author-area .wp-block-columns.is-layout-flex,
  .relation-item .relation-link,
  .relation-list-select .relation-item .relation-link {
    display: grid;
    grid-template-columns: auto;
    gap: 4vw;
    padding: 2vw;
    margin-bottom: 0;
    grid-template-columns: 30% calc(70% - 4vw);
  }

  .column-detail .wp-block-group.cta-product .is-layout-flex {
    max-width: fit-content;
    align-items: center !important;
    grid-template-columns: 27% calc(73% - 4vw);
  }

  .product-area .wp-block-column.product-text {
    width: 100%;
    box-sizing: border-box;
  }

  .cta-product-img {
    display: block;
    margin: auto;
    height: calc(100% - 80px);
    padding: 40px 0;
  }

  .product-ttl .ttl {
    font-size: 3.8vw;
    margin: 0 0 10px 0;
  }

  .product-ttl {
    margin-bottom: 5px;
  }

  .wp-block-group.ec-list {
    display: block;
    text-align: center;
  }

  .wp-block-group.ec-list a {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .relation-item .relation-category {
    display: none;
  }

  .column-list .entry-title {
    font-size: 4vw;
  }

  .contents-area .category-area a,
  .end-aside .category-area a {
    padding: 2vw 3vw;
    font-size: 3vw;
  }


  .category-title {
    font-size: 5vw;
    margin: 0 0 3vw;
    padding: 6vw 0;
  }

  .wp-block-group.product-item .is-layout-flex {
    display: grid;
    grid-template-columns: auto;
    gap: 4vw;
    justify-content: center;
    gap: 4vw;
    padding: 0;
    margin-bottom: 0;
    grid-template-columns: 30% 60%;
  }

  .product-area .wp-block-column.product-text h3 {
    margin-bottom: 2vw;
    font-size: 2.7vw;
  }

  .wp-block-group.relation-area .relation-ttl,
  .wp-block-group.product-area .product-ttl {
    padding: 1vw 2vw;
    margin: 0 0 3vw;
  }

  .relation-item .relation-title {
    margin: 1vw 0;
    font-size: 4vw;
  }

  .wp-block-group.relation-area .relation-ttl,
  .wp-block-group.product-area .product-ttl {
    padding: 2vw;
    line-height: 1em;
    margin: 0 0 3vw;
    font-size: 4vw;
  }

  .diagnosis-area h3 {
    font-size: 8vw;
  }

  .diagnosis-bg {
    padding: 10vw 3vw 3vw;
    background-size: cover;
    background-position: center;
    margin-bottom: 7vw;
    margin-top: 50px;
  }

  .diagnosis-area .diagnosis-title {
    padding: 4vw 3vw;
    width: 90%;
    box-sizing: border-box;
    font-size: 5vw;
  }

  .status-list li a {
    padding: 1vw 2vw 1vw 2vw;
    font-size: 3vw;
  }

  .status-list {
    grid-template-columns: 1fr 210px;
    gap: 1vw;
    margin: 2vw 0;
  }

  .column-detail h1.entry-title {
    margin: 0 0 6vw;
    font-size: 18px;
    line-height: 1.4rem;
  }

  .column-detail .read-text {
    margin: 3vw 0;
    font-size: 14px;
  }

  .column-detail .wp-block-group.cta-product p.cta-ttl {
    font-size: 3.3vw;
  }

  .column-detail .wp-block-group.cta-product .cta-detail {
    font-size: 3vw;
    margin: 0 0 8px;
  }

  .cta-link a {
    font-size: 3vw;
    padding: 1vw 4vw;
  }

  .choice_top_btn {
    width: 100%;
    padding: 10px;
  }

  .choice_top_btn a {
    font-size: 100%;
  }

  .wp-block-group.relation-area,
  .wp-block-group.product-area,
  .column-detail .wp-block-group.cta-product,
  .wp-block-group.author-area {
    margin: 0 0 10vw;
    padding: 2vw;
  }

  /* CTA 複数テキストの場合 */
  .column-detail .wp-block-group.cta-product.bg p.cta-ttl {
    margin: 15px 0 20px;
  }

  .column-detail .wp-block-group.cta-product.bg .cta-detail {
    margin: 0 0 13px;
  }

  .column-detail .wp-block-group.cta-product.bg .product-ttl .ttl {
    margin: 0 0 15px 0;
  }

  .new-title,
  .ranking-title,
  .keyword-title,
  .diagnosis-title,
  .category-title {
    font-size: 8vw;
    letter-spacing: 0;
    padding: 5vw 0 10vw;
  }

  .jp-ttl {
    margin-top: 5vw;
  }

  .ranking-list .column-item:nth-child(n + 4) .ranking-num {
    font-size: 3vw;
    padding: 0 0 3vw;
  }

  .ranking-area h2.entry-title {
    font-size: 5vw;
  }

  .keyword-bg {
    padding: 7vw 2vw;
    margin: 10vw auto 4vw;
  }

  .keyword-title {
    bottom: calc(100% - 9vw);
  }

  .keyword-bg .keyword-list a {
    font-size: 3vw;
  }

  .column-detail .wp-block-group.cta-product {
    margin: 40px auto;
    max-width: 100%;
  }

  .column-detail h2.wp-block-heading,
  .column-detail h3.wp-block-heading,
  .column-detail h4.wp-block-heading,
  .column-detail h5.wp-block-heading,
  .column-detail h6.wp-block-heading {
    font-size: 19px;
    line-height: 1.4em;
    padding: 5px 15px 3px 15px;
    margin: 45px 0 30px;
  }

  .wp-block-group.product-item .item_color_circle {
    font-size: 14px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 10px 0;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    margin-bottom: 0;
    margin-right: 10px;
    bottom: calc(100% - 44px);
    height: 60px;
    width: 60px;
    justify-content: center;
    border-radius: 80px;
    left: auto;
    transform: scale(0.7) translateX(-40%);
  }

  .wp-block-group.product-item .item_color_circle .num {
    font-size: 17px;
  }

  .product-area .wp-block-column.product-img {
    display: block;
    width: auto;
    display: block;
    margin: auto;
    height: calc(100% - 40px);
    flex-basis: 20% !important;
    position: relative;
    padding-top: 40px;
  }

  .cta-product-img .item_color_circle {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 10px 10px 0;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: absolute;
    left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    margin-bottom: 0;
    margin-right: 10px;
    bottom: calc(100% - 44px);
    height: 60px;
    width: 60px;
    justify-content: center;
    border-radius: 80px;
    left: 0;
    right: auto;
    transform: scale(0.7) translateX(-40%);
  }

  .cta-product-img .item_color_circle.dullpink {
    right: 85%;
  }

  .cta-product-img .item_color_circle .num {
    font-size: 17px;
  }

  .column-contents img.right {
    margin-left: 25px;
  }

  .column-detail .wp-block-group.cta-product .wp-block-image.small {
    width: 100%;
  }

  .cta-product-img .sub-txt {
    bottom: 0;
    font-size: 12px;
    letter-spacing: 0;
  }

  .column-detail .keyword-title {
    font-size: 4vw;
    margin: 0;
    padding: 0 0 10px;
  }

  .relation-list-select .relation-item .relation-link,
  .column-tag-area {
    display: block;
    margin: 0 0 3vw 0;
    padding: 2vw 3vw;
  }

  .wp-block-group.author-area .author-ttl {
    margin: 0 0 20px;
    font-size: 4vw;
    padding: 10px 20px;
  }

  .column-detail h3.wp-block-heading {
    font-size: 17px;
    margin: 0 0 20px;
  }

  .supervisor-area .wp-block-column p {
    margin-bottom: 0;
  }

  .wp-block-group.author-area .wp-block-image {
    margin: 0 auto 0;
    width: 90%;
  }

  .column-detail h4.wp-block-heading,
  .column-detail h5.wp-block-heading {
    margin: 30px 0 20px;
  }

  .column-detail h4.wp-block-heading {
    font-size: 16px;
  }

  .column-detail h5.wp-block-heading {
    font-size: 14px;

  }

  .column-detail p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 20px 0;
  }

  .column-detail p.price-text {
    font-size: 2.7vw;
  }

  .wp-block-group.product-item {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .column-tag-area ul.column-keyword-list li,
  ul.popularity-keyword li {
    font-size: 14px;
    margin: 0 10px 7px 0;
  }


  .relation-thm .relation-keyword-list {
    font-size: 14px;
    display: flex;
    gap: 2vw;
    flex-wrap: wrap;
  }

  .relation-keyword-area li.keyword-item {
    width: fit-content;
    margin-right: 0;
    line-height: 1em;
    font-size: 2vw;
  }

    /*CTA ヘアカラー*/
    .column-detail .cta-product.hair-color .is-layout-flex {
      grid-template-columns: 20% calc(85% - 4vw);
    }
  
    /*CTA ワンデイ*/
    .column-detail .cta-product.oneday .is-layout-flex {
      grid-template-columns: 20% calc(85% - 4vw);
    }
  
    /*CTA ムース*/
    .column-detail .cta-product.moose .is-layout-flex {
      grid-template-columns: 15% calc(88% - 4vw);
    }

    /*カラム*/
    .column-contents .txt-2box {
      margin-right: 0;
      margin-bottom: 4%;
      width: 100%;
    }
    
    .column-contents .txt-2box.end {
      margin-right: 0;
      margin-bottom: 0;
    }
    /*カラム*/

}

@media screen and (max-width: 559px) {
  .status-list {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .column-detail .list-box {
    padding: 15px;
    margin-bottom: 15px;
  }

  .column-detail h3.wp-block-heading {
    margin-bottom: 15px;
  }

  .wp-block-group.author-area .wp-block-image {
    width: 100%;
    margin: 5px auto 0;
  }

  .column-detail p.price-text {
    font-size: 3.2vw;
    margin-top: 20px;
  }

  /* .wp-block-group.product-item {
    padding: 20px 15px;
  } */

  .wp-block-group.product-item .is-layout-flex {
    justify-content: space-around;
    grid-template-columns: 30% 65%;
  }

  .column-detail h3.wp-block-heading {
    margin-bottom: 10px;
  }

  /*CTA ヘアカラー*/
  .column-detail .cta-product.hair-color .is-layout-flex {
    grid-template-columns: 20% calc(80% - 4vw);
  }

  /*CTA ワンデイ*/
  .column-detail .cta-product.oneday .is-layout-flex {
    grid-template-columns: 20% calc(80% - 4vw);
  }

  /*CTA ムース*/
  .column-detail .cta-product.moose .is-layout-flex {
    grid-template-columns: 20% calc(82% - 4vw);
  }

}

@media screen and (max-width: 430px) {
  .wp-block-group.author-area .wp-block-columns.is-layout-flex {
    grid-template-columns: 40% calc(60% - 4vw);
    justify-content: space-between;
  }

  .wp-block-group #toc-content:nth-child(3) .wp-block-image,
  .wp-block-group #toc-content:nth-child(4) .wp-block-image {
    max-width: 65%;
    margin: auto;
  }

  .cta-product-img.sp-size img {
    width: 100%;
    max-width: 75%;
  }

  .column-detail .cta-product.hair-color img {
    max-width: 90%;
  }

  /*CTA ワンデイ*/
  .column-detail .cta-product.oneday .is-layout-flex {
    grid-template-columns: 25% calc(75% - 4vw);
  }

  /*CTA ムース*/
  .column-detail .cta-product.moose .is-layout-flex {
    grid-template-columns: 22% calc(80% - 4vw);
  }
}