@charset "UTF-8";
/* ========================================================
	blog.scss => ページ用SCSS
======================================================== */
:root {
  --font-color: #222222;
  --font-size: 1rem;
  --font-familiy: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", serif;
  --subt-color: #ffffff;
  --font-link-color: #222222;
  --base-color1: #fff;
  --base-color2: #222222;
  --base-color3: rgba(34, 34, 34, 0.3);
  --bg-color1: #ffffff;
  --bg-color2: #cccccc;
  --bg-color3: #dfdede;
  --bg-color4: #efedec;
  --line-color: rgba(34, 34, 34, 0.3);
  --font_serif: "DM Serif Display", serif;
}

#container {
  font-size: var(--font-size) !important;
}

.w1000 {
  position: relative;
  display: block;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .w1000 {
    width: auto;
    margin-right: 5vw;
    margin-left: 5vw;
  }
}

/* img
============================================================================================================ */
img {
  max-width: 100%;
  height: auto;
}

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ===== INTRO ===== */
.p-intro {
  padding: 50px 0 40px;
  text-align: center;
}
.p-intro__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding: 10px 3.75% 40px;
  }
  .p-intro__text {
    text-align: left;
    line-height: 1.6;
  }
  .p-intro__text br {
    display: none;
  }
}

/* mainvisual
============================================================================================================ */
.mainvisual {
  position: relative;
  margin-top: 5rem;
}
.mainvisual img {
  width: 100%;
  height: auto;
}
.mainvisual_text {
  position: absolute;
  left: 2.5%;
  top: 3.5%;
  width: 95%;
  color: #fff;
}
.mainvisual_text_en {
  font-family: var(--font_serif);
  font-size: 7.8rem;
  line-height: 1.2;
}
.mainvisual_text_jp {
  font-size: 2.8rem;
  font-weight: 500;
}
.mainvisual_text_number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15.8rem;
  font-family: var(--font_serif);
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .mainvisual {
    margin-top: 2rem;
  }
  .mainvisual_text {
    position: relative;
    left: 0;
    top: 0;
    color: var(--font-color);
    width: 92.5%;
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
  .mainvisual_text_en {
    font-size: 4.8rem;
    line-height: 1;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    padding-right: 10rem;
    word-break: break-word;
  }
  .mainvisual_text_jp {
    font-size: 2.8rem;
  }
  .mainvisual_text_number {
    position: absolute;
    font-size: 10rem;
  }
}

.check-border {
  padding: 47px;
  border: 2px solid #231815;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
}
.check-border_inner {
  position: relative;
  padding: 84px;
  border: 1px solid #231815;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
.check-border_inner::before {
  position: absolute;
  top: -33px;
  left: calc(50% - 202px);
  content: "";
  width: 404px;
  height: 85px;
  margin: 0 auto;
  background: url(../images/knowhow/check_line_img.svg) no-repeat;
  background-size: contain;
  display: block;
}
.check-border.bg {
  margin-top: 55px;
  padding: 47px 47px 0 47px;
  border-bottom: 0 solid #231815;
  border-radius: 28px 28px 0 0;
  -moz-border-radius: 28px 28px 0 0;
  -webkit-border-radius: 28px 28px 0 0;
}
.check-border.bg .check-border_inner {
  padding: 55px 84px 0 84px;
  background: url(../images/knowhow/mv_list_bg.png);
  border-bottom: 0 solid #231815;
  border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
}
.check-border.bg .title-area {
  padding: 0 30px 0;
  text-align: center;
}
.check-border.bg .title-area .en {
  position: relative;
  font-size: 7.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  margin: 0 auto 0;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.05em;
  display: inline;
}
.check-border.bg .title-area .en::before {
  position: absolute;
  top: calc(50% - 70px);
  left: -120px;
  width: 140px;
  height: 140px;
  content: "";
  background: url(../images/knowhow/h1_icon.svg) no-repeat;
  background-size: contain;
  display: block;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.check-border.bg .title-area h1 {
  font-size: 2.8rem;
  font-weight: bold;
}
.check-border.bg .read {
  font-size: 1.8rem;
  padding: 30px 0 85px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .check-border {
    padding: 14px;
    border: 1px solid #231815;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
  .check-border_inner {
    padding: 15px;
    border: 0.5px solid #231815;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .check-border_inner::before {
    top: -9px;
    left: calc(50% - 55px);
    width: 110px;
    height: 24px;
  }
  .check-border.bg {
    margin-top: 25px;
    padding: 14px 14px 0 14px;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
  }
  .check-border.bg .check-border_inner {
    padding: 20px 20px 0 20px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
  }
  .check-border.bg .title-area {
    padding: 0 30px 0;
    text-align: center;
  }
  .check-border.bg .title-area .en {
    font-size: 3.8rem;
  }
  .check-border.bg .title-area .en::before {
    position: absolute;
    top: 1px;
    left: -40px;
    width: 60px;
    height: 60px;
  }
  .check-border.bg .read {
    font-size: 1.8rem;
    padding: 20px 0 30px;
    text-align: left;
  }
  .check-border.bg .read br {
    display: none;
  }
}

/* ===== CATEGORY GRID ===== */
.p-category-grid {
  padding: 50px 0 0;
}
.p-category-grid__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 100px;
}
.p-category-grid__list::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #222;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-category-grid__list {
    display: block;
  }
  .p-category-grid__list::after {
    display: none;
  }
}

/* ===== CATEGORY CARD ===== */
.p-category-card {
  position: relative;
  display: block;
  transition: opacity 0.2s;
  text-decoration: none;
}
.p-category-card::after {
  position: absolute;
  bottom: -55px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: block;
}
.p-category-card:nth-last-child(1) {
  margin-bottom: 0;
}
.p-category-card:nth-last-child(1)::after, .p-category-card:nth-last-child(2)::after {
  display: none;
}
.p-category-card:hover {
  text-decoration: none;
  opacity: 0.85;
}
.p-category-card:hover .p-category-card__image img {
  transform: scale(1.04);
}
.p-category-card:hover .p-category-card__link {
  background: rgba(0, 0, 0, 0.04);
}
.p-category-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.p-category-card__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  padding: 0 8px;
  line-height: 1.3;
}
.p-category-card__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.p-category-card__image {
  width: 100%;
  aspect-ratio: 17.8/10;
  overflow: hidden;
  margin-top: 0;
}
.p-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.p-category-card__name {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 14px;
  letter-spacing: 0.06em;
  display: inline-block;
  z-index: 0;
}
.p-category-card__name::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #eed4d8;
  display: block;
  z-index: -1;
}
.p-category-card__desc {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-category-card__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #fff;
  padding: 8px 25px;
  border-radius: 2px;
  transition: background 0.2s;
  box-shadow: 2px 2px #ccc;
  z-index: 0;
}
.p-category-card__link::after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #222;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: block;
}
.p-category-card__link-icon {
  position: relative;
  color: #fff;
  width: 18px;
  height: 18px;
  background: #222 url(../images/knowhow/icon_arrow.svg) center no-repeat;
  background-size: 10px auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-category-card {
    margin-bottom: 65px;
  }
  .p-category-card::after {
    bottom: -30px;
  }
  .p-category-card__name {
    margin: 14px auto 0 0;
  }
  .p-category-card__link {
    left: calc(50% - 122px);
  }
}

/* ===== SECTION HEADING ===== */
.p-section-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.p-section-heading__category {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
.p-section-heading__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
.p-section-heading__title {
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0 30px;
  border-left: 2px solid #222222;
  border-right: 2px solid #222222;
}
.p-section-heading__en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  margin-left: auto;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-section-heading {
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-section-heading__number {
    font-size: 3.6rem;
  }
  .p-section-heading__title {
    font-size: 1.5rem;
    border-left: 0;
    padding-left: 0;
    width: 100%;
    order: 3;
  }
  .p-section-heading__en {
    order: 4;
    width: 100%;
    margin-left: 0;
    font-size: 1.1rem;
  }
}

/* ===== CHECK ITEM ===== */
.p-check {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #747372;
}
.p-check + .p-section-heading {
  margin-top: 80px;
}
.p-check__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-check__left {
  min-width: 0;
}
.p-check__right {
  min-width: 0;
  display: flex;
  align-items: flex-end;
}
.p-check__header {
  display: flex;
  align-items: flex-start;
}
.p-check__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f5f3ef;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p-check__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-check__icon-placeholder {
  width: 126px;
  height: 129px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-check__icon-placeholder img {
  width: auto;
  height: 100%;
}
.p-check__icon-placeholder.icon2 img {
  margin-left: -50px;
}
.p-check__meta {
  max-width: 295px;
}
.p-check__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 115px;
  height: 37px;
  padding-bottom: 14px;
  background: url(../images/knowhow/check_num.svg) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: -29px;
}
.p-check__question {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-check__icon-placeholder.icon2 img {
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-check {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #222222;
  }
  .p-check + .p-section-heading {
    margin-top: 55px;
  }
  .p-check__top {
    flex-direction: column;
  }
  .p-check__right {
    width: 100%;
    margin-top: 4px;
  }
  .p-check__header {
    gap: 14px;
  }
  .p-check__icon-placeholder {
    width: 96px;
    height: 116px;
  }
  .p-check__icon-placeholder.icon2 img {
    margin-left: -30px;
  }
  .p-check__meta {
    max-width: inherit;
  }
  .p-check__question {
    font-size: 1.8rem;
  }
}

/* ===== RADIO GROUP ===== */
.p-radio-group {
  position: relative;
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-radio-group::after {
  position: absolute;
  bottom: 24px;
  right: 50px;
  content: "";
  width: calc(100% - 100px);
  height: 7px;
  background-color: #fff;
  border-radius: 100vh;
  -moz-border-radius: 100vh;
  -webkit-border-radius: 100vh;
  display: block;
  z-index: -1;
}
.p-radio-group__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  flex: 1;
  padding: 8px 0;
}
.p-radio-group__option input {
  display: none;
}
.p-radio-group__option input:checked ~ .p-radio-group__text {
  color: #333;
  font-weight: 500;
}
.p-radio-group__option input:checked ~ .p-radio-group__circle {
  border-color: #333;
  background: #333;
}
.p-radio-group__option input:checked ~ .p-radio-group__circle::after {
  content: "";
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  width: 20px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 5px;
}
.p-radio-group__option:hover .p-radio-group__circle {
  border-color: #a09484;
}
.p-radio-group__text {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
}
.p-radio-group__circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-radio-group {
    margin: 0;
    width: 100%;
  }
}

/* ===== ACCORDION ===== */
.p-accordion {
  margin-top: 16px;
}
.p-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s;
  user-select: none;
}
.p-accordion__trigger:hover {
  background: #f5f3ef;
}
.p-accordion__title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-accordion__title strong {
  font-size: 2rem;
  font-weight: 600;
}
.p-accordion__title strong span {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", serif;
}
.p-accordion__title span {
  font-size: 1.4rem;
  padding-left: 20px;
  border-left: 1px solid #efedec;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-accordion__title {
    padding-left: 16px;
    display: block;
  }
  .p-accordion__title strong {
    display: block;
  }
  .p-accordion__title strong span {
    display: inline;
  }
  .p-accordion__title span {
    padding-left: 0;
    border-left: 0px solid #efedec;
    display: block;
  }
}
.p-accordion__icon {
  width: 60px;
  height: 60px;
  position: relative;
  flex-shrink: 0;
  border-left: 1px solid #efedec;
}
.p-accordion__icon::before, .p-accordion__icon::after {
  content: "";
  position: absolute;
  background: #333;
  transition: transform 0.3s;
}
.p-accordion__icon::before {
  width: 24px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-accordion__icon::after {
  width: 2px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-accordion.is-open .p-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #fff;
}
.p-accordion__body-inner {
  padding: 30px;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
  border-top: 1px solid #efedec;
}

/* ===== SCORE SECTION ===== */
.p-score {
  padding: 60px 0;
}
.p-score__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-score__labels {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto 16px;
  padding: 0 10px;
}
.p-score__labels span {
  font-size: 1.4rem;
  text-align: center;
  flex: 1;
}
.p-score__display {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  gap: 35px;
}
.p-score__item {
  flex: 1;
  text-align: center;
}
.p-score__item-label {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-right: 2em;
}
.p-score__item-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
.p-score__item-value {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 16px 16px;
  text-align: center;
}
.p-score__item-unit {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-score__display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .p-score__item {
    font-size: 1.2rem;
    min-width: auto;
    text-align: left;
  }
  .p-score__item-label {
    display: block;
  }
  .p-score__item-value {
    padding: 10px 10px;
  }
  .p-score__labels {
    display: none;
  }
}

/* ===== TOTAL SCORE ===== */
.p-total {
  padding: 0 0 60px;
  border-bottom: 1px solid #000;
}
.p-total__inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  background: #333;
  color: #fff;
  border-radius: 8px;
  padding: 24px 20px;
  max-width: 400px;
  margin: 0 auto;
}
.p-total__label {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-total__value {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
.p-total__unit {
  font-size: 2rem;
  font-weight: 600;
}
.p-total__max {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 4px;
}

/* ===== RESULT TABLE ===== */
.p-result {
  padding: 35px 0 6px;
}
.p-result__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.p-result__table {
  width: 100%;
  border-collapse: collapse;
}
.p-result__table th,
.p-result__table td {
  padding: 2px 25px;
  text-align: left;
  font-size: 1.6rem;
  vertical-align: middle;
}
.p-result__table th {
  background: #fff;
  font-weight: 600;
  white-space: nowrap;
  width: 100px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.p-result__table td {
  color: #555;
}
.p-result__table tr {
  border-bottom: 10px solid #efedec;
}
@media screen and (max-width: 768px) {
  .p-result {
    padding: 35px 0 10px;
  }
  .p-result__table {
    display: block;
  }
  .p-result__table th {
    width: 100%;
    padding: 2px 25px;
    display: block;
  }
  .p-result__table td {
    width: 100%;
    padding: 10px 0 15px;
    display: block;
  }
  .p-result__table tr {
    border: 0 solid #efedec;
  }
}

/* ===== CATEGORY NAV ===== */
.p-category-nav {
  padding: 60px 0 0;
}
.p-category-nav__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
}
.p-category-nav__item {
  position: relative;
  overflow: hidden;
}
.p-category-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 16px;
  color: #fff;
  text-align: center;
  transition: transform 0.3s;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.p-category-nav__item a:hover {
  transform: scale(1.02);
}
.p-category-nav__item a:hover + .p-category-nav__img img {
  transform: scale(1.1);
}
.p-category-nav__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-category-nav__number {
  font-family: "Cormorant Garamond", serif;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}
.p-category-nav__name {
  font-size: 1.8rem;
  margin-top: 6px;
}
.p-category-nav__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-category-nav__img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  object-fit: cover;
  transform: scale(1.05);
}
.p-category-nav__count {
  font-size: 1.8rem;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-category-nav a {
    padding: 15px 0;
  }
  .p-category-nav__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-category-nav__number {
    font-size: 3.8rem;
  }
  .p-category-nav__name {
    font-size: 1.2rem;
  }
}

/* ===== FOOTER ===== */
.l-footer {
  background: #fff;
  padding: 50px 0 0;
  border-top: 1px solid #e5e0d8;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.l-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.l-footer__logo img:first-child {
  height: 40px;
  width: auto;
}
.l-footer__logo img:last-child {
  height: 16px;
  width: auto;
}
.l-footer__nav {
  display: flex;
  gap: 24px;
  margin-top: 10px;
}
.l-footer__nav a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.l-footer__nav a:hover {
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
.l-footer__sns {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.l-footer__sns a {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.l-footer__sns a:hover {
  opacity: 1;
}
.l-footer__copyright {
  font-size: 1rem;
  color: #999;
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #f0ece6;
  width: 100%;
  text-align: center;
}

/* ===== SP HAMBURGER ===== */
.l-hamburger {
  display: none;
  width: 32px;
  height: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  z-index: 101;
}
.l-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-hamburger {
    display: flex;
  }
}

/* ===== RESPONSIVE (Header / Nav / Hero) ===== */
@media screen and (max-width: 768px) {
  .l-header__main {
    padding: 12px 16px;
  }
  .l-header__logo-round {
    width: 40px;
    height: 40px;
  }
  .l-header__salon-press {
    height: 16px;
  }
  .l-header__right .l-header__sns {
    display: none;
  }
  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    flex-direction: column;
    justify-content: center;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
  .l-nav__list {
    flex-direction: column;
    padding: 60px 20px;
  }
  .l-nav__item a {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: row;
    gap: 10px;
  }
  .p-hero {
    height: 200px;
  }
  .p-hero__en {
    font-size: 2.2rem;
  }
  .p-hero__number {
    font-size: 5rem;
    right: 5%;
  }
  .p-hero__ja {
    font-size: 1.3rem;
  }
}
/* ===== SVG ICONS (inline) ===== */
.icon-sns {
  width: 18px;
  height: 18px;
  fill: currentColor;
}/*# sourceMappingURL=knowhow.css.map */