@charset "UTF-8";



/************************************************************************
* reset
************************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #022F5E;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
[data-target] {
  cursor: pointer;
}

.l-container {
  margin: 0 auto;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

/************************************************************************
* l-main
************************************************************************/
.l-main {
  position: relative;
  z-index: 8;
}

/************************************************************************
* p-fv
************************************************************************/
.p-fv {
  position: relative;
}

.p-fv__img picture {
  display: block;
}

.p-fv__img img {
  aspect-ratio: 750/1650;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.p-fvBtn {
  position: absolute;
  bottom: 5.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.p-fvBtn a {
  display: inline-block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 94.6666666667vw;
  max-width: 355px;
}

.p-fvBtn img {
  aspect-ratio: 355/84;
  width: 100%;
  min-height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-pcSideMenu {
  display: none;
}

.p-pcSideMenu__logo {
  aspect-ratio: 200/29;
  margin: 0 auto;
  width: clamp(100px, 10.4166666667vw, 200px);
  text-align: center;
}

.p-pcSideMenu__logo img {
  vertical-align: middle;
}

.p-pcSideMenu__nav {
  gap: clamp(8px, .78125vw, 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: clamp(10px, 1.0416666667vw, 20px);
}

.p-pcSideMenu__navItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: clamp(1.5px, .15625vw, 3px) solid #FDC6DC;
  border-radius: 50vmax;
  background-color: #FCE9F2;
  padding: clamp(3px, .625vw, 12px) clamp(5px, 1.4583333333vw, 28px);
  color: #FF94BD;
  font-size: clamp(9px, .9375vw, 18px);
  font-weight: 600;
  text-decoration: none;
}

.p-pcSideMenu__navItem::after {
  aspect-ratio: 1/1;
  position: absolute;
  right: clamp(5px, .5208333333vw, 10px);
  -webkit-mask-image: url('../img/icon_arrow_down.svg');
  mask-image: url('../img/icon_arrow_down.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  background-color: #FF94BD;
  width: clamp(9px, .9375vw, 18px);
  content: '';
}

.p-pcSideMenu__cta {
  display: block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  margin-top: clamp(5px, .5208333333vw, 10px);
}

.p-pcSideMenu__cta img {
  aspect-ratio: 600/128;
  width: 100%;
  height: auto;
}

.p-pcSideMenu__qr {
  gap: clamp(5px, .5208333333vw, 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: clamp(14px, 1.40625vw, 27px);
  border-radius: clamp(4px, .4166666667vw, 8px);
  background-color: rgba(192, 224, 241, .8);
  padding: clamp(7px, .6770833333vw, 13px) clamp(11px, 1.1458333333vw, 22px);
}

.p-pcSideMenu__qrText {
  color: #598DC1;
  font-size: clamp(10px, .9895833333vw, 19px);
  font-weight: 600;
  line-height: 1.4210526316;
  text-align: right;
}

.p-pcSideMenu__qrImg {
  aspect-ratio: 1/1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: clamp(35px, 3.6458333333vw, 70px);
}

.p-pcSideMenu__qrImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/************************************************************************
* p-compare - 他社と徹底比較
************************************************************************/
.p-compare {
  position: relative;
}

.p-compare__img {
  margin: 0;
}

.p-compare__img img {
  width: 100%;
  height: auto;
}

/************************************************************************
* p-feature - バニラメディカルの特徴
************************************************************************/
.p-feature {
  position: relative;
}

.p-feature__img {
  margin: 0;
}

.p-feature__img img {
  width: 100%;
  height: auto;
}

/************************************************************************
* p-point - バニラポイント還元について
************************************************************************/
.p-point {
  position: relative;
}

.p-point__img {
  margin: 0;
}

.p-point__img img {
  aspect-ratio: 375/1046;
  width: 100%;
  height: auto;
}

.p-point__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 22.4%;
  left: 8vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-point__tableHeader {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.p-point__tableHeader img {
  aspect-ratio: 224/646;
  width: auto;
  height: 64.2666666667vw;
}

.p-point__tableScroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
  margin-left: -1.0666666667vw;
  overflow-x: auto;
  overflow-y: clip;
  cursor: pointer;
}

  .p-point__tableScroll::-webkit-scrollbar {
    display: none;
  }

.p-point__tableBody {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-point__tableBody img {
  aspect-ratio: 2020/646;
  width: auto;
  height: 64.2666666667vw;
}

.p-point__btn {
  gap: 1.3333333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 11.5%;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-box-shadow: 0 3px 6px #FFE2A8;
  box-shadow: 0 3px 6px #FFE2A8;
  border: 2px solid #FF9EC7;
  border-radius: 2.1333333333vw;
  background: #FFF;
  padding: 3.2vw 9.6vw;
  width: 80.5333333333vw;
  text-decoration: none;
}

.p-point__btn:focus-visible {
  opacity: .7;
}

.p-point__btn::before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../img/icon_arrow_circle.svg') no-repeat center/contain;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  content: '';
}

.p-point__btn::after {
  aspect-ratio: 7/13;
  position: absolute;
  top: 50%;
  right: 4.8vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../img/icon_arrow_right.svg') no-repeat center/contain;
  width: 1.8666666667vw;
  content: '';
}

.p-point__btnText {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #FF9EC7;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.p-point__formLinkBtn {
  position: absolute;
  bottom: 52%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.p-point__formLink {
  font-size: calc(15 / 3.75 * 1vw);
  font-weight: 600;
  color: #1D9BF0;
  display: inline-block;
}

.p-point__formLinkText {
  display: inline-block;
  position: relative;
  padding-right: calc(15 / 3.75 * 1vw);
  text-decoration: underline;
  text-underline-offset: 1px;
}

.p-point__formLinkText::before {
  content: "";
  background: url(../img/icon_point_link.svg) no-repeat center/ contain;
  position: absolute;
  right: 0;
  top: calc(1 / 3.75 * 1vw);
  bottom: 0;
  width: calc(11 / 3.75 * 1vw);
  height: calc(11 / 3.75 * 1vw);
  margin: auto;
}

/************************************************************************
* p-cta
* SP: vw(値, 375) - 375px基準
* PC: pcvw(値) - 768pxで375px、最大500px
************************************************************************/
.p-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
  background: rgba(202, 254, 212, .85);
  padding: 0 2.6666666667vw;
  width: 100%;
  height: 25.0666666667vw;
}

.p-cta.is-visible {
  visibility: visible;
  opacity: 1;
}

.p-cta__btn {
  display: inline-block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 94.6666666667vw;
  max-width: 100%;
}

.p-cta__btn img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {

  html,
  body {
    overflow-x: clip;
  }

  .l-container {
    position: relative;
    width: clamp(375px, 34.72vw, 500px);
  }

  .l-container::before, .l-container::after {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 75px);
    position: absolute;
    top: 0;
    z-index: 1;
    mask-image: linear-gradient(to bottom, transparent 0, black 75px);
    width: 17px;
    height: 100%;
    content: '';
  }

  .l-container::before {
    right: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .03)), to(transparent));
    background: linear-gradient(to left, rgba(0, 0, 0, .03), transparent);
  }

  .l-container::after {
    left: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .03)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, .03), transparent);
  }

  .l-container.l-container--narrow {
    max-width: 908px;
  }

  .l-container.l-container--wide {
    max-width: 1332px;
  }

  .p-fv {
    min-height: 100dvh;
  }

  .p-fv__img {
    min-height: 100dvh;
  }

  .p-fv__img picture {
    min-height: 100dvh;
  }

  .p-fv__img img {
    aspect-ratio: auto;
    min-height: 100dvh;
  }

  .p-fvBtn {
    bottom: 7.5%;
  }

  .p-fvBtn a {
    width: clamp(400px, 25.1041666667vw, 482px);
    max-width: 482px;
  }

  .p-fvBtn img {
    aspect-ratio: 482/115;
  }

  .p-pcSideMenu {
    display: block;
    position: fixed;
    top: 50%;
    left: calc((100vw - clamp(375px, 34.72vw, 500px)) / 4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    border-radius: clamp(17px, 1.71875vw, 33px);
    background: rgba(255, 255, 255, .54);
    padding: clamp(16px, 1.6666666667vw, 32px) clamp(10px, 2.865vw - 12px, 43px);
    width: clamp(180px, 20.1041666667vw, 386px);
  }

  .p-compare {
    padding-bottom: 0;
  }

  .p-compare::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: -1;
    background: url('../img/wave1.svg') no-repeat center bottom;
    background-size: 100% auto;
    width: 100vw;
    height: 64px;
    content: '';
  }

  .p-compare::after {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFE9F3), to(#FEFEF6));
    background: linear-gradient(180deg, #FFE9F3 0%, #FEFEF6 100%);
    width: 100vw;
    height: 100%;
    content: '';
  }

  .p-feature::before {
    aspect-ratio: 1920/64;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: -1;
    background: url('../img/wave2.svg') no-repeat center bottom;
    background-size: 100% auto;
    width: clamp(1440px, 133.3333333333vw, max(1920px, 100vw));
    content: '';
  }

  .p-feature::after {
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: #C8F1FE;
    width: 100vw;
    height: calc(100% + 2px);
    content: '';
  }

  .p-point::before {
    aspect-ratio: 1920/64;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: -1;
    background: url('../img/wave3.svg') no-repeat center bottom;
    background-size: 100% auto;
    width: clamp(1440px, 133.3333333333vw, max(1920px, 100vw));
    content: '';
  }

  .p-point::after {
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFED8), to(#FFEECF));
    background: linear-gradient(180deg, #FEFED8 0%, #FFEECF 100%);
    width: 100vw;
    height: calc(100% + 2px);
    content: '';
  }

  .p-point__table {
    left: clamp(30px, 2.7777777778vw, 40px);
  }

  .p-point__tableHeader img {
    height: clamp(241px, 22.3148148148vw, 321.3333333333px);
  }

  .p-point__tableScroll {
    margin-left: clamp(-5.3333333333px, -.3703703704vw, -4px);
  }

  .p-point__tableBody img {
    height: clamp(241px, 22.3148148148vw, 321.3333333333px);
  }

  .p-point__btn {
    gap: clamp(4px, .3645833333vw, 5px);
    border-radius: clamp(6px, .5729166667vw, 8px);
    padding: clamp(10px, 1.1979166667vw, 17px) clamp(30px, 3.125vw, 45px);
    width: 76%;
    max-width: 380px;
  }

  .p-point__btn::before {
    aspect-ratio: 1/1;
    width: clamp(21px, 1.9270833333vw, 28px);
    height: auto;
  }

  .p-point__btn::after {
    right: clamp(14px, 1.25vw, 18px);
    width: clamp(7px, .6770833333vw, 10px);
  }

  .p-point__btnText {
    font-size: clamp(14px, 1.3020833333vw, 19px);
  }

  .p-cta {
    position: absolute;
    bottom: min(clamp(20px, 1.8518518519vw, 26.6666666667px), 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
    background: transparent;
    padding: 0;
    height: auto;
  }

  .p-cta__btn {
    aspect-ratio: 480/115;
    width: clamp(360px, 33.33vw, 480px);
    max-width: 480px;
  }

  .p-point__formLinkBtn {
    bottom: 52%;
  }

  .p-point__formLink {
    font-size: clamp(14px, 1.319444vw, 19px);
  }

  .p-point__formLinkText {
    padding-right: clamp(16px, 1.458333vw, 21px);
  }

  .p-point__formLinkText::before {
    width: clamp(9px, 1.111111vw, 16px);
    height: clamp(9px, 1.111111vw, 16px);
	top: 1px;
  }

}
@media (any-hover: hover) {

  .p-point__btn:hover {
    opacity: .7;
  }
}
@media (hover: hover) {

  .p-fvBtn a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-pcSideMenu__navItem:hover {
    background-color: #FF94BD;
    color: #fff;
  }

  .p-pcSideMenu__navItem:hover::after {
    background-color: #fff;
  }

  .p-pcSideMenu__cta:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .p-cta__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}