@charset "utf-8";

html, body, div, span, object, iframe, embed, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/**************************

  base

***************************/
:root {
  --font-base: 'Noto Sans JP', 'Inter', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --font-noto_sans: "Noto Sans JP", sans-serif;
  --font-zen_kurenaido: "Zen Kurenaido", "Noto Sans JP", sans-serif;

  --color-white01: #fff;
  --color-black01: #000;
  --color-black02: #212226;
  --color-red01: #C84137;
  --color-yellow01: #FFF714;
  --color-brown01: #BE8246;
  --color-green01: #00C23D;
  --color-deep_green01: #618665;
  --color-blue01: #1B3FD0;
}

html:focus-within {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: auto !important;
}

body {
  font-size: 1em;
}

body {
  margin: 0;
  padding: 0;
}

img {
  line-height: 1;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.tsusanto_contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FDF9EF;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/design/bg_design01@2x.png);
  background-repeat: repeat;
  color: var(--color-black02);
  font-size: 16px;
  font-size: clamp(10px, 4.15vw, 20.8px);
  font-weight: 400;
  font-family: var(--font-base);
  letter-spacing: 0;
}

.tsusanto_contents ul, .tsusanto_contents ol, .tsusanto_contents li, .tsusanto_contents dl, .tsusanto_contents dt, .tsusanto_contents dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tsusanto_contents * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  font-family: inherit;
  letter-spacing: 0;
  box-sizing: border-box;
}

.tsusanto_contents p {
  line-height: 1.8;
  font-size: 1em;
}

.tsusanto_contents a {
  text-decoration: none;
}

.tsusanto_contents_main {
  position: relative;
  margin: 0 auto;
  background: #FDF9EF;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/design/bg_design01@2x.png);
  background-repeat: repeat;
  z-index: 5;
}


@media screen and (min-width:768px) {
  .tsusanto_contents {
    font-size: 18.76px;
  }

  .tsusanto_contents_main {
    max-width: 440px;
  }
}



/**************************

  parts

***************************/
.tsusanto_contents .main_sec {
  padding: 3.5em 0 3.9em;
}

.tsusanto_contents .contents_wrapper {
  width: 100%;
  max-width: 500px;
  padding: 0 1em;
  margin: 0 auto;
  box-sizing: border-box;
}

.tsusanto_contents .sec_heading01 {
  width: 100%;
  margin: 0 auto 1.4em;
  font-size: 1.3em;
}

.tsusanto_contents .sec_heading01 img {
  width: 100%;
}

.tsusanto_contents .font_bold {
  font-weight: 700;
}

.tsusanto_contents .strong_text01 {
  color: var(--color-red01);
  font-weight: 700;
}

.tsusanto_contents .attention_text01 {
  color: rgba(33, 34, 39, 0.62);
  font-size: 0.76em;
  line-height: 1.4;
}

@media screen and (max-width:768px) {
  .tsusanto_contents .pc_only {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .tsusanto_contents .sp_only {
    display: none !important;
  }

  .tsusanto_contents .contents_wrapper {
    max-width: 440px;
  }
}

/*-----------------------------------
  ruby_text
--------------------------------------*/
.tsusanto_contents .ruby_text {
  position: relative;
  white-space: nowrap;
}

.tsusanto_contents .ruby_text__ruby {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-82%) translateX(-50%);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: -0.02em;
  font-size: 0.69em;
  line-height: 1;
  white-space: nowrap;
}


/*-----------------------------------
  cta01
--------------------------------------*/
.tsusanto_contents .cta01 {
  position: relative;
  margin: 1em auto;
}

.tsusanto_contents .cta01 .attention_text01 {
  color: var(--color-black02);
  font-size: 0.86em;
}

.tsusanto_contents .cta01__logo_heading {
  width: 100%;
  margin: 0 auto 1.7em;
  text-align: center;
}

.tsusanto_contents .cta01__logo_heading img {
  width: 13.9em;
}

.tsusanto_contents .cta01__box {
  background: #fff;
  margin: 0 0 0.82em;
  box-shadow: 0 0.5em 0.5em #DDC6AC;
  border-radius: 10px;
}

.tsusanto_contents .cta01__box_inner {
  padding: 1.25em 1.1em 1.76em;
  border: 2px solid var(--color-deep_green01);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tsusanto_contents .cta01__box_tit {
  width: 100%;
  text-align: center;
}

.tsusanto_contents .cta01__box_tit img {
  width: 44%;
  margin: 0.2em auto 1.02em;
}

.tsusanto_contents .cta01__box_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 0.82em;
       column-gap: 0.82em;
}

.tsusanto_contents .cta01__box_block_img_block {
  width: 50%;
}

.tsusanto_contents .cta01__box_block_img_block img {
  width: 100%;
}

.tsusanto_contents .cta01__box_block_contents {
  flex: 1;
  padding: 0 0.44em;
  font-size: 1em;
  text-align: center;
}

.tsusanto_contents .cta01 .cta01__box_block_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 0.1em 0.2em;
  margin: 0 auto 0.62em;
  color: var(--color-red01);
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.tsusanto_contents .cta01 .cta01__box_block_name {
  margin: 0 auto 0.44em;
}

.tsusanto_contents .cta01__box_block_name img {
  width: 100%;
}

.tsusanto_contents .cta01 .cta01__box_block_sub_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.47em 0.82em 0.5em;
  background: var(--color-red01);
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}


.tsusanto_contents .cta01__box_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8em auto 0;
  padding: 1em 3.0em 1em 0.96em;
  border-radius: 10em;
  background: var(--color-green01);
  color: #fff;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  box-shadow: 0 6px 0 #004C18;
  transform: translateY(0);
}

.tsusanto_contents .cta01__box_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10em;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%) no-repeat;
  opacity: 0.25;
  z-index: -1;
}

.tsusanto_contents .cta01__box_btn:hover {
  color: #fff;
  box-shadow: 0 3.5px 0 #004C18;
  transform: translateY(2.5px);
}

.tsusanto_contents .cta01__box_btn_sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.44em;
  width: 3.1em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-yellow01);
  color: #00922E;
  font-size: 0.86em;
  font-weight: 700;
}


.tsusanto_contents .cta01__box_tel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  min-height: 5em;
  padding: 0.96em 1.4em 1em;
  overflow: hidden;
  background: var(--color-deep_green01);
  color: #fff;
  font-size: 1em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tsusanto_contents .cta01__box_tel:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.tsusanto_contents .cta01__box_tel_number {
  margin: 0 0 0.39em;
}

.tsusanto_contents .cta01__box_tel_number img {
  width: 13.4em;
}

.tsusanto_contents .cta01 .cta01__box_tel_text {
  font-size: 0.86em;
  font-weight: 400;
  line-height: 1.2;
}

.tsusanto_contents .cta01 .cta01__box_tel_tap_hint {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.76em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 98.2%;
  width: auto;
  aspect-ratio: 1/1;
  text-align: center;
  background: #4A6D4E;
  border-radius: 100px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (min-width:768px) {
  .tsusanto_contents .fixed_cta__cta_block .cta01__box_btn {
    font-size: 1.4em;
  }

  .tsusanto_contents .fixed_cta__cta_block .contents_wrapper {
    max-width: 390px;
  }
}


/*-----------------------------------
  fixed
--------------------------------------*/
@media screen and (max-width:960px) {
  .tsusanto_contents .fixed_cta {
    display: none !important;
  }
}

.tsusanto_contents .fixed_cta {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #FDF4EA;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/design/bg_design01@2x.png);
  background-repeat: repeat;
  z-index: 1;
}

.tsusanto_contents .fixed_cta__bg_block {
  width: 50%;
  height: auto;
}

.tsusanto_contents .fixed_cta__bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tsusanto_contents .fixed_cta__cta_block {
  padding-left: calc(440px / 2);
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(8px, 1.17vw, 16px);
}

.tsusanto_contents .fixed_cta__cta_block .cta01__box_inner {
  border-radius: 10px;
}

.tsusanto_contents .fixed_cta__cta_block_tel {
  margin-top: 2.0em;
  text-align: center;
}

.tsusanto_contents .fixed_cta__cta_block_tel_number {
  display: block;
  margin-bottom: 0.35em;
}




@media screen and (min-width:960px) {
  .tsusanto_contents .fixed_footer {
    display: none !important;
  }
}


.tsusanto_contents .fixed_footer {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(32%);
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 0.4em 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease-in-out, transform 0.40s ease-in-out;
}

.tsusanto_contents .fixed_footer.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}

.tsusanto_contents .fixed_footer .fixed_footer__inner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 0.54em;
       column-gap: 0.54em;
  padding: 0 0.5em;
  height: 3.9em;
}

.tsusanto_contents .fixed_footer__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5em;
  height: auto;
  background: #618665;
  border-radius: 2.0em;
}

.tsusanto_contents .fixed_footer__tel img {
  width: 44%;
}

.tsusanto_contents .fixed_footer .fixed_footer__contact {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.82em 3.0em 1em 0.76em;
  border-radius: 10em;
  background: var(--color-green01);
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.tsusanto_contents .fixed_footer .fixed_footer__contact_sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.32em;
  width: 3.0em;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-yellow01);
  color: #00922E;
  font-size: 0.87em;
  font-weight: 700;
}


/**************************

  animation

***************************/
/*-----------------------------------
  marker
--------------------------------------*/
.js-scroll_animate_marker {
  display: inline;
  background: linear-gradient(to right, var(--color-yellow01) 0%, var(--color-yellow01) 0%) no-repeat;
  background-size: 0% 44%;
  background-position: 0% 50%;
  transition: background-size 2.0s ease;
}

.js-scroll_animate_marker.is-marker {
  background-size: 100% 87%;
}


/*-----------------------------------
  アコーディオン
--------------------------------------*/
.js-acc_wrapper {}

.js-acc_switch {
  cursor: pointer;
}

.js-acc_target {
  display: none;
}

/*-----------------------------------
  js-fixed
--------------------------------------*/
.js-fixed_footer_trigger {
  width: 100%;
  height: 1px;
}


/*-----------------------------------
  modal
--------------------------------------*/
/*
html[data-device="iphone"] {
  overflow: hidden;
}
body[data-device="iphone"] {
	// safari用
  //position: fixed;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
*/
body.modal-active {
  position: fixed;
  left: 0;
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: transparent;
  transition: opacity 0.4s;
  z-index: 9996;
}

.modal::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 200vw;
  height: 200vh;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.82);
  z-index: -1;
}

.modal.modal-active {
  pointer-events: all;
  opacity: 1;
}

.modal__inner {}


.modal__contents {
  --max-height: 92.9svh;
  position: absolute;
  display: none;
  top: 50%;
  top: 50svh;
  left: 50%;
  transform: translateX(-50%) translateY(-50.28%);
  max-height: var(--max-height);
  box-sizing: border-box;

  opacity: 0;
  pointer-events: none;
}

.modal__contents.current {
  display: block;
  opacity: 1;
  pointer-events: all;
}


.modal__contents_inner {
  width: 100%;
  height: 100%;
  max-height: var(--max-height);
  overflow: auto;
  overflow-x: hidden;
}

.modal__cancel_btn {
  --size: 3.2em;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--size);
  height: var(--size);
  cursor: pointer;
}

.modal__cancel_btn::before,
.modal__cancel_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 92%;
  height: 0.30em;
  border-radius: 73em;
  background: #fff;
}

.modal__cancel_btn::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.modal__cancel_btn::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*****
  movie_modal
*****/

.movie_modal__contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.movie_modal__contents::before,
.movie_modal__contents::after {
  content: "";
  position: absolute;
  top: -2.0em;
  right: 0.25em;
  width: 2.0em;
  height: 0.25em;
  background: #fff;
  pointer-events: none;
  border-radius: 10em;
}

.movie_modal__contents::before {
  transform: rotate(45deg);
}

.movie_modal__contents::after {
  transform: rotate(-45deg);
}

.movie_modal__contents iframe, .movie_modal__contents img, .movie_modal__contents video {
  width: 100%;
  aspect-ratio: 1280/720;
  max-width: 960px;
  max-height: 62vh;
  -o-object-fit: contain;
     object-fit: contain;
  line-height: 1;
}

@media screen and (min-width:768px) {
.movie_modal__contents iframe, .movie_modal__contents img, .movie_modal__contents video {
  min-width: 690px;
}
}
@media screen and (max-width:768px) {
  .movie_modal__contents {
    width: 96%;
  }
}

/**************************

  header

***************************/
.tsusanto_contents .header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
}

.tsusanto_contents .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1em 0.96em;
  background: var(--color-red01);
}

.tsusanto_contents .header__logo {
  line-height: 1 !important;
}

.tsusanto_contents .header__logo img {
  width: auto;
  height: 1.1em;
}

.tsusanto_contents .header__lead {
  line-height: 1 !important;
}

.tsusanto_contents .header__lead img {
  width: auto;
  height: 1.06em;
}

@media screen and (min-width:768px) {
  .tsusanto_contents .header__inner {
    background: var(--color-red01);
    max-width: 440px;
  }
}


/**************************

  contents

***************************/
/*-----------------------------------
  mv
--------------------------------------*/
.tsusanto_contents .mv {
  position: relative;
  margin-bottom: 3.9em;
}

.tsusanto_contents .mv .contents_wrapper {
  position: relative;
  padding-top: 1.3em;
  padding-bottom: 2.2em;
  z-index: 10;
}

.tsusanto_contents .mv__bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tsusanto_contents .mv__contents {
  padding-left: 0.1em;
}

.tsusanto_contents .mv__tit {
  margin-bottom: 0.55em;
}

.tsusanto_contents .mv__tit img {
  width: 100%;
}

.tsusanto_contents .mv__block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 0.55em;
       column-gap: 0.55em;
}

.tsusanto_contents .mv__block_img_block img {
  position: relative;
  top: 0.28em;
  width: 8.2em;
}

.tsusanto_contents .mv__block_illust_block img {
  width: 11em;
}

.tsusanto_contents .mv+.cta01 {
  margin: 0;
}

.tsusanto_contents .mv__movie {
  position: absolute;
  bottom: -2em;
  right: 1em;
  width: 9.2em;
}

.tsusanto_contents .mv__movie_text {
  width: 92%;
  text-align: center;
  margin: 0 auto 0.2em;
}

.tsusanto_contents .mv__movie_text img {
  width: 100%;
}

.tsusanto_contents .mv__movie_img {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.tsusanto_contents .mv__movie_img:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

.tsusanto_contents .mv__movie_img img {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  border-radius: 5px;
  border: 2px solid var(--color-red01);
}

.tsusanto_contents .mv__movie_img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/tsusanto/lp/symptoms1/images/2025/design/movie_start_mark01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
}


/*-----------------------------------
  worry_sec
--------------------------------------*/
.tsusanto_contents .worry_sec {
  padding-bottom: 0
}

.tsusanto_contents .worry_sec__heading {}

.tsusanto_contents .worry_sec__tit {
  line-height: 1;
  margin: 1.6em auto 0.87em;
  font-size: 1.15em;
}

.tsusanto_contents .worry_sec__tit img {
  width: 100%;
}

.tsusanto_contents .worry_sec__list {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

.tsusanto_contents .worry_sec__list_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
  line-height: 1.4;
  font-size: 1em;
  list-style: none;
}

.tsusanto_contents .worry_sec__list_item::before {
  content: "";
  position: relative;
  top: -0.055em;
  display: block;
  width: 1.4em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/icon/icon_check_mark01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tsusanto_contents .worry_sec__list_item+.worry_sec__list_item {
  margin-top: 0.54em;
}

.tsusanto_contents .worry_sec__block {
  width: 96%;
  margin: 1.8em auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.44em;
       column-gap: 0.44em;
  font-size: 1.2em;
}

.tsusanto_contents .worry_sec .worry_sec__block_text {
  position: relative;
  transform: translateY(-5.4%);
  text-align: center;
  z-index: 10;
  line-height: 1.6;
  font-size: 1.0em;
}

.tsusanto_contents .worry_sec__block_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-48.7%);
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100em;
  background: #fff;
  z-index: -1;
}

@media screen and (min-width:768px) {
  .tsusanto_contents .worry_sec {
    padding-top: 1em;
  }
}

/*-----------------------------------
  points
--------------------------------------*/
.tsusanto_contents .points_sec {
  position: relative;
}

.tsusanto_contents .points_sec__block {
  display: grid;
  grid-template-columns: 14.17em 1fr;
  -moz-column-gap: 0.73em;
       column-gap: 0.73em;
  row-gap: 1.1em;
  margin-top: 1.7em;
}

.tsusanto_contents .points_sec__block_img_block img {
  width: 100%;
}

.tsusanto_contents .points_sec__block_tit img {
  width: 100%;
}

.tsusanto_contents .points_sec__block_contents {
  grid-column: 1/3;
}

.tsusanto_contents .points_sec .points_sec__block_text {
  margin: 0 0 0.62em;
  font-size: 1.11em;
  line-height: 1.8;
}

.tsusanto_contents .points_sec .points_sec__block_text_strong {
  text-align: center;
  width: 100%;
  padding: 1.32em 0.5em 0.69em;
  background: rgba(200, 65, 55, 0.2);
  color: var(--color-red01);
  font-weight: 700;
}

.tsusanto_contents .points_sec .points_sec__block_text_strong span {
  font-weight: 700;
}

.tsusanto_contents .points_sec__block_sub_tit01 img {
  width: 100%;
}


.tsusanto_contents .points_sec__block_adviser {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin: 1.6em 0 1.5em;
}

.tsusanto_contents .points_sec__block_adviser_block {
  flex: 1;
}

.tsusanto_contents .points_sec__block_adviser_tit {}

.tsusanto_contents .points_sec__block_adviser_tit {
  position: relative;
  width: 87.6%;
  padding: 0.62em 0.1em 0.76em;
  min-height: 5.6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 10px;
  background: var(--color-brown01);
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.tsusanto_contents .points_sec__block_adviser_tit::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.1em;
  height: auto;
  aspect-ratio: 17/13;
  background: var(--color-brown01);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tsusanto_contents .points_sec__block_adviser_inner {
  padding: 1.25em 0.2em 1.25em;
  background: #fff;
  text-align: center;
}

.tsusanto_contents .points_sec__block_adviser_icon {
  margin: 0 auto 0.69em;
  text-align: center;
}

.tsusanto_contents .points_sec__block_adviser_icon img {
  width: 5em;
}

.tsusanto_contents .points_sec .points_sec__block_adviser_profile {
  margin: 0 0 0.32em;
  font-size: 1em;
}

.tsusanto_contents .points_sec .points_sec__block_adviser_profile img {
  width: auto;
  height: 1.25em;
}

.tsusanto_contents .points_sec .points_sec__block_adviser_text {
  font-size: 0.86em;
}

.tsusanto_contents .points_sec__block_consult_list {
  margin-top: 1.1em;
}

.tsusanto_contents .points_sec__block_consult_list_item {
  position: relative;
  background: #fff;
  padding: 1em 0.82em 1.1em 1.25em;
  margin-top: 0.76em;
  margin-right: 1.5em;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  font-size: 1em;
  line-height: 1.4;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.12));
}

.tsusanto_contents .points_sec__block_consult_list_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(100% - 1px);
  width: 1.44em;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 100%, 0% 100%);
  background: #fff;
}


/*-----------------------------------
  cause_sec
--------------------------------------*/
.tsusanto_contents .cause_sec {
  position: relative;
  padding-bottom: 3.5em;
  background: #fff;
  overflow: hidden;
}

.tsusanto_contents .cause_sec__heading {}

.tsusanto_contents .cause_sec__list {}

.tsusanto_contents .cause_sec__list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.82em;
       column-gap: 0.82em;
  width: 93.9%;
  padding: 1.1em 0.92em 1.11em;
  margin: 0;
  font-size: 1em;
  background: #fff;
  border: 1px solid var(--color-red01);
  border-radius: 5px;
}

.tsusanto_contents .cause_sec .cause_sec__list_item_text {
  line-height: 1.6;
  font-family: var(--font-zen_kurenaido);
}

.tsusanto_contents .cause_sec__list_item+.cause_sec__list_item {
  margin-top: -0.55em;
  margin-left: auto;
}

.tsusanto_contents .cause_sec__list_item:nth-of-type(n+2) {
  flex-direction: row-reverse;
}

.tsusanto_contents .cause_sec__list_item>img {
  min-width: 24%;
}


.tsusanto_contents .cause_sec__tit01 {
  position: relative;
  left: -1.0em;
  width: calc(100% + 2.0em);
  padding: 0.87em 0.1em 1.1em;
  margin: 2em auto 1.9em;
  background: var(--color-red01);
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.tsusanto_contents .cause_sec__tit01::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.7em;
  height: auto;
  aspect-ratio: 32/20;
  background: var(--color-red01);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tsusanto_contents .cause_sec__tit02 {
  position: relative;
  padding: 0.87em 0.62em 0.92em;
  margin: 1.82em auto 1.3em;
  background: var(--color-brown01);
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 10px;
}

.tsusanto_contents .cause_sec__tit02::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.1em;
  height: auto;
  aspect-ratio: 17/13;
  background: var(--color-brown01);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tsusanto_contents .cause_sec .cause_sec__text {
  margin: 0 0 1em;
  font-size: 1.1em;
}

.tsusanto_contents .cause_sec__img_block01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.32em;
}

.tsusanto_contents .cause_sec__block01 {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin: 1.4em 0;
}

.tsusanto_contents .cause_sec__block01_img_block img {
  width: 6.2em;
}

.tsusanto_contents .cause_sec__block01_contents {
  flex: 1;
}

.tsusanto_contents .cause_sec__block01_contents p {
  font-size: 1em;
  line-height: 1.6;
}

.tsusanto_contents .cause_sec__block02 {
  display: flex;
}

.tsusanto_contents .cause_sec__block02_inner {
  flex: 1;
  text-align: center;
}

.tsusanto_contents .cause_sec__block02_img_block {
  margin: 0 auto 0.69em;
}

.tsusanto_contents .cause_sec__block02_img_block img {
  width: 7.3em;
}

.tsusanto_contents .cause_sec .cause_sec__block02_text {
  margin: 0 0 0.28em;
  font-size: 0.86em;
  line-height: 1.32;
}

.tsusanto_contents .cause_sec .cause_sec__block02_strong_text {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.32;
}

.tsusanto_contents .cause_sec__block02_inner:nth-of-type(1) .cause_sec__block02_strong_text {
  color: var(--color-red01);
}

.tsusanto_contents .cause_sec__block02_inner:nth-of-type(2) .cause_sec__block02_strong_text {
  color: var(--color-black02);
}


.tsusanto_contents .cause_sec__box {
  margin: 2.0em auto 1.8em;
  padding: 1.8em 1.5em 1.4em;
  background: #FDF9EF;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/design/bg_design01@2x.png);
  background-repeat: repeat;
  border-radius: 10px;
}

.tsusanto_contents .cause_sec__box_tit {
  width: 100%;
  margin: 0 auto 0.82em;
}

.tsusanto_contents .cause_sec__box_tit img {
  width: 100%;
}

.tsusanto_contents .cause_sec__box_img_block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.92em auto 0;
}



/*-----------------------------------
  features_sec
--------------------------------------*/
.tsusanto_contents .features_sec {
  padding-bottom: 2.5em;
  background: #fff;
}

.tsusanto_contents .features_sec__heading {}

.tsusanto_contents .features_sec__block {
  position: relative;
  margin-top: 2.55em;
}

.tsusanto_contents .features_sec__block_tit img {
  position: absolute;
  top: -1.3em;
  right: 0;
  z-index: 10;
  font-size: 1em;
  width: 2.15em;
}

.tsusanto_contents .features_sec__block_img_block {
  position: relative;
  left: -1.0em;
  width: calc(100% + 2.0em);
  margin: 0 auto 1em;
}

.tsusanto_contents .features_sec__block_img_block img {
  width: 100%;
}

.tsusanto_contents .features_sec__block_contents {}

.tsusanto_contents .features_sec__block_contents p {
  font-size: 1.11em;
  line-height: 1.8;
}


.tsusanto_contents .features_sec__product_block {
  margin-top: 2.69em;
}

.tsusanto_contents .features_sec__product_block_img_block {
  width: 100%;
  margin: 0 auto 1em;
}

.tsusanto_contents .features_sec__product_block_img_block img {
  width: 100%;
}

.tsusanto_contents .features_sec__product_block_name {
  margin: 0 auto 0.55em;
}

.tsusanto_contents .features_sec__product_block_name img {
  width: 100%;
}

.tsusanto_contents .features_sec__product_block_tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.20em 0.76em 0.25em;
  margin: 0 0 1.0em;
  border: 1px solid #000;
  font-size: 1em;
  line-height: 1.1;
}

.tsusanto_contents .features_sec .features_sec__product_block_text {
  margin: 0 0 1.1em;
  font-size: 0.86em;
  line-height: 1.6;
}

.tsusanto_contents .features_sec__product_block_list {
  margin: 0 0 1em;
}

.tsusanto_contents .features_sec__product_block_list_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.44em;
       column-gap: 0.44em;
  margin-bottom: 0.55em;
  color: #BE8246;
  font-size: 1em;
  font-family: var(--font-zen_kurenaido);
  font-weight: 600;
  line-height: 1.4;
}

.tsusanto_contents .features_sec__product_block_list_item::before {
  content: "";
  position: relative;
  display: block;
  min-width: 1.5em;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/icon/icon_check_mark01.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.tsusanto_contents .features_sec__product_block_detail_tit {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  font-size: 0.92em;
  font-weight: 400;
  padding: 1em 2.2em 1.1em;
  margin: 0 0 1.1em;
  border: 1px solid #787878;
}

.tsusanto_contents .features_sec__product_block_detail_tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateX(0) translateY(-75%) rotate(45deg);
  transform-origin: 76% 76%;
  width: 0.55em;
  height: auto;
  aspect-ratio: 1/1;
  border-bottom: 1.6px solid #000;
  border-right: 1.6px solid #000;
  transition: transform 0.35s;
}

.tsusanto_contents .features_sec__product_block_detail.active .features_sec__product_block_detail_tit::after {
  transform: translateX(0) translateY(-75%) rotate(45deg) rotateY(180deg) rotateX(180deg);
}

.tsusanto_contents .features_sec__product_block_detail_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tsusanto_contents .features_sec__product_block_detail_block {
  width: 100%;
  margin-bottom: 0.96em;
}


.tsusanto_contents .features_sec__product_block_detail_inner[data-col="2"] {
  flex-direction: row;
  -moz-column-gap: 1.76em;
       column-gap: 1.76em;
}

.tsusanto_contents .features_sec__product_block_detail_inner[data-col="2"] .features_sec__product_block_detail_block {
  flex: 1;
}

.tsusanto_contents .features_sec__product_block_detail_sub_tit {
  padding: 0.76em 0.2em 0.92em;
  margin-bottom: 0.62em;
  border: 1px solid #C8C8C8;
  border-left: 0;
  border-right: 0;
  font-size: 0.87em;
  font-weight: 400;
  line-height: 1.4;
}

.tsusanto_contents .features_sec__product_block_detail_list {}

.tsusanto_contents .features_sec__product_block_detail_list_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0em 0.1em;
  font-size: 0.87em;
  line-height: 1.6;
}

.tsusanto_contents .features_sec__product_block_detail_list_item dt::after {
  content: "………";
}
.tsusanto_contents .features_sec__product_block_detail_list_item dd {
  white-space: nowrap;
}

.tsusanto_contents .features_sec__product_block_detail_text {
  margin-top: 0.15em;
  font-size: 0.80em;
  line-height: 1.6;
}


.tsusanto_contents .features_sec .attention_text01 {
  padding-top: 1.1em;
}

.tsusanto_contents .features_sec .attention_text01+.attention_text01 {
  padding-top: 0.82em;
}


/*-----------------------------------
  message_sec
--------------------------------------*/
.tsusanto_contents .message_sec {
  padding-top: 2.5em;
  padding-bottom: 0;
}

.tsusanto_contents .message_sec .cta01 {
  padding: 3.5em 0 3.55em;
  background: #fff;
}

.tsusanto_contents .message_sec__heading {
  margin-bottom: 1em;
}

.tsusanto_contents .message_sec__img_block {
  margin: 0 auto 1.4em;
  text-align: center;
  width: 100%;
}

.tsusanto_contents .message_sec__contents p {
  margin-bottom: 2em;
}


/*-----------------------------------
  voice_sec
--------------------------------------*/
.tsusanto_contents .voice_sec {
  padding-bottom: 1.7em;
}

.tsusanto_contents .voice_sec__list {
  display: block;
}

.tsusanto_contents .voice_sec__list_item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.82em 1.15em 1.5em;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/design/voice_sec__list_item_bg@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
  font-family: var(--font-zen_kurenaido);
  letter-spacing: 0;
  -webkit-text-decoration: underline 1px #D6B590;
          text-decoration: underline 1px #D6B590;
  text-underline-offset: 0.55em;
  line-height: 2.0;
}

.tsusanto_contents .voice_sec__list_item+.voice_sec__list_item {
  margin-top: 1em;
}

.tsusanto_contents .voice_sec__list_item_strong {
  color: var(--color-red01);
}

.tsusanto_contents .voice_sec__tit {
  position: relative;
  padding: 0.87em 0.62em 0.92em;
  margin: 2em auto 1.7em;
  background: var(--color-brown01);
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-radius: 10px;
}

.tsusanto_contents .voice_sec__tit::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 1.1em;
  height: auto;
  aspect-ratio: 17/13;
  background: var(--color-brown01);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tsusanto_contents .voice_sec__figure {
  text-align: center;
}

.tsusanto_contents .voice_sec__figure img {
  width: 96%;
  max-width: 390px;
}

.tsusanto_contents .voice_sec .attention_text01 {
  margin-top: 1.1em;
  color: rgba(33, 34, 39, 0.62);
  font-size: 0.76em;
}

@media screen and (min-width:768px) {
  .tsusanto_contents .voice_sec {
    padding-top: 2.8em;
  }
}

/*-----------------------------------
  faq_sec
--------------------------------------*/
.tsusanto_contents .faq_sec {
  padding-bottom: 1.0em;
  background: #fff;
}

.tsusanto_contents .faq_sec .cta01 {
  margin-top: 3.5em;
}

.tsusanto_contents .faq_sec__list {}

.tsusanto_contents .faq_sec__list_item {
}

.tsusanto_contents .faq_sec__list_item_question,
.tsusanto_contents .faq_sec__list_item_answer {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 0.92em 3.55em 0.96em 1.1em;
  font-size: 1.0em;
}

.tsusanto_contents .faq_sec__list_item_question p,
.tsusanto_contents .faq_sec__list_item_answer p {
  font-size: 1.1em;
  line-height: 1.4;
}

.tsusanto_contents .faq_sec__list_item_question a,
.tsusanto_contents .faq_sec__list_item_answer a {
  color: var(--color-blue01);
  text-decoration: underline;
}

.tsusanto_contents .faq_sec__list_item_question a:hover,
.tsusanto_contents .faq_sec__list_item_answer a:hover {
  color: inherit;
}

.tsusanto_contents .faq_sec__list_item_question {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 4.4em;
  margin-bottom: 1.0em;
}

.tsusanto_contents .faq_sec__list_item_question .acc_switch_mark {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  display: block;
  width: 2.5em;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--color-red01);
}

.tsusanto_contents .faq_sec__list_item_question .acc_switch_mark::before,
.tsusanto_contents .faq_sec__list_item_question .acc_switch_mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 47%;
  height: 0.15em;
  background-color: #fff;
  border-radius: 0.1em;
  transition: 0.25s ease-in-out;
}

.tsusanto_contents .faq_sec__list_item_question .acc_switch_mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.tsusanto_contents .js-acc_wrapper.active .faq_sec__list_item_question .acc_switch_mark::after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.tsusanto_contents .faq_sec__list_item_answer {
  padding: 0;
  margin-bottom: 1.3em;
  border-color: var(--color-red01);
}

.tsusanto_contents .faq_sec__list_item_answer_inner {
  padding: 0.96em 1.1em 1.0em 4.0em;
}

.tsusanto_contents .faq_sec__list_item_answer_inner::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0.62em;
  width: 2.5em;
  height: auto;
  aspect-ratio: 40/50;
  background-image: url(/tsusanto/lp/symptoms1/images/2025/icon/faq__icon01@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.tsusanto_contents .faq_sec__list_item_answer[data-icon="02"] .faq_sec__list_item_answer_inner::before {
  background-image: url(/tsusanto/lp/symptoms1/images/2025/icon/faq__icon02@2x.png);
}

@media screen and (min-width:768px) {
  .tsusanto_contents .faq_sec {
    padding-bottom: 2.5em;
  }
}



/*-------------------------------------------
footer
-------------------------------------------*/
.footer_outer {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 3.2em 0 2.0em;
  z-index: 10;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (min-width:768px) {
  .footer_outer {
    min-width: 940px;
    padding-bottom: 1.0em;
  }
}
@media screen and (max-width:960px) {
}



@media screen and (min-width:768px) {
  footer {
    width: 940px;
    margin: 0 auto;
  }

  #cmn_foot {
    position: relative;
    padding: 10px 0 15px;
    font-size: 12px;
    margin-top: 30px;
  }

  #cmn_foot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1120px;
    max-width: 100%;
    height: 1px;
    background-color: #898989;
  }

  #cmn_foot .inner {
    width: 940px;
    display: table;
  }

  #cmn_foot a {
    color: #000;
    text-decoration: none;
  }

  #cmn_foot .logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    width: 140px;
  }

  #cmn_foot .menu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

  #cmn_foot .menu li {
    display: inline-block;
    margin-left: 40px;
  }

  #cmn_foot .copy {
    display: block;
    margin: 5px auto 0;
    width: 940px;
    vertical-align: middle;
    text-align: right;
  }
}

@media screen and (max-width:768px) {
  footer {
    width: 100%;
    margin: 0 auto;
  }

  #cmn_foot {
    position: relative;
    padding: 10px 0 15px;
    font-size: 12px;
    margin-top: 30px;
  }

  #cmn_foot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #898989;
  }

  #cmn_foot .inner {
    width: 100%;
    display: table;
  }

  #cmn_foot a {
    color: #000;
    text-decoration: none;
  }

  #cmn_foot .logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    text-indent: initial;
    background: transparent;
    width: 110px;
    margin-right: 10px;
  }

  #cmn_foot .menu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

  #cmn_foot .menu li {
    display: block;
    text-align: right;
  }

  #cmn_foot .copy {
    display: block;
    margin: 10px auto 0;
    width: 94%;
    text-align: left;
  }
}

.btn-check-prescription{
  width : 40%;
}

.emphasis {
  color: #d80c18;
}