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

#nankatsuSC-campaign {
  font-weight: 400;
  color: #333;
  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 {
  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;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main {
    max-width: none;
  }
}
.l-main {
  margin-bottom: unset !important;
}

.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: #0B4392;
  height: 100vh;
  width: 100%;
  top: 0;
  position: sticky;
}
@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: 20%;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-head {
    padding-right: 80px;
  }
}
.l-backdrop__header-head-title {
  margin-bottom: min(3.4722222222vw, 50px);
  margin-left: auto;
  margin-right: auto;
  width: min(27.2222222222vw, 392px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-backdrop__header-head-title {
    width: 20.2777777778vw;
  }
}
.l-backdrop__header-head-date {
  width: min(27.3611111111vw, 394px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-backdrop__header-head-date {
    width: 20.4166666667vw;
  }
}
.l-backdrop__header-head-img {
  position: absolute;
  bottom: 32vh;
}
.l-backdrop__header-head-img--left {
  width: min(34.5833333333vw, 498px);
}
.l-backdrop__header-head-img--right {
  width: min(28.2638888889vw, 407px);
  bottom: 44vh;
  right: 0;
}
.l-backdrop__header-content {
  position: relative;
  top: 29%;
  width: min(36.1111111111vw, 520px);
  height: 100%;
}
@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: 1200px) {
  .l-backdrop__header-content-inner {
    width: 18.8194444444vw;
  }
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-content-inner {
    position: relative;
    top: -50px;
  }
}
.l-backdrop__header-content-btn {
  margin-bottom: min(1.0416666667vw, 15px);
}
.l-backdrop__header-content-btn:last-of-type {
  margin-top: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-content-btn .c-btn {
    width: 100%;
  }
}
.l-backdrop__header-content-pkg {
  margin-top: min(3.125vw, 45px);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .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 0px 20px 0px rgba(85, 85, 85, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.5);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main-content {
    max-width: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

.l-section-background {
  background: #49cbff 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-btn-wrapper {
  width: 100%;
  height: 60px;
}
.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 {
  border: none;
}

.c-btn {
  display: block;
  width: 100%;
  max-width: 325px;
  width: min(22.5694444444vw, 325px);
  padding: min(1.3888888889vw, 20px) min(1.25vw, 18px);
  margin: 0 auto;
  position: relative;
  border-radius: 999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  color: #08287F;
  border: 2px solid #845F0C;
  -webkit-box-shadow: 1px 4px 0px 0px #1D4173;
          box-shadow: 1px 4px 0px 0px #1D4173;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn::before {
  border-top: 2px solid #845F0C;
  border-right: 2px solid #845F0C;
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 20px;
}
.c-btn-text {
  width: min(9.4444444444vw, 136px);
  display: block;
  margin: 0 auto;
}
.c-btn-apply {
  background: #FD2929;
  border: 2px solid #fff;
}
.c-btn-apply-text {
  width: min(9.5138888889vw, 137px);
  display: block;
  margin: 0 auto;
}
.c-btn-apply::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.l-main-content .c-btn {
  -webkit-box-shadow: 1px 4px 0px 0px rgba(29, 65, 115, 0.5);
          box-shadow: 1px 4px 0px 0px rgba(29, 65, 115, 0.5);
  max-width: 360px;
  width: 360px;
  padding: 20px;
}
.l-main-content .c-btn-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main-content .c-btn-wrapper {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main-content .c-btn {
    width: 90vw;
    padding: 5vw;
  }
}
.l-main-content .c-btn-apply-text {
  width: 137px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main-content .c-btn-apply-text {
    width: 34.25vw;
  }
}

.c-title {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-title {
    width: 87.5vw;
    margin-bottom: 10vw;
  }
}

.c-application-period {
  background: #FFF4A4;
  position: relative;
  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 {
    padding: 5vw vvwSp(13) 3.75vw;
  }
}

.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: #08287F;
  text-decoration: underline;
  font-size: 1.4rem;
  margin-top: 2px;
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-txtlink {
    font-size: 3.5vw;
  }
}
.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: 3.5vw;
  }
}

.c-txtlink-arrow {
  position: relative;
}
.c-txtlink-arrow::before {
  border-top: 2px solid #845F0C;
  border-right: 2px solid #845F0C;
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 96px;
}

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

.c-background-blue {
  background: #1e5bb5;
  position: relative;
}
.c-background-blue::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/products/brand/cmp/nankatsu_close2606/assets/images/bg_howto-apply.webp) no-repeat left top/cover;
  opacity: 0.4;
}

.c-anchor-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  background: #08287F;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-anchor-links__list {
    padding: 0 3vw;
  }
}
.c-anchor-links__list-item {
  border-right: 1px solid #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-anchor-links__list-item:first-of-type {
  border-left: 1px solid #fff;
}
.c-anchor-links__list-item a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding: 20px 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-anchor-links__list-item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-anchor-links__list-item a {
    font-size: 4vw;
    padding: 5vw 4.25vw;
  }
}

body {
  overflow-x: hidden;
}

#nankatsuSC-campaign {
  position: relative;
}
#nankatsuSC-campaign img {
  width: 100%;
  height: auto;
}

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

.p-intro {
  background: url(/products/brand/cmp/nankatsu_close2606/assets/images/bg_intro.jpg) no-repeat center center/cover;
}
.p-intro__inner {
  padding: 40px 20px 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__inner {
    padding: 10vw 5vw 15vw;
  }
}
.p-intro__content-serif {
  width: 367px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__content-serif {
    width: 91.75vw;
    margin-bottom: 2.5vw;
  }
}
.p-intro__content-ttl {
  width: 374px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__content-ttl {
    width: 93.5vw;
  }
}

.p-prize {
  position: relative;
  background: #1e5bb5;
}
.p-prize::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/products/brand/cmp/nankatsu_close2606/assets/images/bg_prize.webp) no-repeat center center/cover;
  opacity: 0.4;
}
.p-prize__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__title {
    margin-bottom: 7.5vw;
  }
}
.p-prize__content-item {
  position: relative;
}
.p-prize__content-item--snacks {
  margin-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--snacks {
    margin-top: 12.5vw;
  }
}
.p-prize__content-item-img {
  position: relative;
  z-index: 1;
}
.p-prize__content-item-img--shirt {
  width: 360px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-img--shirt {
    width: 90vw;
  }
}
.p-prize__content-item-img--snacks {
  width: 371px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-img--snacks {
    width: 92.75vw;
  }
}
.p-prize__content-item-list {
  width: 225px;
  padding: 11px 7px 17px 88px;
  background: rgba(243, 243, 243, 0.34);
  position: absolute;
  right: 14px;
  bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-list {
    width: 56.25vw;
    padding: 2.75vw 1.75vw 4.25vw 22vw;
    right: 3.5vw;
    bottom: 10vw;
  }
}
.p-prize__content-item-list li {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-list li {
    font-size: 3vw;
  }
}
.p-prize__content-item-note {
  font-size: 1rem;
  color: #fff;
  line-height: 1.25;
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-note {
    font-size: 2.5vw;
  }
}
.p-prize__content-item-note-group {
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-note-group {
    right: 2.5vw;
  }
}
.p-prize__content-item-note-group .p-prize__content-item-note {
  text-align: left;
}
.p-prize__content-item-prize-detail {
  background: #fff;
  border-radius: 14px 10px 10px 10px;
  padding: 30px 15px 20px;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail {
    padding: 7.5vw 3.75vw 5vw;
    margin-top: 5vw;
  }
}
.p-prize__content-item-prize-detail-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-num {
    width: 26vw;
  }
}
.p-prize__content-item-prize-detail-ttl {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-ttl {
    margin-bottom: 5vw;
  }
}
.p-prize__content-item-prize-detail-ttl--A {
  width: 70px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-ttl--A {
    width: 17.5vw;
  }
}
.p-prize__content-item-prize-detail-ttl--B {
  width: 66px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-ttl--B {
    width: 16.5vw;
  }
}
.p-prize__content-item-prize-detail-ttl--C {
  width: 67px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-ttl--C {
    width: 16.75vw;
  }
}
.p-prize__content-item-prize-detail-desc {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 5%;
  text-align: center;
  color: #08287F;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-desc {
    font-size: 7.5vw;
    margin-bottom: 5vw;
  }
}
.p-prize__content-item-prize-detail-desc-img {
  width: 330px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-prize-detail-desc-img {
    width: 82.5vw;
  }
}

.p-products {
  background: url(/products/brand/cmp/nankatsu_close2606/assets/images/bg_products.jpg) repeat-y center center/100% auto;
}
.p-products__content-title {
  width: 359px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-title {
    width: 89.75vw;
    margin-bottom: 10vw;
  }
}
.p-products__content-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-item {
    margin-bottom: 10vw;
  }
}
.p-products__content-item-ttl {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 10%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #08287F;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-item-ttl {
    font-size: 4.75vw;
    padding: 2.5vw 0;
  }
}
.p-products__content-item-link {
  display: block;
  background: #fff;
  border: 4px solid #08287F;
  border-radius: 0 0 10px 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-item-link {
    padding-bottom: 7.5vw;
  }
}
.p-products__content-item-link:hover .p-products__content-item-link-text {
  opacity: 0.7;
}
.p-products__content-item-link-img {
  width: 300px;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-item-link-img {
    width: 75vw;
  }
}
.p-products__content-item-link-text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1.8rem;
  line-height: 1;
  color: #08287F;
  font-weight: 700;
  letter-spacing: 10%;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-item-link-text {
    font-size: 4.5vw;
  }
}
.p-products__content-notice {
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-notice {
    margin-bottom: 10vw;
  }
}
.p-products__content-notice .c-notice {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333;
  margin-top: unset;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-notice .c-notice {
    font-size: 3.5vw;
  }
}

.p-application-howto__inner {
  padding-bottom: unset;
}
.p-application-howto__content {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content {
    padding: 5vw;
  }
}
.p-application-howto__content-group + .p-application-howto__content-group {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group + .p-application-howto__content-group {
    margin-top: 10vw;
  }
}
.p-application-howto__content-group-title {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 2.2;
  background: #08287F;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__content-group-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__content-group-step-item {
  padding: 30px 30px 20px;
  border: 4px solid #C99509;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item {
    padding: 7.5vw 7.5vw 5vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__content-group-step-item-number {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-number {
    margin-bottom: 5vw;
  }
}
.p-application-howto__content-group-step-item-number--01 {
  width: 97px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-number--01 {
    width: 24.25vw;
  }
}
.p-application-howto__content-group-step-item-number--02, .p-application-howto__content-group-step-item-number--03 {
  width: 105px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-number--02, .p-application-howto__content-group-step-item-number--03 {
    width: 26.25vw;
  }
}
.p-application-howto__content-group-step-item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.p-application-howto__content-group-step-item-img {
  margin: 0 auto;
}
.p-application-howto__content-group-step-item-img--01 {
  width: 260px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-img--01 {
    width: 65vw;
  }
}
.p-application-howto__content-group-step-item-img--02 {
  width: 119px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-img--02 {
    width: 29.75vw;
  }
}
.p-application-howto__content-group-step-item-img--03 {
  width: 53px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-step-item-img--03 {
    width: 13.25vw;
  }
}
.p-application-howto__content-group-note .c-notice {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  margin-top: unset;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-note .c-notice {
    font-size: 3vw;
  }
}
.p-application-howto__content-group-example-item + .p-application-howto__content-group-example-item {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-example-item + .p-application-howto__content-group-example-item {
    margin-top: 5vw;
  }
}
.p-application-howto__content-group-example-item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-example-item-ttl {
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
}
.p-application-howto__content-group-example-item-ttl--good {
  color: #08287F;
}
.p-application-howto__content-group-example-item-ttl--bad {
  color: #7C7C7C;
}
.p-application-howto__content-group-example-item-img {
  width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-howto__content-group-example-item-img {
    width: 80vw;
  }
}

.p-application-terms__inner {
  padding-bottom: unset;
}
.p-application-terms__title {
  width: 118px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__title {
    width: 29.5vw;
    margin-bottom: 5vw;
  }
}
.p-application-terms__text {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__text {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}
.p-application-terms__content-wrapper {
  background: #fff;
  border-radius: 10px;
  max-height: 500px;
}
@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: #F0F0F0;
  border-radius: 0 10px 10px 0;
}
.p-application-terms__content-wrapper .simplebar-scrollbar {
  background: #C99509;
  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: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-inner {
    padding: 5vw;
  }
}
.p-application-terms__content-item {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item {
    margin-top: 5vw;
  }
}
.p-application-terms__content-item-title--01 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  color: #08287F;
  margin-bottom: 5px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-title--01 {
    font-size: 4vw;
    margin-bottom: 1.25vw;
  }
}
.p-application-terms__content-item-title--02 {
  font-size: 1.8rem;
  color: #08287F;
  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--02 {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
    padding-left: 2.75vw;
  }
}
.p-application-terms__content-item-title--02::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 20px;
  background: #08287F;
  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--02::before {
    width: 1.25vw;
    height: 5vw;
  }
}
.p-application-terms__content-item-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #231815;
}
@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 + .p-application-terms__content-item-text {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-text + .p-application-terms__content-item-text {
    margin-top: 2.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: #08287F;
  top: 8.5px;
  left: 0;
}
.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 li .c-txtlink {
  margin-top: unset;
}
.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-item-list--number {
  list-style: none;
  counter-reset: num;
  padding-left: unset;
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list--number {
    margin-top: 2.5vw;
  }
}
.p-application-terms__content-item-list--number li {
  padding-left: 1.6em;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-application-terms__content-item-list--number li {
    font-size: 3.5vw;
  }
}
.p-application-terms__content-item-list--number li::before {
  position: absolute;
  left: 0;
  counter-increment: num;
  content: "(" counter(num) ") ";
  background: transparent;
  width: unset;
  height: unset;
  top: unset;
  border-radius: unset;
}
.p-application-terms__content-item-content {
  margin-left: unset;
}
.p-application-terms__content-btn .c-btn {
  margin: 0 auto;
}

.p-contact {
  margin-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact {
    margin-top: 10vw;
  }
}
.p-contact__inner {
  padding-top: unset;
}
.p-contact__wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__wrapper {
    padding: 5vw;
  }
}
.p-contact__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #08287F;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
}
.p-contact__content-ttl {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #231815;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-ttl {
    font-size: 3.5vw;
  }
}
.p-contact__content-txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #231815;
  margin-left: unset;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-txt {
    font-size: 3.5vw;
  }
}
.p-contact__content-txt span {
  font-size: 1.2rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__content-txt span {
    font-size: 3vw;
  }
}
.p-contact__content-txt-link {
  color: #231815;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-contact__content-txt-link:hover {
  opacity: 0.7;
}

.p-nankatsu-sc-official-site-banner {
  background: #fff;
}
.p-nankatsu-sc-official-site-banner__inner {
  padding: 40px 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-nankatsu-sc-official-site-banner__inner {
    padding: 10vw 5vw;
  }
}
.p-nankatsu-sc-official-site-banner__link {
  display: block;
  -webkit-box-shadow: 1px 4px 10px 0px rgba(29, 65, 115, 0.5);
          box-shadow: 1px 4px 10px 0px rgba(29, 65, 115, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-nankatsu-sc-official-site-banner__link:hover {
  opacity: 0.8;
}

.u-margin-top-small {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .u-margin-top-small {
    margin-top: 2.5vw;
  }
}

.u-margin-top-medium {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .u-margin-top-medium {
    margin-top: 5vw;
  }
}

.u-margin-top-large {
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .u-margin-top-large {
    margin-top: 7.5vw;
  }
}
/*# sourceMappingURL=style.css.map */