@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  overflow: hidden;
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

/*///////////////////////////////

bace

/////////////////////////////*/
/*///////////////////////////////

variable

/////////////////////////////*/
/*-----------------------------
ブレークポイント
-----------------------------*/
/*-----------------------------
color
-----------------------------*/
/*///////////////////////////////

mixin

/////////////////////////////*/
/*-----------------------------
font
-----------------------------*/
/*-----------------------------
bace
-----------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
}

header,
footer,
main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

a,
p {
  font-size: 1.6rem;
  line-height: 2.3;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 769px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

.inner {
  width: 100%;
  max-width: 1140px;
  padding-right: 16px;
  padding-left: 16px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sp-hidden {
  display: none;
}
@media (min-width: 769px) {
  .sp-hidden {
    display: block;
  }
}

@media (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}

.br {
  display: inline-block;
}

.contact-btn {
  width: 90%;
  max-width: 328px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .contact-btn {
    width: 395px;
    height: 136px;
  }
}

.header {
  background: #ffd5ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo {
  margin: 9px 0 12px 16px;
}
@media (min-width: 769px) {
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px;
    margin: 16px 0 0 20px;
  }
}
@media (min-width: 1201px) {
  .header-logo {
    margin: 16px 0 0 50px;
  }
}
.header-logo_img {
  width: min(28.0193236715vw, 116px);
  max-width: 116px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .header-logo_img {
    width: 190px;
    height: 61px;
    max-width: none;
  }
}
@media (min-width: 1201px) {
  .header-logo_img {
    width: 230px;
    height: 61px;
  }
}
.header-logo_name {
  display: block;
  font-size: min(2.8985507246vw, 12px);
  color: #008080;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-top: 2px;
  line-height: 1;
}
@media (min-width: 769px) {
  .header-logo_name {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .header-logo_name {
    font-size: 20px;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .header-menu {
    margin-left: 25px;
    gap: 8px;
  }
}
.header-menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 0 0 0 10px;
  height: 47px;
  color: #fff;
  font-size: min(3.3816425121vw, 14px);
  font-weight: 700;
  padding-left: 12px;
}
@media (min-width: 769px) {
  .header-menu_link {
    gap: 11px;
    height: 70px;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}
.header-menu_link::before {
  content: "";
  display: block;
}
.header-menu_link.contact {
  background: #008080;
  width: min(35.2657004831vw, 146px);
}
@media (min-width: 769px) {
  .header-menu_link.contact {
    width: 195px;
  }
}
.header-menu_link.contact::before {
  width: min(4.8309178744vw, 20px);
  height: 19px;
  background: url(https://gigaplus.makeshop.jp/sennenqcare/contact.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .header-menu_link.contact::before {
    width: 34px;
    height: 33px;
  }
}
.header-menu_link.login {
  width: min(25.3623188406vw, 105px);
  background: #FF5B71;
  margin-left: min(-3.8647342995vw, -16px);
}
@media (min-width: 769px) {
  .header-menu_link.login {
    width: 195px;
    margin-left: 0;
  }
}
.header-menu_link.login::before {
  width: min(5.7971014493vw, 24px);
  height: 20px;
  background: url(https://gigaplus.makeshop.jp/sennenqcare/login.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .header-menu_link.login::before {
    width: 38px;
    height: 33px;
  }
}

.mv {
  overflow: hidden;
  padding-top: 52px;
  height: 345px;
  background: #ffd5ca;
}
@media (min-width: 769px) {
  .mv {
    height: 731px;
  }
}
.mv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 769px) {
  .mv img {
    width: auto;
    -o-object-fit: unset;
       object-fit: unset;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.support.intro {
  padding-top: 66px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 213, 202)), color-stop(47%, rgb(255, 233, 227)), to(rgb(255, 242, 238)));
  background: linear-gradient(180deg, rgb(255, 213, 202) 0%, rgb(255, 233, 227) 47%, rgb(255, 242, 238) 100%);
}
@media (min-width: 769px) {
  .support.intro {
    padding-top: 144px;
    position: relative;
  }
}
@media (min-width: 769px) {
  .support.intro .support-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.support.intro .support-img {
  width: 242px;
  height: 240px;
  margin: 40px auto 0;
}
.support.intro .support-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.support.intro .support-btn {
  margin: -24px auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 769px) {
  .support.intro .support-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    margin-top: 48px;
  }
}
.support.intro .support-btn::before {
  content: "";
  display: block;
  width: 167px;
  height: 142px;
  margin: 0 20px -20px auto;
  background: url(https://gigaplus.makeshop.jp/sennenqcare/intro-2.png) center/contain no-repeat;
}
@media (min-width: 769px) {
  .support.intro .support-btn::before {
    position: absolute;
    width: 26vw;
    height: 322px;
    right: -33vw;
    top: -120%;
    margin: 0;
  }
}
@media (min-width: 769px) {
  .support.intro .support-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .support.intro .support-text::before {
    content: "";
    width: 32vw;
    height: 322px;
    position: absolute;
    bottom: 0;
    left: -34vw;
    background: url(https://gigaplus.makeshop.jp/sennenqcare/intro-1.png) center/contain no-repeat;
  }
}
@media (min-width: 769px) and (min-width: 1201px) {
  .support.intro .support-text::before {
    width: 326px;
    left: -400px;
  }
}
.support.bottom {
  padding-top: 67px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 213, 202)), color-stop(45%, rgb(255, 244, 241)), to(rgb(255, 240, 236)));
  background: linear-gradient(180deg, rgb(255, 213, 202) 0%, rgb(255, 244, 241) 45%, rgb(255, 240, 236) 100%);
}
@media (min-width: 769px) {
  .support.bottom {
    padding-top: 250px;
  }
}
.support.bottom .support-img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.support.bottom .support-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support.bottom .support-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.support.bottom .support-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 36px;
}
.support.bottom .support-btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .support.bottom .support-btn {
    margin-top: 19px;
  }
}
.support.bottom .support-text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media (min-width: 769px) {
  .support.bottom .support-text {
    position: relative;
  }
}
@media (min-width: 769px) {
  .support.bottom .support-text::before, .support.bottom .support-text::after {
    content: "";
    display: block;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .support.bottom .support-text::before {
    width: 24vw;
    height: 401px;
    background: url(https://gigaplus.makeshop.jp/sennenqcare/suport-2.png) center bottom/contain no-repeat;
    bottom: 0;
    left: -27vw;
  }
}
@media (min-width: 1201px) {
  .support.bottom .support-text::before {
    width: 25vw;
    left: -23vw;
  }
}
@media (min-width: 769px) {
  .support.bottom .support-text::after {
    width: 24vw;
    height: 302px;
    background: url(https://gigaplus.makeshop.jp/sennenqcare/suport-3.png) center bottom/contain no-repeat;
    top: -302px;
    right: -27vw;
  }
}
@media (min-width: 1201px) {
  .support.bottom .support-text::after {
    width: 23vw;
    right: -23vw;
    top: -276px;
    max-width: 327px;
  }
}
.support-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .support-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.support-title {
  color: #008080;
}
.support-title span {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.support-title span.small {
  font-size: 20px;
  letter-spacing: 0.25em;
}
@media (min-width: 769px) {
  .support-title span.small {
    font-size: min(2.0833333333vw, 30px);
  }
}
.support-title span.big {
  font-size: min(8.4541062802vw, 35px);
  letter-spacing: -0.05em;
}
@media (min-width: 769px) {
  .support-title span.big {
    font-size: min(4.5138888889vw, 65px);
  }
}
.support-title span.middle {
  font-size: min(5.7971014493vw, 24px);
  letter-spacing: 0.13em;
}
@media (min-width: 769px) {
  .support-title span.middle {
    font-size: min(3.8194444444vw, 55px);
  }
}
.support-text {
  margin-top: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .support-text {
    width: 290px;
    margin-inline: auto;
    line-height: 1.5;
  }
}
@media (min-width: 1201px) {
  .support-text {
    width: 440px;
  }
}
.support-text a {
  display: block;
  font-weight: 700;
  margin-top: 12px;
}
@media (min-width: 769px) {
  .support-text a {
    display: inline-block;
    margin-top: 0;
  }
}
.support-text a::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 19px;
  height: 19px;
  background: url(https://gigaplus.makeshop.jp/sennenqcare/btn-icon_blank.svg) center/contain no-repeat;
  margin-bottom: -2px;
}

.problem {
  padding-top: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 242, 238)), to(rgb(255, 241, 237)));
  background: linear-gradient(180deg, rgb(255, 242, 238) 0%, rgb(255, 241, 237) 100%);
}
@media (min-width: 769px) {
  .problem {
    padding-top: 100px;
  }
}
.problem-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #008080;
  font-size: min(9.6618357488vw, 40px);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .problem-ttl {
    font-size: min(4.1666666667vw, 60px);
  }
}
.problem-text {
  color: #008080;
  font-size: min(7.729468599vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .problem-text {
    font-size: min(3.125vw, 45px);
  }
}
.problem-text span.red {
  color: #FF5B71;
}
.problem-text span.big {
  font-size: min(9.1787439614vw, 38px);
}
@media (min-width: 769px) {
  .problem-text span.big {
    font-size: min(4.1666666667vw, 60px);
  }
}
.problem-text span.light {
  font-weight: 200;
}
.problem-text span.small {
  font-size: min(5.3140096618vw, 22px);
}
@media (min-width: 769px) {
  .problem-text span.small {
    font-size: min(3.125vw, 45px);
  }
}
.problem-text span.space {
  display: block;
  margin-top: -20px;
}
@media (min-width: 769px) {
  .problem-text span.space {
    display: inline;
    margin: 0 0 0 -15px;
  }
}
.problem-graf {
  margin-top: 11px;
}
.problem-graf_img {
  width: 90%;
  max-width: 346px;
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .problem-graf_img {
    width: 60%;
    max-width: 465px;
  }
}
.problem-graf_txt {
  text-align: center;
  font-size: min(4.8309178744vw, 20px);
  font-weight: 700;
}
@media (min-width: 769px) {
  .problem-graf_txt {
    font-size: 25px;
  }
}
.problem-graf_txt span {
  font-weight: 400;
  display: block;
}
@media (min-width: 769px) {
  .problem-graf_txt span {
    line-height: 1;
  }
}
.problem-what {
  margin: 20px auto 0;
  max-width: 400px;
}
@media (min-width: 769px) {
  .problem-what {
    max-width: none;
    margin-top: 93px;
  }
}

.anser {
  padding-top: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 241, 237)), color-stop(45%, rgb(254, 207, 204)), to(rgb(251, 162, 171)));
  background: linear-gradient(180deg, rgb(255, 241, 237) 0%, rgb(254, 207, 204) 45%, rgb(251, 162, 171) 100%);
}
@media (min-width: 769px) {
  .anser {
    padding-top: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 242, 237)), color-stop(18%, rgb(253, 207, 209)), color-stop(30%, rgb(251, 155, 166)), color-stop(42%, rgb(250, 133, 147)));
    background: linear-gradient(180deg, rgb(255, 242, 237) 0%, rgb(253, 207, 209) 18%, rgb(251, 155, 166) 30%, rgb(250, 133, 147) 42%);
  }
}
.anser-ttl {
  font-size: min(7.2463768116vw, 30px);
  font-weight: 700;
  color: #FF5B71;
  line-height: 1.5;
  text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .anser-ttl {
    font-size: min(4.1666666667vw, 60px);
    margin-right: 0;
    margin-left: auto;
  }
}
.anser-ttl span {
  font-size: min(8.6956521739vw, 36px);
}
@media (min-width: 769px) {
  .anser-ttl span {
    font-size: min(4.1666666667vw, 60px);
  }
}
.anser-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  max-width: 135px;
  height: 101px;
  background: url(https://gigaplus.makeshop.jp/sennenqcare/anser-sp.png) center/contain no-repeat;
  top: -50px;
  right: 0;
}
@media (min-width: 769px) {
  .anser-ttl::after {
    width: 20vw;
    height: 223px;
    max-width: none;
    background: url(https://gigaplus.makeshop.jp/sennenqcare/anser-pc.svg) center/contain no-repeat;
    right: auto;
    left: -20vw;
  }
}
.anser-top {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .anser-top {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.anser-top_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -17%;
}
@media (min-width: 769px) {
  .anser-top_img {
    width: 38%;
    margin-top: 0;
  }
}
.anser-top_desc {
  line-height: 1.5;
  font-size: min(3.8647342995vw, 16px);
}
.anser-top img {
  width: 40%;
  height: auto;
}
@media (min-width: 769px) {
  .anser-top img {
    width: 100%;
  }
}
.anser-taiyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .anser-taiyou {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    gap: 2%;
  }
}
.anser-taiyou img {
  width: 50%;
  height: auto;
}
@media (min-width: 769px) {
  .anser-taiyou img {
    width: 48%;
  }
}
.anser-taiyou_desc {
  width: 48%;
}
@media (min-width: 769px) {
  .anser-taiyou_desc {
    width: 100%;
    font-size: 20px;
    margin-top: 12px;
    line-height: 1.5;
  }
}
.anser-taiyou_ttl {
  font-weight: 500;
  font-size: min(4.8309178744vw, 20px);
  line-height: 1.5;
}
@media (min-width: 769px) {
  .anser-taiyou_ttl {
    font-size: min(2.4305555556vw, 35px);
  }
}
.anser-taiyou_num {
  line-height: 1.5;
  margin-top: 4px;
  font-size: min(3.8647342995vw, 16px);
}
@media (min-width: 769px) {
  .anser-taiyou_num {
    margin-top: 16px;
    font-size: 16px;
  }
}
.anser-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .anser-bottom {
    margin-top: 46px;
  }
}
.anser-bottom img {
  width: 48%;
  height: auto;
  border-radius: 10px;
}

.efficacy {
  padding-top: 38px;
  padding-bottom: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 162, 171)), color-stop(45%, rgb(249, 132, 147)), to(rgb(249, 132, 147)));
  background: linear-gradient(180deg, rgb(251, 162, 171) 0%, rgb(249, 132, 147) 45%, rgb(249, 132, 147) 100%);
}
@media (min-width: 769px) {
  .efficacy {
    padding-top: 83px;
    background: #f98493;
  }
}
.efficacy-ttl {
  text-align: center;
  font-weight: 700;
  font-size: min(9.6618357488vw, 40px);
  color: #fff;
}
@media (min-width: 769px) {
  .efficacy-ttl {
    font-size: min(4.1666666667vw, 60px);
  }
}
.efficacy-list {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .efficacy-list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    height: 250px;
    gap: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.efficacy-list li {
  background: #fff;
  border-radius: 999px;
  height: 50px;
  line-height: 50px;
  color: #ff5b71;
  font-size: min(5.5555555556vw, 24px);
  font-weight: 700;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .efficacy-list li {
    width: 48%;
    height: 62px;
    font-size: min(2.2916666667vw, 33px);
    line-height: 62px;
    padding: 0 26px;
  }
}
.efficacy-list li + li {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .efficacy-list li + li {
    margin-top: 0;
  }
}
.efficacy-slide {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .efficacy-slide {
    margin-top: 65px;
    max-width: 861px;
    margin-inline: auto;
    padding-bottom: 54px;
  }
}
.efficacy-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
}
@media (min-width: 769px) {
  .efficacy-slide .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
.efficacy-slide .swiper-pagination-bullet-active {
  background: #008080;
}

.register {
  padding-top: 40px;
  background: #ffd5ca;
}
@media (min-width: 769px) {
  .register {
    padding-top: 97px;
  }
}
.register-ttl {
  font-size: min(9.6618357488vw, 40px);
  font-weight: 700;
  color: #FF5B71;
  line-height: 1.5;
  text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 769px) {
  .register-ttl {
    font-size: min(4.8611111111vw, 70px);
    margin: 0;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .register-ttl span {
    display: block;
  }
}
@media (min-width: 1201px) {
  .register-ttl span {
    text-align: right;
  }
}
@media (min-width: 769px) {
  .register-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 769px) {
  .register-top_wrap {
    width: 67%;
  }
}
.register-top_txt {
  text-align: center;
  color: #008080;
  font-weight: 700;
  font-size: min(7.2463768116vw, 30px);
  line-height: 1.5;
}
@media (min-width: 769px) {
  .register-top_txt {
    font-size: min(3.125vw, 45px);
    text-align: left;
  }
}
.register-top_img {
  width: 233px;
  height: 135px;
  margin: 14px auto 0;
}
@media (min-width: 769px) {
  .register-top_img {
    margin-right: -90px;
    height: auto;
    width: 42%;
    margin-left: -40px;
    max-width: 516px;
  }
}
.register-point {
  width: 100%;
  max-width: 371px;
  height: auto;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .register-point {
    width: 85%;
    max-width: 855px;
  }
}
.register-point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}
@media (min-width: 769px) {
  .register-point_wrap {
    gap: 20px;
    margin-top: 36px;
  }
}

.lineup {
  padding-top: 50px;
  background: #ffd5ca;
}
@media (min-width: 769px) {
  .lineup {
    padding-top: 100px;
  }
}
@media (min-width: 769px) {
  .lineup-containar {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
    margin-inline: auto;
  }
}
.lineup-ttl {
  text-align: center;
  color: #008080;
  font-size: min(7.2463768116vw, 30px);
}
@media (min-width: 769px) {
  .lineup-ttl {
    font-size: min(2.7777777778vw, 40px);
  }
}
.lineup-slide {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .lineup-slide {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lineup-slide_item {
  width: 20%;
}
.lineup-slide_ttl {
  font-size: min(3.8647342995vw, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  color: #008080;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .lineup-slide_ttl {
    font-size: min(1.6666666667vw, 24px);
  }
}
.lineup-slide_ttl span {
  display: block;
  margin-top: 8px;
  font-size: min(3.3816425121vw, 14px);
}
@media (min-width: 769px) {
  .lineup-slide_ttl span {
    font-size: min(1.3888888889vw, 20px);
  }
}
.lineup-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.official {
  padding-top: 56px;
  padding-bottom: 67px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 240, 236)), color-stop(5%, rgb(255, 219, 209)), to(rgb(255, 213, 202)));
  background: linear-gradient(180deg, rgb(255, 240, 236) 0%, rgb(255, 219, 209) 5%, rgb(255, 213, 202) 100%);
}
@media (min-width: 769px) {
  .official {
    padding-top: 216px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 240, 236)), color-stop(10%, rgb(255, 219, 209)), color-stop(16%, rgb(255, 213, 202)));
    background: linear-gradient(180deg, rgb(255, 240, 236) 0%, rgb(255, 219, 209) 10%, rgb(255, 213, 202) 16%);
  }
}
@media (min-width: 769px) {
  .official-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5%;
  }
}
.official-box:nth-of-type(2) {
  margin-top: 62px;
}
@media (min-width: 769px) {
  .official-box:nth-of-type(2) {
    margin-top: 43px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .official-box_img {
    width: 46%;
  }
}
@media (min-width: 769px) {
  .official-box_desc {
    width: 50%;
  }
}
.official-box_ttl {
  margin-top: 19px;
  color: #008080;
  font-weight: 500;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (min-width: 769px) {
  .official-box_ttl {
    font-size: clamp(30px, 2.7777777778vw, 40px);
    margin-top: 0;
  }
}
.official-box_ttl span {
  font-size: 24px;
}
@media (min-width: 769px) {
  .official-box_ttl span {
    font-size: clamp(24px, 2.4305555556vw, 35px);
  }
}
.official-box_txt {
  line-height: 1.5;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .official-box_txt {
    margin-top: 14px;
    line-height: 1.8;
  }
}
.official-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 350px;
  height: 60px;
  background: #ffe5e2;
  border-radius: 10px;
  margin: 26px auto 0;
  font-size: min(5.3140096618vw, 22px);
  font-weight: 700;
  padding: 0 18px;
}
@media (min-width: 769px) {
  .official-box a {
    width: 350px;
    margin: 16px 0 0 0;
    padding: 0 20px;
  }
}
.official-box a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: min(4.347826087vw, 18px);
}
.official-box a span::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(https://gigaplus.makeshop.jp/sennenqcare/btn-icon_blank.svg) center/contain no-repeat;
}

.bottomCta {
  padding-bottom: 62px;
  background: #ffd5ca;
}
@media (min-width: 769px) {
  .bottomCta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}
.bottomCta-ttl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: min(7.2463768116vw, 30px);
  text-align: center;
  font-weight: 500;
}
@media (min-width: 769px) {
  .bottomCta-ttl {
    font-size: clamp(30px, 2.4305555556vw, 35px);
    text-align: right;
  }
}
.bottomCta-txt {
  margin-top: 14px;
  font-size: min(4.347826087vw, 18px);
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 769px) {
  .bottomCta-txt {
    text-align: right;
  }
}
.bottomCta-btn {
  display: block;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .bottomCta-btn {
    margin-top: 0;
  }
}

.footer {
  background: #fff;
  padding: 37px 20px 67px;
}
@media (min-width: 769px) {
  .footer {
    padding: 40px 20px 67px;
  }
}
.footer-official {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 241px;
  height: 35px;
  border: 1px solid #000;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer-official {
    height: 50px;
    font-size: 16px;
  }
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
@media (min-width: 769px) {
  .footer-wrap {
    margin-top: 40px;
  }
}
.footer-wrap a {
  padding: 2px 37px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 769px) {
  .footer-wrap a {
    font-size: 14px;
  }
}
.footer-wrap a:first-of-type {
  position: relative;
}
.footer-wrap a:first-of-type::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #dcdcdc;
}
.footer-copy {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .footer-copy {
    margin-top: 72px;
    font-size: 14px;
  }
}

.flort-wrap {
  position: fixed;
  bottom: 20px;
  right: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1000;
}
.flort-wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 1;
}
.flort-btn {
  width: 49px;
  height: 156px;
}
@media (min-width: 769px) {
  .flort-btn {
    width: clamp(64px, 6.0416666667vw, 87px);
    height: clamp(190px, 19.2361111111vw, 277px);
  }
}
.flort-top {
  width: 40px;
  height: 40px;
}
@media (min-width: 769px) {
  .flort-top {
    width: 48px;
    height: 48px;
  }
}
.flort-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}