  @charset "Shift_JIS";
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lp_contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-feature-settings: "palt";
  word-break: break-all;
  scroll-behavior: smooth;
  letter-spacing: 0.1em;
  overflow: hidden;
  text-align: justify;
}

.lp_contents .lp_body {
  background-color: #f5efd5;
}

.lp_contents .lp_body section {
  max-width: 108em;
  margin: auto;
}

.lp_contents img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp_contents h2 {
  font-size: 2.15em;
  font-weight: 900;
  padding: 0.5em 0;
  line-height: 1;
  text-align: center;
}

.lp_contents a {
  display: block;
  text-decoration: none;
}

.lp_contents .position {
  position: relative;
}

.lp_contents .sp_only {
  display: none;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .lp_contents {
    margin: auto;
    max-width: 750px;
  }

  .lp_contents h2 {
    font-size: 3.2em;
  }

  .sp_br {
    display: inline;
  }

  .pc_br {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .lp_contents {
    font-size: 1.333vw;
  }

  .lp_contents .pc_only {
    display: none;
  }

  .lp_contents .sp_only {
    display: block;
  }
}

/* ============ fv ============ */
.fv {
  background-color: #e72524;
}

.fv h1 {
  max-width: 108em;
  margin: auto;
}

/* ============ simulation ============ */
.simulation_wrap {
  width: fit-content;
  margin: auto;
}

.simulation_txt {
  width: 53.5em;
  padding-top: 6em;
  padding-bottom: 1.2em;
  margin: auto;
}

.simulation_btn {
  display: block;
  width: 50em;
  margin: auto;
}

.simulation_btn + .simulation_btn {
  margin-top: 2em;
}

.simulation_note {
  margin-top: 1em;
  text-align: right;
  font-size: 1.2em;
  padding-right: 2em;
}

@media screen and (max-width: 1024px) {
  .simulation_txt {
    width: 70em;
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .simulation_btn {
    width: 68em;
  }

  .simulation_btn + .simulation_btn {
    margin-top: 3em;
  }

  .simulation_note {
    font-size: 2em;
    margin-top: 0.5em;
    padding-right: 1em;
  }
}

/* ============ slider ============ */
.slider {
  padding-top: 3em;
  padding-bottom: 4em;
  overflow: hidden;
}

.lp_contents .lp_body .slider {
  max-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.slider_balloon {
  position: relative;
  width: 67em;
  margin: 0 auto;
}

.slider_balloon img {
  width: 100%;
}

.slider_list {
  display: flex;
  width: max-content;
  margin-top: 2.8em;
  animation: sliderScroll 40s linear infinite;
}

.slider_list img {
  height: 21.2em;
  width: auto;
  max-width: none;
}

.slider_list picture {
  margin-right: 1em;
}

@media screen and (max-width: 1024px) {
  .slider {
    padding-top: 6em;
  }

  .slider_list {
    margin-top: 3em;
    animation: sliderScroll 20s linear infinite;
  }

  .slider_list img {
    height: 22.6em;
  }
}
@keyframes sliderScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ============ teach ============ */
.teach {
  padding: 5em 0 6em;
}

.teach .teach_ttl {
  color: #e72524;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
}

.teach_photo {
  width: 65em;
  margin: 1em auto 0;
}

.teach_photo img {
  width: 100%;
}

.teach_lead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8em;
  margin: 3.5em 0 0;
}

.teach_lead_main {
  flex: 1;
}

.teach_balloon {
  width: 65em;
}

.teach_balloon img {
  width: 100%;
}

.teach_home {
  margin-right: 1em;
  margin-top: 5em;
  width: 35em;
}

.teach_home img {
  width: 100%;
}

.teach_text {
  margin-top: 1em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.teach_text .teach_em {
  color: #e72524;
  font-weight: 600;
}

.teach_text_ls {
  letter-spacing: 0.1em;
}

.teach_grid {
  width: 108em;
  margin: 1.5em auto 0;
}

.teach_grid img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .teach {
    padding: 6em 0 6em;
  }

  .teach .teach_ttl {
    font-size: 4.5em;
  }

  .teach_photo {
    width: 70.9em;
    margin: 1em 0;
    padding-right: 1em;
  }

  .teach_lead {
    flex-direction: column;
    align-items: center;
    gap: 4em;
    margin-top: 5em;
  }

  .teach_lead_main {
    display: contents;
  }

  .teach_balloon {
    order: 1;
    width: 67em;
    margin: 0 auto;
  }

  .teach_home {
    margin: -3em auto 0;
    order: 2;
    width: 67em;
  }

  .teach_text {
    order: 3;
    margin: -0.5em auto 0;
    font-size: 2.8em;
    padding-left: 1.25em;
    padding-right: 1.1em;
  }

  .teach_grid {
    width: 68em;
    margin: 3em auto 0;
    border-radius: 0;
  }
}

/* ============ anxiety ============ */
.anxiety {
  padding-bottom: 8em;
}

.anxiety .anxiety_ttl {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.3;
  color: #e72524;
}

.anxiety_box {
  width: 108em;
  margin: 1em auto 0;
}

.anxiety_tabs {
  display: flex;
  padding: 0 3em;
  gap: 2em;
}

.anxiety_tab {
  flex: 1;
  cursor: pointer;
  border: none;
  border-radius: 0.8em 0.8em 0 0;
  padding: 0.6em 0;
  background-color: #a3a3a3;
  color: #fff;
  font-family: inherit;
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  transition: background-color 0.2s ease;
}

.anxiety_tab.is-active {
  background-color: #ec6243;
}

.anxiety_tab.is-active[data-tab="reform"] {
  background-color: #e89e40;
}

.anxiety_tab:not(.is-active):hover {
  background-color: #a3a3a3;
}

.anxiety_panels {
  background-color: #fad8d0;
  border-top: 0.3em solid #ec6243;
  padding: 5em 4em 3em;
}

.anxiety_panels:has(.anxiety_panel[data-panel="reform"].is-active) {
  background-color: #f6d8b3;
  border-top: 0.3em solid #e89e40;
  padding: 5em 4em 4em;
}

.anxiety_panel {
  display: none;
}

.anxiety_panel.is-active {
  display: block;
}

.anxiety_worry {
  width: 65em;
  margin: 0 auto;
}

.anxiety_home {
  width: 47em;
  margin: 3em auto 0;
}

.anxiety_panel[data-panel="reform"] .anxiety_home {
  width: 40.4em;
}

.anxiety_faq {
  margin-top: 4em;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 2em;
  overflow: hidden;
}

.anxiety_faq_item + .anxiety_faq_item {
  border-top: 0.2em solid #fad8d0;
}

.anxiety_faq_q {
  display: flex;
  align-items: center;
  gap: 1.2em;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 2em 2em;
  background-color: #ec6243;
  color: #fff;
  font-family: inherit;
  text-align: left;
  transition: background-color 0.2s ease;
  list-style: none;
}

.anxiety_faq_q::-webkit-details-marker {
  display: none;
}

.anxiety_faq_num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #fff;
  color: #dc5447;
  font-size: 2.75em;
  font-weight: 600;
}

.anxiety_faq_ttl {
  flex: 1;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.5;
}

.anxiety_faq_mark {
  position: relative;
  flex-shrink: 0;
  width: 4em;
  height: 4em;
}

.anxiety_faq_mark::before,
.anxiety_faq_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.anxiety_faq_mark::before {
  width: 4em;
  height: 0.2em;
}

.anxiety_faq_mark::after {
  width: 0.2em;
  height: 4em;
}

.anxiety_faq_item[open] .anxiety_faq_mark::after {
  opacity: 0;
}

.anxiety_faq_a {
  background-color: #fff;
}

.anxiety_faq_a_inner {
  display: flex;
  align-items: flex-start;
  gap: 3em;
  padding: 3em 0 3em 5em;
}

.anxiety_faq_a_inner img {
  width: 35em;
}

.anxiety_faq_a_body {
  flex: 1;
}

.anxiety_faq_a_lead {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.5;
  color: #ec6243;
  padding-right: 2em;
}

.anxiety_faq_a_text {
  margin-top: 0.5em;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  padding-right: 3em;
}

.anxiety_faq_accent {
  color: #e89e40;
  font-weight: 600;
}

.anxiety_faq_accent_red {
  color: #ec6243;
  font-weight: 600;
}

.anxiety_panel[data-panel="reform"] .anxiety_faq_q {
  background-color: #e89e40;
}

.anxiety_panel[data-panel="reform"] .anxiety_faq_num {
  color: #e89e40;
}

.anxiety_panel[data-panel="reform"] .anxiety_faq_item + .anxiety_faq_item {
  border-top-color: #f6d8b3;
}

.anxiety_panel[data-panel="reform"] .anxiety_faq_a_lead {
  color: #e89e40;
}

.anxiety_faq_a_note {
  display: block;
  font-size: 0.69em;
  line-height: 1.5;
}

.anxiety_cta {
  margin-top: -2em;
}

.anxiety .simulation_txt {
  width: 53.5em;
}

.anxiety .simulation_btn {
  width: 50em;
}

@media screen and (max-width: 1024px) {
  .anxiety .anxiety_ttl {
    font-size: 5.3em;
  }

  .anxiety_box {
    width: 100%;
    margin: 3em 0 0;
  }

  .anxiety_tab {
    border-radius: 0.5em 0.5em 0 0;
    padding: 0.3em 0;
    font-size: 3.8em;
  }

  .anxiety_panels {
    padding: 5em 3.5em 6em;
  }

  .anxiety_panels:has(.anxiety_panel[data-panel="reform"].is-active) {
    padding: 4em 3.5em 6em;
  }

  .anxiety_worry {
    width: 100%;
  }

  .anxiety_home {
    width: 67em;
    margin-top: -6em;
  }

  .anxiety_panel[data-panel="reform"] .anxiety_home {
    width: 57.8em;
    margin-top: -4em;
  }

  .anxiety_faq {
    margin-top: 5em;
    gap: 0;
    border-radius: 3em;
  }

  .anxiety_faq_q {
    gap: 1.4em;
    padding: 2.2em 2.4em;
  }

  .anxiety_faq_num {
    font-size: 3.5em;
    width: 2em;
    height: 2em;
  }

  .anxiety_faq_ttl {
    font-size: 3.5em;
  }

  .anxiety_faq_mark {
    width: 6em;
    height: 6em;
  }

  .anxiety_faq_mark::before {
    width: 6em;
    height: 0.2em;
  }

  .anxiety_faq_mark::after {
    width: 0.2em;
    height: 6em;
  }

  .anxiety_faq_a_inner {
    flex-direction: column;
    align-items: center;
    padding: 3em 2.5em 6em;
  }

  .anxiety_faq_a_inner img {
    order: 2;
    width: 100%;
  }

  .anxiety_faq_a_body {
    display: contents;
  }

  .anxiety_faq_a_lead {
    order: 1;
    font-size: 3.8em;
    text-align: center;
    padding-right: 0;
  }

  .anxiety_faq_a_text {
    margin-top: 0;
    order: 3;
    font-size: 2.8em;
    width: 100%;
    padding-right: 0;
    letter-spacing: 0.05em;
  }

  .anxiety_cta {
    margin-top: 0;
  }

  .anxiety .simulation_txt {
    width: 71.5em;
  }

  .anxiety .simulation_btn {
    width: 68em;
  }
}


/* ============ movie ============ */

.lp_contents .movie_ttl {
  width: 80.6%;
  margin: 0 auto;
}

.movie_lead {
  text-align: center;
}

.movie_img {
  width: 65em;
  margin: 4em auto 4.5em;
}

.movie_txt {
  margin: 5em auto 0;
}

.movie_txt_size {
  width: 43.4em;
  margin-left: 43em;
}

.movie_design {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.movie_design .simulation_wrap {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .movie h2 {
    padding: 0;
  }

  .lp_contents .movie_ttl {
    width: 100%;
  }

  .movie_img {
    width: 71em;
    margin-top: 3em;
    margin-left: 4em;
  }

  .movie_txt {
    margin-top: 5em;
  }

  .movie_txt_size {
    width: 42.4em;
    margin-left: 27em;
  }
}

/* ============ 画像ギャラリー ============ */
#movie_gallery {
  margin: 3em auto 1em;
  width: 100em;
  scroll-margin-top: 2em;
}

.gallery-container {
  display: grid;
  transition: all 0.5s ease;
}

/* 通常表示時のグリッド（11セット） */
.gallery-container.normal {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-items: start;
}
.gallery-container#gallery-container-10 {
  grid-template-rows: repeat(2, 1fr);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover img {
  transform: scale(1.05);
}

/* 通常表示時の11セットレイアウト */
.gallery-container.normal .gallery-item:nth-child(11n + 1) {
  grid-area: span 2 / span 2;
}
.gallery-container.normal .gallery-item:nth-child(11n + 2) {
  grid-column-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n + 3) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.gallery-container.normal .gallery-item:nth-child(11n + 4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 1;
}
.gallery-container.normal .gallery-item:nth-child(11n + 5) {
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n + 6) {
  grid-column-start: 1;
  grid-row-start: 4;
}
.gallery-container.normal .gallery-item:nth-child(11n + 7) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n + 8) {
  grid-column-start: 4;
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n + 9) {
  grid-column-start: 4;
  grid-row-start: 4;
}
.gallery-container.normal .gallery-item:nth-child(11n + 10) {
  grid-column-start: 5;
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n + 11) {
  grid-column-start: 5;
  grid-row-start: 4;
}

/* フィルタ時の表示アニメーション */
.gallery-item.show {
  animation: fadeShow 0.4s cubic-bezier(0.33, 1, 0.68, 1) both;
  animation-delay: 0.1s;
  display: block;
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 非表示状態（初期読み込み用） */
.gallery-item.initially-hidden {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* もっとみるボタン */
.movie_more {
  cursor: pointer;
  display: block;
  color: #e74c3c;
  border-radius: 5em;
  border: #e74c3c solid 0.3em;
  width: fit-content;
  margin: 3.3em auto 0;
  padding: 1.2em 7em;
  text-align: center;
  transition: all 0.3s ease;
}

.movie_more p {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.movie_more.hidden {
  display: none;
}

@media screen and (min-width: 1025px) {
  .movie_more:hover {
    background-color: #c0392b;
    color: #fff;
  }
}

/* SP時のレイアウト（縦1列） */
@media screen and (max-width: 1024px) {
  #movie_gallery {
    margin: 3em auto 5em;
    width: 68em;
    min-height: 50em;
  }

  .gallery-container.normal {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .gallery-container#gallery-container-10 {
    grid-template-rows: auto;
  }

  /* SP時は特殊なグリッド配置をリセット */
  .gallery-container.normal .gallery-item:nth-child(11n + 1),
  .gallery-container.normal .gallery-item:nth-child(11n + 2),
  .gallery-container.normal .gallery-item:nth-child(11n + 3),
  .gallery-container.normal .gallery-item:nth-child(11n + 4),
  .gallery-container.normal .gallery-item:nth-child(11n + 5),
  .gallery-container.normal .gallery-item:nth-child(11n + 6),
  .gallery-container.normal .gallery-item:nth-child(11n + 7),
  .gallery-container.normal .gallery-item:nth-child(11n + 8),
  .gallery-container.normal .gallery-item:nth-child(11n + 9),
  .gallery-container.normal .gallery-item:nth-child(11n + 10),
  .gallery-container.normal .gallery-item:nth-child(11n + 11) {
    grid-area: auto;
    grid-column: 1;
    grid-row: auto;
  }

  .movie_more {
    border: #e74c3c solid 0.5em;
    margin: 6em auto 2em;
    padding: 1.4em 10em;
  }

  .movie_more p {
    font-size: 3.3em;
  }
}

/* ============ modal ============ */
/* モーダルの背景 */
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
}

/* モーダルウィンドウ */
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 80em;
  background-color: white;
  border-radius: 3em;
  padding: 2em 8em 4em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.3);
}

/* タイトル */
.modal_title {
  color: #e74c3c;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

/* 動画コンテナ */
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
  background-color: #ddd;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 補足文章 */
.modal_description {
  font-size: 1.6em;
  margin-top: 1em;
  line-height: 1.6;

  max-height: 20svh;
  overflow-y: auto;
}

/* closeボタン */
.modal_close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #989898;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_close::before,
.modal_close::after {
  content: "";
  position: absolute;
  width: 2.6em;
  height: 0.4em;
  background-color: #fff;
  border-radius: 1em;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .modal_content {
    padding: 3em 4em 4em;
    width: 94%;
  }

  .modal_description {
    font-size: 2.8em;
    max-height: 42svh;
  }

  .modal_close {
    width: 4.5em;
    height: 4.5em;
  }

  .modal_close::before,
  .modal_close::after {
    width: 2.8em;
  }
}

/* ============ result_satisfaction ============ */
.result_satisfaction {
  display: flex;
  justify-content: center;
  gap: 4em;
  margin: 9em 4em 0;
}

.result_satisfaction_card {
  flex: 1;
  max-width: 50em;
}

.result_satisfaction_ttl {
  width: 100%;
}

.result_satisfaction_ttl img {
  width: 100%;
  aspect-ratio: 881 / 279;
  object-fit: contain;
  object-position: top;
}

.result_satisfaction_graph {
  position: relative;
  isolation: isolate;
  margin-top: 2em;
  min-height: 36em;
}


.result_satisfaction_chart {
  --size: 35em;
  position: relative;
  z-index: 1;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_satisfaction_chart_eco {
  margin-left: 5em;
}

.result_satisfaction_chart_ih {
  margin-left: 8em;
}

.result_satisfaction_svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.result_satisfaction_track {
  fill: none;
  stroke: #fff;
}

.result_satisfaction_bar {
  fill: none;
  stroke: #e72524;
  transition: stroke-dashoffset 0.05s linear;
}

.result_satisfaction_num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #e72524;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 2em;
}

.result_satisfaction_approx {
  font-size: 4em;
  font-weight: 500;
}

.result_satisfaction_count {
  font-size: 7.5em;
}

.result_satisfaction_unit {
  font-size: 4em;
  font-weight: 500;
}

.result_satisfaction_person {
  position: absolute;
  z-index: 2;
}

.result_satisfaction_person_eco {
  right: 1em;
  bottom: 0;
  width: 20em;
}

.result_satisfaction_person_ih {
  right: 23em;
  bottom: 0;
  width: 24.9em;
}

.result_satisfaction_note {
  margin-top: 1em;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .result_satisfaction {
    flex-direction: column;
    align-items: center;
    gap: 8em;
    margin-top: 8em;
  }

  .result_satisfaction_card {
    width: 100%;
    max-width: 100%;
  }

  .result_satisfaction_graph {
    min-height: 45em;
  }

  .result_satisfaction_graph:has(.result_satisfaction_chart_eco) {
    margin-top: 6em;
  }

  .result_satisfaction_graph:has(.result_satisfaction_chart_ih) {
    margin-top: 7em;
  }

  .result_satisfaction_chart {
    --size: 45em;
  }

  .result_satisfaction_chart_eco {
    top: -2em;
    margin-left: 3em;
  }

  .result_satisfaction_chart_ih {
    top: -5em;
    margin-left: 17em;
  }

  .result_satisfaction_num {
    padding-bottom: 4em;
  }

  .result_satisfaction_approx {
    font-size: 6.7em;
  }

  .result_satisfaction_count {
    font-size: 12.5em;
  }

  .result_satisfaction_unit {
    font-size: 5em;
  }

  .result_satisfaction_person_eco {
    width: 31em;
    right: 2em;
  }

  .result_satisfaction_person_ih {
    width: 44em;
    left: -4em;
    right: auto;
  }

  .result_satisfaction_note {
    font-size: 2em;
    letter-spacing: 0.06em;
  }
}

/* ============ modal ============ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.result_compare {
  display: none;
  overflow: hidden;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff9eb;
  border-radius: 3em;
  width: 81em;
  margin-top: 7em;
}

.result_compare_bg {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 160px);
  overflow-y: auto;
}

.result_compare_wrap {
  margin: auto;
  padding: 9em 3em 0;
}

.result_compare_wrap img {
  width: 67em;
  margin: 0 auto 5.5em;
}

.result_compare_wrap p {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

.result_compare_box {
  border: #000 solid 0.1em;
  padding: 0.8em 1em;
  margin-top: 0.8em;
}

.result_compare_close {
  cursor: pointer;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 4em;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .result_compare {
    width: 66em;
  }

  .result_compare_wrap {
    padding: 7em 4em 0;
  }

  .result_compare_wrap img {
    margin-bottom: 3em;
  }
  .result_compare_wrap p {
    font-size: 2em;
    letter-spacing: 0.03em;
  }
}

/* ============ link ============ */
.link {
  padding: 6em 0 3em;
}

.link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em 2em;
}

.link ul li {
  width: 50em;
}

.link_banner {
  display: block;
}

.link_banner img {
  width: 100%;
}

.link_banner:hover {
  opacity: 0.85;
  transition: opacity 0.2s;
}

.link_txt {
  display: block;
  margin-top: 0.3em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}

.link_txt span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.link_txt img {
  display: inline-block;
  vertical-align: middle;
  width: 1.1em;
  margin-left: 0.2em;
}

.link_txt:hover span {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .link {
    padding: 12em 0 0;
  }

  .link ul {
    gap: 5em;
  }

  .link ul li {
    width: 68em;
  }

  .link_banner {
    width: 68em;
  }

  .link_txt {
    margin-top: 0.5em;
    font-size: 2.8em;
    font-weight: 600;
  }

  .link_txt img {
    width: 1.1em;
  }
}

/* ============ start ============ */
.start h2 {
  margin: 1em auto 1em;
  width: calc(94em / 2.15);
}

.start ul {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding-bottom: 4em;
}

.start ul li {
  width: 18em;
}

.start_img {
  width: 17em;
  border-radius: 1.5em;
  box-shadow: 0 0.3em 1em rgba(0, 0, 0, 0.12);
}

.start p {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1em;
  padding-right: 1em;
}

.start p span {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .start h2 {
    margin: 3em auto 0.5em;
    width: 100%;
  }

  .start ul {
    flex-wrap: wrap;
    gap: 4em 4em;
    padding-bottom: 10em;
  }

  .start ul li {
    width: 31.5em;
  }

  .start_img {
    width: 31.5em;
    border-radius: 2.5em;
  }

  .start p {
    font-size: 2.6em;
    font-weight: 600;
    padding-right: 0;
    margin-top: 0.5em;
  }
}

/* ============ share ============ */
/* ????Z?N?V?????????S????B?w?i?F?????[??ōL???邽??
   .lp_contents .lp_body section ?? max-width:108em ?????? */
.lp_contents .lp_body section.share {
  max-width: none;
}

.share {
  padding: 6em 0 4em;
  background-color: #fcd68c;
}

.share_inner {
  width: 108em;
  margin: 0 auto;
}

.share_top {
  width: 60em;
  margin: 0 auto;
}

.share_ttl {
  width: 50em;
  margin: 3em auto 1.8em;
}

.share_lead {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}

.share_note {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  margin-top: 1em;
  padding-right: 1em;
}

.share_note--right {
  padding-right: 0;
  padding-left: 1em;
  margin-top: 0.5em;
}

.share_column {
  width: 45.1em;
  margin: 6em auto 2em;
}

.share_column_list {
  display: flex;
  justify-content: center;
  gap: 1.2em;
}

.share_column_list li {
  flex: 1;
  max-width: 35em;
}

.share_column_list a {
  overflow: hidden;
  transition:
    opacity 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.share_column_list a:hover {
  opacity: 0.88;
  transform: translateY(-0.4em);
}

.share_column_list img {
  width: 100%;
}

/* ???E?h?b?g??SP?X???C?_?[??p?BPC????\?? */
.share_slider_arrow,
.share_slider_dots {
  display: none;
}

.share_design01 {
  position: absolute;
  top: 3em;
  left: calc(50% - 48em);
  width: 13em;
}

.share_design02 {
  position: absolute;
  top: 37em;
  left: calc(50% + 31em);
  width: 14.6em;
}

@media screen and (max-width: 1024px) {
  .share {
    padding: 18em 0 16em;
  }

  .share_inner {
    max-width: 100%;
    padding: 0 4em;
  }

  .share_top {
    width: 67em;
  }

  .share_ttl {
    width: 76em;
    margin: 4em auto 3em;
  }

  .share_lead {
    font-size: 2.9em;
  }

  .share_note {
    font-size: 2em;
    padding-right: 0;
  }

  .share_note--right {
    margin-top: 3em;
    padding-right: 1em;
  }

  .share_column {
    width: 64em;
    margin: 5em auto 3em;
  }

  /* ---- ?R?????X???C?_?[?iSP???j ---- */
  .share_slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .share_slider_viewport {
    position: relative;
    padding: 2em 0;
  }

  .share_column_list {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
    will-change: transform;
  }

  .share_column_list li {
    flex: 0 0 57.6em;
    max-width: none;
    opacity: 0.45;
    transition: opacity 0.45s ease;
  }

  .share_column_list li.is-active {
    opacity: 1;
  }

  .share_column_list img {
    width: 100%;
  }

  .share_slider.is-snapping .share_column_list li {
    transition: none;
  }

  .share_slider_arrow {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 6em;
    height: 6em;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/dprivate/sl-denka/100things/images/share_arrow.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    filter: drop-shadow(0 0.2em 0.6em rgba(0, 0, 0, 0.2));
    transform: translateY(-50%);
  }

  .share_slider_arrow--prev {
    left: 1em;
  }

  .share_slider_arrow--next {
    right: 1em;
    transform: translateY(-50%) scaleX(-1);
  }

  .share_slider_dots {
    display: flex;
    justify-content: center;
    gap: 2em;
  }

  .share_slider_dot {
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #949494;
    opacity: 0.75;
    cursor: pointer;
    transition:
      opacity 0.3s,
      transform 0.3s,
      background 0.3s;
  }

  .share_slider_dot.is-active {
    background: #d67645;
    opacity: 1;
    transform: scale(1.15);
  }

  .share_design01 {
    top: 6em;
    left: auto;
    right: 56em;
    width: 13.1em;
  }

  .share_design02 {
    top: 169em;
    left: 54em;
    width: 14.6em;
  }
}

/* ============ qa ============ */
.qa {
  padding: 8em 9em 0;
}

.lp_contents .qa_heading {
  color: #e72524;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.5;
}

.qa_list {
  display: flex;
  flex-direction: column;
}

.qa_item {
  width: 90em;
}

.qa_item + .qa_item {
  border-top: 0.2em solid #fff;
}

.qa_q {
  display: flex;
  align-items: center;
  gap: 1.5em;
  cursor: pointer;
  list-style: none;
  padding: 1.4em 2em;
  background-color: #f9c8c8;
}

.qa_q::-webkit-details-marker {
  display: none;
}

.qa_num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #e6473c;
  color: #fff;
  font-size: 2.25em;
  font-weight: 600;
}

.qa_ttl {
  flex: 1;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.5;
}

.qa_icon {
  position: relative;
  flex-shrink: 0;
  font-size: 1.8em;
  width: 2em;
  height: 2em;
}

.qa_icon::before,
.qa_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
  background-color: #000;
}

.qa_icon::before {
  width: 2em;
  height: 0.1em;
}

.qa_icon::after {
  width: 0.1em;
  height: 2em;
}

.qa_item[open] .qa_icon::after {
  opacity: 0;
}

.qa_a {
  padding: 2em 2em;
  background-color: #fff;
}

.qa_a-text {
  font-size: 1.9em;
}

.qa_accent {
  color: #e72524;
  font-weight: 600;
}

.qa_note {
  display: block;
  font-size: 0.6em;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .qa {
    padding: 6em 0 3em;
  }
  
  .lp_contents .qa_heading {
    font-size: 6em;
  }
  
  .qa_item {
    width: 100%;
  }
  
  .qa_item + .qa_item {
    border-top: 0.3em solid #fff;
  }
  
  .qa_q {
    gap: 1.2em;
    padding: 2em 6em 2em 4em;
  }
  
  .qa_num {
    position: relative;
    font-size: 3.5em;
    color: transparent;
    width: 2em;
    height: 2em;
  }
  
  .qa_num::before {
    content: "Q";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  
  .qa_ttl {
    font-size: 3.5em;
    line-height: 1.3;
  }
  
  .qa_icon {
    font-size: 3em;
  }
  
  .qa_icon::before {
    width: 2em;
    height: 0.08em;
  }
  
  .qa_icon::after {
    width: 0.08em;
    height: 2em;
  }
  
  .qa_a {
    padding: 2em 4em 6em;
  }
  
  .qa_a-text {
    font-size: 2.8em;
  }
  
  .qa_note {
    font-size: 0.72em;
  }
}

/* ============ cm ============ */
.cm {
  padding: 7em 0 21em;
}

.cm .cm_ttl {
  color: #e72524;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}

.cm_list {
  display: flex;
  justify-content: center;
  gap: 2em;
}

.cm_list li {
  flex: 1;
  max-width: 34em;
}

.cm_list a {
  overflow: hidden;
  box-shadow: 0 0.3em 1em rgba(0, 0, 0, 0.12);
  transition:
    opacity 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.cm_list a:hover {
  opacity: 0.9;
  transform: translateY(-0.4em);
  box-shadow: 0 0.6em 1.4em rgba(0, 0, 0, 0.18);
}

.cm_list img {
  width: 100%;
}

.cm_design01 {
  position: absolute;
  bottom: 8em;
  left: 0.3cm;
  width: 13.1em;
}

.cm_design02 {
  position: absolute;
  top: 3em;
  right: 0em;
  width: 14.6em;
}

@media screen and (max-width: 1024px) {
  .cm {
    padding: 7em 0 19em;
  }

  .cm .cm_ttl {
    font-size: 6em;
  }

  .cm_list {
    flex-direction: column;
    align-items: center;
    gap: 3em;
    padding: 0 4em;
  }

  .cm_list li {
    width: 100%;
    max-width: 67em;
  }

  .cm_design01 {
    bottom: 6em;
    left: 2em;
    width: 13.1em;
  }

  .cm_design02 {
    top: 5em;
    right: 4em;
    width: 14.6em;
  }
}
/* ============== floating ============== */
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.4em;
  padding: 1.5em 2em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0s 0.3s;
}

.floating.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.floating_btn {
  width: 50em;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.floating_item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating_note {
  margin-top: 0.5em;
  font-size: 1.2em;
  color: #000;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .floating {
    gap: 2em;
    padding: 2em 15em 0 3em;
    flex-direction: column;
    z-index: 0;
  }

  .floating_btn {
    width: 100%;
  }

  .floating_note {
    font-size: 2em;
    padding-right: 0.3em;
  }
}

/* ============ lp_footer ============ */
.lp_footer_line {
  height: 5em;
  width: 100%;
  background-image: repeating-linear-gradient(
    120deg,
    #e72424,
    #e72424 0.9em,
    #f5efd5 0.7em,
    #f5efd5 1.6em
  );
}

@media screen and (max-width: 1024px) {
  /* SP??????X?g???C?v??т??\?? */
  .lp_footer_line {
    display: none;
  }

}
/* 20260129 the following addition */
.komelist {
  font-size: 1.4em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .komelist {
    font-size: 2.6667vw;
    padding-left: 5.3333vw;
    text-indent: -2.6667vw;
  }
}

/* ?t?F?[?h?C???A?j???[?V???? */
.fadeIn {
  opacity: 0;
  transform: translateY(1rem);
}
.fadeIn.active {
  animation: fadeIn 0.4s ease-in-out both 0.2s;
}
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(1rem); }
  100% { opacity: 1; transform: translateY(0); }
}
