:root {
  /* 色設定 */
  --color-brand-main: #010066;
  --color-brand-sub: #191857;
  --color-brand-accent: #C90044;
  --color-white: #ffffff;

  /* テキスト */
  --color-text-base: #303030;
  --color-text-brand: var(--color-brand-main);
  --color-text-accent: var(--color-brand-accent);
  --color-text-caution: var(--color-brand-accent);

  /* ボタン */
  --color-button-text: var(--color-brand-main);
  --color-button-border: var(--color-brand-main);
  --color-button-bg: rgba(255, 255, 255, 0.4);
  --color-button-bg-hover: var(--color-white);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: noto sans jp,游ゴシック,YuGothic,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,Verdana,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,ms pgothic,sans-serif;
  font-weight: 400;
  line-height: 1.75;
  /* color: #010046; */
  height: 100vh;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  background-image: url("../images/img_bg-brand.png");
  background-repeat: repeat;
}
/* Chrome, Safari 対応 */
#main-area::-webkit-scrollbar {
  display:none;
}

/* common */

.inner {
  padding: 0 24px;
}
/* .inner-large {
  padding: 0 20px;
} */

img {
  max-width: 100%;
}
.align-left {
  text-align: left;
}

.red {
  color: var(--color-text-caution, #c90044);
}

/* マージン・パディング調整 */
.pl-5 { padding-left: 5px;}

/* 表示切替
--------------------------------------------- */
.sp {
  display: none;
}
.pc {
  display: block;
}

/* __common */

#wrapper {
  position: relative;
  z-index: 1;
}

#brand-introduction {
  display: none;
  width: calc((100% - 430px) / 2 );
  padding: 120px 70px;
  height: 100vh;
  position: fixed;
  z-index: 1;
  right: 0;
  top: 0;
  background-image: url("../images/img_bg-brand.png");
  background-repeat: repeat;
}
#brand-introduction .brand-intro-logo {
  text-align: center;
  margin-bottom: 30px;
}
#brand-introduction p {
  max-width: 320px;
  margin: auto;
}

.brand-message {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.brand-message p {
  color: var(--color-text-brand, #010066);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* コンテンツエリア */
#main-area {
  width: 430px;
  max-width: 100%;
  box-shadow: 0px 0px 10px #00000029;
  background-color: #FFFFFF;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

#main-area header .logo {
  padding: 10px 32px;
  background-color: #fff;
}

#main-v {
  position: relative;
}

.mv_wrap-text {
  position: absolute;
  top: 40px;
  width: 100%;
}

.mv_title {
  color: var(--color-text-base, #303030);
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}

.mv_separate-icon {
  margin: 10px 0;
  width: 100%;
  height: fit-content;
  line-height: 1;
}

.mv_lead {
  margin-bottom: 30px;
  color: var(--color-text-base, #303030);
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.mv_lead-strong {
  color: var(--color-text-base, #303030);
  font-family: "Shippori Mincho";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.mv_message {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
}

/* ふわっと表示 */
.fade-in-up,
.fade-in-down {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

/* 下から上 */
.fade-in-up {
  transform: translateY(24px);
}

/* 上から下 */
/* .fade-in-down {
  transform: translateY(-24px);
} */

/* 表示後 */
.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ディレイ調整 */
.fade-in-up.immediately {
  transition-delay: 0s;
}

.fade-in-up.fast {
  transition-delay: 0.2s;
}

.fade-in-up.normal {
  transition-delay: 0.35s;
}

.fade-in-up.slow {
  transition-delay: 0.55s;
}

/* 悩み */
.sec_trouble {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../images/img_bg-brand.png") lightgray 0% 0% / 100px 100px repeat;
  /* background-image: url("../images/img_bg-brand.png");
  background-repeat: repeat; */
  overflow: hidden;
}

.sec_trouble::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(186, 162, 152, 0.1);
  pointer-events: none;
}

.sec_trouble > * {
  position: relative;
  z-index: 1;
}

.title_trouble {
    color: var(--color-text-base, #303030);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.main_separate-icon {
  margin: 15px 0;
  width: 100%;
  height: fit-content;
  line-height: 1;
}

.trouble_lead {
  margin-bottom: 30px;
  color: var(--color-text-brand, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}

.trouble_speech-bubble {
  position: relative;
  margin-bottom: 30px;
}

.trouble_speech-bubble::after {
  content: '';
  position: absolute;
  right: 10px;
  top: -20px;
  width: 40px;
  height: 48px;
  background-image: url('../images/img_guruguru.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.trouble_wrap-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.trouble_wrap-text p {
  width: 100%;
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
  text-transform: uppercase;
}

.trouble_wrap-text p strong {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%; /* 48px */
  text-transform: uppercase;
}

.emphasis {
  text-emphasis: filled dot #C90044;
  text-emphasis-position: over right;
}

.text-narrow {
    letter-spacing: -0.9px;
}

/* お試しくださいセクション */
.sec_trial {
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  position: relative;
  background: url("../images/img-bg-washi-repeat-2.png") lightgray 0% 0% / 100px 100px repeat;
  overflow: hidden;
}

/* .sec_trial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(157, 148, 125, 0.3);
  pointer-events: none;
} */

.sec_trial > * {
  position: relative;
  z-index: 1;
}

.title_trial {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.title_trial::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -28px;
  width: 16px;
  height: 28px;
  background-image: url('../images/img-line-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

.title_trial::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -28px;
  width: 16px;
  height: 28px;
  background-image: url('../images/img-line-r.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

.btn-trial-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn-trial {
  width: 100%;
  max-width: 312px;
  height: 62px;
}

.btn-trial a {
  display: block;
  padding: 20px 30px;
  color: var(--color-button-text, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  border-radius: 1000px;
  border: 1px solid var(--color-button-border, #010066);
  background: var(--color-button-bg);
  transition: all 0.5s;
}

.btn-trial a:hover {
  background: var(--color-button-bg-hover);
}

p.trial-note {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* 京乃雪の答え */
.answer_wrap-header {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.answer_wrap-title {
  position: absolute;
  top: 40px;
  width: 100%;
}

.title_answer {
  color: var(--color-white, #FFF);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.answer_lead {
  color: var(--color-white, #FFF);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.answer_wrap-contents {
  display: flex;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}

.answer-card {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.answer-card-title {
  color: var(--color-text-brand, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

.answer-card-text {
  width: 100%;
  color: var(--color-text-base, #303030);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.84px;
  text-align: left;
}

.answer-card-note {
  width: 100%;
  color: var(--color-text-base, #303030);
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}

.answer-card-mark-note {
  font-size: 10px;
  vertical-align: super;
}

/* お客様の声 */
#voice {
  padding: 40px 0;
  background: #EFEFEF;
  background-image: url('../images/img-voice-bg-leaf.png');
  background-image: -webkit-image-set(
    url('../images/img-voice-bg-leaf.png') 1x,
    url('../images/img-voice-bg-leaf@2x.png') 2x,
    url('../images/img-voice-bg-leaf@3x.png') 3x
  );
  background-image: image-set(
    url('../images/img-voice-bg-leaf.png') 1x,
    url('../images/img-voice-bg-leaf@2x.png') 2x,
    url('../images/img-voice-bg-leaf@3x.png') 3x
  );
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.voice_wrap-header {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.title_voice {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.voice_lead {
  color: var(--color-text-brand, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}

.voice_wrap-contents {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.voice_card {
  display: flex;
  width: 100%;
  padding: 20px;
  align-items: flex-start;
  gap: 20px;
  border-radius: 4px;
  background: var(--color-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(102, 53, 15, 0.10);
}

.voice_card-user {
  width: 60px;
}

.voice_card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  width: calc(100% - 60px - 20px);
}

.voice_card-comment {
  color: var(--color-text-base, #303030);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 160%;
  letter-spacing: 0.32px;
}

.voice_card-data {
  width: 100%;
  color: #846D3E;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  line-height: 160%;
  letter-spacing: 0.96px;
}

/* おためしセット */
.sec_trial-set {
  position: relative;
  padding-top: 40px;
  /* padding-bottom: 40px; */
  background: url("../images/img_bg-brand.png") lightgray 0% 0% / 100px 100px repeat;
  overflow: hidden;
}

.sec_trial-set::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(186, 162, 152, 0.1);
  pointer-events: none;
}

.sec_trial-set > * {
  position: relative;
  z-index: 1;
}

.trial-set_wrap-header {
  margin-bottom: 30px;
}

.title_trial-set {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.trial-set_lead {
  color: var(--color-text-brand, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}

.trial-set_wrap-contents {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  gap: 30px;
}

.trial-set_img-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: var(--color-white, #ffffff);
  box-shadow: 0 0 20px 0 rgba(102, 53, 15, 0.20);
  overflow: hidden;
}

.trial-set_body {
  width: 100%;
  padding: 20px 30px 30px;
  background-color: var(--color-white, #ffffff);
}

.trial-set_item-name {
  margin-bottom: 10px;
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.72px;
}

.trial-set_wrap-price-area {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.trial-set_price {
  color: var(--color-text-accent, #C90044);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 50px */
  letter-spacing: -1.5px;
}

.trial-set_price-data {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4px;
}

.trial-set_price-label {
  padding: 6px;
  color: var(--color-text-base, #303030);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
  border-radius: 2px;
  border: 1px solid #8F8F8F;
}

.trial-set_price-unit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0;
}

.trial-set_price-unit p {
  margin: 0;
}

.trial-set_price-yen {
  color: var(--color-text-accent, #C90044);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.trial-set_price-tax {
  margin-left: -6px !important;
  color: var(--color-text-accent, #C90044);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

hr.trial-set_separator {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #D9D9D9;
}

ul.trial-set_item {
  padding-left: 0 !important;
}

ul.trial-set_item li {
  list-style: none;
  position: relative;
  padding-left: 1.5rem !important;
  text-align: left;
}

ul.trial-set_item li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--color-text-base, #303030);
  font-size: 10px;
  transform: translateY(-50%);
}


.trial-set_wrap-order {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 24px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 4px;
  background: #E9E4DB;
}

.trial-set_order-title {
  width: 100%;
  padding: 20px 0;
  color: var(--color-text-base, #303030);
  font-family: "Shippori Mincho";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 31.2px */
  letter-spacing: 1.56px;
  text-transform: uppercase;
  border-top: 1px solid #AA9670;
  border-bottom: 1px solid #AA9670;
}

.trial-set_order-title span {
  color: var(--color-text-base, #303030);
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}

.trial-set_order-card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}

.trial-set_order-step {
  width: 54px;
}

.trial-set_order-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  width: calc(100% - 54px - 20px);
}

.trial-set_order-heading {
  color: #846D3E;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 140%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.trial-set-order-text {
  color: var(--color-text-base, #303030);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 160%;
  letter-spacing: 0.42px;
}

/* CTA */
.trial-set_cta {
  padding: 40px 24px;
  background-image: url("../images/img_bg-cta.png");
  background-repeat: repeat;
}

.cta_wrap-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  aspect-ratio: 183 / 103;
  border-radius: 4px;
  overflow: hidden;
}

.title_cta {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: var(--color-text-brand, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.title_cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -28px;
  width: 16px;
  height: 28px;
  background-image: url('../images/img-line-red-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

.title_cta::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -28px;
  width: 16px;
  height: 28px;
  background-image: url('../images/img-line-red-r.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

.btn-cta-wrap {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.btn-cta {
  width: 100%;
  max-width: 382px;
  height: fit-content;
}

.btn-cta a {
  display: block;
  position: relative;
  padding: 20px 20px 20px 80px;
  color: var(--color-button-text, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  border-radius: 1000px;
  /* border: 1px solid var(--color-white, #ffffff); */
  background: var(--color-white, #ffffff);
  box-shadow: 0 4px 4px 0 rgba(60, 0, 0, 0.25);
  transition: all 0.5s;
}

.btn-cta a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.btn-cta a.trial-icon-black::before,
.btn-cta a.trial-icon-red::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 59px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  z-index: 1;
}

.btn-cta a.trial-icon-black::before {
  background-image: url('../images/img-pouch-b.png');
}

.btn-cta a.trial-icon-red::before {
  background-image: url('../images/img-pouch-r.png');
}

.btn-cta a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon_arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

.cta-note {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* ブランドストーリー */
#brand {
  color: #010046;
  background-color: #fff;
  padding: 60px 0;
}

.brand_wrap-header {
  margin-bottom: 30px;
}

.title_brand {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.brand_lead {
  color: var(--color-text-brand, #010066);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}

.brand_wrap-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  aspect-ratio: 183 / 103;
  border-radius: 4px;
  overflow: hidden;
}

.brand-wrap-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.brand-wrap-message p {
  width: 100%;
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  text-transform: uppercase;
}

.brand-text-link {
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: uppercase;
}

.brand-text-link a {
  color: var(--color-text-accent, #C90044);
  text-decoration: underline;
  transition: all 0.5s;
}

.brand-text-link a:hover {
  opacity: 0.8;
}

.title_cta02 {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  letter-spacing: 1.32px;
  text-transform: uppercase;
}

.title_cta02::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -38px;
  width: 26px;
  height: 46px;
  background-image: url('../images/img-line-big-red-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

.title_cta02::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -38px;
  width: 26px;
  height: 46px;
  background-image: url('../images/img-line-big-red-r.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  z-index: 1;
}

#main-area footer {
  padding: 20px 0;
  background-color: var(--color-white, #ffffff);
  color: var(--color-text-base, #303030);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
}

#main-area footer .links {
  margin-bottom: 10px;
}
#main-area footer .links a {
  transition: 0.2s;
}
#main-area footer .links a:hover {
  color: #fff;
}

/* __コンテンツエリア */

#menu-area {
  display: none;
}

#menu-area ul.menu-list {
  display: none;
}


@media screen and (min-width: 1025px) {
  #brand-introduction {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  #menu-area {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: calc((100% - 430px) / 2 );
    background-image: url("../images/img_bg-brand.png");
    background-repeat: repeat;
    height: 100vh;
  }
  
  #menu-area ul.menu-list {
    display: flex;
    width: 344px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding-left: 0 !important;
  }

  #menu-area ul.menu-list li {
    list-style: none;
    position: relative;
    padding-left: 24px !important;
  }

  #menu-area ul.menu-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url('../images/icon_accent.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
  
  #menu-area ul.menu-list li a {
    color: var(--color-brand-sub, #191857);
    font-feature-settings: 'pkna' on;
    font-family: "Shippori Mincho";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 22px */
    text-decoration: none;
    transition: all 0.5s;
  }

  #menu-area ul.menu-list li a:hover {
    text-decoration: underline;
  }
}

@media screen and ( max-width: 1200px ) {
  #brand-introduction {
    padding: 100px 3%;
  }
  #brand-introduction p {
    font-size: 1.5rem;
  }
}

@media screen and ( max-width: 767px ){
  /* 表示切替
--------------------------------------------- */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }

  /* MV */
  .mv_wrap-text {
    top: 30px;
  }

  .mv_lead {
    margin-bottom: 20px;
    font-size: clamp(18px, 15.136px + 0.895vw, 22px);
  }

  .mv_lead-strong {
    font-size: clamp(24px, 16.125px + 2.461vw, 35px);
  }

  .mv_message {
    font-size: clamp(12px, 10.568px + 0.447vw, 14px);
  }

  /* 悩み */
  .title_trouble {
    font-size: clamp(18px, 16.568px + 0.447vw, 20px);
  }
  .trouble_lead {
    font-size: clamp(18px, 13.705px + 1.342vw, 24px);
  }

  .trouble_wrap-text p strong {
    font-size: clamp(20px, 17.136px + 0.895vw, 24px);
  }
  
  .trouble_wrap-text p {
    font-size: clamp(16px, 13.136px + 0.895vw, 20px);
  }

  /* お試しくださいセクション */
  .title_trial {
    font-size: clamp(18px, 16.568px + 0.447vw, 20px);
  }

  .title_trial::before {
    left: -20px;
  }
  
  .title_trial::after {
    right: -20px;
  }

  .btn-trial a {
    font-size: clamp(18px, 15.136px + 0.895vw, 22px);
  }

  /* 京乃雪の答え */
  .answer_wrap-title {
    top: 30px;
  }

  .answer-card-title {
    font-size: clamp(18px, 13.705px + 1.342vw, 24px);
  }

  /* おためしセット */
  .trial-set_order-title {
    font-size: clamp(20px, 15.705px + 1.342vw, 26px);
  }

  .trial-set_order-title span {
    font-size: clamp(14px, 9.705px + 1.342vw, 20px);
  }

  .trial-set_lead {
    font-size: clamp(30px, 27.136px + 0.895vw, 34px);
  }

  /* ブランドストーリー */
  .brand_lead {
    font-size: clamp(26px, 23.136px + 0.895vw, 30px);
  }
  .brand-wrap-message p {
    font-size: clamp(12px, 7.705px + 1.342vw, 18px);
  }

  /* CTA */
  .btn-cta a {
    font-size: clamp(16px, 13.136px + 0.895vw, 20px);
  }

  .title_cta02::before {
    left: -30px;
  }
  
  .title_cta02::after {
    right: -30px;
  }
}