@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

p {
  margin: unset;
}

ul {
  padding-left: unset;
  margin: unset;
}

li {
  list-style: none;
}

h1 {
  margin: unset;
}

h2 {
  margin: unset;
}

h3 {
  margin: unset;
}

h4 {
  margin: unset;
}

h5 {
  margin: unset;
}

h6 {
  margin: unset;
}

html, body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #581800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}

.l-inner {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

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

@media screen and (min-width: 0) and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
.is-pc-only {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .is-pc-only {
    display: none;
  }
}

.is-sp-only {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .is-sp-only {
    display: block;
  }
}

.l-main {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: unset !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main {
    max-width: none;
  }
}

.l-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .l-backdrop {
    display: none;
  }
}
.l-backdrop__inner {
  background: url(../images/bg.jpg) repeat left top/100%;
  height: 100vh;
  width: 100%;
  top: 0;
  position: sticky;
}
.l-backdrop__inner::before, .l-backdrop__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  visibility: visible;
  height: 31.3888888889vw;
  width: 100%;
  top: 0;
}
.l-backdrop__inner::before {
  background: url(../images/bg_header_deco01.png) no-repeat left top/contain;
  width: 65.6944444444vw;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-backdrop__inner::before {
    display: none;
  }
}
.l-backdrop__inner::after {
  background: url(../images/bg_header_deco02.png) no-repeat right top/contain;
  width: 63.0555555556vw;
  left: auto;
  right: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-backdrop__inner::after {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-backdrop__inner {
    height: auto;
    background: none;
    position: relative;
  }
}
.l-backdrop__header {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-backdrop__header {
    display: none;
  }
}
.l-backdrop__header-head {
  width: min(36.1111111111vw, 520px);
  position: relative;
  top: min(9.9305555556vw, 143px);
  left: 0;
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-head {
    padding-right: 80px;
  }
}
.l-backdrop__header-head-title {
  margin-bottom: min(2.5694444444vw, 37px);
  margin-left: auto;
  margin-right: auto;
  width: min(24.7222222222vw, 356px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-head-title {
    margin-bottom: 2.1527777778vw;
    width: 20.625vw;
  }
}
.l-backdrop__header-head-text {
  width: min(20.1388888889vw, 290px);
  margin: 0 auto;
}
.l-backdrop__header-head-pkg {
  width: min(35.3472222222vw, 509px);
  margin-top: min(2.0833333333vw, 30px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-head-pkg {
    width: 29.4444444444vw;
    margin-top: 1.7361111111vw;
  }
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-head-pkg {
    width: 22.0833333333vw;
  }
}
.l-backdrop__header-content {
  position: relative;
  top: min(15.625vw, 225px);
  width: min(36.1111111111vw, 520px);
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-content {
    padding-left: 80px;
  }
}
.l-backdrop__header-content-inner {
  width: min(22.5694444444vw, 325px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-content-inner {
    width: 18.8194444444vw;
  }
}
.l-backdrop__header-content-btn {
  margin-bottom: min(1.0416666667vw, 15px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-content-btn {
    margin-bottom: 0.8680555556vw;
  }
  .l-backdrop__header-content-btn .c-btn {
    width: 18.8194444444vw;
    padding: 1.1805555556vw 0;
    font-size: 1.0416666667vw;
  }
  .l-backdrop__header-content-btn .c-btn::before {
    width: 0.6388888889vw;
    height: 0.6388888889vw;
  }
}
.l-backdrop__header-content-btn:last-of-type {
  margin-top: min(4.1666666667vw, 60px);
}
.l-backdrop__header-content-pkg {
  margin-top: min(3.125vw, 45px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-content-pkg {
    width: 31.0416666667vw;
    margin: 2.6041666667vw auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-content-pkg {
    width: 23.2638888889vw;
  }
}

.l-main-content {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 26px 25px 9px rgba(199, 129, 0, 0.7960784314);
          box-shadow: 0px 26px 25px 9px rgba(199, 129, 0, 0.7960784314);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main-content {
    max-width: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.l-main-content .c-btn {
  width: 325px;
  padding: 20px 0;
  font-size: 1.8rem;
}
.l-main-content .c-btn::before {
  width: 11px;
  height: 11px;
  right: 16px;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .l-main-content .c-btn {
    width: 81.25vw;
    font-size: 4.5vw;
    padding: 5vw 0;
    border-radius: 249.75vw;
    -webkit-box-shadow: 0.75vw 0.75vw 1.5vw 0px rgba(161, 117, 30, 0.7607843137);
            box-shadow: 0.75vw 0.75vw 1.5vw 0px rgba(161, 117, 30, 0.7607843137);
  }
}

.l-section-background {
  background: url(/products/brand/cmp/meiji-members/open2510/assets/images/bg_section.jpg) no-repeat left top/cover;
  padding-top: 60px;
  padding-bottom: 90px;
}
.l-section-background--baige {
  background: url(/products/brand/cmp/meiji-members/open2510/assets/images/bg_section-baige.jpg) no-repeat left top/cover;
  padding-bottom: 90px;
}

.l-banner {
  position: fixed;
  bottom: 0;
  z-index: 100;
  opacity: 1;
  max-width: 400px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-banner {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: min(100%, 400px);
    max-width: none;
    width: 100%;
  }
}
.l-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-banner__content-date {
  font-size: min(5.25vw, 21px);
  line-height: 1.15;
  color: #673300;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.l-banner__content-date-wrapper {
  width: 33vw;
  background: #FABF13;
  padding: min(2.5vw, 10px) min(4.25vw, 17px) min(1.75vw, 7px) min(5vw, 20px);
}
.l-banner__content-date span {
  display: inline-block;
  font-size: min(4.5vw, 18px);
}
.l-banner__content-date span span {
  font-size: min(4vw, 16px);
}
.l-banner__content-btn-wrapper {
  width: calc(100% - 33vw);
}
.l-banner__content-btn-wrapper .c-btn {
  border-radius: unset;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: min(4.5vw, 18px);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.l-banner__content-btn-wrapper .c-btn::before {
  height: min(2.75vw, 11px);
  width: min(2.75vw, 11px);
  right: min(3vw, 12px);
}

.c-btn {
  display: block;
  width: min(22.5694444444vw, 325px);
  font-size: min(1.25vw, 18px);
  font-weight: 600;
  text-align: center;
  border-radius: min(69.375vw, 999px);
  padding: min(1.3888888889vw, 20px) 0;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(161, 117, 30, 0.7607843137);
          box-shadow: 3px 3px 6px 0px rgba(161, 117, 30, 0.7607843137);
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn {
    width: 81.25vw;
    font-size: 4.5vw;
    padding: 5vw 0;
    border-radius: 249.75vw;
    -webkit-box-shadow: 0.75vw 0.75vw 1.5vw 0px rgba(161, 117, 30, 0.7607843137);
            box-shadow: 0.75vw 0.75vw 1.5vw 0px rgba(161, 117, 30, 0.7607843137);
  }
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: min(0.7638888889vw, 11px);
  height: min(0.7638888889vw, 11px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: min(1.1111111111vw, 16px);
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn::before {
    width: 2.75vw;
    height: 2.75vw;
    right: 4vw;
  }
}
.c-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background: #83621c;
  color: #fff;
}
.c-btn--white {
  background: #fff;
  color: #00622F;
}
.c-btn--white::before {
  border-top: 3px solid #00622F;
  border-right: 3px solid #00622F;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--white::before {
    border-top: 0.75vw solid #fff;
    border-right: 0.75vw solid #fff;
  }
}
.c-btn--white:hover::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--white:hover::before {
    border-top: 0.75vw solid #fff;
    border-right: 0.75vw solid #fff;
  }
}
.c-btn--green {
  background: #00622F;
  color: #fff;
}
.c-btn--green::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--green::before {
    border-top: 0.75vw solid #fff;
    border-right: 0.75vw solid #fff;
  }
}
.c-btn--green:focus {
  text-decoration: none;
  color: #fff;
}

.c-application-period {
  background: #FFF4A4;
  position: relative;
  border-radius: min(1.1111111111vw, 16px);
  padding: min(1.3888888889vw, 20px) min(0.9027777778vw, 13px) min(1.0416666667vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period {
    border-radius: 4vw;
    padding: 5vw vvwSp(13) 3.75vw;
  }
}
.c-application-period::before {
  content: "";
  position: absolute;
  top: max(-1.1805555556vw, -17px);
  left: max(-1.25vw, -18px);
  width: min(4.9305555556vw, 71px);
  height: min(3.9583333333vw, 57px);
  background: url(../images/img_header_deco01.svg) no-repeat left top/contain;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period::before {
    top: -4.25vw;
    left: -4.5vw;
    width: 17.75vw;
    height: 14.25vw;
  }
}
.c-application-period__ttl {
  position: relative;
  padding-bottom: min(1.0416666667vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__ttl {
    padding-bottom: 3.75vw;
  }
}
.c-application-period__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(0.4166666667vw, 6px);
  background: url(../images/img_line_dots.svg) repeat-x center left/contain;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__ttl::before {
    height: 1.5vw;
  }
}
.c-application-period__ttl img {
  width: min(5.9027777778vw, 85px);
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__ttl img {
    width: 21.25vw;
  }
}
.c-application-period__date {
  color: #673300;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 900;
  vertical-align: baseline;
  text-align: center;
  line-height: 1.3;
  margin-top: min(0.625vw, 9px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__date {
    font-size: 4vw;
    margin-top: 2.25vw;
  }
  .c-application-period__date p {
    font-size: 4vw;
  }
}
.c-application-period__date-month, .c-application-period__date-day {
  font-size: min(1.5277777778vw, 22px);
  margin-left: max(-0.2777777778vw, -4px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__date-month, .c-application-period__date-day {
    font-size: 5.5vw;
    margin-left: -1vw;
  }
}
.c-application-period__date-time {
  font-size: min(1.3194444444vw, 19px);
  margin-left: max(-0.1388888889vw, -2px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-application-period__date-time {
    font-size: 4.75vw;
    margin-left: -0.5vw;
  }
}

.c-color-pink {
  color: #CA2249;
}

.c-font-size-small {
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-font-size-small {
    font-size: 3vw;
  }
}

.c-notice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-notice span {
  display: block;
}
.c-notice + .c-notice {
  margin-top: 6px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-notice + .c-notice {
    margin-top: 1.5vw;
  }
}

.c-txtlink {
  color: #CA2249;
  text-decoration: underline;
  font-size: 1.4rem;
  margin-top: 2px;
  display: inline-block;
}
.c-txtlink:hover {
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-txtlink {
    font-size: 3.5vw;
  }
}

.c-font-weight-bold {
  font-weight: 700;
}

body {
  overflow-x: hidden;
}

#new-products-campaign {
  position: relative;
}

.l-inner {
  padding: 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-inner {
    padding: 0 5vw;
  }
}

.p-letter {
  background: #FFEBB8;
  padding: 42px 0 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter {
    padding: 10.5vw 0 12.5vw;
  }
}
.p-letter__content {
  background: url(/products/brand/cmp/meiji-members/open2510/assets/images/bg_letter.png) no-repeat left top/contain;
  height: 545px;
  padding-top: 75px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__content {
    margin: 0 auto;
    height: 136.25vw;
    padding-top: 18.75vw;
  }
}
.p-letter__title {
  margin-bottom: 32px;
  padding: 0 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__title {
    padding: 0 3vw;
    margin-bottom: 8vw;
  }
  .p-letter__title img {
    width: 84.25vw;
  }
}
.p-letter__sentence {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #571A00;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__sentence {
    font-size: 4vw;
  }
}
.p-letter__sentence + .p-letter__sentence {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__sentence + .p-letter__sentence {
    margin-top: 7.5vw;
  }
}
.p-letter__deco-item {
  position: absolute;
}
.p-letter__deco-item01 {
  top: -22px;
  left: -20px;
  width: 129px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__deco-item01 {
    top: -5.5vw;
    left: -5vw;
    width: 32.25vw;
  }
}
.p-letter__deco-item02 {
  top: -24px;
  right: 8px;
  width: 59px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__deco-item02 {
    top: -6vw;
    right: 2vw;
    width: 14.75vw;
  }
}
.p-letter__deco-item03 {
  bottom: -20px;
  left: -5px;
  width: 63px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__deco-item03 {
    bottom: -5vw;
    left: -1.25vw;
    width: 15.75vw;
  }
}
.p-letter__deco-item04 {
  bottom: -45px;
  right: 0;
  width: 103px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-letter__deco-item04 {
    bottom: -11.25vw;
    right: 0;
    width: 25.75vw;
  }
}

.p-about {
  padding: 0 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about {
    padding: 0 3vw;
  }
}
.p-about__head {
  text-align: center;
}
.p-about__title {
  width: 362px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__title {
    width: 90.5vw;
  }
}
.p-about__title-txt {
  width: 290px;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__title-txt {
    width: 72.5vw;
  }
}
.p-about__title > img {
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__title > img {
    width: 90.5vw;
    margin-top: 5.75vw;
    margin-bottom: 3vw;
  }
}
.p-about__box-text {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__box-text {
    font-size: 2.5vw;
  }
}
.p-about__content {
  padding: 0 43px;
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__content {
    padding: 0 10.75vw;
    margin-top: 5vw;
  }
}
.p-about__application-period {
  background: #fff;
  padding: 15px 13px 20px;
  border-radius: 16px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period {
    padding: 3.75vw 3.25vw 5vw;
    border-radius: 4vw;
  }
}
.p-about__application-period::before {
  width: 76px;
  height: 63px;
  background: url(/products/brand/cmp/meiji-members/open2510/assets/images/img_about_deco01.svg) no-repeat left top/contain;
  top: auto;
  bottom: -16px;
  left: -43px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period::before {
    width: 19vw;
    height: 15.75vw;
    bottom: -4vw;
    left: -10.75vw;
  }
}
.p-about__application-period__ttl {
  padding-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period__ttl {
    padding-bottom: 3.75vw;
  }
}
.p-about__application-period__ttl img {
  width: 88px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period__ttl img {
    width: 22vw;
  }
}
.p-about__application-period__date {
  color: #CA2249;
  font-size: 1.6rem;
  margin-top: 9px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period__date {
    font-size: 4vw;
    margin-top: 2.25vw;
  }
}
.p-about__application-period__date-month, .p-about__application-period__date-day {
  font-size: 2.2rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period__date-month, .p-about__application-period__date-day {
    font-size: 5.5vw;
  }
}
.p-about__application-period__date-time {
  font-size: 1.9rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__application-period__date-time {
    font-size: 4.75vw;
  }
}

.p-products {
  padding-top: 85px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products {
    padding-top: 21.25vw;
  }
}
.p-products__title {
  margin-bottom: 22px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__title {
    margin-bottom: 5.5vw;
  }
}
.p-products__title img {
  width: 332px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__title img {
    width: 83vw;
  }
}
.p-products__content-slider {
  position: relative;
}
.p-products__content-slider .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-products__content-slider .swiper-slide {
  width: 284px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide {
    width: 71vw;
  }
}
.p-products__content-slider .swiper-slide__pkg {
  width: 255px;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg {
    width: 63.75vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.cacaobote {
  width: 255px;
  margin-top: 24px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.cacaobote {
    width: 63.75vw;
    margin-top: 6vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.melonsodaup {
  width: 202px;
  margin-top: 24px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.melonsodaup {
    width: 50.5vw;
    margin-top: 6vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.kinokono-yama {
  width: 271px;
  margin-top: 37px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.kinokono-yama {
    width: 67.75vw;
    margin-top: 9.25vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.marugoto-yasai-curry {
  width: 224px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.marugoto-yasai-curry {
    width: 56vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.marugoto-tomato-curry {
  width: 227px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.marugoto-tomato-curry {
    width: 56.75vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.milk-protein {
  width: 154px;
  margin-top: 13px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.milk-protein {
    width: 38.5vw;
    margin-top: 3.25vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.matcha-latte {
  width: 180px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.matcha-latte {
    width: 45vw;
  }
}
.p-products__content-slider .swiper-slide__pkg.anpanman-fruit-source {
  width: 209px;
  margin-top: 6px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__pkg.anpanman-fruit-source {
    width: 52.25vw;
    margin-top: 1.5vw;
  }
}
.p-products__content-slider .swiper-slide__description {
  position: relative;
  background: #fff;
  padding: 0 10px 20px;
  border-radius: 16px;
  min-height: 320px;
}
.p-products__content-slider .swiper-slide__description-wrapper {
  padding-top: 230px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description-wrapper {
    padding-top: 57.5vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description {
    padding: 0 2.5vw 5vw;
    border-radius: 4vw;
    min-height: 80vw;
  }
}
.p-products__content-slider .swiper-slide__description::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 73px;
  background: url(/products/brand/cmp/meiji-members/open2510/assets/images/img_products_deco01.svg) no-repeat left top/contain;
  top: -28px;
  left: -24px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description::before {
    width: 20vw;
    height: 18.25vw;
    top: -7vw;
    left: -6vw;
  }
}
.p-products__content-slider .swiper-slide__description-title {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #CA2249;
  font-weight: 600;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background: url(/products/brand/cmp/meiji-members/open2510/assets/images/img_line_dots.svg) repeat-x left bottom/contain;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description-title {
    font-size: 5vw;
    height: 26.25vw;
  }
}
.p-products__content-slider .swiper-slide__description-title.anpanman-fruit-source {
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description-title.anpanman-fruit-source {
    font-size: 4vw;
  }
}
.p-products__content-slider .swiper-slide__description-title.anpanman-fruit-source span {
  font-size: 1.2rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description-title.anpanman-fruit-source span {
    font-size: 3vw;
  }
}
.p-products__content-slider .swiper-slide__description-content {
  padding: 0 8px;
  margin-top: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description-content {
    padding: 0 2vw;
    margin-top: 3.75vw;
  }
}
.p-products__content-slider .swiper-slide__description-text {
  font-size: 1.55rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-slider .swiper-slide__description-text {
    font-size: 3.875vw;
  }
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  position: relative !important;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
}

.swiper-navigation {
  position: relative;
  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;
  margin-top: 25px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .swiper-navigation {
    margin-top: 6.25vw;
  }
}

.swiper-pagination {
  text-align: center;
  font-size: 1.8rem;
  color: #CA2249;
  font-weight: 600;
  width: auto;
  padding: 0 31px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .swiper-pagination {
    font-size: 4.5vw;
    padding: 0 7.75vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 47px !important;
  height: 47px !important;
  border-radius: 50%;
  margin: 0 !important;
  color: #fff;
  font-weight: 700;
  background: #CA2249;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 11.75vw !important;
    height: 11.75vw !important;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 13px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 3.25vw !important;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.p-application-howto {
  padding-top: 90px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto {
    padding-top: 22.5vw;
  }
}
.p-application-howto__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__title {
    margin-bottom: 12.5vw;
  }
}
.p-application-howto__step-wrapper {
  padding: 23px 0;
  background: #fff;
  border-radius: 16px;
  border: 5px solid #FDCD44;
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-wrapper {
    padding: 5.75vw 0;
    border-radius: 4vw;
    border: 1.25vw solid #FDCD44;
    margin-bottom: 7.5vw;
  }
}
.p-application-howto__step-item {
  padding: 23px 12px 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item {
    padding: 5.75vw 3vw 4.5vw;
  }
}
.p-application-howto__step-item:first-of-type {
  padding-top: unset;
}
.p-application-howto__step-item:last-of-type {
  padding-bottom: unset;
}
.p-application-howto__step-item + .p-application-howto__step-item {
  border-top: 5px solid #FDCD44;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item + .p-application-howto__step-item {
    border-top: 1.25vw solid #FDCD44;
  }
}
.p-application-howto__step-item-number {
  margin: 0 auto 20px;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number {
    margin: 0 auto 5vw;
  }
}
.p-application-howto__step-item-number--01 {
  width: 90px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number--01 {
    width: 22.5vw;
  }
}
.p-application-howto__step-item-number--02 {
  width: 96px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number--02 {
    width: 24vw;
  }
}
.p-application-howto__step-item-number--03 {
  width: 96px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number--03 {
    width: 24vw;
  }
}
.p-application-howto__step-item-number--04 {
  width: 92px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number--04 {
    width: 23vw;
  }
}
.p-application-howto__step-item-number--05 {
  width: 95px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number--05 {
    width: 23.75vw;
  }
}
.p-application-howto__step-item-number--06 {
  width: 97px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-number--06 {
    width: 24.25vw;
  }
}
.p-application-howto__step-item-img {
  height: auto;
  margin: 0 auto 5px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img {
    margin: 0 auto 1.25vw;
  }
}
.p-application-howto__step-item-img--01 {
  width: 252px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img--01 {
    width: 63vw;
  }
}
.p-application-howto__step-item-img--02 {
  width: 252px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img--02 {
    width: 63vw;
  }
}
.p-application-howto__step-item-img--03 {
  width: 78px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img--03 {
    width: 19.5vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__step-item-img--04 {
  width: 250px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img--04 {
    width: 62.5vw;
  }
}
.p-application-howto__step-item-img--05 {
  width: 82px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img--05 {
    width: 20.5vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__step-item-img--06 {
  width: 54px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-img--06 {
    width: 13.5vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__step-item-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-text {
    font-size: 3.75vw;
  }
}
.p-application-howto__step-item-text .c-font-size-small {
  margin-top: 7px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__step-item-text .c-font-size-small {
    margin-top: 1.75vw;
  }
}
.p-application-howto__content-btn .c-btn {
  margin: 0 auto;
}

.p-application-terms {
  margin-top: 100px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms {
    margin-top: 25vw;
  }
}
.p-application-terms__title {
  margin-bottom: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__title {
    margin-bottom: 12.5vw;
  }
}
.p-application-terms__content-wrapper {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 30px;
  max-height: 500px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-wrapper {
    border-radius: 4vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-wrapper {
    max-height: 125vw;
  }
}
.p-application-terms__content-wrapper .simplebar-track.simplebar-vertical {
  background: #eeeeee;
}
.p-application-terms__content-wrapper .simplebar-scrollbar {
  background: #9f7d43;
  border-radius: 10px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  pointer-events: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.p-application-terms__content-wrapper .simplebar-scrollbar::before {
  background: #9f7d43;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  pointer-events: auto;
}
.p-application-terms__content-wrapper .simplebar-track {
  width: 10px; /* 例として幅を8ピクセルに設定 */
}
.p-application-terms__content-inner {
  padding: 25px 20px 25px 16px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-inner {
    padding: 6.25vw 5vw 6.25vw 4vw;
  }
}
.p-application-terms__content-item + .p-application-terms__content-item {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item + .p-application-terms__content-item {
    margin-top: 7.5vw;
  }
}
.p-application-terms__content-item-title {
  font-size: 1.6rem;
  color: #CA2249;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 11px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-title {
    font-size: 4vw;
    margin-bottom: 2.5vw;
    padding-left: 2.75vw;
  }
}
.p-application-terms__content-item-title::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 20px;
  background: #CA2249;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-title::before {
    width: 1.25vw;
    height: 5vw;
  }
}
.p-application-terms__content-item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-text {
    font-size: 3.5vw;
  }
}
.p-application-terms__content-item-text > .c-txtlink {
  margin-top: 0;
}
.p-application-terms__content-item-notice-wrapper {
  margin-top: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-notice-wrapper {
    margin-top: 2.5vw;
  }
}
.p-application-terms__content-item-notice-wrapper .c-txtlink {
  font-size: 1.2rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-notice-wrapper .c-txtlink {
    font-size: 3vw;
  }
}
.p-application-terms__content-item-list {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list {
    margin-top: 2.5vw;
  }
}
.p-application-terms__content-item-list li {
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list li {
    font-size: 3.5vw;
  }
}
.p-application-terms__content-item-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CA2249;
  top: 8.5px;
  left: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list li::before {
    width: 1.5vw;
    height: 1.5vw;
    top: 2.125vw;
  }
}
.p-application-terms__content-item-list li + li {
  margin-top: 6px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list li + li {
    margin-top: 1.5vw;
  }
}
.p-application-terms__content-item-list--new-product li {
  font-size: 1.2rem;
  padding-left: 0.8em;
}
.p-application-terms__content-item-list--new-product li::before {
  width: 4px;
  height: 4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list--new-product li::before {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list--new-product li {
    font-size: 3vw;
  }
}
.p-application-terms__content-btn .c-btn {
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */