@charset "UTF-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}

:root {
  --default-border-radius: min(30/590*100vw, 30px);
  --default-border-width: min(10/590*100vw, 10px);
  --color-primary: #252e7b;
  --color-flesh: #fedfd2;
  --color-orange: #ff801f;
  --color-skin: #fff8e8;
}

body {
  color: #333;
  font-family: Noto Sans JP, "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: "palt";
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

.l-container {
  padding-left: min(2.5423728814vw, 15px);
  padding-right: min(2.5423728814vw, 15px);
}

.l-footer {
  background-color: #393939;
  color: white;
  padding: 24px 16px;
}

.l-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer__menu {
  text-align: center;
}

.l-footer__menu .c-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.l-footer__menu a {
  font-size: clamp(12px, 1.8666666667vw, 14px);
}

.l-footer__copyright {
  margin-top: 16px;
  text-align: center;
}

.l-footer__copyright small {
  font-size: 10px;
}

.l-footer {
  background-color: #393939;
  color: white;
  padding: 24px 16px;
}

.l-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer__menu {
  text-align: center;
}

.l-footer__menu .c-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.l-footer__menu a {
  font-size: clamp(12px, 1.8666666667vw, 14px);
}

.l-footer__copyright {
  margin-top: 16px;
  text-align: center;
}

.l-footer__copyright small {
  font-size: 10px;
}

.l-main::before {
  background: url(../img/bg-main.webp) top center repeat;
  background-size: 1374px auto;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-wrapper {
  background-color: var(--secondary-bg-color);
  box-shadow: rgba(60, 60, 60, 0.3) 0 4px 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
}

.c-bg-arrow {
  position: relative;
}

.c-bg-arrow::before {
  bottom: max(-13.5593220339vw, -80px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% max(100% - 13.5593220339vw, 100% - 80px), 50% 100%, 0 max(100% - 13.5593220339vw, 100% - 80px));
  clip-path: polygon(0 0, 100% 0%, 100% max(100% - 13.5593220339vw, 100% - 80px), 50% 100%, 0 max(100% - 13.5593220339vw, 100% - 80px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-list[class*=-bullet-]>li {
  position: relative;
}

.c-list[class*=-bullet-]>li::before {
  left: 0;
  position: absolute;
  top: 0;
}

.c-list.-bullet-asterisk-number {
  counter-reset: number;
}

.c-list.-bullet-asterisk-number[data-start="2"] {
  counter-reset: number 1;
}

.c-list.-bullet-asterisk>li {
  padding-left: 1em;
}

.c-list.-bullet-asterisk-number>li {
  padding-left: 2em;
}

.c-list.-bullet-asterisk>li::before {
  content: "※";
}

.c-list.-bullet-asterisk-number>li::before {
  content: "※" counter(number);
  counter-increment: number;
}

.p-authority {
  background-image: linear-gradient(-20deg, rgb(251, 224, 169) 6%, rgb(255, 246, 226) 79%);
  padding: min(6.6101694915vw, 39px) 0;
}

.p-authority .c-text {
  margin: min(1.8644067797vw, 11px) max(-2.5423728814vw, -15px) 0;
}

.p-authority .c-list {
  font-size: min(2.3728813559vw, 14px);
  line-height: 1.2857142857;
  margin-top: max(-9.1525423729vw, -54px);
  padding-left: min(5.9322033898vw, 35px);
  padding-right: min(5.9322033898vw, 35px);
}

.p-easy {
  background-color: var(--color-skin);
  padding: min(23.0508474576vw, 136px) 0 0;
}

.p-easy__bring,
.p-easy__drink {
  background: url(../img/bg-box.webp) top center no-repeat;
  background-size: cover;
  position: relative;
  border: solid var(--default-border-width) var(--color-flesh);
  border-radius: var(--default-border-radius);
  padding-left: min(8.4745762712vw, 50px);
  padding-right: min(8.4745762712vw, 50px);
}

.p-easy__bring-title,
.p-easy__drink-title {
  position: absolute;
  left: 0;
  text-align: center;
  top: max(-9.1525423729vw, -54px);
  width: 100%;
}

.p-easy__bring-title img,
.p-easy__drink-title img {
  width: min(67.7966101695vw, 400px);
}

.p-easy__bring-text,
.p-easy__drink-text {
  margin-left: max(-0.6779661017vw, -4px);
}

.p-easy__bring {
  margin-top: min(12.2033898305vw, 72px);
  padding-bottom: min(4.406779661vw, 26px);
  padding-top: min(12.3728813559vw, 73px);
}

.p-easy__drink {
  margin-top: min(12.7118644068vw, 75px);
  padding-bottom: min(11.8644067797vw, 70px);
  padding-top: min(11.5254237288vw, 68px);
}

.p-easy__drink-movie {
  margin-top: min(4.9152542373vw, 29px);
}

.p-easy__drink-movie video {
  width: 100%;
}

.p-easy__drink-guide {
  margin-top: min(6.1016949153vw, 36px);
}

.p-easy__drink-guide .c-text {
  margin-top: min(3.0508474576vw, 18px);
}

.p-easy__drink-guide .c-text+.c-text {
  margin-top: min(3.3898305085vw, 20px);
}

.p-floating {
  bottom: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20;
}

.p-floating .c-link {
  display: inline-block;
  filter: drop-shadow(min(0.8474576271vw, 5px) min(1.5254237288vw, 9px) min(1.6949152542vw, 10px) rgba(0, 0, 0, 0.2));
  overflow: hidden;
  position: relative;
}

.p-floating .c-link img {
  width: min(94.9152542373vw, 560px);
}

.p-floating .c-link::before {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  content: "";
  display: block;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s, opacity 0s;
  width: 100%;
}

@media (hover: hover) {
  .p-floating .c-link:hover::before {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  }
}

.p-func {
  margin-bottom: max(-2.7118644068vw, -16px);
  padding-top: min(23.7288135593vw, 140px);
  z-index: 3;
}

.p-func.c-bg-arrow::before {
  background-color: var(--color-skin);
  bottom: max(-10.8474576271vw, -64px);
  z-index: -1;
}

.p-func__title {
  position: relative;
  text-align: center;
  z-index: 1;
}

.p-func__title img {
  width: min(67.1186440678vw, 396px);
}

.p-func__text {
  margin: max(-12.3728813559vw, -73px) max(-2.5423728814vw, -15px) 0;
}

.p-func__text+.c-text {
  margin-top: max(-1.6949152542vw, -10px);
}

.p-func__graph {
  margin-top: min(9.8305084746vw, 58px);
}

.p-func__graph .splide {
  margin-top: max(-1.0169491525vw, -6px);
}

.p-func__graph .splide__arrow {
  aspect-ratio: 2/3;
  background-color: #aaa;
  display: inline-block;
  margin: 0 max(-2.5423728814vw, -15px);
  position: absolute;
  top: min(39.6610169492vw, 234px);
  width: min(13.5593220339vw, 80px);
  z-index: 5;
}

.p-func__graph .splide__arrow--prev {
  border-bottom-right-radius: min(2.5423728814vw, 15px);
  border-top-right-radius: min(2.5423728814vw, 15px);
  left: 0;
}

.p-func__graph .splide__arrow--next {
  border-bottom-left-radius: min(2.5423728814vw, 15px);
  border-top-left-radius: min(2.5423728814vw, 15px);
  right: 0;
}

.p-func__graph .splide__arrow img {
  position: absolute;
  top: 50%;
  width: min(3.3898305085vw, 20px);
}

.p-func__graph .splide__arrow--prev img {
  left: min(3.3898305085vw, 20px);
  transform: scale(-1) translateY(50%);
}

.p-func__graph .splide__arrow--next img {
  right: min(3.3898305085vw, 20px);
  transform: translateY(-50%);
}

@media (hover: hover) {
  .p-func__graph .splide__arrow {
    transition: opacity 0.3s;
  }

  .p-func__graph .splide__arrow:hover {
    opacity: 0.7;
  }
}

.p-func .splide__pagination {
  gap: min(7.9661016949vw, 47px);
  margin-top: min(2.3728813559vw, 14px);
}

.p-func .splide__pagination__page {
  aspect-ratio: 1/1;
  background-color: #555;
  border: solid min(0.5084745763vw, 3px) #555;
  border-radius: 50%;
  width: min(2.7118644068vw, 16px);
}

.p-func .splide__pagination__page.is-active {
  background-color: #fff;
}

.p-func__secret {
  background: url(../img/bg-box.webp) top center no-repeat;
  background-size: cover;
  border: solid var(--default-border-width) var(--color-flesh);
  border-radius: var(--default-border-radius);
  margin-top: min(20.3389830508vw, 120px);
  text-align: center;
  padding: min(12.0338983051vw, 71px) min(8.4745762712vw, 50px) min(10.5084745763vw, 62px);
  position: relative;
}

.p-func__secret .c-title {
  left: 0;
  position: absolute;
  top: max(-8.6440677966vw, -51px);
  width: 100%;
}

.p-func__secret .c-title img {
  width: min(59.3220338983vw, 350px);
}

.p-func__secret .c-text:nth-of-type(1) {
  margin: min(2.7118644068vw, 16px) max(-8.4745762712vw, -50px) 0;
}

.p-func__secret .c-text:nth-of-type(2) {
  margin-top: min(2.7118644068vw, 16px);
}

.p-func__secret .c-image {
  margin-top: min(3.2203389831vw, 19px);
}

.p-mv {
  background-color: white;
  padding-bottom: min(3.3898305085vw, 20px);
}

.p-mv__body {
  position: relative;
}

.p-mv__body .splide {
  left: 0;
  position: absolute;
  top: min(3.3898305085vw, 20px);
  width: 100%;
}

.p-mv__body .splide__slide {
  padding-left: min(1.186440678vw, 7px);
  padding-right: min(1.186440678vw, 7px);
}

.p-mv__body .splide__slide.-bottom {
  padding-top: min(3.3898305085vw, 20px);
}

.p-mv .c-list {
  margin-top: min(1.6949152542vw, 10px);
  padding-left: min(2.5423728814vw, 15px);
  padding-right: min(2.5423728814vw, 15px);
}

.p-offer {
  padding-bottom: min(3.3898305085vw, 20px);
  padding-top: min(10.1694915254vw, 60px);
  z-index: 5;
}

.p-offer.c-bg-arrow::before {
  background: url(../img/bg-offer.webp) top center no-repeat;
  background-size: cover;
  bottom: max(-10vw, -59px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% max(100% - 10vw, 100% - 59px), 50% 100%, 0 max(100% - 10vw, 100% - 59px));
  clip-path: polygon(0 0, 100% 0%, 100% max(100% - 10vw, 100% - 59px), 50% 100%, 0 max(100% - 10vw, 100% - 59px));
  z-index: -1;
}

.p-offer__merit {
  margin-top: min(9.1525423729vw, 54px);
}

.p-offer__merit .c-text {
  margin: min(6.1016949153vw, 36px) max(-2.5423728814vw, -15px) 0;
}

.p-simple {
  background-image: linear-gradient(-50deg, rgb(255, 218, 149) 0%, rgb(251, 227, 194) 100%, rgba(251, 227, 194, 0.99608) 100%);
  margin-bottom: max(-16.7796610169vw, -99px);
  padding-top: min(27.1186440678vw, 160px);
}

.p-simple__case {
  margin-top: min(4.7457627119vw, 28px);
}

.p-simple__case .c-text:nth-of-type(1) {
  margin: 0 max(-2.5423728814vw, -15px);
}

.p-simple__case .c-text:nth-of-type(2) {
  margin-top: min(2.7118644068vw, 16px);
}

.p-simple__case .c-text:nth-of-type(3) {
  margin-top: min(5.9322033898vw, 35px);
}

.p-simple__triplebarrier {
  margin-top: min(5.9322033898vw, 35px);
}

.p-simple__triplebarrier .c-image {
  margin: min(3.7288135593vw, 22px) max(-2.5423728814vw, -15px) 0;
}

.p-review1 {
  margin-bottom: max(-3.5593220339vw, -21px);
  padding-bottom: min(0.1694915254vw, 1px);
  padding-top: min(10.1694915254vw, 60px);
  z-index: 5;
}

.p-review1.c-bg-arrow::before {
  background: url(../img/bg-review1.webp) top center no-repeat;
  background-size: cover;
  z-index: -1;
}

.p-review1__item {
  background-color: white;
  border: solid min(0.3389830508vw, 2px) #eeeeee;
  border-radius: min(0.8474576271vw, 5px);
  padding-bottom: min(6.6101694915vw, 39px);
  padding-top: min(6.7796610169vw, 40px);
  position: relative;
}

.p-review1__item.-left {
  margin-left: min(13.0508474576vw, 77px);
  margin-top: min(9.8305084746vw, 58px);
  padding-left: min(6.2711864407vw, 37px);
  padding-right: min(6.2711864407vw, 37px);
  width: min(74.406779661vw, 439px);
}

.p-review1__item.-right {
  margin-left: min(7.6271186441vw, 45px);
  padding-left: min(4.9152542373vw, 29px);
  padding-right: min(6.2711864407vw, 37px);
  width: min(72.0338983051vw, 425px);
}

.p-review1__item::before {
  content: "";
  display: block;
}

.p-review1__item::after {
  clear: both;
  content: "";
  display: block;
}

.p-review1__item.-left::before {
  float: left;
  height: min(18.3050847458vw, 108px);
  width: min(15.2542372881vw, 90px);
}

.p-review1__item.-right::before {
  float: right;
  height: min(21.5254237288vw, 127px);
  width: min(13.5593220339vw, 80px);
}

.p-review1__thumbnail {
  box-shadow: min(0.3389830508vw, 2px) min(0.5084745763vw, 2px) min(1.186440678vw, 7px) 0px rgba(66, 65, 65, 0.2);
  position: absolute;
}

.p-review1__item.-left .p-review1__thumbnail {
  left: max(-5.7627118644vw, -34px);
  top: max(-5.2542372881vw, -31px);
  width: min(23.7288135593vw, 140px);
}

.p-review1__item.-right .p-review1__thumbnail {
  right: max(-7.9661016949vw, -47px);
  top: max(-3.3898305085vw, -20px);
  width: min(25.593220339vw, 151px);
}

.p-review1__star img {
  width: min(33.7288135593vw, 199px);
}

.p-review1__title {
  font-size: min(5.0847457627vw, 30px);
  font-weight: bold;
  line-height: 1;
  margin-top: min(1.3559322034vw, 8px);
}

.p-review1__text {
  font-size: min(3.7288135593vw, 22px);
  line-height: 1.2727272727;
  margin-top: min(1.0169491525vw, 6px);
}

.p-review1__item+.p-review1__item {
  margin-top: min(6.4406779661vw, 38px);
}

.p-review1__item+.c-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: min(2.3728813559vw, 14px);
  margin-right: min(7.4576271186vw, 44px);
  margin-top: min(3.3898305085vw, 20px);
}

.p-review2 {
  padding-top: min(22.5423728814vw, 133px);
}

.p-review2.c-bg-arrow::before {
  background-image: linear-gradient(-30deg, rgba(227, 234, 111, 0.99608) 0%, rgb(227, 234, 111) 0%, rgb(252, 253, 192) 100%);
  z-index: 0;
}

.p-review2 .l-container {
  position: relative;
  z-index: 10;
}

.p-review2__list {
  filter: drop-shadow(min(0.3389830508vw, 2px) min(0.6779661017vw, 4px) min(1.6949152542vw, 10px) rgba(0, 0, 0, 0.3));
  margin-top: min(9.1525423729vw, 54px);
}

.p-review2__item {
  background-color: white;
  -webkit-clip-path: polygon(0 0, max(100% - 10.1694915254vw, 100% - 60px) 0, 100% min(9.8305084746vw, 58px), 100% 100%, 0 100%);
  clip-path: polygon(0 0, max(100% - 10.1694915254vw, 100% - 60px) 0, 100% min(9.8305084746vw, 58px), 100% 100%, 0 100%);
  margin-left: auto;
  margin-right: auto;
  padding: min(4.7457627119vw, 28px) min(6.7796610169vw, 40px) min(5.9322033898vw, 35px);
  width: min(88.1355932203vw, 520px);
}

.p-review2__item-head {
  border-bottom: solid min(0.3389830508vw, 2px) #111;
  display: grid;
  gap: min(0.8474576271vw, 5px) min(4.406779661vw, 26px);
  grid-template-columns: min-content auto;
  padding-bottom: min(1.6949152542vw, 10px);
}

.p-review2__item-thum {
  grid-column: 1/2;
  grid-row: 1/3;
  width: min(13.5593220339vw, 80px);
}

.p-review2__item-star {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: min(1.6949152542vw, 10px);
}

.p-review2__item-star img {
  width: min(29.4915254237vw, 174px);
}

.p-review2__item-title {
  font-size: min(4.406779661vw, 26px);
  font-weight: bold;
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-review2__item-body {
  font-size: min(3.7288135593vw, 22px);
  margin-top: min(2.5423728814vw, 15px);
}

.p-review2__item+.p-review2__item {
  margin-top: min(3.3898305085vw, 20px);
}

.p-review2__item+.c-list {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: min(4.2372881356vw, 25px);
  margin-right: min(3.3898305085vw, 20px);
}

.p-trial {
  background-color: var(--color-primary);
  padding: min(4.5762711864vw, 27px) 0;
}

.p-trial__wrap {
  background-color: white;
  border-radius: min(5.0847457627vw, 30px);
  margin-top: min(4.9152542373vw, 28px);
  padding: min(6.6101694915vw, 39px) min(7.6271186441vw, 45px) min(6.1016949153vw, 36px);
}

.p-trial__wrap .c-image {
  margin-top: min(5.0847457627vw, 30px);
}

.p-trial__wrap+.c-text {
  margin-top: min(3.3898305085vw, 20px);
}

.p-trial__cta {
  filter: drop-shadow(0px min(1.6949152542vw, 10px) min(1.6949152542vw, 10px) rgba(0, 0, 0, 0.5));
  margin: min(4.2372881356vw, 25px) max(-0.8474576271vw, -5px) 0;
}

.p-trial__cta .c-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.p-trial__cta .c-link::before {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  content: "";
  display: block;
  left: 50%;
  padding-top: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s, opacity 0s;
  width: 100%;
}

@media (hover: hover) {
  .p-trial__cta .c-link:hover::before {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s;
  }
}

.p-trial.-bottom {
  padding-bottom: min(6.7796610169vw, 40px);
  padding-top: min(17.7966101695vw, 105px);
}

.p-worry {
  padding-bottom: min(1.6949152542vw, 10px);
  z-index: 5;
}

.p-worry.c-bg-arrow::before {
  background: url(../img/bg-worry.webp) top center no-repeat;
  background-size: cover;
  z-index: -1;
}

.p-worry.l-container {
  position: relative;
  z-index: 10;
}

.p-worry .c-title {
  margin-top: min(3.7288135593vw, 22px);
}

.p-worry .c-text {
  margin-top: min(4.7457627119vw, 28px);
}

.u-text-orange {
  color: var(--color-orange);
}

.u-text-white {
  color: white;
}

.u-text-gray {
  color: #555;
}

.u-text-underline {
  text-decoration: underline;
}

.u-d-inline-block {
  display: inline-block;
}

.u-fs-notes {
  font-size: clamp(10px, 2.0338983051vw, 12px);
}

.u-fs-14 {
  font-size: clamp(12px, 2.3728813559vw, 14px);
}

.u-fw-bold {
  font-weight: bold;
}

.a-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.a-fade-in.is-show {
  opacity: 1;
}

.a-fadeInUp {
  opacity: 0;
  transform: translate(0, 50%);
  transition: opacity 1s, transform 1s;
}

.a-fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}