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

#meijiHaikyu-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: url(/products/brand/cmp/open0714/campaign3/assets/images/bg_backdrop.jpg) repeat-y left top/100% auto;
  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(1.1111111111vw, 16px);
  margin-left: auto;
  margin-right: auto;
  width: min(27.0138888889vw, 389px);
}
@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.0833333333vw, 390px);
  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;
    top: 26.5%;
  }
}
.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:last-of-type {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .l-backdrop__header-content-btn .c-btn {
    width: 100%;
  }
}
.l-backdrop__header-content-btn .c-btn-text {
  font-size: min(1.25vw, 18px);
}
.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(88, 24, 0, 0.65);
          box-shadow: 0px 0px 20px 0px rgba(88, 24, 0, 0.65);
}
@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;
  border: 2px solid #491002;
  text-align: center;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn::before {
  border-top: 2px solid #491002;
  border-right: 2px solid #491002;
  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 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #491002;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-text {
    font-size: 4.5vw;
  }
}
.c-btn-apply {
  background: #491002;
  border: 2px solid #fff;
}
.c-btn-apply-text {
  color: #fff;
}
.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(88, 24, 0, 0.35);
          box-shadow: 1px 4px 0px 0px rgba(88, 24, 0, 0.35);
  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;
    max-width: none;
  }
}
.l-main-content .c-btn--02 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 3px solid #491002;
  color: #491002;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-main-content .c-btn--02 {
    border: 2px solid #491002;
  }
}

.c-title {
  width: 340px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-title {
    width: 85vw;
    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: #CA2249;
  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 #491002;
  border-right: 2px solid #491002;
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 5.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 96px;
}

.c-font-weight-medium {
  font-weight: 500;
}

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

.c-font-weight-black {
  font-weight: 900;
}

.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/open0714/campaign3/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: #fff;
}
@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 #491002;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-anchor-links__list-item:first-of-type {
  border-left: 1px solid #491002;
}
.c-anchor-links__list-item a {
  color: #491002;
  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;
  }
}

#meijiHaikyu-campaign img,
#meijiHaikyu-campaign .imgProtect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

@media print {
  #meijiHaikyu-campaign {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

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

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

.p-intro {
  background: #FF9727;
}
.p-intro__inner {
  padding: 60px 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__inner {
    padding: 15vw 0 0;
  }
}
.p-intro__content-serif {
  width: 332px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__content-serif {
    width: 83vw;
    margin-bottom: 5vw;
  }
}
.p-intro__content-ttl {
  width: 386px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-intro__content-ttl {
    width: 96.5vw;
  }
}

.p-prize {
  position: relative;
  background: #FF9727;
}
.p-prize__inner {
  padding-top: 26px;
  padding-bottom: unset;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__inner {
    padding-top: 6.5vw;
  }
}
.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;
  background: url(/products/brand/cmp/open0714/campaign3/assets/images/bg_chocolate.png) no-repeat left top/contain, #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item {
    border-radius: 2.5vw;
    margin-bottom: 10vw;
  }
}
.p-prize__content-item-inner {
  padding: 17px 0 19px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-inner {
    padding: 4.25vw 0 4.75vw;
  }
}
.p-prize__content-item-ttl {
  margin: 0 auto;
}
.p-prize__content-item-desc {
  padding: 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc {
    padding: 0 5vw;
  }
}
.p-prize__content-item-desc-text {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
  letter-spacing: 5%;
  color: #491002;
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-text {
    font-size: 7.5vw;
    margin-bottom: 4.5vw;
  }
}
.p-prize__content-item-desc-text span {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-text span {
    font-size: 6vw;
  }
}
.p-prize__content-item-desc-text-num {
  display: block;
  width: 80px;
  margin-top: -4px;
  margin-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-text-num {
    width: 20vw;
    margin-top: -1vw;
    margin-bottom: 3.75vw;
  }
}
.p-prize__content-item-desc-note {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #CA2249;
  text-align: center;
  font-weight: 700;
  margin-bottom: 19px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-note {
    font-size: 3.5vw;
    margin-bottom: 4.75vw;
  }
}
.p-prize__content-item-desc-img {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 18px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-img {
    width: 80vw;
    margin-bottom: 4.5vw;
  }
}
.p-prize__content-item-desc-apply-ttl {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #491002;
  text-align: center;
  letter-spacing: 10%;
  padding: 7px 0 5px;
  background: #FFDA6C;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-apply-ttl {
    font-size: 4.5vw;
    padding: 1.75vw 0 1.25vw;
    border-radius: 2.5vw 2.5vw 0 0;
  }
}
.p-prize__content-item-desc-apply-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  letter-spacing: 10%;
  padding: 9px 10px 13px;
  background: #FFEEBA;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-apply-text {
    font-size: 3.5vw;
    padding: 2.25vw 2.5vw 3.25vw;
    border-radius: 0 0 2.5vw 2.5vw;
  }
}
.p-prize__content-item-desc-apply-text span {
  font-weight: 700;
  text-decoration: underline;
}
.p-prize__content-item-desc-detail-text {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  color: #3E3A39;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-detail-text {
    font-size: 3vw;
  }
}
.p-prize__content-item-desc-detail-text-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #fff;
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50%;
  top: 3.5px;
  left: 0;
  font-size: 1.1rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item-desc-detail-text-num {
    width: 3.25vw;
    height: 3.25vw;
    top: 0.875vw;
    font-size: 2.75vw;
  }
}
.p-prize__content-item-desc-detail-text-name {
  display: block;
  font-weight: 700;
}
.p-prize__content-item--multi-cloth .p-prize__content-item-ttl {
  width: 322px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--multi-cloth .p-prize__content-item-ttl {
    width: 80.5vw;
  }
}
.p-prize__content-item--multi-cloth .p-prize__content-item-desc-text-num {
  top: -50px;
  left: 9px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--multi-cloth .p-prize__content-item-desc-text-num {
    top: -12.5vw;
    left: 2.25vw;
  }
}
.p-prize__content-item--multi-cloth .p-prize__content-item-desc-img {
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--multi-cloth .p-prize__content-item-desc-img {
    margin-bottom: 2.5vw;
  }
}
.p-prize__content-item--multi-cloth .p-prize__content-item-desc-detail-text {
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--multi-cloth .p-prize__content-item-desc-detail-text {
    margin-bottom: 2.5vw;
  }
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-ttl {
  width: 342px;
  margin-bottom: 67px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--acrylic-stand .p-prize__content-item-ttl {
    width: 85.5vw;
    margin-bottom: 16.75vw;
  }
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-text-num {
  top: -63px;
  left: -4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--acrylic-stand .p-prize__content-item-desc-text-num {
    top: -15.75vw;
    left: -1vw;
  }
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail {
  padding: 0 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 3px;
  margin-bottom: 7px;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail {
    padding: 0 2.5vw;
    grid-column-gap: 7.5vw;
    grid-row-gap: 0.75vw;
    margin-bottom: 1.75vw;
  }
}
.p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail-text {
  padding-left: 14px;
  margin-bottom: 6px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-prize__content-item--acrylic-stand .p-prize__content-item-desc-detail-text {
    padding-left: 3.5vw;
    margin-bottom: 1.5vw;
  }
}

.p-products {
  background: #FF9727;
}
.p-products__content-text {
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 10%;
  padding: 11px 0 10px;
  background: #C91732;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-text {
    font-size: 4.75vw;
    padding: 2.75vw 0 2.5vw;
    border-radius: 2.5vw 2.5vw 0 0;
  }
}
.p-products__content-text-strong {
  text-decoration-line: underline;
  text-decoration-style: double;
  text-decoration-color: #ffffff;
  text-underline-offset: 4px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-text-strong {
    text-underline-offset: 1vw;
  }
}
.p-products__content-img {
  width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-img {
    width: 80vw;
  }
}
.p-products__content-img-wrapper {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 0 35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-img-wrapper {
    padding: 5vw 0 8.75vw;
    border-radius: 0 0 2.5vw 2.5vw;
    margin-bottom: 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-products__content-btn-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-products__content-btn-wrapper {
    padding: 0 5vw;
  }
}
.p-products__content-btn {
  width: 100% !important;
}

.p-application-howto {
  background: url(/products/brand/cmp/open0714/campaign3/assets/images/bg_gradation.jpg) repeat-y left top/100% auto;
}
.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: #C91732;
  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: #491002;
}
.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 {
  background: #FF9727;
}
.p-application-terms__inner {
  padding-bottom: unset;
}
.p-application-terms__text {
  font-size: 1.4rem;
  color: #491002;
  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: #491002;
  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: #491002;
  -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: #491002;
  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: #491002;
  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: #491002;
  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: #491002;
  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 {
  background: #FF9727;
  padding-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact {
    padding-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: #491002;
  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-meiji-haikyu-cp {
  background: #fff;
}
.p-meiji-haikyu-cp__inner {
  padding: 60px 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-meiji-haikyu-cp__inner {
    padding: 15vw 5vw;
  }
}
.p-meiji-haikyu-cp__title {
  width: 363px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-meiji-haikyu-cp__title {
    width: 90.75vw;
    margin-bottom: 5vw;
  }
}
.p-meiji-haikyu-cp__text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #581800;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-meiji-haikyu-cp__text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.p-meiji-haikyu-cp__bnr {
  width: 366px;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-meiji-haikyu-cp__bnr:hover {
  opacity: 0.8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-meiji-haikyu-cp__bnr {
    width: 91.5vw;
  }
}
.p-meiji-haikyu-cp__copyright {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #581800;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-meiji-haikyu-cp__copyright {
    font-size: 3.5vw;
    margin-top: 5vw;
  }
}

.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 */