/* --------------------
  resetCss
-------------------- */
*,

*::before,

*::after {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



:where([hidden]:not([hidden='until-found'])) {

  display: none !important;

}



:where(html) {

  -webkit-text-size-adjust: none;

  color-scheme: dark light;

}



@supports not (min-block-size: 100dvb) {

  :where(html) {

    block-size: 100%;

  }

}



@media (prefers-reduced-motion: no-preference) {

  :where(html:focus-within) {

    scroll-behavior: smooth;

  }

}



:where(body) {

  block-size: 100%;

  block-size: 100dvb;

  line-height: 1.5;

  font-family: system-ui, sans-serif;

  -webkit-font-smoothing: antialiased;

}



:where(input, button, textarea, select) {

  font: inherit;

  color: inherit;

}



:where(textarea) {

  resize: vertical;

  resize: block;

}



:where(button, label, select, summary, [role='button'], [role='option']) {

  cursor: pointer;

}



:where(:disabled) {

  cursor: not-allowed;

}



:where(label:has(> input:disabled), label:has(+ input:disabled)) {

  cursor: not-allowed;

}



:where(button) {

  border-style: solid;

}



:where(a) {

  text-underline-offset: 0.2ex;

}



:where(ul, ol) {

  list-style: none;

}



:where(img, svg, video, canvas, audio, iframe, embed, object) {

  display: block;

}



:where(img, picture, svg) {

  max-inline-size: 100%;

  block-size: auto;

}



:where(p, h1, h2, h3, h4, h5, h6) {

  overflow-wrap: break-word;

}



:where(h1, h2, h3) {

  line-height: calc(1em + 0.5rem);

}



:where(hr) {

  border: none;

  border-block-start: 1px solid;

  color: inherit;

  block-size: 0;

  overflow: visible;

}



:where(:focus-visible) {

  outline: 2px solid var(--focus-color, Highlight);

  outline-offset: 2px;

}



:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {

  clip-path: inset(50%) !important;

  height: 1px !important;

  width: 1px !important;

  overflow: hidden !important;

  position: absolute !important;

  white-space: nowrap !important;

  border: 0 !important;

}

@media screen and (max-width: 767px) {
  #Contents {
    padding-top: 0rem;
  }
}


/* --------------------
  common
-------------------- */
body{
  background-color: #fff;
}
.body_cont_outer{
  background-color: #fff;
  font-family:'Noto Sans JP' ;
  color: #222222;
  padding-bottom: 16px;
}
@media screen and (min-width: 750px) {
  .body_cont_outer{
    padding-bottom: 36px;
  }
}
.body_cont{
  max-width: 750px;
  margin: auto;
}
.cta_btn img{
  display: block;
  width: 98%;
  margin: auto;
}
.cta_btn a{
  transition: opacity .2s;
}
.cta_btn a:hover{
  opacity: .7;
}
.u_img img{
  display: block;
  line-height: 1;
  margin-top: -2px;
}
.u_ic{
  position: relative;
  z-index: 1;
}
.u_indent{
	text-indent: -1em;
	padding-left: 1em;
}
/* --------------------
  header
-------------------- */
.logo {
  padding: 1.5% 5%;
  width: 46%;
}
/* --------------------
  fv
-------------------- */
.fv_sec{
  margin-bottom: -150%;
}
.fv_cont_btn{
  position: absolute;
  width: 100%;
  bottom: 39%;
}
/* --------------------
  5_ala_feature
-------------------- */
.ala_feature_sec{
  margin-bottom: -53%;
}
/* --------------------
  happiness_sec
-------------------- */
.happiness_sec{
  margin-bottom: -88%;
}
.happiness_cont_btn{
  position: absolute;
  width: 100%;
  bottom: 23%;
}

/* --------------------
  worries
-------------------- */
.worries_sec{
  background-color: #fff;
  padding-bottom: 3%;
}

/* --------------------
  5_ala
-------------------- */
.ala_sec{
  margin-top: -15%;
}
.ala_cont_btn{
  position: absolute;
  top: 33.3%;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
}
/* --------------------
  decrease
-------------------- */
.decrease_sec{
  margin-top: -13%;
}
/* --------------------
  product
-------------------- */
.product_sec{
  margin-top: -26%;
}
/* --------------------
  cta50
-------------------- */
.cta50_cont_btn{
  position: absolute;
  width: 86.5%;
  top: 66.5%;
  margin-left: 8%;
}
/* --------------------
  cta100
-------------------- */
.cta100_sec{
  margin-top: -15%;
  position: relative;
  z-index: 1;
}
.cta100_cont_btn{
  position: absolute;
  width: 86.5%;
  bottom: 4.5%;
  margin-left: 8%;
}
/* --------------------
  voice
-------------------- */
.voice_cont_btn{
  position: absolute;
  bottom: 2%;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
}
/* --------------------
  feature
-------------------- */
.feature_sec{
}
.feature_lst{
  margin-top: -6%;
}
.feature_lst_itm_03{
  margin-top: -89%;
}
.feature_carousel_box{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 7.3%;
  z-index: 2;
}

.feature_carousel_container {
  width: 100%;
  overflow: hidden;
}
.feature_carousel_lst_itm img {
  width: 100%;
  height: auto;
  display: block;
}
.feature_cont_btn{
  margin-top: 8%;
}
.feature_carousel_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.feature_carousel_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.feature_carousel_container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.feature_carousel_lst_itm img {
  width: 100%;
  height: auto;
  display: block;
}
/* --------------------
  product_02_sec
-------------------- */
.product_02_sec{
  margin-top: -6%;
}
/* --------------------
  faq
-------------------- */
.faq_sec_inner{
  background: url(../img/lon50_0001/faq_bg.png) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 8%;
}
.faq_title {
  width: 100%;
  padding-right: 30%;
  padding-left: 7%;
}
/* --------------------
   FAQ (Accordion)
-------------------- */
.faq_sec_inner{
  padding-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .faq_sec_inner{
    padding-bottom: 50px;
  }
}
.faq_cont{
  width: 92%;
  margin: auto;
}
.faq_dl{
  margin-top: 4%;
}
.faq_dl div:nth-child(n+1) dt {
  margin-top: 8%; 
}
.faq_dl dt {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s;
}
.faq_dl dt::after {
  content: "";
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 19%;
  background: url('../img/lon50_0001/faq_tri.png') no-repeat center center / contain;
  transition: transform 0.3s ease; 
}
.faq_dl div.is-open dt::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq_dl dd {
  display: none;
  margin: 0;
}
.faq_a_inner {
  background-color: #fff;
  color: #333;
  font-size: min(2.8vw, 26px);
  line-height: 1.6;
  padding: 4% 6% 6% 6%;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.faq_small{
  font-size: min(1.9vw, 17px);
  padding-top: 4%;
}
.faq_note{
  position: relative;
  display: inline-block;
  padding-right: 3%;
}
.faq_note_mark{
    position: absolute;
    right: 1%;
    top: 16%;
    font-size: 50%;
}
.faq_small_last{
  font-size: min(2.4vw, 20px);
  width: 92%;
  margin: auto;
  padding-top: 2%;
}

/* --------------------
   Scroll Animation
-------------------- */
.scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.scroll-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------
   追従CTAボタン
-------------------- */
.fix_btn {
  position: fixed;
  bottom: -1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  translate: 0 20px;
  transition: opacity 0.6s ease, translate 0.6s ease, visibility 0.6s ease;
}
@media screen and (min-width: 750px) {
  .fix_btn {
    bottom: -3%;
    width: 90%;
  }
  .fix_btn.cta_btn img{
    width: 70%;
  }
}
.fix_btn.is-show {
  opacity: 1;
  visibility: visible;
  translate: 0 0; 
}