/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%; font: inherit; vertical-align: baseline;  background: transparent;}body {  line-height: 1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {  display: block;}nav ul {  list-style: none;}blockquote,q {  quotes: none;}blockquote:before,blockquote:after,q:before,q:after {  content: '';  content: none;}a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent;}
/* change colours to suit your needs */
ins {  background-color: #ff9;  color: #000;  text-decoration: none;}
/* change colours to suit your needs */
mark {  background-color: #ff9;  color: #000;  font-style: italic;  font-weight: bold;}del {  text-decoration: line-through;}abbr[title],dfn[title] {  border-bottom: 1px dotted;  cursor: help;}table {  border-collapse: collapse;  border-spacing: 0;}
/* change border colour to suit your needs */
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #cccccc;  margin: 1em 0;  padding: 0;}input,select {  vertical-align: middle;}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: #F3F3F3;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "NotoSansJP", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #3D0000;
  text-spacing-trim: space-all;
  overflow-y: scroll;
}

ul,
ol {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (any-hover: none) {
  a:active {
    text-decoration: none;
  }
}

span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

img,
video,
iframe {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
  field-sizing: content;
}

select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
.main,
.footer {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #FFF;
}

.btn {
  display: block;
  width: 93%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.fixed-btn {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}

.fixed-btn.hidden {
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}

.fixed-btn .btn {
  position: static;
}

section,
footer {
  position: relative;
}

.fv .btn {
  margin-bottom: 21.533%;
  bottom: 0;
}

.intro {
  margin-top: -9.333%;
}

.contents {
  margin-top: -2.8%;
}

.worry {
  margin-top: -6.933%;
}

.cause {
  margin-top: -10.266%;
  z-index: 1;
}

.solution {
  margin-top: -10.8%;
}

.review {
  padding: 8.666% 0 19.733%;
  background-image: url(../img/review-bg.webp);
  background-size: cover;
  background-position: center;
}

.review .list {
  --val: min(0.133vw, 0.853px);
  margin-top: 8.266%;
}

.review .list li {
  margin: 0 calc(var(--val) * 40);
}

.slick-prev,
.slick-next {
  width: calc(var(--val) * 63);
  height: calc(var(--val) * 63);
  position: absolute;
  top: 38.342%;
  z-index: 10;
}
.slick-prev::before,
.slick-next::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/slide-arrrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-prev::before, .slick-prev::after,
.slick-next::before,
.slick-next::after {
  opacity: 1;
}

.slick-prev {
  left: calc(var(--val) * 40);
  transform: translate(-38%, 0);
}

.slick-next {
  right: calc(var(--val) * 40);
  transform: translate(38%, 0);
}
.slick-next::before {
  rotate: 180deg;
}

.thought {
  margin-top: -11.733%;
}

.point {
  margin-top: -2.266%;
}

.cta01 {
  margin-top: -14%;
}

.cta01 .btn {
  margin-bottom: 6.733%;
  bottom: 0;
}

.cta02 {
  margin-top: -14.133%;
}

.cta02 .btn {
  margin-bottom: 6.466%;
  bottom: 0;
}

.footer-top {
  position: relative;
}

.footer-top .btn {
  margin-top: 5.333%;
  top: 0;
}

.footer-top .link {
  width: 34.133%;
  margin: 0 auto 4.466%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer-top .link:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .footer-top .link:active {
    opacity: 0.7;
  }
}