@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;
}

#new-products-campaign {
  font-weight: 400;
  color: #222222;
  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: #D41E28;
  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;
}
@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(17.9861111111vw, 259px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-head-title {
    margin-bottom: 2.1527777778vw;
    width: 17.9861111111vw;
  }
}
.l-backdrop__header-head-text {
  width: min(27.0833333333vw, 390px);
  margin: 0 auto;
  background: #fff;
  padding: min(1.3888888889vw, 20px) 0 min(1.3888888889vw, 20px);
  border-radius: min(0.6944444444vw, 10px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-head-text {
    width: 25vw;
  }
}
.l-backdrop__header-head-text .c-campaign-date__item-ttl {
  font-size: min(1.3888888889vw, 20px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(1.3888888889vw, 20px);
  position: relative;
}
.l-backdrop__header-head-text .c-campaign-date__item-ttl::before, .l-backdrop__header-head-text .c-campaign-date__item-ttl::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4.1666666667vw, 60px);
  height: 0.0694444444vw;
  background: #db0c1a;
}
.l-backdrop__header-head-text .c-campaign-date__item-ttl::before {
  left: 1.5277777778vw;
}
.l-backdrop__header-head-text .c-campaign-date__item-ttl::after {
  right: 1.5277777778vw;
}
.l-backdrop__header-head-text .c-campaign-date__item-wrapper::before {
  left: min(13.5416666667vw, 195px);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .l-backdrop__header-head-text .c-campaign-date__item-wrapper {
    gap: 3.9583333333vw;
  }
  .l-backdrop__header-head-text .c-campaign-date__item-year {
    font-size: 1.0416666667vw;
  }
  .l-backdrop__header-head-text .c-campaign-date__item-date {
    font-size: 3.125vw;
    margin-top: -1.2152777778vw;
  }
  .l-backdrop__header-head-text .c-campaign-date__item-day-text {
    font-size: 0.9375vw;
  }
  .l-backdrop__header-head-text .c-campaign-date__item-day {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    margin-left: 0.4513888889vw;
  }
  .l-backdrop__header-head-text .c-campaign-date__item-time {
    font-size: 1.0416666667vw;
    margin-top: -1.2152777778vw;
  }
  .l-backdrop__header-head-text .c-campaign-date__item-wrapper::before {
    width: 1.1805555556vw;
    height: 1.7361111111vw;
    left: 12.6388888889vw;
    top: 2.0833333333vw;
  }
}
.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: 375px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-shadow: 0px 26px 25px 9px #96070e;
          box-shadow: 0px 26px 25px 9px #96070e;
}
@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: 43.3333333333vw;
    font-size: 2.4vw;
    padding: 2.6666666667vw 0;
    border-radius: 133.2vw;
    -webkit-box-shadow: 0.4vw 0.4vw 0.8vw 0px rgba(161, 117, 30, 0.7607843137);
            box-shadow: 0.4vw 0.4vw 0.8vw 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(2.8vw, 21px);
  line-height: 1.15;
  color: #673300;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.l-banner__content-date-wrapper {
  width: 17.6vw;
  background: #FABF13;
  padding: min(1.3333333333vw, 10px) min(2.2666666667vw, 17px) min(0.9333333333vw, 7px) min(2.6666666667vw, 20px);
}
.l-banner__content-date span {
  display: inline-block;
  font-size: min(2.4vw, 18px);
}
.l-banner__content-date span span {
  font-size: min(2.1333333333vw, 16px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-banner__content .c-btn-square {
    width: 100%;
    border-radius: unset;
    border: none;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(109, 109, 109, 0.3098039216);
            box-shadow: 0px -3px 6px 0px rgba(109, 109, 109, 0.3098039216);
  }
}

.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.1111111111vw, 16px) 0;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px 0px #96070e;
          box-shadow: 3px 3px 6px 0px #96070e;
  border: 2px solid transparent;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn {
    width: 43.3333333333vw;
    font-size: 2.4vw;
    padding: 2.1333333333vw 0;
    border-radius: 133.2vw;
    -webkit-box-shadow: 0.4vw 0.4vw 0.8vw 0px #96070e;
            box-shadow: 0.4vw 0.4vw 0.8vw 0px #96070e;
  }
}
.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: 1.4666666667vw;
    height: 1.4666666667vw;
    right: 2.1333333333vw;
  }
}
.c-btn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  background: #ad070e;
  color: #fff;
  border: 2px solid #fff;
}
.c-btn--white {
  background: #fff;
  color: #db0c1a;
}
.c-btn--white::before {
  border-top: 3px solid #db0c1a;
  border-right: 3px solid #db0c1a;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--white::before {
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw 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.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
.c-btn--yellow {
  background: #f7ee4c;
  color: #db0c1a;
}
.c-btn--yellow::before {
  border-top: 3px solid #db0c1a;
  border-right: 3px solid #db0c1a;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--yellow::before {
    border-top: 0.4vw solid #db0c1a;
    border-right: 0.4vw solid #db0c1a;
  }
}
.c-btn--yellow:hover::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 0) and (max-width: 399px) {
  .c-btn--yellow:hover::before {
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
.c-btn--yellow.end {
  background: #999;
  color: #fff;
}
.c-btn--yellow.end::before {
  display: none;
}
.c-btn--yellow:focus {
  text-decoration: none;
  color: #db0c1a;
}

.c-btn-square {
  background: #f7ee4c;
  border: min(1.6vw, 6px) solid #ad070e;
  border-radius: min(3.2vw, 12px);
  position: relative;
  display: block;
  padding: min(5.4666666667vw, 20.5px) 0 min(5.8666666667vw, 22px);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-square {
    border: 1.6vw solid #ad070e;
    border-radius: 3.2vw;
    padding: 5.4666666667vw 0 5.8666666667vw;
  }
}
.c-btn-square:hover {
  opacity: 0.8;
  text-decoration: none;
}
.c-btn-square__text {
  font-size: min(4.4vw, 16.5px);
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-square__text {
    font-size: 4.4vw;
  }
}
.c-btn-square__arrow {
  position: absolute;
  width: min(4.8vw, 18px);
  height: auto;
  margin-left: min(3.3333333333vw, 12.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-square__arrow {
    width: 4.8vw;
    margin-left: 3.3333333333vw;
  }
}
.c-btn-square__arrow img {
  width: 100%;
  height: auto;
}

.c-title {
  margin-bottom: min(6.6666666667vw, 25px);
}
.c-title img {
  max-width: min(67.2vw, 252px);
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-title img {
    max-width: 67.2vw;
  }
}

.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: 2.1333333333vw;
    padding: 2.6666666667vw vvwSp(13) 2vw;
  }
}
.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: -2.2666666667vw;
    left: -2.4vw;
    width: 9.4666666667vw;
    height: 7.6vw;
  }
}
.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: 2vw;
  }
}
.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: 0.8vw;
  }
}
.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: 11.3333333333vw;
  }
}
.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: 2.1333333333vw;
    margin-top: 1.2vw;
  }
  .c-application-period__date p {
    font-size: 2.1333333333vw;
  }
}
.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: 2.9333333333vw;
    margin-left: -0.5333333333vw;
  }
}
.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: 2.5333333333vw;
    margin-left: -0.2666666667vw;
  }
}

.c-color-red {
  color: #db0c1a;
}

.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: 1.6vw;
  }
}

.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: 0.8vw;
  }
}

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

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

.c-campaign-date {
  color: #222222;
}
.c-campaign-date__item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(15.2vw, 57px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-wrapper {
    gap: 15.2vw;
  }
}
.c-campaign-date__item-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: min(8vw, 30px);
  left: min(46vw, 172.5px);
  width: min(4.5333333333vw, 17px);
  height: min(6.6666666667vw, 25px);
  background: url(/products/brand/cmp/tu/close251128/assets/images/icon_arrow.svg) no-repeat center center/contain;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-wrapper::before {
    top: 8vw;
    left: 46vw;
    width: 4.5333333333vw;
    height: 6.6666666667vw;
  }
}
.c-campaign-date__item-year {
  font-family: "Barlow", sans-serif;
  font-size: min(4vw, 15px);
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-year {
    font-size: 4vw;
  }
}
.c-campaign-date__item-date {
  font-family: "Barlow", sans-serif;
  font-size: min(12vw, 45px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: max(-4.6666666667vw, -17.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-date {
    font-size: 12vw;
    margin-top: -4.6666666667vw;
  }
}
.c-campaign-date__item-date-separator {
  font-weight: 400;
}
.c-campaign-date__item-day {
  position: relative;
  display: block;
  border-radius: 50%;
  background: #222222;
  width: min(6.9333333333vw, 26px);
  height: min(6.9333333333vw, 26px);
  text-align: center;
  margin-left: min(1.7333333333vw, 6.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-day {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    margin-left: 1.7333333333vw;
  }
}
.c-campaign-date__item-day-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.6vw, 13.5px);
  color: #fff;
  line-height: 1;
  padding-left: min(0.1333333333vw, 0.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-day-text {
    font-size: 3.6vw;
    padding-left: 0.1333333333vw;
  }
}
.c-campaign-date__item-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Barlow", sans-serif;
  font-size: min(4vw, 15px);
  font-weight: 700;
  margin-top: max(-4.6666666667vw, -17.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-time {
    font-size: 4vw;
    margin-top: -4.6666666667vw;
  }
}
.c-campaign-date__item-note {
  margin-top: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-note {
    margin-top: 4vw;
  }
}
.c-campaign-date__item-note ul li {
  font-size: min(3.2vw, 12px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: min(4.5333333333vw, 17px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-campaign-date__item-note ul li {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
}

.c-internalLink-btn-wrapper {
  background: #db0c1a;
  padding: min(6.6666666667vw, 25px) 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-internalLink-btn-wrapper {
    padding: 6.6666666667vw 0;
  }
}
.c-internalLink-btn-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.c-internalLink-btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.5333333333vw, 9.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-internalLink-btn__list {
    gap: 2.5333333333vw;
  }
}
.c-internalLink-btn__list li a {
  display: block;
  width: min(28.2666666667vw, 106px);
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-internalLink-btn__list li a {
    width: 28.2666666667vw;
  }
}
.c-internalLink-btn__list li a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-internalLink-btn__list li a:hover {
  opacity: 0.7;
}

.c-accordion-wrapper {
  background: #fff;
  border: min(0.5333333333vw, 2px) solid #db0c1a;
  border-radius: min(3.3333333333vw, 12.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion-wrapper {
    border: 0.5333333333vw solid #db0c1a;
    border-radius: 3.3333333333vw;
  }
}
.c-accordion-ttl {
  font-size: min(4.6666666667vw, 17.5px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: min(4vw, 15px) min(6.6666666667vw, 25px);
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion-ttl {
    font-size: 4.6666666667vw;
    padding: 4vw 6.6666666667vw;
  }
}
.c-accordion-ttl::before {
  content: "";
  position: absolute;
  right: min(4.6666666667vw, 17.5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(4vw, 15px);
  height: min(0.5333333333vw, 2px);
  background-color: #db0c1a;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion-ttl::before {
    right: 4.6666666667vw;
    width: 4vw;
    height: 0.5333333333vw;
  }
}
.c-accordion-ttl::after {
  content: "";
  position: absolute;
  right: min(4.6666666667vw, 17.5px);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: min(4vw, 15px);
  height: min(0.5333333333vw, 2px);
  background-color: #db0c1a;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion-ttl::after {
    right: 4.6666666667vw;
    width: 4vw;
    height: 0.5333333333vw;
  }
}
.c-accordion-ttl.is-open::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.c-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  padding: 0 min(6.6666666667vw, 25px);
  -webkit-transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, -webkit-transform 0.3s linear;
  transition: max-height 0.3s linear, opacity 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, -webkit-transform 0.3s linear;
  transition: max-height 0.3s linear, opacity 0.3s linear, transform 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear;
  transition: max-height 0.3s linear, opacity 0.3s linear, transform 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion-content {
    padding: 0 6.6666666667vw;
  }
}
.c-accordion-content.is-open {
  max-height: 2000px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-top: min(4vw, 15px);
  padding-bottom: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion-content.is-open {
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
  }
}

.c-font-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

body {
  overflow-x: hidden;
}

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

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

.p-mv {
  background: #fff;
}
.p-mv__inner img {
  width: 100%;
  height: auto;
}
.p-mv__content {
  padding: min(4vw, 15px) 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-mv__content {
    padding: 4vw 0;
  }
}
.p-mv__content-inner {
  padding: 0 min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-mv__content-inner {
    padding: 0 4vw;
  }
}

.p-campaign {
  background: #ffeef0;
}
.p-campaign__inner {
  padding-bottom: min(13.3333333333vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__inner {
    padding-bottom: 13.3333333333vw;
  }
}
.p-campaign__description {
  font-size: min(4.5333333333vw, 17px);
  line-height: min(8vw, 30px);
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 min(6.6666666667vw, 25px);
  margin-bottom: min(8vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__description {
    font-size: 4.5333333333vw;
    line-height: 8vw;
    padding: 0 6.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-campaign__note {
  font-size: min(3.6vw, 13.5px);
  margin-bottom: min(2.6666666667vw, 10px);
}
.p-campaign__note + .p-campaign__note {
  margin-bottom: min(9.6vw, 36px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__note + .p-campaign__note {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__note {
    font-size: 3.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-campaign__graphic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-inner {
    gap: 4vw;
  }
}
.p-campaign__graphic-item {
  text-align: center;
  width: 50%;
  background: #fff;
  border: min(0.5333333333vw, 2px) solid #db0c1a;
  padding: min(3.4666666667vw, 13px) 0 min(4.1333333333vw, 15.5px);
  border-radius: min(2.6666666667vw, 10px);
  margin-bottom: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item {
    border: 0.5333333333vw solid #db0c1a;
    padding: 3.4666666667vw 0 4.1333333333vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-campaign__graphic-item-ttl {
  font-size: min(4.2666666667vw, 16px);
  font-weight: 700;
  margin-bottom: min(2.9333333333vw, 11px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.9333333333vw;
  }
}
.p-campaign__graphic-item-img {
  margin-bottom: min(1.6vw, 6px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item-img {
    margin-bottom: 1.6vw;
  }
}
.p-campaign__graphic-item-img img {
  width: min(17.8666666667vw, 67px);
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item-img img {
    width: 17.8666666667vw;
  }
}
.p-campaign__graphic-item-text {
  font-size: min(3.2vw, 12px);
  font-weight: 700;
  line-height: min(4.2666666667vw, 16px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item-text {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
}
.p-campaign__graphic-item--second .p-campaign__graphic-item-img img {
  width: min(34.4vw, 129px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item--second .p-campaign__graphic-item-img img {
    width: 34.4vw;
  }
}
.p-campaign__graphic-item--second .p-campaign__graphic-item-text {
  margin-top: min(3.0666666667vw, 11.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__graphic-item--second .p-campaign__graphic-item-text {
    margin-top: 3.0666666667vw;
  }
}
.p-campaign__accordion-content-item + .p-campaign__accordion-content-item {
  margin-top: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item + .p-campaign__accordion-content-item {
    margin-top: 5.3333333333vw;
  }
}
.p-campaign__accordion-content-item-ttl {
  font-size: min(4.6666666667vw, 17.5px);
  font-weight: 700;
  color: #fff;
  background: #db0c1a;
  border-radius: min(1.3333333333vw, 5px);
  text-align: center;
  line-height: 1;
  padding: min(2vw, 7.5px) 0;
  margin-bottom: min(8vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-ttl {
    font-size: 4.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2vw 0;
    margin-bottom: 8vw;
  }
}
.p-campaign__accordion-content-item-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(6.4vw, 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-item {
    gap: 6.4vw;
    padding-bottom: 6.6666666667vw;
  }
}
.p-campaign__accordion-content-item-list-item + .p-campaign__accordion-content-item-list-item {
  border-top: 1px solid #cccccc;
  padding-top: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-item + .p-campaign__accordion-content-item-list-item {
    padding-top: 6.6666666667vw;
  }
}
.p-campaign__accordion-content-item-list-item--noimage {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: min(9.3333333333vw, 35px) !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-item--noimage {
    padding-top: 9.3333333333vw !important;
  }
}
.p-campaign__accordion-content-item-list-item--noimage .p-campaign__accordion-content-item-list-text {
  line-height: min(4.8vw, 18px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-item--noimage .p-campaign__accordion-content-item-list-text {
    line-height: 4.8vw;
  }
}
.p-campaign__accordion-content-item-list-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-campaign__accordion-content-item-list-img img {
  height: auto;
  margin: 0 auto;
}
.p-campaign__accordion-content-item-list-img--01 img {
  width: min(30.9333333333vw, 116px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--01 img {
    width: 30.9333333333vw;
  }
}
.p-campaign__accordion-content-item-list-img--02 img {
  width: min(30.9333333333vw, 116px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--02 img {
    width: 30.9333333333vw;
  }
}
.p-campaign__accordion-content-item-list-img--03 {
  padding-left: min(5.3333333333vw, 20px);
  margin-right: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--03 {
    padding-left: 5.3333333333vw;
    margin-right: 4vw;
  }
}
.p-campaign__accordion-content-item-list-img--03 img {
  width: min(21.8666666667vw, 82px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--03 img {
    width: 21.8666666667vw;
  }
}
.p-campaign__accordion-content-item-list-img--04 {
  padding-left: min(9.6vw, 36px);
  margin-right: min(10.6666666667vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--04 {
    padding-left: 9.6vw;
    margin-right: 10.6666666667vw;
  }
}
.p-campaign__accordion-content-item-list-img--04 img {
  width: min(11.4666666667vw, 43px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--04 img {
    width: 11.4666666667vw;
  }
}
.p-campaign__accordion-content-item-list-img--05 {
  padding-left: min(8vw, 30px);
  margin-right: min(7.6vw, 28.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--05 {
    padding-left: 8vw;
    margin-right: 7.6vw;
  }
}
.p-campaign__accordion-content-item-list-img--05 img {
  width: min(16.4vw, 61.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--05 img {
    width: 16.4vw;
  }
}
.p-campaign__accordion-content-item-list-img--06 {
  padding-left: min(3.0666666667vw, 11.5px);
  padding-right: min(0.8vw, 3px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--06 {
    padding-left: 3.0666666667vw;
    padding-right: 0.8vw;
  }
}
.p-campaign__accordion-content-item-list-img--06 img {
  width: min(28.4vw, 106.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--06 img {
    width: 28.4vw;
  }
}
.p-campaign__accordion-content-item-list-img--07 {
  padding-left: min(3.0666666667vw, 11.5px);
  padding-right: min(0.8vw, 3px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--07 {
    padding-left: 3.0666666667vw;
    padding-right: 0.8vw;
  }
}
.p-campaign__accordion-content-item-list-img--07 img {
  width: min(28.4vw, 106.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--07 img {
    width: 28.4vw;
  }
}
.p-campaign__accordion-content-item-list-img--08 {
  padding-left: min(9.7333333333vw, 36.5px);
  padding-right: min(9.3333333333vw, 35px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--08 {
    padding-left: 9.7333333333vw;
    padding-right: 9.3333333333vw;
  }
}
.p-campaign__accordion-content-item-list-img--08 img {
  width: min(13.0666666667vw, 49px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--08 img {
    width: 13.0666666667vw;
  }
}
.p-campaign__accordion-content-item-list-img--09 {
  padding-left: min(3.0666666667vw, 11.5px);
  padding-right: min(0.4vw, 1.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--09 {
    padding-left: 3.0666666667vw;
    padding-right: 0.4vw;
  }
}
.p-campaign__accordion-content-item-list-img--09 img {
  width: min(28.5333333333vw, 107px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-img--09 img {
    width: 28.5333333333vw;
  }
}
.p-campaign__accordion-content-item-list-text {
  font-size: min(3.4666666667vw, 13px);
  font-weight: 700;
  line-height: min(4.5333333333vw, 17px);
  letter-spacing: 0.03em;
  word-break: keep-all;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-campaign__accordion-content-item-list-text {
    font-size: 3.4666666667vw;
    line-height: 4.5333333333vw;
  }
}

.p-gifts {
  background: #fff;
}
.p-gifts__content-note {
  text-align: center;
  font-size: min(3.6vw, 13.5px);
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-top: min(8.5333333333vw, 32px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-note {
    font-size: 3.6vw;
    margin-top: 8.5333333333vw;
  }
}
.p-gifts__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex {
    gap: 4vw;
  }
}
.p-gifts__content-flex-item {
  background: #db0c1a;
  border-radius: min(8.8vw, 33px);
  padding: min(6.6666666667vw, 25px) min(3.3333333333vw, 12.5px) min(6.1333333333vw, 23px);
  position: relative;
  z-index: 1;
}
.p-gifts__content-flex-item-wrapper {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item {
    border-radius: 8.8vw;
    padding: 6.6666666667vw 3.3333333333vw 6.1333333333vw;
  }
}
.p-gifts__content-flex-item--b {
  padding-top: min(4.4vw, 16.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b {
    padding-top: 4.4vw;
  }
}
.p-gifts__content-flex-item--b .p-gifts__content-flex-item-img {
  margin-bottom: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b .p-gifts__content-flex-item-img {
    margin-bottom: 2.1333333333vw;
  }
}
.p-gifts__content-flex-item--b .p-gifts__content-flex-item-img img {
  width: min(34.9333333333vw, 131px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b .p-gifts__content-flex-item-img img {
    width: 34.9333333333vw;
  }
}
.p-gifts__content-flex-item--b .p-gifts__content-flex-item-description {
  margin-bottom: min(2.6666666667vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b .p-gifts__content-flex-item-description {
    margin-bottom: 2.6666666667vw;
  }
}
.p-gifts__content-flex-item--b .p-gifts__content-flex-item-detail-present {
  margin-top: max(-0.6666666667vw, -2.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b .p-gifts__content-flex-item-detail-present {
    margin-top: -0.6666666667vw;
  }
}
.p-gifts__content-flex-item--b .p-gifts__content-flex-item-detail-serif::before {
  left: min(2.5333333333vw, 9.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b .p-gifts__content-flex-item-detail-serif::before {
    left: 2.5333333333vw;
  }
}
.p-gifts__content-flex-item--b .p-gifts__content-flex-item-detail-serif::after {
  right: min(2.5333333333vw, 9.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item--b .p-gifts__content-flex-item-detail-serif::after {
    right: 2.5333333333vw;
  }
}
.p-gifts__content-flex-item-shadow {
  content: "";
  position: absolute;
  top: min(3.7333333333vw, 14px);
  left: 0;
  width: 100%;
  height: 100%;
  background: #ad070e;
  z-index: 0;
  border-radius: min(8.8vw, 33px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-shadow {
    top: 3.7333333333vw;
    border-radius: 8.8vw;
  }
}
.p-gifts__content-flex-item-ttl {
  font-size: min(7.7333333333vw, 29px);
  color: #f7ee4c;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-ttl {
    font-size: 7.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-gifts__content-flex-item-ttl span {
  font-size: min(13.8666666667vw, 52px);
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-ttl span {
    font-size: 13.8666666667vw;
  }
}
.p-gifts__content-flex-item-ttl-sub {
  font-size: min(3.7333333333vw, 14px);
  text-align: center;
  color: #f7ee4c;
  margin-top: max(-5.3333333333vw, -20px);
  margin-bottom: min(2.2666666667vw, 8.5px);
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-ttl-sub {
    font-size: 3.7333333333vw;
    margin-top: -5.3333333333vw;
    margin-bottom: 2.2666666667vw;
  }
}
.p-gifts__content-flex-item-description {
  color: #fff;
  text-align: center;
  border-top: min(0.5333333333vw, 2px) solid #fff;
  border-bottom: min(0.5333333333vw, 2px) solid #fff;
  padding: min(2.6666666667vw, 10px) 0;
  margin-bottom: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-description {
    border-top: 0.5333333333vw solid #fff;
    border-bottom: 0.5333333333vw solid #fff;
    padding: 2.6666666667vw 0;
    margin-bottom: 4vw;
  }
}
.p-gifts__content-flex-item-description-ttl {
  font-size: min(4.6666666667vw, 17.5px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: min(1.4666666667vw, 5.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-description-ttl {
    font-size: 4.6666666667vw;
    margin-bottom: 1.4666666667vw;
  }
}
.p-gifts__content-flex-item-description-text {
  font-size: min(3.2vw, 12px);
  line-height: min(4vw, 15px);
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-description-text {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
.p-gifts__content-flex-item-img {
  margin-bottom: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-img {
    margin-bottom: 4vw;
  }
}
.p-gifts__content-flex-item-img img {
  width: min(30.1333333333vw, 113px);
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-img img {
    width: 30.1333333333vw;
  }
}
.p-gifts__content-flex-item-detail-serif {
  position: relative;
  font-size: min(3.7333333333vw, 14px);
  line-height: min(4.6666666667vw, 17.5px);
  font-weight: 800;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-serif {
    font-size: 3.7333333333vw;
    line-height: 4.6666666667vw;
  }
}
.p-gifts__content-flex-item-detail-serif::before, .p-gifts__content-flex-item-detail-serif::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: min(8.4vw, 31.5px);
  background: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-serif::before, .p-gifts__content-flex-item-detail-serif::after {
    height: 8.4vw;
  }
}
.p-gifts__content-flex-item-detail-serif::before {
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
  left: min(0.5333333333vw, 2px);
  top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-serif::before {
    left: 0.5333333333vw;
  }
}
.p-gifts__content-flex-item-detail-serif::after {
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
  right: min(0.5333333333vw, 2px);
  top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-serif::after {
    right: 0.5333333333vw;
  }
}
.p-gifts__content-flex-item-detail-present {
  font-size: min(4.5333333333vw, 17px);
  line-height: min(6.4vw, 24px);
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-top: max(-3.6vw, -13.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-present {
    font-size: 4.5333333333vw;
    line-height: 6.4vw;
    margin-top: -3.6vw;
  }
}
.p-gifts__content-flex-item-detail-num {
  color: #f7ee4c;
  margin-top: max(-5.0666666667vw, -19px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num {
    margin-top: -5.0666666667vw;
  }
}
.p-gifts__content-flex-item-detail-num-value {
  font-size: min(18.1333333333vw, 68px);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num-value {
    font-size: 18.1333333333vw;
  }
}
.p-gifts__content-flex-item-detail-num-unit {
  font-size: min(3.4666666667vw, 13px);
  font-weight: 800;
  letter-spacing: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num-unit {
    font-size: 3.4666666667vw;
  }
}
.p-gifts__content-flex-item-detail-num--point .p-gifts__content-flex-item-detail-num-value {
  position: relative;
  left: min(0.6666666667vw, 2.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num--point .p-gifts__content-flex-item-detail-num-value {
    left: 0.6666666667vw;
  }
}
.p-gifts__content-flex-item-detail-num--point .p-gifts__content-flex-item-detail-num-unit {
  position: relative;
  left: min(0.6666666667vw, 2.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num--point .p-gifts__content-flex-item-detail-num-unit {
    left: 0.6666666667vw;
  }
}
.p-gifts__content-flex-item-detail-num--money {
  margin-top: max(-2.6666666667vw, -10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num--money {
    margin-top: -2.6666666667vw;
  }
}
.p-gifts__content-flex-item-detail-num--money .p-gifts__content-flex-item-detail-num-value {
  font-size: min(14vw, 52.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num--money .p-gifts__content-flex-item-detail-num-value {
    font-size: 14vw;
  }
}
.p-gifts__content-flex-item-detail-num--money .p-gifts__content-flex-item-detail-num-unit {
  display: block;
  text-align: right;
  margin-top: max(-4.6666666667vw, -17.5px);
  margin-right: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-flex-item-detail-num--money .p-gifts__content-flex-item-detail-num-unit {
    margin-top: -4.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.p-gifts__content-item {
  position: relative;
  z-index: 1;
  border-radius: min(8.8vw, 33px);
  background: #f7ee4c;
}
.p-gifts__content-item-wrapper {
  margin-top: min(7.7333333333vw, 29px);
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-wrapper {
    margin-top: 7.7333333333vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item {
    border-radius: 8.8vw;
  }
}
.p-gifts__content-item-shadow {
  content: "";
  position: absolute;
  top: min(3.2vw, 12px);
  left: 0;
  width: 100%;
  height: 100%;
  background: #b7aa00;
  z-index: 0;
  border-radius: min(8.8vw, 33px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-shadow {
    top: 3.2vw;
    border-radius: 8.8vw;
  }
}
.p-gifts__content-item-inner {
  padding: min(5.3333333333vw, 20px) min(6vw, 22.5px) min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-inner {
    padding: 5.3333333333vw vvwSp(45) 6.6666666667vw;
  }
}
.p-gifts__content-item-ttl {
  text-align: center;
  font-size: min(5.8666666667vw, 22px);
  font-weight: 700;
}
.p-gifts__content-item-ttl span {
  font-size: min(9.3333333333vw, 35px);
  font-weight: 800;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-ttl span {
    font-size: 9.3333333333vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-ttl {
    font-size: 5.8666666667vw;
  }
}
.p-gifts__content-item-description {
  border-top: min(0.5333333333vw, 2px) solid #222222;
  border-bottom: min(0.5333333333vw, 2px) solid #222222;
  text-align: center;
  padding: min(2vw, 7.5px) 0 min(2.6666666667vw, 10px);
  margin: min(3.3333333333vw, 12.5px) min(4.8vw, 18px) 0;
  letter-spacing: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-description {
    border-top: 0.5333333333vw solid #222222;
    border-bottom: 0.5333333333vw solid #222222;
    padding: 2vw 0 2.6666666667vw;
    margin: 3.3333333333vw 4.8vw 0;
  }
}
.p-gifts__content-item-description-ttl {
  font-size: min(5.0666666667vw, 19px);
  font-weight: 700;
  line-height: min(6.4vw, 24px);
  margin-bottom: min(0.6666666667vw, 2.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-description-ttl {
    font-size: 5.0666666667vw;
    line-height: 6.4vw;
    margin-bottom: 0.6666666667vw;
  }
}
.p-gifts__content-item-description-ttl span {
  font-size: min(5.8666666667vw, 22px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-description-ttl span {
    font-size: 5.8666666667vw;
  }
}
.p-gifts__content-item-description-text {
  font-size: min(3.2vw, 12px);
  line-height: min(4vw, 15px);
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-description-text {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
.p-gifts__content-item-detail {
  margin-top: min(4vw, 15px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail {
    margin-top: 4vw;
  }
}
.p-gifts__content-item-detail-text {
  text-align: center;
  font-size: min(4.5333333333vw, 17px);
  line-height: min(5.8666666667vw, 22px);
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-text {
    font-size: 4.5333333333vw;
    line-height: 5.8666666667vw;
  }
}
.p-gifts__content-item-detail-text span {
  font-weight: 800;
}
.p-gifts__content-item-detail-free {
  text-align: center;
  margin-top: max(-1.8666666667vw, -7px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-free {
    margin-top: -1.8666666667vw;
  }
}
.p-gifts__content-item-detail-free img {
  width: min(76vw, 285px);
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-free img {
    width: 76vw;
  }
}
.p-gifts__content-item-detail-point {
  text-align: center;
  font-size: min(4.1333333333vw, 15.5px);
  line-height: min(6.4vw, 24px);
  margin-bottom: min(4vw, 15px);
  font-weight: 800;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-point {
    font-size: 4.1333333333vw;
    line-height: 6.4vw;
    margin-bottom: 4vw;
  }
}
.p-gifts__content-item-detail-point-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: min(0.8vw, 3px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-point-wrapper {
    gap: 0.8vw;
  }
}
.p-gifts__content-item-detail-point-value {
  font-size: min(20vw, 75px);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-point-value {
    font-size: 20vw;
  }
}
.p-gifts__content-item-detail-point-unit {
  font-size: min(5.8666666667vw, 22px);
  line-height: min(6.6666666667vw, 25px);
  font-weight: 900;
  position: relative;
  top: max(-1.3333333333vw, -5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-point-unit {
    font-size: 5.8666666667vw;
    line-height: 6.6666666667vw;
    top: -1.3333333333vw;
  }
}
.p-gifts__content-item-detail-point-unit span {
  font-size: min(4.6666666667vw, 17.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-gifts__content-item-detail-point-unit span {
    font-size: 4.6666666667vw;
  }
}

.p-aboutR1 {
  background: #fffcdb;
}
.p-aboutR1__img {
  text-align: center;
  margin-bottom: min(6vw, 22.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__img {
    margin-bottom: 6vw;
  }
}
.p-aboutR1__img img {
  width: min(28.5333333333vw, 107px);
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__img img {
    width: 28.5333333333vw;
  }
}
.p-aboutR1__title {
  text-align: center;
  font-size: min(6.6666666667vw, 25px);
  line-height: min(8.6666666667vw, 32.5px);
  font-weight: 500;
  margin-bottom: min(8vw, 30px);
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__title {
    font-size: 6.6666666667vw;
    line-height: 8.6666666667vw;
    margin-bottom: 8vw;
  }
}
.p-aboutR1__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(80.5333333333vw, 302px);
  height: min(19.0666666667vw, 71.5px);
  background: url(/products/brand/cmp/tu/close251128/assets/images/img_aboutR1_deco.svg) no-repeat center center/contain;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__title::before {
    width: 80.5333333333vw;
    height: 19.0666666667vw;
  }
}
.p-aboutR1__text {
  font-size: min(4vw, 15px);
  line-height: min(8vw, 30px);
  font-weight: 500;
  text-align: center;
  margin-bottom: min(12vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__text {
    font-size: 4vw;
    line-height: 8vw;
    margin-bottom: 12vw;
  }
}
.p-aboutR1__accordion-wrapper {
  background: unset;
  border-radius: unset;
  border: unset;
}
.p-aboutR1__accordion-ttl {
  color: #fff;
  background: #db0c1a;
  border-radius: min(6.6666666667vw, 25px);
  z-index: 1;
  margin-bottom: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-ttl {
    border-radius: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.p-aboutR1__accordion-ttl::before, .p-aboutR1__accordion-ttl::after {
  background-color: #fff;
}
.p-aboutR1__accordion-ttl.is-open {
  margin-bottom: unset;
}
.p-aboutR1__accordion-content {
  background: #fff;
  margin-top: max(-6.6666666667vw, -25px);
  border-radius: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content {
    margin-top: -6.6666666667vw;
    border-radius: 6.6666666667vw;
  }
}
.p-aboutR1__accordion-content.is-open {
  padding-top: min(20vw, 75px);
  padding-bottom: min(13.3333333333vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content.is-open {
    padding-top: 20vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-aboutR1__accordion-content-item-ttl {
  text-align: center;
  font-size: min(5.8666666667vw, 22px);
  line-height: min(8vw, 30px);
  font-weight: 800;
  margin-bottom: min(8vw, 30px);
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item-ttl {
    font-size: 5.8666666667vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
.p-aboutR1__accordion-content-item-img {
  text-align: center;
}
.p-aboutR1__accordion-content-item-img img {
  height: auto;
  margin: 0 auto;
}
.p-aboutR1__accordion-content-item-text {
  margin-top: min(8vw, 30px);
  font-size: min(3.7333333333vw, 14px);
  line-height: min(6.6666666667vw, 25px);
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item-text {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
  }
}
.p-aboutR1__accordion-content-item + .p-aboutR1__accordion-content-item {
  margin-top: min(17.3333333333vw, 65px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item + .p-aboutR1__accordion-content-item {
    margin-top: 17.3333333333vw;
  }
}
.p-aboutR1__accordion-content-item--01 .p-aboutR1__accordion-content-item-img {
  position: relative;
}
.p-aboutR1__accordion-content-item--01 .p-aboutR1__accordion-content-item-img img {
  width: min(33.8666666667vw, 127px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item--01 .p-aboutR1__accordion-content-item-img img {
    width: 33.8666666667vw;
  }
}
.p-aboutR1__accordion-content-item--01 .p-aboutR1__accordion-content-item-img span {
  position: absolute;
  font-size: min(3.4666666667vw, 13px);
  right: 0;
  bottom: max(-1.7333333333vw, -6.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item--01 .p-aboutR1__accordion-content-item-img span {
    font-size: 3.4666666667vw;
    bottom: -1.7333333333vw;
  }
}
.p-aboutR1__accordion-content-item--02 .p-aboutR1__accordion-content-item-img img {
  width: min(48.6666666667vw, 182.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item--02 .p-aboutR1__accordion-content-item-img img {
    width: 48.6666666667vw;
  }
}
.p-aboutR1__accordion-content-item--03 .p-aboutR1__accordion-content-item-ttl {
  position: relative;
}
.p-aboutR1__accordion-content-item--03 .p-aboutR1__accordion-content-item-ttl::before {
  content: "";
  position: absolute;
  top: max(-2vw, -7.5px);
  left: max(-2.6666666667vw, -10px);
  width: min(76.1333333333vw, 285.5px);
  height: min(21.0666666667vw, 79px);
  background: url(/products/brand/cmp/tu/close251128/assets/images/img_aboutR1_cont03.png) no-repeat center center/contain;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item--03 .p-aboutR1__accordion-content-item-ttl::before {
    top: -2vw;
    left: -2.6666666667vw;
    width: 76.1333333333vw;
    height: 21.0666666667vw;
  }
}
.p-aboutR1__accordion-content-item--03 .p-aboutR1__accordion-content-item-text {
  text-align: center;
  font-size: min(4vw, 15px);
  line-height: min(7.3333333333vw, 27.5px);
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-aboutR1__accordion-content-item--03 .p-aboutR1__accordion-content-item-text {
    font-size: 4vw;
    line-height: 7.3333333333vw;
  }
}

.p-apply {
  background: #db0c1a;
}
.p-apply__content-item {
  background: #fff;
  border: min(1.6vw, 6px) solid #ad070e;
  border-radius: min(8.8vw, 33px);
  margin-bottom: min(11.4666666667vw, 43px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item {
    border: 1.6vw solid #ad070e;
    border-radius: 8.8vw;
    margin-bottom: 11.4666666667vw;
  }
}
.p-apply__content-item-ttl {
  text-align: center;
  margin-top: max(-5.6vw, -21px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item-ttl {
    margin-top: -5.6vw;
  }
}
.p-apply__content-item-ttl span {
  font-size: min(5.0666666667vw, 19px);
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  background: #ad070e;
  border-radius: min(5.3333333333vw, 20px);
  padding: min(2.6666666667vw, 10px) min(8.8vw, 33px) min(2.9333333333vw, 11px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item-ttl span {
    font-size: 5.0666666667vw;
    border-radius: 5.3333333333vw;
    padding: 2.6666666667vw 8.8vw 2.9333333333vw;
  }
}
.p-apply__content-item-text {
  text-align: center;
  font-size: min(4.6666666667vw, 17.5px);
  font-weight: 700;
  line-height: min(7.3333333333vw, 27.5px);
  margin-top: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item-text {
    font-size: 4.6666666667vw;
    line-height: 7.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-apply__content-item-img {
  text-align: center;
}
.p-apply__content-item-img img {
  height: auto;
  margin: 0 auto;
}
.p-apply__content-item--step01 {
  margin-top: min(12vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step01 {
    margin-top: 12vw;
  }
}
.p-apply__content-item--step01 .p-apply__content-item-img {
  margin-bottom: min(4.4vw, 16.5px);
  margin-top: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step01 .p-apply__content-item-img {
    margin-bottom: 4.4vw;
    margin-top: 6.6666666667vw;
  }
}
.p-apply__content-item--step01 .p-apply__content-item-img img {
  width: min(69.2vw, 259.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step01 .p-apply__content-item-img img {
    width: 69.2vw;
  }
}
.p-apply__content-item--step02 .p-apply__content-item-img {
  margin-top: min(8.6666666667vw, 32.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step02 .p-apply__content-item-img {
    margin-top: 8.6666666667vw;
  }
}
.p-apply__content-item--step02 .p-apply__content-item-img img {
  width: min(66.2666666667vw, 248.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step02 .p-apply__content-item-img img {
    width: 66.2666666667vw;
  }
}
.p-apply__content-item--step03 {
  margin-bottom: min(10.6666666667vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step03 {
    margin-bottom: 10.6666666667vw;
  }
}
.p-apply__content-item--step03 .p-apply__content-item-img {
  margin-top: min(9.0666666667vw, 34px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step03 .p-apply__content-item-img {
    margin-top: 9.0666666667vw;
  }
}
.p-apply__content-item--step03 .p-apply__content-item-img img {
  width: min(60.6666666667vw, 227.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-apply__content-item--step03 .p-apply__content-item-img img {
    width: 60.6666666667vw;
  }
}

.p-notes {
  background: #ffeef0;
}
.p-notes__content-item {
  margin-top: min(11.3333333333vw, 42.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item {
    margin-top: 11.3333333333vw;
  }
}
.p-notes__content-item + .p-notes__content-item {
  margin-top: min(12vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item + .p-notes__content-item {
    margin-top: 12vw;
  }
}
.p-notes__content-item-ttl {
  position: relative;
  text-align: center;
  margin-bottom: min(8.6666666667vw, 32.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-ttl {
    margin-bottom: 8.6666666667vw;
  }
}
.p-notes__content-item-ttl-text {
  font-size: min(4.6666666667vw, 17.5px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-ttl-text {
    font-size: 4.6666666667vw;
  }
}
.p-notes__content-item-ttl-bg {
  position: absolute;
  top: max(-2.2666666667vw, -8.5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(55.4666666667vw, 208px);
  height: min(12.8vw, 48px);
  z-index: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-ttl-bg {
    top: -2.2666666667vw;
    width: 55.4666666667vw;
    height: 12.8vw;
  }
}
.p-notes__content-item-content {
  padding: min(5.3333333333vw, 20px) min(4.6666666667vw, 17.5px);
  background: #fff;
  border-radius: min(2vw, 7.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content {
    padding: 5.3333333333vw vvwSp(35);
    border-radius: 2vw;
  }
}
.p-notes__content-item-content + .p-notes__content-item-content {
  margin-top: min(2.6666666667vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content + .p-notes__content-item-content {
    margin-top: 2.6666666667vw;
  }
}
.p-notes__content-item-content-group + .p-notes__content-item-content-group {
  margin-top: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group + .p-notes__content-item-content-group {
    margin-top: 5.3333333333vw;
  }
}
.p-notes__content-item-content-group-ttl {
  font-size: min(4.2666666667vw, 16px);
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: min(4.8vw, 18px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.p-notes__content-item-content-group-ttl-line::before, .p-notes__content-item-content-group-ttl-line::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #222222;
}
.p-notes__content-item-content-group-ttl-line::before {
  left: 0;
}
.p-notes__content-item-content-group-ttl-line::after {
  right: 0;
}
.p-notes__content-item-content-group-ttl-line--w190::before, .p-notes__content-item-content-group-ttl-line--w190::after {
  width: min(25.3333333333vw, 95px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-ttl-line--w190::before, .p-notes__content-item-content-group-ttl-line--w190::after {
    width: 25.3333333333vw;
  }
}
.p-notes__content-item-content-group-ttl-line--w110::before, .p-notes__content-item-content-group-ttl-line--w110::after {
  width: min(14.6666666667vw, 55px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-ttl-line--w110::before, .p-notes__content-item-content-group-ttl-line--w110::after {
    width: 14.6666666667vw;
  }
}
.p-notes__content-item-content-group-ttl-line--w100::before, .p-notes__content-item-content-group-ttl-line--w100::after {
  width: min(13.3333333333vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-ttl-line--w100::before, .p-notes__content-item-content-group-ttl-line--w100::after {
    width: 13.3333333333vw;
  }
}
.p-notes__content-item-content-group-list-item {
  font-size: min(3.2vw, 12px);
  font-weight: 500;
  position: relative;
  padding-left: min(3.7333333333vw, 14px);
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-list-item {
    font-size: 3.2vw;
    padding-left: 3.7333333333vw;
  }
}
.p-notes__content-item-content-group-list-item + .p-notes__content-item-content-group-list-item {
  margin-top: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-list-item + .p-notes__content-item-content-group-list-item {
    margin-top: 1.3333333333vw;
  }
}
.p-notes__content-item-content-group-list-item::before {
  content: "";
  display: block;
  position: absolute;
  width: min(2.9333333333vw, 11px);
  height: min(2.9333333333vw, 11px);
  background: #969696;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-list-item::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.p-notes__content-item-content-group-list-item--inlineBlock {
  display: inline-block;
  margin-right: min(0.8vw, 3px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-list-item--inlineBlock {
    margin-right: 0.8vw;
  }
}
.p-notes__content-item-content-group-list-item--inlineBlock--noMargin {
  margin-right: 0;
  letter-spacing: 0;
}
.p-notes__content-item-content-group-list-item--inlineBlock--noDots {
  padding-left: 0;
}
.p-notes__content-item-content-group-list-item--inlineBlock--noDots::before {
  display: none;
}
.p-notes__content-item-content-group-note {
  margin-top: min(6.6666666667vw, 25px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-note {
    margin-top: 6.6666666667vw;
  }
}
.p-notes__content-item-content-group-note--smallMargin {
  margin-top: min(2.1333333333vw, 8px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-note--smallMargin {
    margin-top: 2.1333333333vw;
  }
}
.p-notes__content-item-content-group-note-text {
  font-size: min(3.2vw, 12px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-note-text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}
.p-notes__content-item-content-group-text {
  font-size: min(3.4666666667vw, 13px);
  font-weight: 500;
  line-height: min(6.4vw, 24px);
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-text {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
  }
}
.p-notes__content-item-content-group-link {
  display: block;
  margin-top: min(2.6666666667vw, 10px);
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-link {
    margin-top: 2.6666666667vw;
  }
}
.p-notes__content-item-content-group-link-text {
  font-size: min(3.4666666667vw, 13px);
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__content-item-content-group-link-text {
    font-size: 3.4666666667vw;
  }
}
.p-notes__content-item-content-group-link:hover {
  text-decoration: none;
}
.p-notes__content-item-content-group-link:hover .p-notes__content-item-content-group-link-text {
  text-decoration: none;
  color: #db0c1a;
  opacity: 0.8;
}
.p-notes__accordion-wrapper {
  border-color: #222222;
  margin-top: min(9.3333333333vw, 35px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-wrapper {
    margin-top: 9.3333333333vw;
  }
}
.p-notes__accordion-content-item-text {
  font-size: min(3.4666666667vw, 13px);
  font-weight: 500;
  line-height: min(6.4vw, 24px);
  letter-spacing: 0.01em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-text {
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
  }
}
.p-notes__accordion-content-item-section + .p-notes__accordion-content-item-section {
  margin-top: min(10.6666666667vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section + .p-notes__accordion-content-item-section {
    margin-top: 10.6666666667vw;
  }
}
.p-notes__accordion-content-item-section-ttl {
  font-size: min(4.2666666667vw, 16px);
  text-align: center;
  position: relative;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: min(4.8vw, 18px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.p-notes__accordion-content-item-section-ttl::before, .p-notes__accordion-content-item-section-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: min(24vw, 90px);
  height: 1px;
  background: #222222;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-ttl::before, .p-notes__accordion-content-item-section-ttl::after {
    width: 24vw;
  }
}
.p-notes__accordion-content-item-section-ttl::before {
  left: 0;
}
.p-notes__accordion-content-item-section-ttl::after {
  right: 0;
}
.p-notes__accordion-content-item-section-ttl--line-w140::before, .p-notes__accordion-content-item-section-ttl--line-w140::after {
  width: min(18.6666666667vw, 70px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-ttl--line-w140::before, .p-notes__accordion-content-item-section-ttl--line-w140::after {
    width: 18.6666666667vw;
  }
}
.p-notes__accordion-content-item-section-ttl--line-w150::before, .p-notes__accordion-content-item-section-ttl--line-w150::after {
  width: min(20vw, 75px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-ttl--line-w150::before, .p-notes__accordion-content-item-section-ttl--line-w150::after {
    width: 20vw;
  }
}
.p-notes__accordion-content-item-section-content-subtitle {
  font-size: min(3.7333333333vw, 14px);
  font-weight: 600;
  margin-bottom: min(1.3333333333vw, 5px);
  margin-top: min(2.6666666667vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-subtitle {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-notes__accordion-content-item-section-content-subtitle--deco {
  position: relative;
  padding-left: min(2.6666666667vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-subtitle--deco {
    padding-left: 2.6666666667vw;
  }
}
.p-notes__accordion-content-item-section-content-subtitle--deco::before {
  content: "";
  display: block;
  position: absolute;
  width: min(1.3333333333vw, 5px);
  height: min(3.7333333333vw, 14px);
  background: #db0c1a;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-subtitle--deco::before {
    width: 1.3333333333vw;
    height: 3.7333333333vw;
  }
}
.p-notes__accordion-content-item-section-content-text {
  font-size: min(3.2vw, 12px);
  line-height: min(5.3333333333vw, 20px);
  margin-bottom: min(4vw, 15px);
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.p-notes__accordion-content-item-section-content-textLink {
  text-decoration: underline;
  color: #db0c1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-notes__accordion-content-item-section-content-textLink:hover {
  text-decoration: none;
  color: #db0c1a;
  opacity: 0.8;
}
.p-notes__accordion-content-item-section-content-note {
  font-size: min(3.2vw, 12px);
  font-weight: 400;
}
.p-notes__accordion-content-item-section-content-note + .p-notes__accordion-content-item-section-content-note {
  margin-top: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-note + .p-notes__accordion-content-item-section-content-note {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-note {
    font-size: 3.2vw;
  }
}
.p-notes__accordion-content-item-section-content-list + .p-notes__accordion-content-item-section-content-list {
  margin-top: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list + .p-notes__accordion-content-item-section-content-list {
    margin-top: 5.3333333333vw;
  }
}
.p-notes__accordion-content-item-section-content-list-item {
  font-size: min(3.2vw, 12px);
  font-weight: 500;
  position: relative;
  padding-left: min(3.3333333333vw, 12.5px);
}
.p-notes__accordion-content-item-section-content-list-item::before {
  content: "";
  display: block;
  position: absolute;
  width: min(1.8666666667vw, 7px);
  height: min(1.8666666667vw, 7px);
  background: #db0c1a;
  left: 0;
  top: min(1.7333333333vw, 6.5px);
  border-radius: 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list-item::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: 1.7333333333vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list-item {
    font-size: 3.2vw;
    padding-left: 3.3333333333vw;
  }
}
.p-notes__accordion-content-item-section-content-list-item--noDots {
  padding-left: 0;
}
.p-notes__accordion-content-item-section-content-list-item--noDots::before {
  display: none;
}
.p-notes__accordion-content-item-section-content-list-item + .p-notes__accordion-content-item-section-content-list-item {
  margin-top: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list-item + .p-notes__accordion-content-item-section-content-list-item {
    margin-top: 1.3333333333vw;
  }
}
.p-notes__accordion-content-item-section-content-list-item-list {
  padding-left: min(1.0666666667vw, 4px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list-item-list {
    padding-left: 1.0666666667vw;
  }
}
.p-notes__accordion-content-item-section-content-list-item-list-item {
  font-weight: 400;
  margin-top: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list-item-list-item {
    margin-top: 1.3333333333vw;
  }
}
.p-notes__accordion-content-item-section-content-list-item-list-item + .p-notes__accordion-content-item-section-content-list-item-list-item {
  margin-top: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes__accordion-content-item-section-content-list-item-list-item + .p-notes__accordion-content-item-section-content-list-item-list-item {
    margin-top: 1.3333333333vw;
  }
}
.p-notes .mb-20 {
  margin-bottom: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-notes .mb-20 {
    margin-bottom: 5.3333333333vw;
  }
}

.p-contact {
  background: #db0c1a;
}
.p-contact__content-serif {
  font-size: min(4.6666666667vw, 17.5px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.01em;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-serif {
    font-size: 4.6666666667vw;
  }
}
.p-contact__content-serif::before, .p-contact__content-serif::after {
  content: "";
  display: block;
  position: absolute;
  width: min(7.8666666667vw, 29.5px);
  height: 1px;
  background: #fff;
  top: min(3.2vw, 12px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-serif::before, .p-contact__content-serif::after {
    width: 7.8666666667vw;
    top: 3.2vw;
  }
}
.p-contact__content-serif::before {
  left: min(10.6666666667vw, 40px);
  -webkit-transform: rotate(62deg);
          transform: rotate(62deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-serif::before {
    left: 10.6666666667vw;
  }
}
.p-contact__content-serif::after {
  right: min(10.6666666667vw, 40px);
  -webkit-transform: rotate(-62deg);
          transform: rotate(-62deg);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-serif::after {
    right: 10.6666666667vw;
  }
}
.p-contact__content-info {
  margin-top: min(4.4vw, 16.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info {
    margin-top: 4.4vw;
  }
}
.p-contact__content-info-ttl {
  background: #fff;
  text-align: center;
  font-size: min(3.6vw, 13.5px);
  line-height: 1;
  padding: min(2.4vw, 9px) 0;
  border-radius: min(3.2vw, 12px) min(3.2vw, 12px) 0 0;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-ttl {
    font-size: 3.6vw;
    padding: 2.4vw 0;
    border-radius: 3.2vw 3.2vw 0 0;
  }
}
.p-contact__content-info-content {
  padding: min(4vw, 15px) 0;
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 min(3.2vw, 12px) min(3.2vw, 12px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-content {
    padding: 4vw 0;
    border-radius: 0 0 3.2vw 3.2vw;
  }
}
.p-contact__content-info-content-phone {
  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;
  gap: min(2.6666666667vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-content-phone {
    gap: 2.6666666667vw;
  }
}
.p-contact__content-info-content-phone-tag {
  background: #fff;
  display: inline-block;
  font-size: min(3.0666666667vw, 11.5px);
  line-height: 1;
  font-weight: 700;
  padding: min(1.2vw, 4.5px) min(2.4vw, 9px);
  border-radius: min(1.0666666667vw, 4px);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-content-phone-tag {
    font-size: 3.0666666667vw;
    padding: 1.2vw vvwSp(18);
    border-radius: 1.0666666667vw;
  }
}
.p-contact__content-info-content-phone-link {
  font-family: "Barlow", sans-serif;
  font-size: min(7.3333333333vw, 27.5px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-content-phone-link {
    font-size: 7.3333333333vw;
  }
}
.p-contact__content-info-text {
  font-size: min(3.4666666667vw, 13px);
  color: #fff;
  text-align: center;
  line-height: min(4.5333333333vw, 17px);
  font-weight: 400;
  margin-top: min(2.6666666667vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-text {
    font-size: 3.4666666667vw;
    line-height: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.p-contact__content-info-text span {
  font-size: min(2.9333333333vw, 11px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-info-text span {
    font-size: 2.9333333333vw;
  }
}
.p-contact__content-note {
  text-align: center;
  margin-top: min(5.3333333333vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-note {
    margin-top: 5.3333333333vw;
  }
}
.p-contact__content-note span {
  font-size: min(2.9333333333vw, 11px);
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.01em;
  text-underline-offset: min(1.3333333333vw, 5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-note span {
    font-size: 2.9333333333vw;
    text-underline-offset: 1.3333333333vw;
  }
}
/*# sourceMappingURL=style.css.map */