@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
index
----------------------------------------*/
.c_hero_inner {
  padding: 15% 29% 5% 15%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c_hero_inner {
    padding: 29% 35% 5% 6%;
  }
}
.c_hero_inner.is_light, .c_hero_inner.is_dark {
  align-items: center;
  display: flex;
  min-height: 350px;
  padding: 2% 38.33% 2% 7.5%;
}
@media screen and (max-width: 768px) {
  .c_hero_inner.is_light, .c_hero_inner.is_dark {
    min-height: 41.03vw;
    padding: 1.28% 49.36% 1.28% 2.56%;
  }
}
.c_hero_left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_hero_left {
    gap: 0;
  }
}
.c_hero_brand {
  color: rgb(49, 49, 49);
  font-family: var(--font_jp_serif);
  font-size: 5.5rem;
  line-height: var(--line_height_headline);
}
.is_dark .c_hero_brand {
  color: rgb(255, 255, 255);
}
.font_long .c_hero_brand, .font_max .c_hero_brand {
  font-size: 3.8rem;
}
@media screen and (max-width: 1280px) {
  .font_long .c_hero_brand, .font_max .c_hero_brand {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 768px) {
  .font_long .c_hero_brand, .font_max .c_hero_brand {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 1280px) {
  .c_hero_brand {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_brand {
    font-size: 6.4vw;
  }
}
.c_hero_line {
  color: rgb(127, 127, 127);
  font-family: var(--font_jp_serif);
  font-size: 4rem;
  line-height: var(--line_height_headline);
}
.is_dark .c_hero_line {
  color: rgb(178, 178, 178);
}
.font_max .c_hero_line {
  font-size: 3rem;
}
@media screen and (max-width: 1280px) {
  .font_max .c_hero_line {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 768px) {
  .font_max .c_hero_line {
    font-size: 3.45vw;
  }
}
@media screen and (max-width: 1280px) {
  .c_hero_line {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_line {
    font-size: 4.6vw;
  }
}
.c_hero_txt {
  color: #8d713f;
  font-family: var(--font_jp_serif);
  font-size: 5.5rem;
  line-height: var(--line_height_headline);
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .c_hero_txt {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.is_dark .c_hero_txt {
  color: #BDA16F;
}
.font_max.is_line .c_hero_txt {
  font-size: 3.8rem;
}
@media screen and (max-width: 1280px) {
  .font_max.is_line .c_hero_txt {
    font-size: 2.97vw;
  }
}
@media screen and (max-width: 768px) {
  .font_max.is_line .c_hero_txt {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 1280px) {
  .c_hero_txt {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_txt {
    font-size: 6.4vw;
  }
}
.c_hero_dot_line {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
}
.c_hero_dot_line img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c_hero_dot_line {
    width: 80%;
    margin-top: 5px;
  }
}
.c_hero_site {
  color: rgb(49, 49, 49);
  font-family: var(--font_jp_serif);
  font-size: 3.7rem;
  font-weight: var(--font_weight_semibold);
  line-height: var(--line_height_headline);
}
.is_dark .c_hero_site {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 1280px) {
  .c_hero_site {
    font-size: 2.89vw;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_site {
    font-size: 4.3vw;
  }
}
.c_hero_ttl {
  color: rgb(255, 255, 255);
  font-family: var(--font_jp_serif);
  font-feature-settings: "palt";
  font-size: 6rem;
  font-weight: var(--font_weight_semibold);
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1280px) {
  .c_hero_ttl {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_ttl {
    font-size: 6.92vw;
  }
}
.c_hero_ttl::before {
  color: rgb(114, 102, 112);
  content: attr(data-en);
  display: block;
  font-family: var(--font_en_serif);
  font-size: 3.9rem;
  font-weight: var(--font_weight_medium);
  letter-spacing: 0;
  margin-bottom: -5px;
  text-shadow: none;
}
@media screen and (max-width: 1280px) {
  .c_hero_ttl::before {
    font-size: 3.04vw;
  }
}
@media screen and (max-width: 768px) {
  .c_hero_ttl::before {
    font-size: 5.12vw;
  }
}
.c_hero_img {
  max-width: 350px;
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c_hero_img {
    right: 0;
    width: 41%;
  }
}
.c_hero_bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.c_laurel {
  padding-block: 20px;
}
@media screen and (max-width: 768px) {
  .c_laurel {
    padding-block: 15px;
  }
}
.c_laurel_lists {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_laurel_lists {
    gap: 12px;
  }
}
.c_laurel_list {
  background: url(/library/images/brand_item/deco_laurel.png) center bottom/contain no-repeat;
  color: rgb(119, 97, 77);
  font-family: var(--font_jp_serif);
  font-weight: var(--font_weight_semibold);
  letter-spacing: -0.025em;
  line-height: 1.4;
  max-width: 220px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_laurel_list {
    max-width: 110px;
  }
}
.c_laurel_txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c_laurel_txt {
    font-size: 0.9rem;
  }
}
.c_laurel_ttl {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c_laurel_ttl {
    font-size: 1.5rem;
  }
}
.c_laurel_star {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c_laurel_star {
    font-size: 1.2rem;
  }
}
.c_laurel_note {
  font-size: 1.4rem;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .c_laurel_note {
    font-size: 0.7rem;
  }
}

.c_model_lists {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  .c_model_lists {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_model_lists {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c_model_list:nth-child(5), .c_model_list:nth-child(6) {
    display: none;
  }
}
.c_model_box {
  background-color: rgb(255, 255, 255);
  align-items: center;
  border: 1px solid;
  display: grid;
  grid-template-columns: 130px 1fr;
}
@media (any-hover: hover) {
  .c_model_box {
    position: relative;
    transition: border-color 0.3s;
    z-index: 0;
  }
  .c_model_box::before {
    background-color: rgba(255, 255, 255, 0.3);
    border: 7px solid var(--main_color);
    content: "";
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: opacity 0.3s;
    width: calc(100% + 2px);
    z-index: 1;
  }
  .c_model_box:hover {
    border-color: rgb(255, 255, 255);
  }
  .c_model_box:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c_model_box {
    grid-template-columns: 100px 1fr;
  }
}
.c_model_box_body {
  padding: 20px 50px 20px 30px;
  position: relative;
}
.c_model_box_body::before, .c_model_box_body::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 15px;
  height: 2px;
  background-color: currentColor;
  transform-origin: calc(100% - 1px) 50%;
}
.c_model_box_body::before {
  transform: rotate(45deg);
}
.c_model_box_body::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c_model_box_body {
    padding: 15px 40px 15px 15px;
    position: relative;
  }
  .c_model_box_body::before, .c_model_box_body::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 15px;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .c_model_box_body::before {
    transform: rotate(45deg);
  }
  .c_model_box_body::after {
    transform: rotate(-45deg);
  }
}
.c_model_box_ttl {
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_model_box_ttl {
    font-size: 1.6rem;
  }
}
.c_model_tag_lists {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.c_kizu_ttl {
  background-color: var(--body_color);
  color: rgb(255, 255, 255);
  display: grid;
  font-family: var(--font_jp_serif);
  font-size: 3.8rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: 1.58;
  min-height: 150px;
  padding: 20px 40px;
  place-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_kizu_ttl {
    font-size: 1.9rem;
    min-height: 75px;
    padding: 10px;
  }
}
.c_kizu_ttl::after {
  background-color: var(--body_color);
  top: calc(100% - 1px);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  height: 30px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .c_kizu_ttl::after {
    height: 15px;
    width: 15px;
  }
}
.c_kizu_ttl_inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_kizu_ttl_inner {
    gap: 10px;
  }
}
.c_kizu_ttl_inner::before, .c_kizu_ttl_inner::after {
  background: url(/library/images/brand_item/kizu_deco.svg) center/contain no-repeat;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 102px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .c_kizu_ttl_inner::before, .c_kizu_ttl_inner::after {
    height: 51px;
    width: 25px;
  }
}
.c_kizu_ttl_inner::after {
  transform: scale(-1, 1);
}
.c_kizu_read {
  font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.05em;
  line-height: var(--line_height_headline);
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_kizu_read {
    font-size: 1.75rem;
    margin-top: 30px;
  }
}
.c_kizu_read_marker {
  position: relative;
  z-index: 0;
}
.c_kizu_read_marker::after {
  background-color: rgba(218, 106, 56, 0.52);
  bottom: -14px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c_kizu_read_marker::after {
    bottom: -7.5px;
    height: 7.5px;
  }
}
.c_kizu_read_em {
  color: rgb(218, 106, 56);
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .c_kizu_read_em {
    font-size: 2.7rem;
  }
}
.c_kizu_result {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c_kizu_result {
    margin-top: 30px;
  }
}
.c_kizu_result_ttl {
  background-color: var(--main_color);
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_kizu_result_ttl {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}
.c_kizu_result_body {
  background-color: var(--main_color_lt);
  padding: 30px 29px 25px;
}
@media screen and (max-width: 768px) {
  .c_kizu_result_body {
    padding: 20px 20px 15px;
  }
}
.c_kizu_result_lists {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .c_kizu_result_lists {
    gap: 15px 6px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.c_kizu_result_img {
  text-align: center;
}
.c_kizu_result_figcaption {
  font-size: 1.9rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_kizu_result_figcaption {
    font-size: 1.4rem;
  }
}

.c_card {
  background-color: var(--main_color_lt);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.c_card_img img {
  aspect-ratio: 380/256;
  object-fit: cover;
  width: 100%;
}
.c_card_body {
  padding: 25px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c_card_body {
    padding: 20px;
  }
}
.c_card_ttl {
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_card_ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c_card_txt {
    font-size: 1.6rem;
  }
}
.c_card_img_wrap {
  background-color: rgb(255, 255, 255);
  border: 25px solid var(--main_color_lt);
  border-bottom: none;
  padding: 15px;
}
@media screen and (max-width: 1080px) {
  .c_card_img_wrap {
    margin-inline: auto;
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .c_card_img_wrap {
    border-width: 20px;
  }
}
.c_card_img_wrap .c_card_img {
  align-items: center;
  display: grid;
  gap: 8px 4%;
  grid-template-columns: 52% 42%;
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
}
.c_card_img_wrap .c_card_img img {
  aspect-ratio: 1/1;
}
.c_card_img_wrap .c_card_img img:nth-child(1) {
  grid-area: 1/1/3/2;
}
.c_card_img_wrap .c_card_img img:nth-child(2) {
  grid-area: 1/2/2/3;
}
.c_card_img_wrap .c_card_img img:nth-child(3) {
  grid-area: 2/2/3/3;
}

.c_vintage {
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--border_color);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.c_vintage_head {
  flex: 1;
  padding: 30px 40px 10px;
}
@media screen and (max-width: 768px) {
  .c_vintage_head {
    padding: 15px 20px 10px;
  }
}
.c_vintage_ttl {
  font-size: 2.4rem;
  font-weight: var(--font_weight_bold);
  letter-spacing: 0.025em;
  line-height: var(--line_height_headline);
}
@media screen and (max-width: 768px) {
  .c_vintage_ttl {
    font-size: 1.6rem;
  }
}
.c_vintage_img {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 170px 80px;
  grid-template-rows: repeat(2, 1fr);
  margin-top: 15px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_vintage_img {
    gap: 10px 10%;
    grid-template-columns: 65% 25%;
    margin-top: 10px;
  }
  .c_vintage_img img {
    width: 100%;
  }
}
.c_vintage_img img:nth-child(1) {
  grid-area: 1/1/3/2;
}
.c_vintage_img img:nth-child(2) {
  grid-area: 1/2/2/3;
}
.c_vintage_img img:nth-child(3) {
  grid-area: 2/2/3/3;
}
.c_vintage_previous {
  align-items: center;
  background-color: var(--body_color);
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  justify-content: center;
  padding: 12px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_vintage_previous {
    gap: 0 10px;
    padding: 6px;
  }
}
.c_vintage_previous::after {
  background-color: var(--body_color);
  top: calc(100% - 1px);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  height: 20px;
  left: 0;
  margin-inline: auto;
  position: absolute;
  right: 0;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .c_vintage_previous::after {
    height: 10px;
    width: 10px;
  }
}
.c_vintage_previous_ttl {
  font-weight: var(--font_weight_base);
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c_vintage_previous_ttl {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.c_vintage_previous_price {
  align-items: baseline;
  display: flex;
  gap: 2px;
  justify-content: center;
  line-height: 1;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .c_vintage_previous_price {
    margin-top: -9px;
  }
}
.c_vintage_previous_price_num {
  font-family: var(--font_en_serif);
  font-size: 5.2rem;
  font-weight: var(--font_weight_semibold);
}
@media screen and (max-width: 768px) {
  .c_vintage_previous_price_num {
    font-size: 3.2rem;
  }
}
.c_vintage_previous_price_en {
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_vintage_previous_price_en {
    font-size: 1.2rem;
  }
}
.c_vintage_foot {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 40px 20px 30px;
}
@media screen and (max-width: 768px) {
  .c_vintage_foot {
    gap: 10px;
    padding: 15px 20px;
  }
}
.c_vintage_deal {
  background-color: var(--main_color);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: grid;
  font-weight: var(--font_weight_bold);
  height: 114px;
  line-height: 1.2;
  place-content: center;
  text-align: center;
  white-space: nowrap;
  width: 114px;
}
@media screen and (max-width: 768px) {
  .c_vintage_deal {
    height: 68px;
    width: 68px;
  }
}
.c_vintage_deal_price {
  align-items: baseline;
  display: flex;
  gap: 3px;
}
.c_vintage_deal_price_num {
  font-family: var(--font_en);
  font-size: 3.34rem;
}
@media screen and (max-width: 768px) {
  .c_vintage_deal_price_num {
    font-size: 2rem;
  }
}
.c_vintage_deal_price_en {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c_vintage_deal_price_en {
    font-size: 1.2rem;
  }
}
.c_vintage_deal_price_txt {
  font-size: 2.34rem;
}
@media screen and (max-width: 768px) {
  .c_vintage_deal_price_txt {
    font-size: 1.4rem;
  }
}
.c_vintage_highest_ttl {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: var(--font_weight_base);
}
@media screen and (max-width: 768px) {
  .c_vintage_highest_ttl {
    font-size: 1.2rem;
  }
}
.c_vintage_highest_price {
  align-items: baseline;
  color: var(--orange);
  display: flex;
  gap: 2px;
  line-height: 1;
  margin-block: -22px 10px;
}
@media screen and (max-width: 768px) {
  .c_vintage_highest_price {
    margin-block: -12px 6px;
  }
}
.c_vintage_highest_price_num {
  font-family: var(--font_en_serif);
  font-size: 6.8rem;
  font-weight: var(--font_weight_semibold);
}
@media screen and (max-width: 768px) {
  .c_vintage_highest_price_num {
    font-size: 4.1rem;
  }
}
.c_vintage_highest_price_en {
  font-size: 2rem;
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_vintage_highest_price_en {
    font-size: 1.6rem;
  }
}
.c_vintage_highest_txt {
  color: var(--gray);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c_vintage_highest_txt {
    font-size: 1.2rem;
  }
}

.c_read_txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 3);
}
.c_read_txt.is_active {
  display: block;
  -webkit-line-clamp: unset;
}

.c_column {
  background-color: rgb(255, 255, 255);
  border: 1px solid var(--border_color);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 0;
}
.c_column_img {
  position: relative;
  overflow: hidden;
}
.c_column_img::after {
  content: "VIEW MORE";
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: rgba(60, 60, 60, 0.5);
  color: #fff;
  transition: all 0.3s ease;
}
.c_column_img img {
  position: relative;
  z-index: 1;
  aspect-ratio: 320/240;
  object-fit: cover;
  width: 100%;
  transition: filter 0.3s ease;
}
@media (any-hover: hover) {
  .c_column:hover::before {
    opacity: 1;
  }
  .c_column:hover .c_column_time,
  .c_column:hover .c_column_ttl,
  .c_column:hover .c_column_tag {
    opacity: 0.7;
  }
  .c_column:hover .c_column_img::after {
    opacity: 1;
  }
  .c_column:hover .c_column_img img {
    filter: blur(5px);
  }
}
.c_column_link_area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.c_column_body {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c_column_body {
    padding: 15px;
  }
}
.c_column_time {
  font-family: var(--font_en);
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c_column_time {
    font-size: 1.4rem;
  }
}
.c_column_ttl {
  flex: 1;
  font-weight: var(--font_weight_bold);
}
@media screen and (max-width: 768px) {
  .c_column_ttl {
    font-size: 1.4rem;
  }
}
.c_column_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: end;
  position: relative;
  z-index: 3;
}
.c_column_tag {
  border-radius: 8px;
  border: 1px solid;
  display: inline-block;
  font-weight: var(--font_weight_bold);
  line-height: var(--line_height_headline);
  padding: 4px 20px;
}
@media (any-hover: hover) {
  .c_column_tag {
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .c_column_tag {
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 2px 15px;
  }
}
.c_column_tag_main {
  background-color: var(--main_color);
  color: rgb(255, 255, 255);
}
@media (any-hover: hover) {
  .c_column_tag_main:hover {
    background-color: rgb(255, 255, 255);
    color: var(--main_color);
  }
}

.c_brnd {
  margin-block: 24px;
}
.c_brnd_ttl {
  font-family: var(--font_jp_serif);
  font-size: 3rem;
  font-weight: var(--font_weight_bold);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_brnd_ttl {
    font-size: 2.4rem;
  }
}
.c_brnd_ttl_name {
  color: var(--main_color);
}
.c_brnd_ttl_sub {
  display: block;
  font-size: 2.2rem;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c_brnd_ttl_sub {
    font-size: 1.8rem;
  }
}